* regcache.c (regcache_raw_read): If the target didn't supply a
[deliverable/binutils-gdb.git] / ChangeLog
CommitLineData
29b2c556
JM
12011-03-24 Joseph Myers <joseph@codesourcery.com>
2
3 * config.sub: Update to version 2011-03-23.
4
f0ff0f90
JM
52011-03-22 Joseph Myers <joseph@codesourcery.com>
6
7 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
8 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
9 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
10 * configure: Regenerate.
11
782cb41f
JM
122011-03-22 Joseph Myers <joseph@codesourcery.com>
13
14 * config-ml.in: Don't handle arc-*-elf*.
15 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
16 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
17 handle GCC libraries.
18 * configure: Regenerate.
19
0e8ad34f
RO
202011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
21
22 PR bootstrap/48120:
23 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
24 Add -lstdc++ -lm to LIBS.
25 * configure: Regenerate.
26
5548b4ce
DE
272011-03-18 David Edelsohn <dje.gcc@gmail.com>
28
29 * config.guess: Update to version 2011-02-02
30 * config.sub: Update to version 2011-02-24
31
86ed8cf6
SP
322011-03-03 Sebastian Pop <sebastian.pop@amd.com>
33
34 * configure.ac: Adjust test of with_ppl.
35 * configure: Regenerated.
36
b123da99
SP
372011-03-02 Sebastian Pop <sebastian.pop@amd.com>
38
39 * configure.ac: Add -lpwl to ppllibs.
40 * config/cloog.m4: Add -lisl to clooglibs.
41 * configure: Regenerated.
42
822ce8ee
RW
432011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
44
45 Import from Libtool and gnulib:
46
47 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
48
49 Prepare for supporting FreeBSD 10.
50 * config.rpath: Remove handling of freebsd1* which soon would
51 match FreeBSD 10.0.
52
53 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
54
55 Remove support for FreeBSD 1.x.
56 * libtool.m4 (_LT_LINKER_SHLIBS)
57 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
58 soon would incorrectly match FreeBSD 10.0.
59
dcb5e506
RW
602011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
61
62 PR binutils/12283
63 * MAINTAINERS (mkinstalldirs): Comes from Automake.
64 (move-if-change): Comes from gnulib.
65 * move-if-change: Import version from gnulib.
66
8d8eef9a
RW
672011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
68
69 Sync from GCC:
70
71 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
72
73 PR lto/47225
74 * Makefile.def (lto-plugin): Double dash for enable-shared.
75 (configure-gcc): Depend on all-lto-plugin.
76 * Makefile.in: Rebuilt.
77
78 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
79
80 * configure.ac: Remove extra bracket.
81 * configure: Regenerate.
82
83 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
84
85 PR lto/47225
86 * Makefile.def: Add dependency for install-gcc
87 on install-lto-plugin.
88 * Makfile.in: Regenerated
89
90 2011-01-25 Jakub Jelinek <jakub@redhat.com>
91
92 * configure.ac: If with_ppl is no, move setting with_cloog=no
93 after CLOOG_REQUESTED check.
94 * configure: Regenerated.
95
96 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
97
98 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
99 CLooG has been requested.
100 * configure: Regenerated.
101
102 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
103
104 * configure: Regenerated.
105 * configure.ac: Check for version 0.11 (or later revision) of PPL.
106
107 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
108
109 * configure: Regenerated.
110 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
111
112 2011-01-07 Jan Hubicka <jh@suse.cz>
113
114 PR lto/47225
115 * Makefile.in: Regenerate.
116 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
117 configure.
118
65b4571a
AO
1192011-01-31 Alexandre Oliva <aoliva@redhat.com>
120
121 PR libgcj/44341
122 * configure.ac: Discard --with-* flags for host when configuring
123 target libraries for cross build.
124 * configure: Rebuilt.
125
7837304f
AS
1262011-01-21 Andreas Schwab <schwab@redhat.com>
127
128 Sync from GCC:
129
130 2011-01-21 Andreas Schwab <schwab@redhat.com>
131
132 * configure.ac: Use AS_HELP_STRING throughout.
133 * configure: Regenerate.
134
135 2011-01-18 Jie Zhang <jie.zhang@analog.com>
136
137 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
138 * configure: Regenerate.
139
115ef890
RW
1402010-12-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
141
142 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
143
92c9a463
JB
1442011-01-13 Joel Brobecker <brobecker@adacore.com>
145
146 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
147 for ia64-hpux.
148 * configure: Regenerate.
149
887ebfb4
RW
1502011-01-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
151
152 Sync from GCC:
153 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
154
155 * configure.ac: (picochip): Disable libiberty.
156 * configure: Regenerate.
157
04d2c2b2
JJ
1582010-12-18 Jeff Johnston <jjohnstn@redhat.com>
159
160 * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
161
33d23ee8
ILT
1622010-12-10 Ian Lance Taylor <iant@google.com>
163
164 PR bootstrap/46819
165 * configure.ac: For --disable-libgcj clear libgcj_saved.
166 * configure: Rebuild.
167
89a1e9c3
PB
1682010-12-10 Tobias Burnus <burnus@net-b.de>
169
170 PR fortran/46540
171 * configure.ac: Add --disable-libquadmath and
172 --disable-libquadmath-support.
173 * configure: Regenerate.
174
ac7bcd26
TG
1752010-12-10 Tristan Gingold <gingold@adacore.com>
176
177 * src-release (ETC_SUPPORT): add gnu-oids.texi
178
d357cef7
HPN
1792010-12-03 Hans-Peter Nilsson <hp@axis.com>
180
181 PR libffi/46792
182 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
183 * configure: Regenerate.
184
4f11b223
ILT
1852010-12-02 Ian Lance Taylor <iant@google.com>
186
187 * configure.ac: Always set default for poststage1_ldflags to
188 -static-libstdc++ -static-libgcc.
189
989abc33
JJ
1902010-12-02 Jeff Johnston <jjohnstn@redhat.com>
191
192 * COPYING.NEWLIB: Add National Semiconductor notice.
193
950386c6
AS
1942010-11-29 Andreas Schwab <schwab@redhat.com>
195
196 * configure.ac: Move comment to remove extra space in last argument
197 of GCC_TARGET_TOOL.
198
87cda2cf
AO
1992010-11-26 Alexandre Oliva <aoliva@redhat.com>
200
7d509c83 201 PR other/46026
87cda2cf
AO
202 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
203 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
204 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
205 (BASE_FLAGS_TO_PASS): Use it.
206 * configure: Rebuilt.
207 * Makefile.in: Rebuilt.
208
d3b50760
L
2092010-11-23 H.J. Lu <hongjiu.lu@intel.com>
210
211 PR binutils/12258
212 * configure.ac: Correct comments for --enable-gold/--enable-ld.
213 Properly check default linker.
214 * configure: Regnerated.
215
c7791212
NC
2162010-11-23 Matthias Klose <doko@ubuntu.com>
217
218 * configure.ac: For --enable-gold, handle value `default' instead of
219 `both*'. New configure option --{en,dis}able-ld.
220 * configure: Regenerate.
221
9e1a94f4
ILT
2222010-11-20 Ian Lance Taylor <iant@google.com>
223
224 * configure.ac: Only disable a language library if no language needs
225 it. Don't let --disable-libgcj uncondtionally disable libffi.
226 * configure: Rebuild.
227
ceca0218
PB
2282010-11-20 Paolo Bonzini <bonzini@gnu.org>
229
230 * configure: Regenerate.
231
9b980aa1
RW
2322010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
233
234 PR other/46202
235 * configure.ac: Fix just-built in-tree STRIP name to be
236 binutils/strip-new.
237 * configure: Regenerate.
238 * Makefile.def (install-strip-gcc, install-strip-binutils)
239 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
240 (install-strip-sid): Mirror dependencies on non-strip variants
241 of these targets on the respective -strip prerequisites.
242 * Makefile.tpl (install-strip, install-strip-host)
243 (install-strip-target): New targets.
244 (install-strip-[+module+], install-strip-target-[+module+]):
245 New targets.
246 * Makefile.in: Regenerate.
247
e552509b
ILT
2482010-11-19 Ian Lance Taylor <iant@google.com>
249 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
250
251 * configure.ac: Add target-libgo to target_libraries. Set
252 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
253 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
254 (HOST_EXPORTS): Add GOC.
255 (BASE_TARGET_EXPORTS): Add GOC.
256 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
257 (GOCFLAGS_FOR_TARGET): New variable.
258 (EXTRA_HOST_FLAGS): Add GOC.
259 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
260 * Makefile.def (target_modules): Add libgo.
261 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
262 (dependencies): Add dependency from configure-target-libgo to
263 configure-target-libffi and all-target-libstdc++-v3. Add
264 dependencies from all-target-libgo to all-target-libffi.
265 (languages): Add go.
266 * configure: Rebuild.
267 * Makefile.in: Rebuild.
268
2692010-11-19 Ian Lance Taylor <iant@google.com>
270
271 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
272 compiler/flag environment variables.
273
2742010-11-18 Ian Lance Taylor <iant@google.com>
275
276 * configure.ac: Check for lang_requires_boot_languages in
277 config-lang.in files.
278 * configure: Rebuild.
279
8c21d9c7
MF
2802010-11-17 Mike Frysinger <vapier@gentoo.org>
281
282 * .gitignore: New file.
283
e552509b
ILT
2842010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
285 Tobias Burnus <burnus@net-b.de>
286
287 PR fortran/32049
288 * Makefile.def: Add libquadmath; build it with language=fortran.
289 * configure.ac: Add libquadmath.
290 * Makefile.tpl: Handle multiple libs in check-[+language+].
291 * Makefile.in: Regenerate.
292 * configure: Regenerate.
293
2942010-11-15 Andreas Schwab <schwab@redhat.com>
295
296 * configure.ac: Fix spelling in option names.
297 * configure: Regenerated.
298
2992010-11-13 Georg-Johann Lay <georgjohann@web.de>
300
301 PR bootstrap/39622
302 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
303 * configure: Regenerated.
304
3052010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
306
307 * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
308 define the cloog backend to use. Furthermore, only pass the ppllibs to
309 the configure checks, if necessary.
310 * configure: Regenerate.
311
3122010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
313
314 * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
315 * configure: regenerate
316
3172010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
318
319 * config/cloog.m4: Fix typo. verison -> version.
320 * configure: Regenerate.
321
3222010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
323
324 * config/cloog.m4: Pass ppl libraries to the CLooG version check.
325 * configure: Regenerate.
326
3272010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
328
329 * configure.ac: Support official CLooG.org versions.
330 * configure: Regenerate.
331 * config/cloog.m4: New.
332
aa291e2d
ME
3332010-11-05 Michael Eager <eager@eagercon.com>
334
335 * COPYING.LIBGLOSS: Correct typo in microblaze.
336 * COPYING.NEWLIB: Same.
337
e552509b
ILT
3382010-11-04 Iain Sandoe <iains@gcc.gnu.org>
339
340 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
341 * configure: Regenerate.
342
74cea91b
DK
3432010-11-03 Ian Lance Taylor <iant@google.com>
344 Dave Korn <dave.korn.cygwin@gmail.com>
345
346 PR lto/46273
347 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
348 and on other supported platforms whenever LTO is enabled.
349 * configure: Rebuild.
350
6d0cd39e
AM
3512010-11-02 Alan Modra <amodra@gmail.com>
352
353 PR binutils/12110
354 * configure.ac: Error when source path contains spaces.
355 * configure: Regenerate.
356
18a8530e
ILT
3572010-10-20 Ian Lance Taylor <iant@google.com>
358
359 * Makefile.def (target_modules): Set lib_path to src/.libs for
360 libstdc++-v3 module.
361 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
362 * Makefile.in: Rebuild.
363
6ed3211e
JJ
3642010-10-08 Bernd Schmidt <bernds@codesourcery.com>
365 Joseph Myers <joseph@codesourcery.com>
366
367 * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
368 notices.
369 * COPYING.NEWLIB: Add Texas Instruments notice.
370
a8eb3f0a
DK
3712010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
372
373 * configure.ac (build_lto_plugin): New shell variable.
374 (--enable-lto): Turn on by default for all non-ELF platforms that
375 have had LTO support added so far. Set build_lto_plugin appropriately
376 for both ELF and non-ELF.
377 (configdirs): Add lto-plugin or not based on build_lto_plugin.
378 * configure: Regenerate.
379
4074d5f2
RW
3802010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
381
382 PR bootstrap/45326
383 PR bootstrap/45174
384 * configure.ac: Honor initial values of $build_configargs,
385 $host_configargs, $target_configargs. Mark the precious, so
386 environment settings get recorded.
387 * configure: Regenerate.
388
29821356
RW
3892010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
390
391 Sync from GCC:
392
393 2010-09-30 Michael Eager <eager@eagercon.com>
394
395 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
396 * configure: Regenerate.
397
398 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
399
400 * configure.ac (enable-lto): Add Darwin to the list of supported lto
401 targets and amend comment.
402 * configure: Regenerate.
403
404 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
405
406 * configure.ac: Enable LTO by default on Darwin.
407 * configure: Regenerate.
408
409 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
410
411 PR bootstrap/44455
412 * configure.ac (extra_mpfr_configure_flags): Copy from
413 extra_mpc_gmp_configure_flags.
414 * configure: Re-generated.
415
57eefe4d
RW
4162010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
417
418 Sync from GCC:
419
420 PR bootstrap/45796
421 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
422 Depend on all-build-libiberty.
423 * Makefile.in: Regenerate.
424
4252010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3cac54d2
RW
426
427 Sync from GCC:
428
429 PR bootstrap/44621
430 * configure.ac: Fix unportable shell quoting.
431 * configure: Regenerate.
432
48bb73dd
RW
4332010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
434
435 * configure.ac: Support all v850 targets.
436 * configure: Regenerate.
437
1d14850f
PB
4382010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
439
440 PR target/44862
441 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
442 Provide -B option to allow for link spec %s substitutions for
443 libstdc++.a on darwin.
444 * Makefile.in: Regenerate.
445
7530c480
AO
4462010-06-10 Alexandre Oliva <aoliva@redhat.com>
447
448 * Makefile.def (configure-gcc): Depend on all-libelf.
449 * Makefile.in: Rebuild.
450
285d560d
RW
4512010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
452
453 * config.sub, config.guess: Update from upstream sources.
454
a009f2e7
RW
4552010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
456
457 Sync from GCC:
458
459 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
460 * configure.ac: Allow all the versions greater than 0.10 of PPL.
461 * configure: Regenerated.
462
463 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
464 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
465 * configure: Regenerate.
466
467 2010-04-17 Ralf Cors<E9>pius <ralf.corsepius@rtems.org>
468 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
469 * configure: Regenerate.
470
471 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
472 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
473 separately.
474 * configure: Regenerate.
475
476 2010-04-13 Steve Ellcey <sje@cup.hp.com>
477 * configure: Regenerate after change to elf.m4.
478
479 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
480 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
481 * configure: Regenerated.
482
483 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
484 * configure.ac: Print "buggy but acceptable" when CLooG
485 revision is less than 9.
486 * configure: Regenerated.
487
e49e5c92
DK
4882010-05-26 Dave Korn <dave.korn.cygwin@gmail.com>
489
490 Merge from gcc:
491
492 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
493 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
494 * configure: Regenerate.
495
496 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
497 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
498 a platform that supports LTO.
499 * configure: Regenerate.
500
501 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
502 PR lto/42776
503 * configure.ac (--enable-lto): Refactor handling so libelf tests
504 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
505 and allow LTO to be explicitly enabled on non-ELF platforms that
506 are known to support it inside else-clause.
507 * configure: Regenerate.
508
e6de499b
NC
5092010-04-27 Roland McGrath <roland@redhat.com>
510 H.J. Lu <hongjiu.lu@intel.com>
511
512 * configure.ac (--enable-gold): Support both, both/gold and
513 both/bfd to add gold to configdirs without removing ld.
514 * configure: Regenerated.
515
516 * Makefile.def: Add install-gold dependency to install-ld.
517 * Makefile.in: Regenerated.
518
d594eacc
TG
5192010-04-14 Tristan Gingold <gingold@adacore.com>
520
521 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
522 * configure: Regenerate.
523
938d2b74
RW
5242010-04-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
525
526 Merge from gcc:
527 PR bootstrap/43615
528 PR bootstrap/43328
529 Revert:
530 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
531 * configure.ac: Do not pass --enable-multilib nor
532 --disable-multilib in baseargs. Accept explicitly passed
533 --enable_multilib.
534 * configure: Regenerate.
535
a9ef41a7
RW
5362010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
537
538 PR bootstrap/43328
539 * configure.ac: Do not pass --enable-multilib nor
540 --disable-multilib in baseargs. Accept explicitly passed
541 --enable_multilib.
542 * configure: Regenerate.
543
619a3713
JM
5442010-03-23 Joseph Myers <joseph@codesourcery.com>
545
546 * configure.ac (tic6x-*-*): New case.
547 * configure: Regenerate.
548
92f4e989
JM
5492010-03-23 Joseph Myers <joseph@codesourcery.com>
550
551 Merge from gcc:
552 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
553 PR ada/42554
554 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
555 * configure: Regenerate.
556
c35a0556
JM
5572010-03-23 Joseph Myers <joseph@codesourcery.com>
558
559 * config.sub: Update to version 2010-03-22.
560 * config.guess: Update to version 2009-12-30.
561
18fa8f9c
JM
5622010-03-14 Joseph Myers <joseph@codesourcery.com>
563
564 Merge from gcc:
565 2010-01-11 Richard Guenther <rguenther@suse.de>
566 PR lto/41569
567 * Makefile.def (all-lto-plugin): Depend on all-gcc.
568 * Makefile.in: Regenerated.
569
ba98da75
RO
5702010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
571
572 PR libstdc++/32499
573 * configure.ac (RANLIB): Default to true.
574 (STRIP): Likewise.
575 (RANLIB_FOR_TARGET): Remove superfluous : argument.
576 * configure: Regenerate.
577
3994761f
NC
5782010-02-17 Nick Clifton <nickc@redhat.com>
579
580 PR 11238
581 * Makefile.tpl (local-distclean): Also remove config.cache files in
582 sub-directories as there may not be Makefiles present in the
583 sub-directories.
792cdb50
NC
584 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
585 the config.cache files found by the find command.
586
3994761f
NC
587 * Makefile.in: Regenerate.
588 * configure.ac: Revert previous delta.
589 * configure: Regenerate.
590
01a82011
NC
5912010-02-15 Nick Clifton <nickc@redhat.com>
592
593 PR 11238
594 * configure.ac: Delete config.cache files in sub-directories when
595 deleting Makefiles.
596 * configure: Regenerate.
597
143754cd
NC
5982010-02-15 Nick Clifton <nickc@redhat.com>
599
600 * configure.ac: Sync from gcc.
601 * configure: Regenerate.
602
a6b5846e
KG
6032010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
604
605 Sync from gcc:
606 * configure.ac: Add "recommended" version checks for GMP/MPC.
607 Update recommended GMP/MPFR/MPC versions.
608 * configure: Regenerate.
609
2aa2364a
JR
6102010-01-25 Joern Rennecke <amylaar@spamcop.net>
611
612 gcc PR libstdc++/36101, gcc PR libstdc++/42813
613 * configure.ac (bootstrap_target_libs): Make inclusion of
614 target-libgomp conditional on libgomb being in target_configdirs.
615 * configure: Regenerate.
616
d35e937f
JR
6172010-01-23 Joern Rennecke <amylaar@spamcop.net>
618
619 gcc PR libstdc++/36101, gcc PR libstdc++/42813
620 * configure.ac (bootstrap_target_libs): Include target-libgomp.
621 * configure: Regenerate.
622
911e63d0
JR
6232010-01-22 Joern Rennecke <amylaar@spamcop.net>
624
625 gcc PR libstdc++/36101, gcc PR libstdc++/42813
626 * configure.ac (target_configdirs): Substitute.
627 * Makefile.def: Bootstrap target module libgomp.
628 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
629 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
630 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
631 * configure, Makefile.in: Regenerate.
632
3725885a
RW
6332009-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
634
635 * libtool.m4: Sync from git Libtool.
636 * ltmain.sh: Likewise.
637 * ltoptions.m4: Likewise.
638 * ltversion.m4: Likewise.
639 * lt~obsolete.m4: Likewise.
640
d5f2ee2e
KG
6412010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
642 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
643
644 PR bootstrap/42424
645 * configure.ac: Include libtool m4 files.
646 (_LT_CHECK_OBJDIR): Call it.
647 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
648 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
3725885a 649
d5f2ee2e
KG
650 * configure: Regenerate.
651
f2b2dd91
RW
6522010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
653
654 PR bootstrap/41818
655 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
656 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
657 * Makefile.in: Regenerate.
658
06ca7962
BE
6592009-12-18 Ben Elliston <bje@au.ibm.com>
660
661 * config.sub, config.guess: Update from upstream sources.
662
30a16d7b
JJ
6632009-12-17 Jeff Johnston <jjohnstn@redhat.com>
664
665 * COPYING.NEWLIB: Update copyright date.
666 * COPYING.LIBGLOSS: Ditto.
667
d9b76ff9
KG
6682009-12-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
669
670 PR middle-end/30447
671 PR middle-end/30789
672 PR other/40302
673
674 * configure.ac: Require MPC.
675 * configure: Regenerate.
676
677 * configure.ac: Update minimum MPC version to 0.8.
678 * configure: Regenerate.
679
e12dec02
PB
6802009-11-20 Paolo Bonzini <bonzini@gnu.org>
681
682 * config.guess: Sync with upstream and gcc.
683 * config.sub: Sync with upstream and gcc.
684
606a9ca0
AO
6852009-11-16 Alexandre Oliva <aoliva@redhat.com>
686
687 * Makefile.def: Restore host and target settings for gmp.
688 * Makefile.in: Rebuild.
689
1f53ca9a
AO
6902009-11-16 Alexandre Oliva <aoliva@redhat.com>
691
692 * configure.ac: Add libelf to host_libs. Enable in-tree configury
693 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
694 Fix portability of test of C++ as bootstrap language. Add
695 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
696 * configure: Rebuild.
697 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
698 and cloog. Fix in-tree ppl configuration. Introduce libelf
699 in-tree building.
700 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
701 (POSTSTAGE1_HOST_EXPORTS): Use it.
702 (STAGE[+id+]_CXXFLAGS): New.
703 (BASE_FLAGS_TO_PASS): Pass it down.
704 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
705 extra_exports.
706 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
707 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
708 extra_exports.
709 * Makefile.in: Rebuild.
710
7112009-11-06 Ozkan Sezer <sezeroz@gmail.com>
712
713 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
714 paths for *-w64-mingw* and x86_64-*mingw*.
715 * configure: Regenerated.
716
7172009-10-30 Kai Tietz <kai.tietz@onevision.com>
718
719 * configure.ac: Disable target-winsup & co for
720 x86_64-*-mingw* and *-w64-mingw* targets.
721 * configure: Regenerated.
722
7232009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
724
725 * configure.ac (CLooG test): Use = with test.
726 * configure: Regenerate.
727
7282009-10-22 Richard Guenther <rguenther@suse.de>
729
730 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
731 cloog if the ppl version check failed. Move flags saving
732 before setting in libelf check.
733 * configure: Regenerate.
734
7352009-10-21 Richard Guenther <rguenther@suse.de>
736
737 * configure.ac: Adjust the ppl and cloog configure to work as
738 documented. Disable cloog if ppl was disabled. Omit the version
739 checks if they were disabled.
740 * configure: Re-generate.
741
6811fb56
RW
7422009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
743
744 * configure.ac: Add 'lto' to enable_languages, not
745 new_enable_languages, and only if not already present.
746 * configure: Regenerate.
747
700d40ca
ILT
7482009-10-06 Ian Lance Taylor <iant@google.com>
749
750 * Makefile.def: check-gold depends upon all-gas.
751 * Makefile.in: Rebuild.
752
7532009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
754
755 * Makefile.def: all-lto-plugin depends on all-libiberty.
756 set bootstrap=true for lto-plugin.
757 Add lto-plugin.
758 * Makefile.in: Regenerate.
759 * configure.ac (host_libs): Add lto-plugin.
760 * configure: Regenerate.
761
7622009-10-03 Diego Novillo <dnovillo@google.com>
763
764 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
765 (HOST_LIBELFLIBS): Define.
766 (HOST_LIBELFINC): Define.
767 * Makefile.in: Regenerate.
768 * configure.ac: Add --enable-lto.
769 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
770 If --enable-lto is used, add 'lto' to new_enable_languages.
771 If --enable-lto is used and gold is enabled, add
772 lto-plugin to configdirs.
773 * configure: Regenerate.
774
7752009-10-03 Simon Baldwin <simonb@google.com>
776
777 * configure.ac: If --with-system-zlib, suppress local zlib and
778 pass --with-system-zlib to subdir configure scripts.
779 * configure: Regenerate.
780
7812009-10-01 Loren J. Rittle <ljrittle@acm.org>
782 Paolo Bonzini <bonzini@gnu.org>
783
784 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
785 $(srcdir).
786 * Makefile.in: Rebuilt.
787
c8cb1b3e
PB
7882009-09-29 Paolo Bonzini <bonzini@gnu.org>
789
790 Sync from gcc:
791 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
792
793 * configure.ac: Update minimum MPC version to 0.7.
794 * configure: Regenerate.
795
30167e0a
NC
7962009-09-25 Nick Clifton <nickc@redhat.com>
797
798 * configure.ac: Pass any --cache-file=/dev/null option on to
799 subconfigures.
800 * configure: Regenerate.
801
707a0b5c
NC
8022009-09-23 Nick Clifton <nickc@redhat.com>
803
804 * config.sub, config.guess: Update from upstream sources.
805
700d40ca
ILT
8062009-09-22 Loren J. Rittle <ljrittle@acm.org>
807
808 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
809 * Makefile.in: Rebuilt.
810
2fd0b40b
RW
8112009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
812
813 PR bootstrap/32272
814 * configure.ac: Error out if $srcdir isn't '.' but contains
815 host-${host_noncanonical}.
816 * configure: Regenerate.
817
4385ad3c
RW
8182009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
819
16b1ad29
RW
820 * configure.ac: If bootstrapping a combined tree with
821 --enable-gold, require c++ in stage1_languages.
822 * configure: Regenerate.
823
f8dc745f
RW
824 * configure.ac: Also add target_libs of stage1_languages to
825 bootstrap_target_libs.
826 * configure: Regenerate.
827
4385ad3c
RW
828 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
829 with --enable-languages not containing c++.
830 * configure: Regenerate.
831
df51e4e1
JZ
8322009-09-16 Jie Zhang <jie.zhang@analog.com>
833
834 * configure.ac: Disable java and boehm-gc for bfin-*-*.
835 * configure: Regenerate.
836
06a51eac
RW
8372009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
838
839 * configure.ac: Do not use $extrasub for replacing @if/@endif
840 parts in Makefile; instead, use additional arguments to
841 AC_CONFIG_COMMANDS to do the replacement manually, with several
842 sed invocations, to avoid HP-UX sed command limits.
843 * configure: Regenerate.
844
96655cc4
AO
8452009-09-04 Alexandre Oliva <aoliva@redhat.com>
846
847 * configure.ac (with-build-config): Document. Handle without.
848 Handle missing argument.
849 * configure: Rebuilt.
850
8512009-09-03 Alexandre Oliva <aoliva@redhat.com>
852
853 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
854 Default to bootstrap-debug only if compare-debug works.
855 * configure: Rebuilt.
856 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
857 * Makefile.in: Rebuilt.
858
8592009-09-01 Alexandre Oliva <aoliva@redhat.com>
860
861 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
862 * Makefile.in: Rebuilt.
863
8e957354
PB
8642009-09-02 Paolo Bonzini <bonzini@gnu.org>
865
866 * Makefile.tpl (AWK): Fix typo.
867 * Makefile.in: Regenerate.
868
8692009-09-02 Paolo Bonzini <bonzini@gnu.org>
870
871 * configure.ac: Detect awk and sed.
872 * Makefile.def (flags_to_pass): Add AWK and SED.
873 * Makefile.tpl (AWK, SED): New.
874 (BASE_FLAGS_TO_PASS): Add AWK and SED.
875 * configure: Regenerate.
876 * Makefile.in: Regenerate.
877
fb792462
TG
8782009-09-01 Tristan Gingold <gingold@adacore.com>
879
880 * setup.com: Ported to Itanium VMS. Can also build using DCL scripts.
881 Remove logical names.
882
a69e7d0a
DK
8832009-08-31 Dave Korn <dave.korn.cygwin@gmail.com>
884
885 * ltmain.sh (func_normal_abspath): New function.
886 (func_relative_path): Likewise.
887 (func_mode_help): Document new -bindir option for link mode.
888 (func_mode_link): Add new -bindir option, and use it to place
889 output DLL if specified.
890
d444d2ba
RW
8912009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
892
893 * configure.ac (AC_PREREQ): Bump to 2.64.
894
13b7343a
RW
8952009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
896
af542c2e
RW
897 * README-maintainer-mode: Point directly to upstream locations
898 for autoconf, automake, libtool, gettext, instead of copies on
899 sources.redhat.com. Document required versions.
900 * configure.ac: Do not substitute datarootdir, htmldir,
901 pdfdir, docdir. Do not process --with-datarootdir,
902 --with-htmldir, --with-pdfdir, --with-docdir.
903 * configure: Regenerate.
904
81ecdfbb
RW
905 * configure: Regenerate.
906
13b7343a
RW
907 * compile: Sync from Automake 1.11.
908 * depcomp: Likewise.
909 * install-sh: Likewise.
910 * missing: Likewise.
911 * mkinstalldirs: Likewise.
912 * ylwrap: Likewise.
913
c1102ce7
RW
9142009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
915
34a0f3cf
RW
916 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
917 (baseargs): Add --disable-option-checking.
918 * configure: Regenerate.
919
c1102ce7
RW
920 * Makefile.def (configure-target-libiberty): Depend on
921 all-binutils and all-ld.
922 (configure-target-newlib): Likewise.
923 * Makefile.in: Regenerate.
924
e8a5fa9c
RW
9252009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
926
927 Sync with GCC, merge:
928
929 2009-07-31 Christian Bruel <christian.bruel@st.com>
930
931 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
932 * configure: Regenerate.
933
934 2009-07-06 Ian Lance Taylor <iant@google.com>
935
936 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
937 * configure: Rebuild.
938
939 2009-06-26 Steve Ellcey <sje@cup.hp.com>
940
941 PR bootstrap/40338
942 * configure.ac (comparestring): Create new variable.
943 * Makefile.tpl (comparestring): Use to skip some comparisions.
944 * configure: Regenerate.
945 * Makefile.in: Regenerate.
946
947 2009-06-23 Ian Lance Taylor <iant@google.com>
948
949 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
950 boot_languages. Only bootstrap target libraries listed in
951 target_libs for some boot language. Add --with-stage1-ldflags,
952 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
953 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
954 if not building with C++.
955 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
956 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
957 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
958 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
959 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
960 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
961 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
962 * configure, Makefile.in: Rebuild.
963
964 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
965
966 * configure.ac: Detect MPC in default directory.
967 * configure: Regenerate.
968
969 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
970
971 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
972 to noconfdirs.
973 * configure: Regenerate.
974
975 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
976
977 * Makefile.def: Add MPC support and dependencies.
978 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
979
980 * Makefile.in, configure: Regenerate.
981
982 2009-05-24 Nicolas Roche <roche@adacore.com>
983
984 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
985 * Makefile.in: Regenerate.
986
987 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
988
989 * configure.ac (cygwin noconfigdirs): Remove libgcj.
990 * configure: Regenerate.
991
992 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
993
994 * configure.ac ($with_ppl): Default to no if not supplied.
995 ($with_cloog): Likewise.
996 configure: Regenerate.
997
998 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
999
1000 PR bootstrap/39739
1001 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
1002 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
1003
1004 * configure, Makefile.in: Regenerate.
1005
1006 2009-04-14 Jakub Jelinek <jakub@redhat.com>
1007
1008 * configure.ac: Change copyright header to refer to version
1009 3 of the GNU General Public License and to point readers at the
1010 COPYING3 file and the FSF's license web page.
1011 * Makefile.def: Likewise.
1012 * Makefile.tpl: Likewise.
1013 * Makefile.in: Regenerate.
1014
1015 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
1016
1017 * configure.ac: Restore match for darwin9 or later. Use double
1018 brackets since regeneration eats one pair.
1019 * configure: Regenerate.
1020
bf110216
CF
10212009-08-18 Christopher Faylor <me+cygwin@cgf.cx>
1022
1023 * MAINTAINERS: Perform some obvious fixups.
1024
2262bbf4
BE
10252009-08-17 Ben Elliston <bje@au.ibm.com>
1026
1027 * config.sub, config.guess: Update from upstream sources.
1028
25a07265
NC
10292009-08-06 Michael Eager <eager@eagercon.com>
1030
1031 * configure.ac: Add Microblaze target.
1032 * configure: Regenerate.
1033
85bd1942
TG
10342009-07-02 Tristan Gingold <gingold@adacore.com>
1035
1036 * configure.ac: Do not exclude gas for i386-*-darwin.
1037 Add a case for x86_64-*-darwin.
1038 * configure: Regenerate.
1039
f9806fa5
DE
10402009-06-26 Doug Evans <dje@sebabeach.org>
1041
1042 * Makefile.def (host_modules): Add cgen.
1043 * Makefile.in: Regenerate.
1044 * configure.ac (host_tools): Add cgen.
1045 * configure: Regenerate.
1046
6bfb4e30
JJ
10472009-06-17 Michael Eager <eager@eagercon.com>
1048
1049 * COPYING.LIBGLOSS: Add Xilinx license.
1050
8bcf2718
NC
10512009-06-15 Ryan Mansfield <rmansfield@qnx.com>
1052
1053 * configure.ac: Define is_elf for QNX Neutrino targets.
1054 * configure: Regenerate.
1055
04ec0acb
RW
10562009-06-03 Jerome Guitton <guitton@adacore.com>
1057 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1058
1059 * Makefile.tpl (all): Avoid a trailing backslash.
1060 * Makefile.in: Regenerate.
1061
7ee5dbeb
BE
10622009-06-03 Ben Elliston <bje@au.ibm.com>
1063
1064 * config.sub, config.guess: Update from upstream sources.
1065
fda13ee8
AO
10662009-06-02 Alexandre Oliva <aoliva@redhat.com>
1067
1068 * Makefile.tpl ([+compare-target+]): Compare all stage
1069 directories, rather than just gcc.
1070 * Makefile.in: Rebuilt.
1071
4a657b0d
DK
10722009-05-28 Doug Kwan <dougkwan@google.com>
1073
1074 * configure.ac: Support gold for target arm*-*-*.
1075 * configure: Regenerate.
1076
07fc31c9
AO
10772009-05-27 Alexandre Oliva <aoliva@redhat.com>
1078
1079 * Makefile.tpl (all): Avoid harmless warning in make all when
1080 gcc-bootstrap is enabled but stage_last does not exist.
1081 * Makefile.in: Rebuilt.
1082
8a7a39ab
TG
10832009-05-25 Tristan Gingold <gingold@adacore.com>
1084
1085 * setup.com: Complete the file with configuration and build.
1086
b5233201
AO
10872009-05-18 Alexandre Oliva <aoliva@redhat.com>
1088
1089 PR other/40159
1090 * Makefile.tpl (all): Don't assume gcc-bootstrap and
1091 gcc-no-bootstrap are mutually exclusive.
1092 * Makefile.in: Rebuilt.
1093
7b6175f9
AO
10942009-05-18 Alexandre Oliva <aoliva@redhat.com>
1095
1096 PR other/40159
1097 * Makefile.tpl (all): Don't end with unconditional success.
1098 * Makefile.in: Rebuilt.
1099
1b05fbbd
AO
11002009-05-12 Alexandre Oliva <aoliva@redhat.com>
1101
1102 PR target/37137
1103 * Makefile.def (flags_to_pass): Remove redundant and incomplete
1104 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
1105 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
1106 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
1107 stage_configureflags, stage_cflags and stage_libcflags into
1108 explicit Makefile macros.
1109 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
1110 GFORTRAN.
1111 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
1112 CC. Set CC_FOR_BUILD from CC.
1113 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
1114 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
1115 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
1116 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
1117 and GFORTRAN.
1118 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
1119 (_LIBCFLAGS): Renamed to _TFLAGS.
1120 (do-compare-debug, do-compare3-debug): Drop.
1121 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
1122 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
1123 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
1124 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
1125 (XGCC_FLAGS_FOR_TARGET): New.
1126 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
1127 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
1128 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
1129 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
1130 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
1131 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
1132 TFLAGS.
1133 (BUILD_CONFIG): Include if requested.
1134 (all): Set TFLAGS on bootstrap.
1135 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
1136 (all-stageid-prefixmodule): Likewise.
1137 (do-clean, distclean-stageid): Set TFLAGS.
1138 (restrap): Fix whitespace.
1139 * Makefile.in: Rebuilt.
1140
dc17c78c
EB
11412009-04-25 Eric Botcazou <ebotcazou@adacore.com>
1142
1143 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
1144 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
1145 * Makefile.in: Regenerate.
1146
14324cd7
EZ
11472009-04-24 Eli Zaretskii <eliz@gnu.org>
1148
1149 * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
1150 consistency with config.sub. (Update from upstream sources.)
1151
f8d5f06c
JM
11522009-04-21 Joseph Myers <joseph@codesourcery.com>
1153
1154 * texinfo/texinfo.tex: Update to version 2009-03-28.05.
1155
0000e2bf
BE
11562009-04-17 Ben Elliston <bje@au.ibm.com>
1157
1158 * config.sub, config.guess: Update from upstream sources.
1159
20135e4c
NC
11602009-04-15 Anthony Green <green@moxielogic.com>
1161
34adf976 1162 * configure.ac: Add moxie support.
20135e4c
NC
1163 * configure: Rebuilt.
1164
ef699244
L
11652009-04-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1166
1167 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
1168 * configure: Regenerate.
1169
10ad8ef3
L
11702009-04-09 H.J. Lu <hongjiu.lu@intel.com>
1171
1172 PR gas/10039
1173 * configure.ac: Require texinfo 4.7.
1174 * configure: Regenerated.
1175
c50523ce
L
11762009-04-09 Steve Ellcey <sje@cup.hp.com>
1177
1178 * Makefil.def (languages): New entries.
1179 * Makefile.tpl (check-gcc-*): New generic target.
1180 * Makefile.in: Regenerate.
1181
47afba5f
EZ
11822009-03-27 Eli Zaretskii <eliz@gnu.org>
1183
1184 * djunpack.bat: Use ".." quoting in Sed command, for the sake of
1185 Windows builds of Sed.
1186
dc448a7b
TT
11872009-03-18 Tom Tromey <tromey@redhat.com>
1188
1189 * configure: Rebuild.
1190 * configure.ac (host_libs): Add libiconv.
1191 * Makefile.in: Rebuild.
1192 * Makefile.def (host_modules): Add libiconv.
1193 (configure-gdb, all-gdb): Depend on libiconv.
1194
24741ab2
JB
11952009-03-16 Tristan Gingold <gingold@adacore.com>
1196
1197 * configure.ac: Treat gdb as supported on x86_64-darwin.
1198 * configure: Regenerate.
1199
29383458
JM
12002009-03-16 Joseph Myers <joseph@codesourcery.com>
1201
1202 Merge from GCC:
1203
1204 2009-03-16 Joseph Myers <joseph@codesourcery.com>
1205
1206 * configure.ac (--with-host-libstdcxx): New option.
1207 * configure: Regenerate.
1208
1209 2009-01-29 Robert Millan <rmh@aybabtu.com>
1210
1211 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
1212 * configure: Regenerate.
1213
1214 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
1215
1216 PR tree-optimization/38515
1217 * configure.ac (cloog-polylib): Removed.
1218 (with_ppl, with_cloog): Test for "no".
1219 * configure: Regenerated.
1220
58e24671
RW
12212009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1222
1223 Backport from git Libtool:
1224
1225 2009-01-19 Robert Millan <rmh@aybabtu.com>
1226 Support GNU/kOpenSolaris.
1227 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
1228 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
1229 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
1230 GNU/kOpenSolaris.
1231
314b2e66
AS
12322009-02-05 Andreas Schwab <schwab@suse.de>
1233
1234 * Makefile.tpl (stage_last): Define $r and $s before using
1235 $(RECURSE_FLAGS_TO_PASS).
1236 * Makefile.in: Regenerate
1237
8b700390
JJ
12382009-01-21 Jeff Johnston <jjohnstn@redhat.com>
1239
1240 * COPYING.NEWLIB: Add ARM license.
1241
66775d67
AM
12422009-01-16 Alan Modra <amodra@bigpond.net.au>
1243
1244 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
44893cfb 1245 (all-opcodes): Depend on all-libiberty.
66775d67
AM
1246 * Makefile.in: Regenerate.
1247
19e99079
NC
12482009-01-15 Douglas B Rupp <rupp@gnat.com>
1249
1250 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
1251 * configure: Regenerate.
1252
22e8c8e0
RW
12532008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1254
1255 Backport link test fix from upstream Libtool:
1256
1257 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
1258 Add cache variables to tests that require the linker to work.
1259 For shlibpath_overrides_runpath, this also changes the semantics
1260 to let the result from the C compiler take precedence.
1261 compiler take precedence.
1262
7d6d7764
BE
12632008-12-02 Ben Elliston <bje@au.ibm.com>
1264
1265 * config.sub, config.guess: Update from upstream sources.
1266
ea8af06e
JJ
12672008-12-17 Jeff Johnston <jjohnstn@redhat.com>
1268
1269 * COPYING.NEWLIB: Updated.
1270 * COPYING.LIBGLOSS: Ditto.
1271
af0771d3
PB
12722008-12-16 Paolo Bonzini <bonzini@gnu.org>
1273
1274 Sync with GCC:
1275
1276 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
1277
1278 * configure.ac (ppllibs): Add by default the lib flags.
1279 * configure: Regenerate.
1280
1281 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
1282
314b2e66
AS
1283 * configure.ac: Add double brackets on darwin[912].
1284 * configure: Regenerate.
af0771d3
PB
1285
1286 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
1287
314b2e66
AS
1288 * configure.ac: Expand to darwin10 and later.
1289 * configure: Regenerate.
af0771d3 1290
f7c83eac
AS
12912008-12-02 Andreas Schwab <schwab@suse.de>
1292
1293 * Makefile.def: configure-target-boehm-gc depends on
1294 all-target-libstdc++-v3.
1295 * Makefile.in: Regenerate.
1296
bc67ad83
BE
12972008-12-02 Ben Elliston <bje@au.ibm.com>
1298
1299 * config.sub, config.guess: Update from upstream sources.
1300
e28c595f
JM
13012008-11-27 Joseph Myers <joseph@codesourcery.com>
1302
1303 Merge from GCC:
1304
1305 2007-12-02 Matthias Klose <doko@ubuntu.com>
1306
1307 * config-ml.in: Remove 64bit configure tests.
1308
1309 2008-05-14 Rafael Espindola <espindola@google.com>
1310
1311 * config-ml.in: don't handle --enable-shared and --enable-static.
1312
1313 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
1314 Tobias Grosser <grosser@fim.uni-passau.de>
1315 Jan Sjodin <jan.sjodin@amd.com>
1316 Harsha Jagasia <harsha.jagasia@amd.com>
1317 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
1318 Konrad Trifunovic <konrad.trifunovic@inria.fr>
1319 Adrien Eliche <aeliche@isty.uvsq.fr>
1320
1321 Merge from graphite branch.
1322 * configure: Regenerate.
1323 * Makefile.in: Regenerate.
1324 * configure.ac (host_libs): Add ppl and cloog.
1325 Add checks for PPL and CLooG.
1326 * Makefile.def (ppl, cloog): Added modules and dependences.
1327 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
1328 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
1329
1330 2008-09-03 Richard Guenther <rguenther@suse.de>
1331
1332 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
1333 cloog test.
1334 * configure: Re-generate.
1335
1336 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
1337
1338 * configure.ac (--with-cloog-polylib): New.
1339 (--disable-cloog-version-check): New.
1340 (--disable-ppl-version-check): New.
1341 * configure: Re-generate.
1342
1343 2008-09-05 Richard Guenther <rguenther@suse.de>
1344
1345 * configure.ac: Initialize clooglibs to -lcloog.
1346 * configure: Re-generate.
1347
1348 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1349
1350 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
1351 recommended version to 2.3.2.
1352
1353 * configure: Regenerate.
1354
1355 2008-10-31 Ben Elliston <bje@au.ibm.com>
1356
1357 * configure.ac (spu-*-*): Remove special case.
1358 * configure: Regenerate.
1359
1360 Complete comment text from GCC version of:
1361
1362 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
1363
1364 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
1365 (GCC_SHLIB_SUBDIR): New.
1366 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
1367 * configure: Regenerate.
1368 * Makefile.in: Regenerate.
1369
652dec25
TG
13702008-11-27 Tristan Gingold <gingold@adacore.com>
1371
1372 * configure.ac: Build gdb for i?86-*-darwin*
1373 * configure: Regenerated.
1374
7582fb4a
DJ
13752008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
1376
1377 PR bootstrap/38014
1378 PR bootstrap/37923
1379
1380 Revert:
1381
1382 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
1383
1384 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
1385 * Makefile.in: Regenerated.
1386
1387 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
1388
1389 PR gdb/921
1390 PR gdb/1646
1391 PR gdb/2175
1392 PR gdb/2176
1393
1394 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
1395 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
1396 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
1397 (HOST_EXPORTS): Pass CPPFLAGS.
1398 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
1399 (LDFLAGS_FOR_TARGET): Initialize from configure script.
1400 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
1401 * Makefile.in, configure: Regenerated.
1402 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
1403 and CPPFLAGS_FOR_BUILD.
1404
faee1be2
UW
14052008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
1406
1407 * configure.ac [spu-*-*]: Do not set skipdirs.
1408 * configure: Re-generate.
1409
b7c2dce4
DJ
14102008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
1411
1412 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
1413 * Makefile.in: Regenerated.
1414
bb52de30
DJ
14152008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
1416
1417 PR gdb/921
1418 PR gdb/1646
1419 PR gdb/2175
1420 PR gdb/2176
1421
1422 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
1423 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
1424 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
1425 (HOST_EXPORTS): Pass CPPFLAGS.
1426 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
1427 (LDFLAGS_FOR_TARGET): Initialize from configure script.
1428 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
1429 * Makefile.in, configure: Regenerated.
1430 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
1431 and CPPFLAGS_FOR_BUILD.
1432
b25062ae
SE
14332008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
1434
1435 * libtool.m4: Update to libtool 2.2.6.
1436 * lt~obsolete.m4: Update to libtool 2.2.6.
1437 * ltmain.sh: Update to libtool 2.2.6.
1438 * ltsugar.m4: Update to libtool 2.2.6.
1439 * ltversion.m4: Update to libtool 2.2.6.
1440 * ltoptions.m4: Update to libtool 2.2.6.
1441 * ltgcc.m4: Update to match changes from libtool 2.2.6.
1442
3bbd2f8f
AL
14432008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
1444
1445 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
1446 (GCC_SHLIB_SUBDIR): New.
1447 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
1448 * configure: Regenerate.
1449 * Makefile.in: Regenerate.
1450
b29d32ce
TG
14512008-08-28 Tristan Gingold <gingold@adacore.com>
1452
1453 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
1454 Enable bfd, binutils and opcodes.
1455 * configure: Regenerate.
1456
c325a203
DD
14572008-08-16 Nicolas Roche <roche@adacore.com>
1458
1459 * Makefile.tpl: Add BOOT_ADAFLAGS.
1460 * Makefile.in: Regenerate.
1461
e7c8859c
RS
14622008-08-16 Richard Sandiford <rdsandiford@googlemail.com>
1463
1464 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
1465 * configure: Regenerate.
1466
da888c87
PB
14672008-07-30 Paolo Bonzini <bonzini@gnu.org>
1468
1469 Sync with gcc:
1470 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
1471
f7c83eac
AS
1472 * configure.ac: Add makefile fragments for hpux.
1473 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
1474 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
1475 * configure: Regenerate.
1476 * Makefile.in: Regenerate.
da888c87
PB
1477
1478 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1479
f7c83eac
AS
1480 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
1481 * Makefile.in: Regenerate.
1482 * configure: Regenerate.
da888c87 1483
944982cf
ILT
14842008-06-18 Ian Lance Taylor <iant@google.com>
1485
662c6704
ILT
1486 * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
1487
944982cf
ILT
1488 * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
1489
7a283e07
RW
14902008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1491
1492 * configure: Regenerate.
1493
5b553f7e
RW
14942008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1495
1496 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
1497 "$@" is still intact with both Autoconf 2.59 and 2.62.
1498 * configure: Regenerate.
1499
675492f0
RW
15002008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1501
1502 * Makefile.tpl: Fix comment errors.
1503 * Makefile.in: Regenerate.
1504
b018a5d1
JB
15052008-06-13 Julian Brown <julian@codesourcery.com>
1506
1507 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
1508 of libobjc for ARM EABI Linux.
1509 * configure: Regenerate.
1510
310213e8
DE
15112008-06-12 David S. Miller <davem@davemloft.net>
1512 David Edelsohn <edelsohn@gnu.org>
1513
1514 * configure.ac: Add powerpc*-*-* to gold supported targets.
1515 * configure: Regenerate.
1516
6641ce42
JM
15172008-06-08 Joseph Myers <joseph@codesourcery.com>
1518
1519 PR tree-optimization/36218
1520 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
1521 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
1522 (all prefix="build-"): Pass them to build-system sub-makes.
1523 * Makefile.in: Regenerate.
1524
03c2f9e6
DJ
15252008-05-16 Daniel Jacobowitz <dan@codesourcery.com>
1526
1527 * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
1528 README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
1529 mkdep, and compile. Update comments.
1530 (ETC_SUPPORT): Add ChangeLog and update comments.
1531
4538db8b
ILT
15322008-05-11 Ian Lance Taylor <iant@google.com>
1533
1534 * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
1535
266df637
PB
15362008-04-18 Paolo Bonzini <bonzini@gnu.org>
1537
1538 Sync with gcc:
1539 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
1540
1541 PR bootstrap/35457
1542 * configure.ac: Include override.m4.
1543 * configure: Regenerate.
1544
1545 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
1546
f7c83eac
AS
1547 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
1548 * Makefile.in: Regenerate.
266df637
PB
1549
1550 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
1551
f7c83eac
AS
1552 * configure.ac: Do not build libssp for the AVR.
1553 * configure: Regenerate.
266df637 1554
a86a761e
NC
15552008-04-18 Nick Clifton <nickc@redhat.com>
1556
1557 * MAINTAINERS: Replace reference to configure.in with reference to
1558 configure.ac.
1559
52310858
NC
15602008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
1561
f7c83eac 1562 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
52310858 1563 as nonconfigurable directories list.
f7c83eac 1564 * configure: Regenerate.
52310858 1565
f5314dd5
DM
15662008-04-14 David S. Miller <davem@davemloft.net>
1567
1568 * configure.ac: Add sparc*-*-* to gold supported targets.
1569 * configure: Regenerate.
1570
e2208220
BE
15712008-04-14 Ben Elliston <bje@au.ibm.com>
1572
1573 * config.sub, config.guess: Update from upstream sources.
1574
0bb6ea20
HPN
15752008-04-12 Hans-Peter Nilsson <hp@axis.com>
1576
1577 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
1578 * Makefile.in: Regenerate.
1579
e5164e97
ILT
15802008-04-07 Ian Lance Taylor <iant@google.com>
1581
1582 * Makefile.def: check-gold depends upon all-binutils.
1583 * Makefile.in: Regenerate.
1584
e33b51a6
NC
15852008-04-04 Nick Clifton <nickc@redhat.com>
1586
1587 PR binutils/4334
1588 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
1589 builds.
1590 * configure: Regenerate.
1591
fc5df3ab
NC
15922008-04-04 NightStrike <NightStrike@gmail.com>
1593
1594 PR other/35151
f7c83eac
AS
1595 * configure.ac: Combine rules for mingw32 and mingw64.
1596 * configure: Regenerate.
fc5df3ab 1597
c779bab8
PB
15982008-03-27 Paolo Bonzini <bonzini@gnu.org>
1599
1600 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
1601 * Makefile.in: Regenerate.
1602
93f9b408
ILT
16032008-03-20 Ian Lance Taylor <iant@google.com>
1604
1605 * configure.ac: Add support for --enable-gold.
1606 * Makefile.def: Add gold as a directory like ld.
1607 * configure, Makefile.in: Regenerate.
1608
5746fb46
AK
16092008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
1610
1611 * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
1612 (s390_cond_extensions): Reduced extensions to the compare related.
1613 (main): z10 cpu type option added.
1614 (expandConditionalJump): Renamed to ...
1615 (insertExpandedMnemonic): ... this.
1616
1617 * opcodes/s390-opc.c: Re-group the operand format makros.
1618 (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
1619 INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
1620 INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
1621 INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
1622 INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
1623 INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
1624 INSTR_SIL_RDU): New instruction formats added.
1625 (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
1626 MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
1627 MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
1628 MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
1629 MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
1630 MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
1631 masks added.
1632 (s390_opformats): New formats added "ris", "rrs", "sil".
1633 * opcodes/s390-opc.txt: Add the conditional jumps with the
1634 extensions removed from automatic expansion in s390-mkopc.c manually.
1635 (asi - trtre): Add new System z10 EC instructions.
1636 * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
1637
58c85be7
RW
16382008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1639
1640 * configure.ac: m4_include config/proginstall.m4.
1641 * configure: Regenerate.
1642
78124051
RW
16432008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1644
1645 Backport from upstream Libtool:
f7c83eac 1646
78124051 1647 2007-10-12 Eric Blake <ebb9@byu.net>
f7c83eac 1648
78124051
RW
1649 Deal with Autoconf 2.62's semantic change in m4_append.
1650 * ltsugar.m4 (lt_append): Replace broken versions of
1651 m4_append.
1652 (lt_if_append_uniq): Don't require separator to be overquoted,
1653 and avoid broken m4_append.
1654 (lt_dict_add): Fix typo.
1655 * libtool.m4 (_LT_DECL): Don't overquote separator.
1656
018f1bea
DE
16572008-03-13 David Edelsohn <edelsohn@gnu.org>
1658
1659 * config.rpath: Add AIX 6 support.
1660
5c5f596d
PB
16612008-03-13 Paolo Bonzini <bonzini@gnu.org>
1662
1663 * Makefile.def (stageprofile). Remove -fprofile-generate
1664 from stage_libcflags.
1665 * Makefile.in: Regenerate.
1666
a1f93a5e
BE
16672008-03-13 Ben Elliston <bje@au.ibm.com>
1668
1669 * config.sub, config.guess: Update from upstream sources.
1670
98c3d905
AK
16712008-03-06 Florian Krohm <fkrohm@us.ibm.com>
1672
1673 * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
1674 * s390-opc.txt (cmpsc): Duplicate entry removed.
1675 (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
1676 cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
1677 fier, cu42, cu41): Fix operand format.
1678
7f6ef0c0
PB
16792008-02-20 Paolo Bonzini <bonzini@gnu.org>
1680
f7c83eac
AS
1681 PR bootstrap/32009
1682 PR bootstrap/32161
1683
1684 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
1685 * configure: Regenerate.
1686
1687 * Makefile.def: Define stage_libcflags for all bootstrap stages.
1688 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
1689 STAGE4_LIBCFLAGS): New.
1690 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
1691 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
1692 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
1693 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
1694 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
1695 for target modules. Don't export LIBCFLAGS.
1696 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
1697 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
1698 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
1699 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
1700 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
1701 * Makefile.in: Regenerate.
7f6ef0c0 1702
eaf19029
PB
17032008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1704
1705 PR libgcj/33085
1706 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
1707 Do not use -DDLL_EXPORT. Backport from upstream.
1708
680c43e9
NC
17092008-02-14 Nick Clifton <nickc@redhat.com>
1710
1711 Import this patch from gcc:
1712 2008-01-24 David Edelsohn <edelsohn@gnu.org>
1713
1714 * libtool.m4: Backport AIX 6 support from ToT Libtool.
1715
c72b1d96
HPN
17162008-02-02 Hans-Peter Nilsson <hp@axis.com>
1717
1718 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
1719 * configure: Regenerate.
1720
8b66833e
BW
17212008-01-31 Marc Gauthier <marc@tensilica.com>
1722
1723 * configure.ac (xtensa*-*-*): Recognize processor variants.
1724 * configure: Regenerate.
1725
9cc8ae67
PB
17262008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1727
f7c83eac
AS
1728 PR bootstrap/34922
1729 * configure.ac (PARSE_ARGS): Push suitable setting of
1730 ac_subdirs_all, for `./configure --help=recursive'.
1731 Handle `+' in generic toplevel directory disabling.
1732 * configure: Regenerate.
9cc8ae67 1733
19090595
BE
17342008-01-23 Ben Elliston <bje@au.ibm.com>
1735
1736 * config.sub, config.guess: Update from upstream sources.
1737
9f1e7fd3
BE
17382008-01-08 Ben Elliston <bje@au.ibm.com>
1739
1740 * config.sub, config.guess: Update from upstream sources.
1741
2f959d61
JJ
17422007-12-19 Jeff Johnston <jjohnstn@redhat.com>
1743
1744 * COPYING.LIBGLOSS: Update default copyright.
1745
aa054b85
JJ
17462007-12-19 Jeff Johnston <jjohnstn@redhat.com>
1747
1748 * COPYING.NEWLIB: Update default copyright.
1749
57c53b2b
RS
17502007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1751
1752 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
1753 Change recommended MPFR from 2.2.1 > 2.3.0.
1754 * configure: Regenerate.
1755
fee14b60
RS
17562007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
1757
1758 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
1759 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
1760 * Makefile.in: Regenerate.
1761
c9b68031
DD
17622007-12-10 Andreas Tobler <a.tobler@schweiz.org>
1763
1764 * configure.ac: Enable libjava for x86_64-*-darwin9.
1765 * configure: Regenerate.
1766
ad25e7d5
BE
17672007-12-05 Ben Elliston <bje@au.ibm.com>
1768
1769 * config.sub, config.guess: Update from upstream sources.
1770
6ac84f65
PB
17712007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1772
f7c83eac
AS
1773 * config-ml.in: Robustify against white space in absolute file
1774 names.
6ac84f65 1775
f7c83eac
AS
1776 * config-ml.in (multi-clean): Substitute ${Makefile}.
1777 Remove superfluous ${Makefile} in list.
6ac84f65 1778
7b3200f9
DJ
17792007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
1780
1781 * Makefile.def (dependencies): Make configure-gdb depend on
1782 all-intl.
1783 * Makefile.in: Regenerated.
1784
2c133ff9
JJ
17852007-10-15 Patrick Mansfield <patmans@us.ibm.com>
1786
1787 * Makefile.def: To avoid problems running with parallel makes,
1788 build newlib before libgloss so that target specific header
1789 files are availble.
1790 * Makefile.in: Regenerate.
1791
5074315a
DJ
17922007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
1793
1794 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
1795 * Makefile.in: Regenerate.
1796
f5bc1778
DJ
17972007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
1798
1799 * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
1800 * libdecnumber: New directory, imported from GCC.
1801
c66487f8
NC
18022007-10-08 Mike Frysinger <vapier@gentoo.org>
1803
1804 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
1805 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
1806 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
1807 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
1808 * configure: Regenerate.
1809
b5714970
PB
18102007-10-01 Paolo Bonzini <bonzini@gnu.org>
1811
1812 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
1813 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
1814 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
1815 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
1816 * configure.ac: Default them to host tools for $host = $build.
1817 Subst them.
1818
1819 * configure: Regenerate.
1820 * Makefile.in: Regenerate.
1821
f3b1e08e
RS
18222007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
1823
1824 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
1825 * configure: Regenerate.
1826
cff87f51
DD
18272007-09-19 Benjamin Kosnik <bkoz@redhat.com>
1828
1829 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
1830 libstdc++.
1831 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
1832 * configure: Regenerate.
1833 * Makefile.in: Regenerate.
f7c83eac 1834
625a61cd
AS
18352007-09-17 Andreas Schwab <schwab@suse.de>
1836
1837 * configure.ac: Raise minimum makeinfo version to 4.6.
1838 * configure: Regenerate.
1839
83a3a68b
AM
18402007-09-15 Alan Modra <amodra@bigpond.net.au>
1841
1842 * configure.ac: Correct makeinfo version check.
1843 * configure: Regenerate.
1844
5bd8be13
RS
18452007-09-14 Richard Sandiford <richard@codesourcery.com>
1846
1847 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
1848 to $skipdirs and only disable gprof for newlib. Use the normal
1849 mips*-elf* handling in other respects.
1850 * configure: Regnerate.
1851
5566c1fa
DD
18522007-09-12 David Daney <ddaney@avtrex.com>
1853
1854 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
1855 enabling libgcj.
1856 * configure: Regenerate.
1857
18582007-09-12 Richard Guenther <rguenther@suse.de>
1859
1860 * configure.ac (--enable-stage1-checking): If neither --enable-checking
1861 nor --disable-checking is provided also turn on yes and types
1862 checking for stage1.
1863 * configure: Re-generate.
1864
a18e2996 18652007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
84e7906e
AH
1866
1867 PR target/33281
1868 * configure.ac: Use config/mh-mingw on mingw.
1869 * configure: Regenerate.
84e7906e 1870
691bb5a1
DD
18712007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
1872
1873 PR other/32154
1874 * configure.ac: For libgloss targets, point the linker to the linker
1875 script, startup code and simulator library.
1876 * configure: Regenerate.
1877
6d18b86b
AH
18782007-09-09 Andrew Haley <aph@redhat.com>
1879
1880 * configure.ac (noconfigdirs): Remove target-libffi and
a18e2996 1881 target-libjava.
6d18b86b 1882
f00a3165 18832007-08-29 Nick Clifton <nickc@redhat.com>
971aaaa5 1884
f00a3165 1885 * config.sub, config.guess: Update from upstream sources.
971aaaa5 1886
2abc4e65
BE
18872007-08-21 Richard Guenther <rguenther@suse.de>
1888
1889 * configure.ac: Add types checking to stage1 checking flags.
1890 * configure: Regenerate.
1891
8a6ee3ab 18922007-08-18 Paul Brook <paul@codesourcery.com>
f7c83eac 1893 Joseph Myers <joseph@codesourcery.com>
8a6ee3ab
JM
1894
1895 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
1896 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
1897 * Makefile.in: Regenerate.
1898 * configure.ac (--with-debug-prefix-map): New.
1899 * configure: Regenerate.
1900
429acdec
RS
19012007-08-17 Richard Sandiford <richard@codesourcery.com>
1902 Nigel Stephens <nigel@mips.com>
1903
429acdec
RS
1904 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
1905 as target_makefile_frag.
1906 * configure: Regenerate.
1907
8520c408
AO
19082007-08-16 Alexandre Oliva <aoliva@redhat.com>
1909
1910 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
1911 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
1912 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
1913 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
1914 (do-compare, do-compare3, do-compare-debug): New.
1915 ([+compare-target+]): Use them.
1916
19172007-08-16 Alexandre Oliva <aoliva@redhat.com>
1918
1919 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
1920 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
1921 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
1922 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
1923 (do-compare, do-compare3, do-compare-debug): New.
1924 ([+compare-target+]): Use them.
1925
2444379b
BE
19262007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1927 Ben Elliston <bje@au.ibm.com>
1928
1929 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
1930 --silent if $silent.
1931 * configure: Regenerate.
1932
d6f99447
DJ
19332007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
1934
1935 * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
1936
bd0aa315
NC
19372007-07-17 Nick Clifton <nickc@redhat.com>
1938
1939 * COPYING3: New file. Contains version 3 of the GNU General
1940 Public License.
1941 * COPYING3.LIB: New file. Contains version 3 of the GNU
1942 Lesser General Public License.
1943
0ebe98fb
BS
19442007-07-11 Bernd Schmidt <bernd.schmidt@analog.com>
1945
1946 * configure.ac: Fix my previous change to really match GCC.
1947 * configure: Regenerate.
1948
521ec477
DD
19492007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1950
1951 * configure.ac: Rewrite 'configure --help' strings to look nicer.
1952 * configure: Regenerate.
1953
19542007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1955
1956 * configure.ac: Add some missing m4 quotation.
1957 * configure: Regenerate.
1958
0c24b341
NC
19592007-07-09 Kai Tietz <kai.tietz@onevision.com>
1960
f7c83eac
AS
1961 * Makefile.def: Add windmc tool to build.
1962 * Makefile.tpl: Likewise.
1963 * configure.ac: Likewise.
1964 * Makefile.in: Regenerate.
1965 * configure: Regenerate.
0c24b341 1966
a09314d0
L
19672007-07-05 H.J. Lu <hongjiu.lu@intel.com>
1968
1969 * lt~obsolete.m4: New. Import from 20070318 libtool.
1970
7c3e1d12
BS
19712007-06-29 Bernd Schmidt <bernd.schmidt@analog.com>
1972
1973 * configure.ac: Don't add target-libmudflap to noconfigdirs for
1974 uclinux and linux-uclibc targets.
1975 * configure: Regenerate.
1976
a5b3b4dd
DD
19772007-06-28 DJ Delorie <dj@redhat.com>
1978
1979 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
1980 not building newlib.
1981 * configure: Regenerated.
f7c83eac 1982
184d813c
DJ
19832007-06-22 Daniel Jacobowitz <dan@codesourcery.com>
1984
1985 * src-release (DEVO_SUPPORT): Correct typos.
1986
31d99776
DJ
19872007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
1988
1989 * Makefile.def: Add dependency from configure-gdb to all-bfd.
1990 * Makefile.in: Regenerated.
1991
e00a73e3
PB
19922007-06-14 Paolo Bonzini <bonzini@gnu.org>
1993
f7c83eac
AS
1994 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
1995 (distclean-stage[+id+]): Possibly delete stage_last.
1996 * Makefile.in: Regenerate.
e00a73e3 1997
98a1bbc5
BE
19982007-06-07 Ben Elliston <bje@au.ibm.com>
1999
2000 * config.sub, config.guess: Update from upstream sources.
2001
973601e1
BE
20022007-06-07 Ben Elliston <bje@au.ibm.com>
2003
2004 * Makefile.tpl: Fix spelling error.
2005 * Makefile.in: Regenerate.
2006
2038f525
PB
20072007-06-04 Paolo Bonzini <bonzini@gnu.org>
2008
2009 Sync with gcc:
2010 2007-05-30 Jakub Jelinek <jakub@redhat.com>
2011
f7c83eac
AS
2012 PR bootstrap/29382
2013 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
2014 * configure: Rebuilt.
2038f525 2015
f7c5c4b5
PB
20162007-06-01 Steve Ellcey <sje@cup.hp.com>
2017
12a64d4f
L
2018 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
2019 lt_cv_sys_max_cmd_len.
f7c5c4b5 2020
7ad9660b
PB
20212007-05-31 Paolo Bonzini <bonzini@gnu.org>
2022
2023 * ltgcc.m4: Update from GCC.
2024
0e7ef45c
EC
20252007-05-25 Andreas Tobler <a.tobler@schweiz.org>
2026
12a64d4f 2027 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
0e7ef45c 2028
37ad9514
SE
20292007-05-24 Steve Ellcey <sje@cup.hp.com>
2030
2031 * ltmain.sh: Update from GCC.
2032 * libtool.m4: Update from GCC.
2033 * ltsugar.m4: New. Update from GCC.
2034 * ltversion.m4: New. Update from GCC.
2035 * ltoptions.m4: New. Update from GCC.
2036 * ltconfig: Remove.
2037 * ltcf-c.sh: Remove.
2038 * ltcf-cxx.sh: Remove.
2039 * ltcf-gcj.sh: Remove.
2040 * src-release: Update with new libtool file list.
2041
8ee82aff
PB
20422007-05-16 Paolo Bonzini <bonzini@gnu.org>
2043
2044 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
2045 stage_cflags.
2046 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
2047 Remove CFLAGS/LIBCFLAGS.
2048 (configure-stage[+id+]-[+prefix+][+module+],
2049 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
2050 * Makefile.in: Regenerate.
2051
149cb58d
SE
20522007-04-14 Steve Ellcey <sje@cup.hp.com>
2053
2054 * config-ml.in: Update from GCC.
2055
91506736
DJ
20562007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
2057
2058 * src-release (do-proto-toplev): Process the support directories before
2059 the tool directory.
2060
ffa8bd48
RS
20612007-03-21 Richard Sandiford <richard@codesourcery.com>
2062
2063 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
2064 of glob. Quote arguments with single quotes too.
2065 * configure: Regenerate.
2066
a4fd3374
DD
20672007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
2068
2069 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
2070 * Makefile.in: Regenerate
2071
b8025f34
AS
20722007-03-07 Andreas Schwab <schwab@suse.de>
2073
2074 * configure: Regenerate.
2075
a3ca38d2
DD
20762007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
2077
2078 * configure.ac: Add "--with-pdfdir" configure option,
2079 which defines pdfdir variable.
2080 * Makefile.def (target=fixincludes): Add install-pdf to
2081 missing targets.
2082 (recursive_targets): Add install-pdf target.
2083 (flags_to_pass): Add pdfdir.
2084 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
2085 target.
2086 * configure: Regenerate
2087 * Makefile.in: Regenerate
2088
20892007-02-28 Eric Christopher <echristo@apple.com>
2090
2091 Revert:
2092 2006-12-07 Mike Stump <mrs@apple.com>
2093
2094 * Makefile.def (dependencies): Add dependency for
2095 install-target-libssp and install-target-libgomp on
2096 install-gcc.
2097 * Makefile.in: Regenerate.
2098
20992007-02-27 Matt Kraai <kraai@ftbfs.org>
2100
2101 * configure: Regenerate.
2102 * configure.ac: Move statements after variable declarations.
2103
a4708fba
JM
21042007-02-19 Joseph Myers <joseph@codesourcery.com>
2105
2106 * configure.ac: Adjust for loop syntax.
2107 * configure: Regenerate.
2108
9a819804
AO
21092007-02-18 Alexandre Oliva <aoliva@redhat.com>
2110
2111 * configure: Rebuilt.
2112
81ec575a
AO
21132007-02-18 Alexandre Oliva <aoliva@redhat.com>
2114
2115 * configure.ac: Drop multiple occurrences of --enable-languages,
2116 and fix its quoting.
2117 * configure: Rebuilt.
2118
92f01d61 21192007-02-17 Mark Mitchell <mark@codesourcery.com>
f7c83eac
AS
2120 Nathan Sidwell <nathan@codesourcery.com>
2121 Vladimir Prus <vladimir@codesourcery.com
2122 Joseph Myers <joseph@codesourcery.com>
92f01d61
JM
2123
2124 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
2125 * configure: Regenerate.
2126
b1299c4e
DJ
21272007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
2128
2129 * configure.ac (target_libraries): Move libgcc before libiberty.
2130 * configure: Regenerated.
2131
18f6b6ee
PB
21322007-02-13 Paolo Bonzini <bonzini@gnu.org>
2133
2134 * configure: Regenerate again?
2135
9c4e9f27
PB
21362007-02-13 Paolo Bonzini <bonzini@gnu.org>
2137
2138 * configure: Reapply PR30748 fix which was lost in the previous commit.
2139
24ff9987
DJ
21402007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
2141 Paolo Bonzini <bonzini@gnu.org>
2142
2143 PR bootstrap/30753
2144 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
2145 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
2146 * configure: Regenerated.
2147
7df2cd5d
PB
21482007-02-10 Paolo Bonzini <bonzini@gnu.org>
2149
2150 * configure: Regenerate.
2151
b0aaa663
DJ
21522007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
2153
2154 PR bootstrap/30748
2155 * configure.ac: Correct syntax for Solaris ksh.
2156 * configure: Regenerated.
2157
a0323144
PB
21582007-02-09 Paolo Bonzini <bonzini@gnu.org>
2159
2160 * Makefile.def: Sync with GCC.
2161 * Makefile.tpl: Sync with GCC.
2162 * Makefile.in: Regenerate.
2163 * configure: Regenerate.
2164
c6b750e1
DJ
21652007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
2166
2167 * Makefile.tpl (build_alias, host_alias, target_alias): Use
2168 noncanonical equivalents.
2169 * configure.in: Rename to...
2170 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
2171 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
2172 target_noncanonical. Use them. Rewrite removal of configure
2173 arguments for autoconf 2.59. Discard variable settings. Force
2174 program_transform_name for native tools.
2175
2176 * Makefile.in: Regenerated.
2177 * configure: Regenerated with autoconf 2.59.
2178
2179 * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
2180
f3cd89f4
JJ
21812007-02-08 Jeff Johnston <jjohnstn@redhat.com>
2182
2183 * COPYING.LIBGLOSS: Reformat default Red Hat
2184 license to fit within 80 columns.
2185 * COPYING.NEWLIB: Ditto.
2186
4e206d7e
DB
21872007-02-05 Dave Brolley <brolley@redhat.com>
2188
2189 * Contribute the following changes:
2190 2006-11-28 DJ Delorie <dj@redhat.com>
2191
2192 * configure.in: Fix typo for mep's target_makefile_frag.
2193 * configure: Regenerated.
2194
2195 2005-04-22 Richard Sandiford <rsandifo@redhat.com>
2196
2197 * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
2198 * configure: Regenerate.
2199
2200 2001-09-19 DJ Delorie <dj@redhat.com>
2201
2202 * configure.in (target_makefile_frag): use mt-mep
2203
2204 2001-06-12 Don Howard <dhoward@redhat.com>
2205
2206 * configure.in: Remove gdb from MeP skip list.
2207
2208 2001-04-05 DJ Delorie <dj@redhat.com>
2209
2210 * configure.in (noconfigdirs): Remove gcc from MeP skip list.
2211
2212 2001-03-20 Ben Elliston <bje@redhat.com>
2213
2214 * configure.in (noconfigdirs): Add gcc and gdb for MeP.
2215
2216 2001-03-19 Ben Elliston <bje@redhat.com>
2217
2218 * config.sub (mep, mep-*): Add.
2219
b2edfdd2
AS
22202007-01-31 Andreas Schwab <schwab@suse.de>
2221
2222 * Makefile.tpl (LDFLAGS): Substitute it.
2223 * Makefile.in: Regenerate.
2224
ceb92e78
PB
22252007-01-11 Paolo Bonzini <bonzini@gnu.org>
2226
2227 * configure.in: Change == to = in test command.
f7c83eac 2228 * configure: Regenerate.
ceb92e78 2229
4b900473 22302007-01-11 Paolo Bonzini <bonzini@gnu.org>
f7c83eac
AS
2231 Nick Clifton <nickc@redhat.com>
2232 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
2233
2234 * configure.in (build_configargs, host_configargs, target_configargs):
2235 Remove build/host/target parameters.
2236 (host_libs): Add gmp and mpfr.
2237 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
2238 * Makefile.def (gmp, mpfr): New.
2239 (gcc): Remove target.
2240 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
2241 target_os, target_vendor): New.
2242 (configure): Add host_alias/target_alias arguments. Adjust invocations.
2243 * configure: Regenerate.
2244 * Makefile.in: Regenerate.
4b900473
PB
2245
22462007-01-11 Matt Fago <fago@earthlink.net>
2247
2248 * configure.in: Try to link to functions only in mpfr 2.2.x
f7c83eac 2249 to improve robustness of configure tests.
4b900473
PB
2250 * configure: Regenerate.
2251
80f6dcbc
NC
22522007-01-08 Kai Tietz <kai.tietz@onevision.com>
2253
2254 * configure.in: Add support for an x86_64-mingw* target.
b1b532dd 2255 * configure: Regenerate.
80f6dcbc 2256
f86e35b8
NC
22572007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
2258
2259 * Makefile.tpl (all-target): Correct @if conditional for target
2260 modules.
2261 * configure.in: Omit libiberty if building only target libgcc.
2262 * configure, Makefile.in: Regenerated.
2263
79fcd0ec
PB
22642007-01-04 Paolo Bonzini <bonzini@gnu.org>
2265
2266 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
2267 * configure: Regenerate.
2268
6aa8ef82
DJ
22692007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
2270
2271 * Makefile.def (target_modules): Add libgcc.
2272 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
2273 * Makefile.tpl (clean-target-libgcc): Delete.
2274 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
2275 on gcc even for bootstrapped modules. Rewrite handling of
2276 lang_env_dependencies to loop over target_modules.
2277 * configure.in (target_libraries): Add target-libgcc.
2278 * Makefile.in, configure: Regenerated.
2279
9b134994
PB
22802006-12-29 Paolo Bonzini <bonzini@gnu.org>
2281
2282 Sync with gcc:
2283 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
2284
f7c83eac
AS
2285 * configure.in: Reorganize recognition of languages. Add
2286 --enable-stage1-languages. Show supported languages for the chosen
2287 target rather than all recognized languages.
2288 * configure: Regenerate.
9b134994
PB
2289
2290 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
2291
f7c83eac
AS
2292 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
2293 * Makefile.in: Regenerate.
9b134994
PB
2294
2295 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2296
f7c83eac
AS
2297 * configure.in: Warn that MPFR 2.2.0 is buggy.
2298 * configure: Regenerate.
9b134994 2299
8cf39b1b
ILT
23002006-12-27 Ian Lance Taylor <iant@google.com>
2301
2302 * configure.in: When removing Makefiles to force a reconfigure, also
2303 remove prev-DIR*/Makefile.
2304 * configure: Regenerate.
2305
ebff6cd5
KH
23062006-12-23 Kazu Hirata <kazu@codesourcery.com>
2307
2308 * config.bfd: Recognize fido.
2309
8a0d8a5c
PB
23102006-12-19 Paolo Bonzini <bonzini@gnu.org>
2311
2312 Sync with gcc:
2313
2314 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
2315
2316 * configure.in: Remove "$build" case for powerpc-*-darwin* since
2317 it only affects bootstrap and could be tested on "$host" as well.
2318 * configure: Regenerate.
2319 * config/mh-ppc-darwin: Add to the stage1 cflags here.
2320
2321 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
2322
2323 PR bootstrap/29544
2324 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
2325 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
2326 move here comment from Makefile.tpl.
2327 * Makefile.tpl: Move some definitions higher in the file.
2328 (STAGE1_CHECKING): New.
2329 * configure.in: Add --enable-stage1-checking.
2330 * configure: Regenerate.
2331 * Makefile.in: Regenerate.
2332
2333 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2334
2335 * configure.in: Update error message for missing GMP/MPFR.
2336
2337 * configure: Regenerate.
2338
2339 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2340
2341 * configure.in: Update MPFR version in error message.
2342
2343 * configure: Regenerate.
2344
2345 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2346
2347 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
2348 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
2349 --with-gmp-lib): New flags.
2350
2351 * configure: Regenerate.
2352
790c0838
AM
23532006-12-12 Andreas Tobler <a.tobler@schweiz.org>
2354
2355 PR bootstrap/30134
2356 * configure.in: Correct x86 darwin support for libjava to powerpc
2357 and i?86 only.
2358 * configure: Regenerate.
2359
77d7106f
AM
23602006-12-11 Alan Modra <amodra@bigpond.net.au>
2361
2362 * configure.in: Handle spu makefile frag.
77d7106f
AM
2363 * Makefile.tpl (MAINT): Define
2364 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
2365 * configure: Regenerate.
2366 * Makefile.in: Regenerate.
2367
0cfa5389
BE
23682006-12-11 Ben Elliston <bje@au.ibm.com>
2369
2370 * config.sub, config.guess: Update from upstream sources.
2371
2839fe5d
BE
23722006-12-11 Ben Elliston <bje@au.ibm.com>
2373
2374 * configure.in: Sync with GCC (spu-*-*).
2375 * configure: Sync with GCC.
2376
b897f5d4
MS
23772006-12-07 Mike Stump <mrs@apple.com>
2378
2379 * Makefile.def (dependencies): Add dependency for
2380 install-target-libssp and install-target-libgomp on
2381 install-gcc.
2382 * Makefile.in: Regenerate.
2383
9daf3993
PB
23842006-11-16 Paolo Bonzini <bonzini@gnu.org>
2385
2386 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
2387 (unstage): Test for stage_last presence.
2388
2389 PR bootstrap/29802
2390 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
2391 * Makefile.in: Regenerate.
2392
9dbaa842
DD
23932006-11-14 DJ Delorie <dj@redhat.com>
2394
2395 * Makefile.tpl (clean-stage*): Sync with GCC (clean).
2396 * Makefile.in: Sync with GCC.
2397 * configure.in: Sync with GCC (mpfr, gmp).
2398 * configure: Sync with GCC.
2399
b0cbce8d
JJ
24002006-11-08 Jie Zhang <jie.zhang@analog.com>
2401
2402 * configure.in: Remove target-libgloss from noconfigdirs for
2403 bfin-*-*.
2404 * configure: Regenerated.
2405
44330a94
JJ
24062006-10-27 Jeff Johnston <jjohnstn@redhat.com>
2407
2408 * COPYING.NEWLIB: Add spu license.
7de05dd5 2409 * COPYING.LIBGLOSS: Ditto.
44330a94 2410
56a8fe78
DD
24112006-10-17 Brooks Moses <bmoses@stanford.edu>
2412
2413 * Makefile.def: Added pdf target handling.
2414 * Makefile.tpl: Added pdf target handling.
2415 * Makefile.in: Regenerated.
2416
fbb00ad0
JJ
24172006-10-11 Jeff Johnston <jjohnstn@redhat.com>
2418
2419 * COPYING.NEWLIB: Updated.
2420 * COPYING.LIBGLOSS: Ditto.
2421
6b89cc21
DB
24222006-09-27 Dave Brolley <brolley@redhat.com>
2423
2424 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
2425 $s instead of $r.
2426 * configure: Regenerated.
2427
17bcf627
BE
24282006-09-26 Ben Elliston <bje@au.ibm.com>
2429
2430 * config.sub, config.guess: Update from upstream sources.
2431
f3529cf1
TS
24322006-09-20 Thiemo Seufer <ths@mips.com>
2433
2434 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
2435 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
2436 * configure: Regenerate.
2437
45055374
CV
24382006-08-30 Corinna Vinschen <corinna@vinschen.de>
2439
2440 * configure.in: Never build newlib for a Mingw host.
2441 Never build newlib as Mingw target library.
2442 Test the existence of winsup/cygwin for building a Cygwin newlib,
2443 rather than just winsup.
2444 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
2445 building a Mingw target.
2446 * configure: Regenerate.
2447
4be041b2 24482006-08-15 Thiemo Seufer <ths@mips.com>
f7c83eac
AS
2449 Nigel Stephens <nigel@mips.com>
2450 David Ung <davidu@mips.com>
4be041b2
TS
2451
2452 * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
2453
1d89b610
PB
24542006-07-25 Paolo Bonzini <bonzini@gnu.org>
2455
2456 Sync from GCC:
2457 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
2458
f7c83eac
AS
2459 PR bootstrap/18058
2460 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
2461 if the bootstrap compiler is a GCC version that supports it.
2462 * configure: Regenerate.
1d89b610 2463
66a79c16
DJ
24642006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
2465
2466 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
2467 * configure: Regenerated.
2468
c1cb7e02
PB
24692006-07-18 Paolo Bonzini <bonzini@gnu.org>
2470
f7c83eac
AS
2471 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
2472 for stages after the first.
c1cb7e02 2473
7206a0ee
JJ
24742006-07-17 Jakub Jelinek <jakub@redhat.com>
2475
2476 * Makefile.def: Add dependencies for configure-opcodes
2477 on configure-intl and all-opcodes on all-intl.
2478 * Makefile.in: Regenerated.
2479
6816f995
AO
24802006-07-04 Peter O'Gorman <peter@pogma.com>
2481
2482 * ltconfig: chmod 644 before ranlib during install.
2483
3d3adb43
PB
24842006-07-03 Paolo Bonzini <bonzini@gnu.org>
2485
1f3f1bbf 2486 * configure.in: Fix thinkos in previous check-in.
3d3adb43
PB
2487 * configure: Regenerate.
2488
64ce424c
PB
24892006-07-03 Paolo Bonzini <bonzini@gnu.org>
2490
2491 Sync from gcc:
2492
2493 2007-07-03 Paolo Bonzini <bonzini@gnu.org>
2494
2495 PR other/27063
2496 * configure.in: Test subdir_requires and give an appropriate
2497 error message.
2498 * configure: Regenerate.
2499
2500 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2501
2502 PR target/27540
2503 * configure.in: Only enable libgomp on IRIX 6.
2504 * configure: Regenerate.
2505
d42c4017
DA
25062006-06-20 David Ayers <d.ayers@inode.at>
2507
2508 PR bootstrap/28072
2509 * configure.in: Add target-boehm-gc to noconfigdirs depending on
2510 whether target-libjava is being configured instead of whether the
2511 java front end is enabled.
2512 * configure: Regenerate.
0e7ef45c 2513
4962c51a
MS
25142006-06-15 Mark Shinwell <shinwell@codesourcery.com>
2515
2516 * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
2517 to R_ARM_LDC_SB_G{0,1,2} respectively.
2518
caee866a
PB
25192006-06-15 Paolo Bonzini <bonzini@gnu.org>
2520
2521 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
2522 too.
2523 * Makefile.in: Regenerate.
2524
363ef840
DA
25252006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2526
2527 Sync from gcc:
2528
2529 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2530 * configure.in: Don't enable libgomp on hpux10.
2531 * configure: Rebuilt.
2532
54d1c879
DA
25332006-06-13 David Ayers <d.ayers@inode.at>
2534
2535 Sync from gcc:
2536
2537 2006-06-12 David Ayers <d.ayers@inode.at>
0e7ef45c 2538
54d1c879
DA
2539 PR bootstrap/27963
2540 PR target/19970
0e7ef45c 2541 * configure.in: Remove target-boehm-gc from noconfigdirs where
54d1c879
DA
2542 ${libgcj} is specified.
2543 * configure: Regenerate.
0e7ef45c 2544
a4d8b690
JJ
25452006-06-08 Jeff Johnston <jjohnstn@redhat.com>
2546
2547 Sync from gcc:
2548
2549 2005-01-12 David Edelsohn <edelsohn@gnu.org>
f7c83eac 2550 Andreas Schwab <schwab@suse.de>
a4d8b690
JJ
2551
2552 PR bootstrap/18033
2553 * config-ml.in: Eval option if surrounded by single quotes.
2554
4f0ef2d8
CD
25552006-06-07 Carlos O'Donell <carlos@codesourcery.com>
2556
2557 Sync from gcc:
0e7ef45c 2558
4f0ef2d8 2559 2006-06-06 David Ayers <d.ayers@inode.at>
0e7ef45c 2560
4f0ef2d8
CD
2561 PR libobjc/13946
2562 * Makefile.def: Add dependencies for libobjc which boehm-gc.
2563 * Makefile.in: Regenerate.
2564 * configure.in: Add --enable-objc-gc at toplevel and have it
2565 enable boehm-gc for Objective-C.
2566 Remove target-boehm-gc from libgcj.
2567 Add target-boehm-gc to target_libraries.
2568 Add target-boehm-gc to noconfigdirs where ${libgcj}
2569 is specified.
2570 Assert that boehm-gc is supported when requested for Objective-C.
2571 Only build boehm-gc if needed either for Java or Objective-C.
2572 * configure: Regenerate.
2573
2574 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
0e7ef45c 2575
4f0ef2d8
CD
2576 PR 27674
2577 * Makefile.tpl (configure-[+prefix+][+module+],
2578 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
2579 Remove rule to unstage bootstrapped modules.
2580 (stage_current): New.
2581 * Makefile.in: Regenerate.
2582
2583 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2584 Andreas Tobler <a.tobler@schweiz.ch>
2585
2586 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
2587 * configure: Rebuilt.
2588
2589 Revert
2590 2006-01-31 Richard Guenther <rguenther@suse.de>
2591 Paolo Bonzini <bonzini@gnu.org>
2592
2593 * Makefile.def (target_modules): Add libgcc-math target module.
2594 * configure.in (target_libraries): Add libgcc-math target library.
2595 (--enable-libgcc-math): New configure switch.
2596 * Makefile.in: Re-generate.
2597 * configure: Re-generate.
2598
c17b816b
JJ
25992006-06-05 Jeff Johnston <jjohnstn@redhat.com>
2600
2601 * config-ml.in: Alter CCASFLAGS to include special
2602 multilib options the same as is done for CFLAGS.
2603
20e95c23
DJ
26042006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
2605
2606 * Makefile.def: Added dependencies from sim and gdb on intl, and
2607 added configure dependencies to everything with an all dependency
2608 on intl.
2609 * gettext.m4: Removed.
2610 * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
2611 (GDB_SUPPORT_DIRS): Add intl.
2612 * Makefile.in: Regenerated.
2613
4bd8ad80
DJ
26142006-05-25 Daniel Jacobowitz <dan@codesourcery.com>
2615
2616 * src-release (DEVO_SUPPORT): Add config.rpath.
2617
c380fdd8
PB
26182006-05-25 Paolo Bonzini <bonzini@gnu.org>
2619
2620 * Makefile.def (bfd, opcodes): Fix lib_path.
2621 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
2622 (restrap): Move under "@if gcc-bootstrap". Fix typo.
2623 * Makefile.in: Regenerate.
2624
701628f5
MS
26252006-05-24 Mark Shinwell <shinwell@codesourcery.com>
2626
2627 * configure.in: Enable gprof for cross builds.
2628 * configure: Regenerate.
2629
25aae7f2
DJ
26302006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
2631
2632 * src-release (MAKEINFOFLAGS): Define.
2633 (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
2634
ea3d1626
BE
26352006-05-14 Ben Elliston <bje@au.ibm.com>
2636
2637 * config.sub, config.guess: Update from upstream sources.
2638
49b9e644
BE
26392006-05-12 Ben Elliston <bje@au.ibm.com>
2640
2641 * config.sub, config.guess: Update from upstream sources.
2642
482dd2f6
DJ
26432006-05-04 Steve Ellcey <sje@cup.hp.com>
2644
2645 * blt, iwidgets, mmalloc: Remove directories.
2646
8b01a5c2
DD
26472006-05-01 DJ Delorie <dj@redhat.com>
2648
641a3af4 2649 * configure.in: Restore CFLAGS if GMP isn't present.
8b01a5c2
DD
2650 * configure: Regenerate.
2651
a481dbb7
DD
26522006-04-18 DJ Delorie <dj@redhat.com>
2653
2654 * configure.in (m32c): Build libstdc++-v3. Pass flags to
2655 reference libgloss so that libssp can be built in a combined
2656 tree.
2657 * configure: Regenerate.
2658
962c9e74
BE
26592006-04-10 Ben Elliston <bje@au.ibm.com>
2660
2661 * contrib: Remove directory.
2662
108a6f8e
CD
26632006-04-06 Carlos O'Donell <carlos@codesourcery.com>
2664
2665 * Makefile.tpl: Add install-html target.
2666 * Makefile.def: Add install-html target.
2667 * Makefile.in: Regenerate.
2668 * configure.in: Add --with-datarootdir, --with-docdir,
2669 and --with-htmldir options.
2670 * configure: Regenerate.
2671
a4ef73e9
BE
26722006-03-31 Ben Elliston <bje@au.ibm.com>
2673
2674 PR binutils/1860
2675 * configure.in: Require makeinfo 4.4 or higher.
2676 * configure: Regenerate.
2677
b37df25a
PB
26782006-03-14 Paolo Bonzini <bonzini@gnu.org>
2679
2680 * Makefile.in: Regenerate.
2681
a6df5a19
PB
26822006-03-14 Paolo Bonzini <bonzini@gnu.org>
2683
2684 Sync with gcc:
2685 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
2686
f7c83eac
AS
2687 * configure.in: Handle --disable-<component> generically.
2688 * configure: Regenerate.
a6df5a19
PB
2689
2690 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
0e7ef45c 2691
f7c83eac
AS
2692 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
2693 (TARGET_CONFIGDIRS): Remove.
2694 * configure.in: Remove AC_SUBST(target_configdirs).
2695 * Makefile.in, configure: Regenerated.
a6df5a19
PB
2696
2697
65419985
L
26982006-03-01 H.J. Lu <hongjiu.lu@intel.com>
2699
2700 PR libgcj/17311
2701 * ltmain.sh: Don't use "$finalize_rpath" for compile.
2702
c52c6897
PB
27032006-02-20 Paolo Bonzini <bonzini@gnu.org>
2704
2705 PR bootstrap/25670
2706
2707 * Makefile.tpl ([+compare-target+]): Print explanation messages.
2708
2709 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
2710 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
2711 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
2712 BUILD_PREFIX, BUILD_PREFIX_1.
2713 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
2714
2715 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
2716 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
2717
2718 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
2719 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
2720 of `cat stage_current`. Always provide the `r' and `s' variables.
2721 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
2722 a single shell execution.
2723 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
2724 bootstrapped modules, make the stage1 module if the build was not
2725 started yet, else build the current stage.
2726 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
2727 (all-build, all-host, all-target, [+make_target+]-host,
2728 [+make_target+]-target): Do not use \-continued lines.
2729 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
2730 (current_stage, restrap, stage_last): New.
2731
2732 * Makefile.in: Regenerate.
2733 * configure: Regenerate.
2734
b3ded179
PB
27352006-02-14 Paolo Bonzini <bonzini@gnu.org>
2736
2737 Sync from gcc:
2738
2739 2006-01-31 Richard Guenther <rguenther@suse.de>
2740 Paolo Bonzini <bonzini@gnu.org>
2741
f7c83eac
AS
2742 * Makefile.def (target_modules): Add libgcc-math target module.
2743 * configure.in (target_libraries): Add libgcc-math target library.
2744 (--enable-libgcc-math): New configure switch.
2745 * Makefile.in: Re-generate.
2746 * configure: Re-generate.
2747 * libgcc-math: New toplevel directory.
b3ded179
PB
2748
2749 2006-01-18 Richard Henderson <rth@redhat.com>
f7c83eac
AS
2750 Jakub Jelinek <jakub@redhat.com>
2751 Diego Novillo <dnovillo@redhat.com>
b3ded179 2752
f7c83eac
AS
2753 * libgomp: New directory.
2754 * Makefile.def: Add target_module libgomp.
2755 * Makefile.in: Regenerate.
2756 * configure.in (target_libraries): Add target-libgomp.
2757 * configure: Regenerate.
b3ded179 2758
3a35eeb3
PB
27592006-02-14 Paolo Bonzini <bonzini@gnu.org>
2760 Andreas Schwab <schwab@suse.de>
0e7ef45c 2761
3a35eeb3
PB
2762 * configure: Regenerate.
2763
2429c060
PB
27642006-01-16 Paolo Bonzini <bonzini@gnu.org>
2765
2766 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
2767 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
2768 the assembler, linker and binutils.
2769 * configure: Regenerate.
2770
ec49b2b8
NC
27712006-01-16 Nick Clifton <nickc@redhat.com>
2772
49b9e644 2773 * config.sub, config.guess: Sync from config repository.
ec49b2b8 2774
44b2308f
AO
27752006-01-05 Alexandre Oliva <aoliva@redhat.com>
2776
2777 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
2778 @ from continuation.
2779 * Makefile.in: Rebuilt.
2780
80911fe1
PB
27812006-01-04 Paolo Bonzini <bonzini@gnu.org>
2782
2783 Sync from gcc:
2784
2785 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
2786
f7c83eac 2787 PR bootstrap/24252
80911fe1 2788
f7c83eac
AS
2789 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
2790 * Makefile.tpl (OBJDUMP): New.
2791 (EXTRA_HOST_FLAGS): Add it.
2792 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
80911fe1 2793
f7c83eac
AS
2794 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
2795 to use symbolic links between directories. Avoid race conditions
2796 or make them harmless.
2797 * configure.in: Do not try to use symbolic links between directories.
80911fe1 2798
f7c83eac
AS
2799 * Makefile.def (LEAN): Pass.
2800 * Makefile.tpl (LEAN): Define.
2801 (stage[+id+]-start): Accept that the previous directory does not
2802 exist, if the bootstrap is lean.
2803 (stage[+id+]-bubble): Invoke lean bootstrap commands after
2804 stage[+id+]-start. Use a makefile variable and an `if' instead of a
2805 configure substitution.
2806 ([+compare-target+]): Likewise.
2807 ([+bootstrap-target+]-lean): New.
2808 * configure.in: Remove lean bootstrap support from here.
80911fe1 2809
f7c83eac
AS
2810 * Makefile.in: Regenerate.
2811 * configure: Regenerate.
80911fe1
PB
2812
2813 2006-01-02 Andreas Schwab <schwab@suse.de>
2814
f7c83eac
AS
2815 * configure.in: When reconfiguring remove Makefile in
2816 all stage directories.
2817 * configure: Regenerate.
80911fe1 2818
b59bea8a
NC
28192005-12-27 Leif Ekblad <leif@rdos.net>
2820
2821 * configure.in: Add support for RDOS target.
2822 * configure: Regenerate.
2823
d7730bac
NC
28242005-12-27 Nick Clifton <nickc@redhat.com>
2825
2826 PR binutils/1990
2827 * libtool.m4: Synchronize with version in GCC sources.
2828
c02dabc3
PB
28292005-12-20 Paolo Bonzini <bonzini@gnu.org>
2830
f7c83eac 2831 Revert Ada-related part of the previous change.
c02dabc3 2832
f7c83eac
AS
2833 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
2834 Do not pass.
2835 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
2836 * Makefile.in: Regenerate.
2837 * configure.in: Do not include mt-ppc-aix target fragment.
2838 * configure: Regenerate.
c02dabc3 2839
f6d183c0
PB
28402005-12-19 Paolo Bonzini <bonzini@gnu.org>
2841
2842 * configure.in: Select appropriate fragments for PowerPC/AIX.
2843 * configure: Regenerate.
2844
2845 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
2846 BOOT_CFLAGS, BOOT_LDFLAGS.
2847 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
2848 BOOT_CFLAGS, BOOT_LDFLAGS.
2849 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
2850 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
2851 (stage): Fail if we cannot complete the work.
2852 * Makefile.in: Regenerate.
2853
f29759fc
JJ
28542005-12-16 Jeff Johnston <jjohnstn@redhat.com>
2855
2856 * COPYING.NEWLIB: Update copyright year for default
2857 copyright.
2858
1f054001
PB
28592005-12-15 Paolo Bonzini <bonzini@gnu.org>
2860
2861 * Makefile.tpl (all, do-[+make_target+], do-check, install,
2862 install-host-nogcc): Don't invoke $(stage) at the end.
2863 * Makefile.in: Regenerate.
2864
0aed8855
PB
28652005-12-14 Paolo Bonzini <bonzini@gnu.org>
2866
2867 * configure.in: Flip the top-level bootstrap switch.
2868 * configure: Regenerate.
2869
2870 Merge from gcc:
2871
2872 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
2873
f7c83eac
AS
2874 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
2875 $(stage) and $(unstage).
2876 (EXTRA_TARGET_FLAGS): Correct double-quoting.
2877 (all): Remove stray semicolon.
2878 (local-distclean): Don't handle multilib.tmp and multilib.out.
2879 (install.all): Set $s for consistency.
2880 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
2881 check_multilibs setting. Always make the install directory.
2882 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
2883 Correct @if/@endif.
2884 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
2885 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
2886 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
2887 (multilib.out): Remove.
2888 * Makefile.in: Regenerated.
0aed8855
PB
2889
28902005-12-12 Nathan Sidwell <nathan@codesourcery.com>
2891
2892 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
2893 * configure.in: Replace ms1 arch with mt.
2894 * configure: Rebuilt.
2895
28962005-12-05 Paolo Bonzini <bonzini@gnu.org>
2897
2898 Sync with gcc:
2899
4970f871
NS
29002005-12-12 Nathan Sidwell <nathan@codesourcery.com>
2901
2902 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
2903 * configure.in: Replace ms1 arch with mt.
2904 * configure: Rebuilt.
2905
be01d343
PB
29062005-12-05 Paolo Bonzini <bonzini@gnu.org>
2907
2908 Sync with gcc:
2909
2910 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
2911
f7c83eac
AS
2912 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
2913 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
2914 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
2915 Find in-tree tools if available.
2916 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
2917 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
2918 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
2919 (COMPILER_*_FOR_TARGET): New.
2920 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
2921 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
2922 (CONFIGURED_*, USUAL_*): Remove.
2923 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
2924 STRIP): Use autoconf substitutions.
2925 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
2926 COMPILER_NM_FOR_TARGET): New.
2927 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
2928
2929 (all): Make all-host and all-target in parallel.
2930 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
2931 that $$r and $$s are set before invoking a recursive make.
2932 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
2933 ([+bootstrap-target+]): Inline most of the `all' target.
be01d343
PB
2934
2935 2005-11-29 Ben Elliston <bje@au.ibm.com>
2936
f7c83eac
AS
2937 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
2938 from the gcc build directory.
2939 * Makefile.in: Regenerate.
be01d343
PB
2940
2941 2005-11-29 Ben Elliston <bje@au.ibm.com>
2942
f7c83eac
AS
2943 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
2944 depend on all-libdecnumber.
2945 * configure.in (host_libs): Include libdecnumber.
2946 * Makefile.in: Regenerate.
2947 * configure: Likewise.
be01d343
PB
2948
2949 2005-11-21 Kean Johnston <jkj@sco.com>
2950
f7c83eac 2951 * config.sub, config.guess: Sync from upstream sources.
be01d343 2952
907be67c
DJ
29532005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
2954
2955 * Makefile.def: Remove gdb dependencies for gdbtk.
2956 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
2957 (configure-gdb, install-gdb): New rules.
2958 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
2959 * Makefile.in, configure: Regenerated.
2960
e360f423
PB
29612005-10-22 Paolo Bonzini <bonzini@gnu.org>
2962
2963 PR bootstrap/24297
2964 * Makefile.tpl (do-[+make-target+], do-check, install,
2965 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
2966 are set before recursing.
2967 * Makefile.in: Regenerate.
2968
45d5eb0a
EB
29692005-10-20 Eric Botcazou <ebotcazou@adacore.com>
2970
2971 PR bootstrap/18939
2972 * Makefile.def (gcc) <target>: Fix thinko.
2973 * Makefile.in: Regenerate.
2974
3cf3372e
BS
29752005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
2976
2977 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
2978 * configure: Regenerate.
2979
bd70a46f
KH
29802005-10-09 Kazu Hirata <kazu@codesourcery.com>
2981
2982 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
2983 target-libffi, target-qthreads, target-libjava, and
2984 targetlibobjc.
2985 * configure: Regenerate.
2986
5ae72758
DJ
29872005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
2988
2989 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
2990 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
2991 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
2992 (USUAL_OBJDUMP_FOR_TARGET): New.
2993 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
2994 * configure.in: Check for $OBJDUMP_FOR_TARGET.
274b5ecd 2995 * configure, Makefile.in: Regenerated.
5ae72758 2996
cc96343e
PB
29972005-10-05 Paolo Bonzini <bonzini@gnu.org>
2998
2999 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
3000 before other host packages.
3001
f70224b5
PB
30022005-10-05 Paolo Bonzini <bonzini@gnu.org>
3003
3004 PR bootstrap/22340
3005
3006 * configure.in (default_target): Remove.
3007 * Makefile.tpl (all): Do not use prerequisites as subroutines
3008 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
3009 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
3010 use prerequisites as subroutines.
3011 (check-host, check-target): New.
3012 (bootstrap configure & all targets): Do not use stage*-start
3013 if the directory layout is already ok.
3014 (non-bootstrap configure & all targets): Prepend a $(unstage).
3015 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
3016 (NOTPARALLEL): Remove.
3017 (unstage, stage variables): New variables.
3018 (unstage, stage targets): Simply expand to those variables.
3019
3020 * configure: Regenerate.
3021 * Makefile.in: Regenerate.
3022
c13c918a
JW
30232005-10-04 James E Wilson <wilson@specifix.com>
3024
3025 * Makefile.def (lang_env_dependencies): Add libmudflap.
3026 * Makefile.in: Regenerate.
3027
376a0e54
CM
30282005-10-03 Catherine Moore <clm@cm00re.com>
3029
3030 * configure.in (bfin-*-*): Support bfin.
3031 * configure: Regenerated.
3032
d320aacb
L
30332005-09-30 H.J. Lu <hongjiu.lu@intel.com>
3034
3035 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
3036 * configure: Regenerated.
3037
7e0f7140
GK
30382005-09-28 Geoffrey Keating <geoffk@apple.com>
3039
3040 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
3041 (LIPO_FOR_TARGET): New.
3042 (CONFIGURED_LIPO_FOR_TARGET): New.
3043 (USUAL_LIPO_FOR_TARGET): New.
3044 (STRIP_FOR_TARGET): New.
3045 (CONFIGURED_STRIP_FOR_TARGET): New.
3046 (USUAL_STRIP_FOR_TARGET): New.
3047 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
3048 STRIP_FOR_TARGET.
3049 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
3050 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
3051 * Makefile.in: Regenerate.
3052 * configure: Regenerate.
0e7ef45c 3053
096f7d00
DE
30542005-09-19 David Edelsohn <edelsohn@gnu.org>
3055
3056 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
3057 (rs6000-*-aix*): Same.
3058 * configure: Regenerate.
3059
30602005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
3061
3062 * configure.in: Recognize f95 in the --enable-languages option,
3063 and substitute it for fortran, issuing a warning.
3064 * configure: Regenerate.
3065
2016dfcc
BE
30662005-09-07 Ben Elliston <bje@au.ibm.com>
3067
3068 Import from Autoconf sources:
3069
3070 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
3071 * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
3072 Elliston. Handle weird characters correctly.
3073
6dd2fda9
DD
30742005-08-30 Phil Edwards <phil@codesourcery.com>
3075
3076 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
3077 * configure: Regenerated.
3078
e6db70d4
RE
30792005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
3080
f7c83eac
AS
3081 * Makefile.def (libssp): Add to lang_env_dependencies.
3082 * Makefile.in: Regenerate.
e6db70d4 3083
e1e3d0f5
CG
30842005-08-17 Christian Groessler <chris@groessler.org>
3085
3086 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
3087 * Makefile.in: Regenerate.
3088
05cbd757
PB
30892005-08-12 Paolo Bonzini <bonzini@gnu.org>
3090
3091 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
3092 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
3093 Look for alternate names of the target cc and c++
3094 * configure: Regenerate.
3095
55db4b87
PB
30962005-08-08 Paolo Bonzini <bonzini@gnu.org>
3097
3098 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
3099 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
3100 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
3101 tools; remove code to manually set them.
3102 (Target tools): Look in the environment for them.
3103 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
3104 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
3105 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
3106 build directory.
3107 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
3108 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
3109 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
3110 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
3111 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
3112 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
3113 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
3114 * configure: Regenerate.
3115 * Makefile.in: Regenerate.
3116
414e5532
MM
31172005-07-27 Mark Mitchell <mark@codesourcery.com>
3118
3119 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
0e7ef45c 3120 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
414e5532
MM
3121 * Makefile.in: Regenerated.
3122
a19b6204
MM
31232005-07-26 Mark Mitchell <mark@codesourcery.com>
3124
3125 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
3126 (CFLAGS_FOR_TARGET): Use it.
3127 (CXXFLAGS_FOR_TARGET): Likewise.
3128 * Makefile.in: Regenerated.
3129 * configure.in (--with-build-sysroot): New option.
3130 * configure: Regenerated.
3131
b73aa406
PB
31322005-07-24 Paolo Bonzini <bonzini@gnu.org>
3133
3134 * Makefile.tpl: Wrap install between unstage and stage
3135 * Makefile.in: Regenerate.
3136
6e4d0bcb
KC
31372005-07-16 Kelley Cook <kcook@gcc.gnu.org>
3138
3139 * all files: Update FSF address.
3140
49f58d10
JB
31412005-07-14 Jim Blandy <jimb@redhat.com>
3142
3143 * configure.in: Add cases for Renesas m32c.
3144 * configure: Regenerated.
0e7ef45c 3145
1d9c9cd7
KC
31462005-07-14 Kelley Cook <kcook@gcc.gnu.org>
3147
3148 * COPYING, compile, config-ml.in, config.guess,
3149 config.sub, install-sh, missing, mkinstalldirs,
3150 symlink-tree, ylwrap: Sync from upstream sources.
3151
1587117a
EC
31522005-07-13 Eric Christopher <echristo@redhat.com>
3153
3154 * configure.in: Add toplevel noconfigdir support for tpf.
3155 * configure: Regenerate.
3156
bb780410
DD
31572005-07-11 Jakub Jelinek <jakub@redhat.com>
3158
3159 * Makefile.def (target_modules): Add libssp.
3160 * configure.in (target_libraries): Add target-libssp.
3161 * configure: Rebuilt.
3162 * Makefile.in: Rebuilt.
3163
064d0a7c
PB
31642005-07-11 Paolo Bonzini <bonzini@gnu.org>
3165
3166 PR ada/22340
3167
3168 * Makefile.def: Sync with gcc.
3169 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
3170 * Makefile.in: Regenerate.
3171
b2edd3b5
AS
31722005-07-07 Andreas Schwab <schwab@suse.de>
3173
3174 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
3175 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
3176 * Makefile.in: Regenerated.
3177
5f128533
KH
31782005-07-07 Kazu Hirata <kazu@codesourcery.com>
3179
3180 * configure.in: Add --enable-libssp and --disable-libssp.
3181 * configure: Regenerate with autoconf-2.13.
3182
4e3fc8e5
GK
31832005-07-06 Geoffrey Keating <geoffk@apple.com>
3184
3185 * configure.in: Don't build sim or rda when targetting darwin.
3186 * configure: Regenerate.
3187
c7357d6a
BE
31882005-07-04 Ben Elliston <bje@gnu.org>
3189
3190 * src-release (do-proto-toplev): Remove dejagnu bits.
3191 (DEJAGNU_SUPPORT_DIRS): Remove.
3192 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
3193 (GDBD_SUPPORT_DIRS): Likewise.
3194 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
3195 (INSIGHTD_SUPPORT_DIRS): Likewise.
3196 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
3197
31982005-06-30 Ben Elliston <bje@gnu.org>
89b85085
BE
3199
3200 * setup.com (mpw): Remove unused directive.
3201
7d329e61
PB
32022005-06-22 Paolo Bonzini <bonzini@gnu.org>
3203
3204 * Makefile.def (stagefeedback): Come after profile.
3205 Define profiledbootstrap target.
3206 * Makefile.tpl (profiledbootstrap): Remove.
3207 (stageprofile-end): Zap stagefeedback.
3208 (stagefeedback-start): Copy all .gcda files, not only GCC's.
3209 * Makefile.in: Regenerate.
3210
e5fbed21
DD
32112005-06-13 Zack Weinberg <zack@codesourcery.com>
3212
3213 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
3214 In 'cpp' stanza, support '#line' as well as '# '.
3215
59f7ec45
HPN
32162005-06-07 Hans-Peter Nilsson <hp@axis.com>
3217
3218 * configure.in (unsupported_languages): New macro.
3219 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
3220 non-ported target libraries in noconfigdirs.
3221 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
3222 non-linux-gnu. Remove libgcj_ex_libffi.
3223 <lang_frag loop>: Set add_this_lang=no if the language is in
3224 unsupported_languages.
3225 * configure: Regenerate.
3226
c10e9ba7
DD
32272005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
3228
3229 * configure.in: Fix typo in handling of --with-mpfr-dir.
3230 * configure: Regenerate.
3231
20deb2b8
JB
32322005-06-02 Jim Blandy <jimb@redhat.com>
3233
3234 * config.sub: Add cases for the Renesas m32c. (This patch has been
3235 accepted into the master sources.)
3236
cdb9b172 32372005-06-02 Aldy Hernandez <aldyh@redhat.com>
f7c83eac
AS
3238 Michael Snyder <msnyder@redhat.com>
3239 Stan Cox <scox@redhat.com>
cdb9b172 3240
f7c83eac 3241 * configure.in: Set noconfigdirs for ms1.
cdb9b172 3242
f7c83eac 3243 * configure: Regenerate.
cdb9b172 3244
1dc3053f
PB
32452005-05-25 Paolo Bonzini <bonzini@gnu.org>
3246
3247 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
3248 (Dependencies): Consider target modules for bootstrap dependencies.
3249 Make target bootstrap modules depend on each stage's gcc.
3250 * Makefile.in: Regenerate.
3251
c60fe18b
PB
32522005-05-20 Paolo Bonzini <bonzini@gnu.org>
3253
3254 * Makefile.def (configure-gcc): Depend on binutils having been built.
3255 (all-gcc): No need to do it here.
3256 * Makefile.in: Regenerate.
3257
27258dd4
PB
32582005-05-19 Paul Brook <paul@codesourcery.com>
3259
0e7ef45c 3260 * configure.in: Rewrite misleading error message when requested
27258dd4
PB
3261 language cannot be built.
3262 * configure: Regenerate.
3263
42ecbf5e
DJ
32642005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
3265
3266 * ylwrap: Import from Automake 1.9.5.
3267
ae380b45
MS
32682005-05-04 Mike Stump <mrs@apple.com>
3269
3270 * configure.in: Always pass --target to target configures as
3271 otherwise rebuilds that do --recheck will fail.
811d3af8 3272 * configure: Rebuilt.
ae380b45 3273
d545f33b
PB
32742005-05-04 Paolo Bonzini <bonzini@gnu.org>
3275
3276 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
3277 STAGE_HOST_EXPORTS.
3278 (configure, all): Add bootstrap support.
3279 (Host modules, target modules): Pass post-stage1 flags and exports.
3280 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
3281 * Makefile.in: Regenerate.
3282
2faa2958
PB
32832005-04-29 Paolo Bonzini <bonzini@gnu.org>
3284
3285 Sync from gcc:
3286
3287 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
3288
f7c83eac 3289 * config.sub: Update from master copy.
2faa2958
PB
3290
3291 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
3292
f7c83eac
AS
3293 * configure.in <crisv32-*-*, cris-*-*>: New local variable
3294 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
3295 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
3296 "*-*-elf" and "*-*-linux*".
3297 * configure: Regenerate.
2faa2958 3298
a7254363
PB
32992005-04-06 Paolo Bonzini <bonzini@gnu.org>
3300
f7c83eac 3301 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
a7254363
PB
3302 (TARGET_CONFIGARGS): Include --with-target-subdir.
3303 (configure, all): New macros. Use them throughout.
3304
a8637a7d
PB
33052005-04-05 Paolo Bonzini <bonzini@gnu.org>
3306
3307 * Makefile.tpl: Sync with gcc.
3308 * Makefile.in: Regenerate.
3309
dd387d52
JR
33102005-03-30 J"orn Rennecke <joern.rennecke@st.com>
3311
3312 * config/mh-mingw32: Delete.
3313 * configure.in: Don't use it.
3314 * configure: Regenerate.
3315
e90269c8
PB
33162005-03-31 Paolo Bonzini <bonzini@gnu.org>
3317
3318 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
3319 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
3320 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
3321 (HOST_LIB_PATH): Generate from Makefile.def.
3322 (TARGET_LIB_PATH): Likewise.
3323 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
3324 * Makefile.in: Regenerate.
3325 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
3326 (RPATH_ENVVAR): Include Darwin case.
3327 * configure: Regenerate.
3328
9a237d9e
PB
33292005-03-25 Paolo Bonzini <bonzini@gnu.org>
3330
3331 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
3332 * configure: Regenerate.
3333
479759c8
ZW
33342005-03-21 Zack Weinberg <zack@codesourcery.com>
3335
3336 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
3337 gcc_version, and gcc_version_trigger from set of flags to pass.
3338 * Makefile.tpl: Remove definitions of above variables.
3339 (config.status): Remove dependency on $(gcc_version_trigger).
3340 * Makefile.in: Regenerate.
3341 * configure.in: Do not reference config/gcc-version.m4 nor
3342 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
3343 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
3344 * configure: Regenerate.
3345
4cfaf6d5
DD
33462005-03-16 Manfred Hollstein <manfred.h@gmx.net>
3347 Andrew Pinski <pinskia@physics.uc.edu>
3348
3349 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
3350 * Makefile.in: Regenerate.
3351
33a3fb7b
AO
33522005-03-01 Alexandre Oliva <aoliva@redhat.com>
3353
3354 PR libgcj/20160
3355 * ltmain.sh: Avoid creating archives with components that have
3356 duplicate basenames.
3357
2da12f12
PB
33582005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
3359
479759c8
ZW
3360 PR bootstrap/20250
3361 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
3362 instead of check.
3363 * Makefile.in: Regenerate.
2da12f12 3364
b00612cc
PB
33652005-02-28 Paolo Bonzini <bonzini@gnu.org>
3366
3367 Sync from gcc.
3368
3369 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
3370
3371 PR bootstrap/17383
3372 * Makefile.def (target_modules): Remove "stage", now unnecessary.
3373 * Makefile.tpl (HOST_SUBDIR): New substitution.
3374 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
3375 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
3376 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
3377 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
3378 (Host modules, Bootstrapped modules): Use it.
3379 (Build modules, Target modules): Do not create symlink trees,
3380 always configure out-of-srcdir.
3381 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
3382 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
3383 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
3384 $(HOST_SUBDIR). Create a symlink for host_subdir.
3385
3386 * Makefile.in: Regenerate.
3387 * configure: Regenerate.
3388
3389 Merged from libada-gnattools-branch:
3390 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
3391
3392 * Makefile.def: Add gnattools as a module, depending on target-libada.
3393 * Makefile.in: Regenerate.
3394 * configure.in: Include gnattools in host_tools; disable it if ada
3395 is disabled.
3396 * configure: Regenerate.
3397
c3e65f62
NC
33982005-02-23 Nick Clifton <nickc@redhat.com>
3399
3400 * configure: Regenerate.
3401
e4d180c2
NC
34022005-02-22 Paul Schlie <schlie@comcast.net>
3403
3404 * configure.in: Allow darwin targeted ports to build tk, itcl and
3405 libgui.
3406
e3c770b1
EB
34072005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
3408
3409 PR libgcj/10353
3410 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
3411 * configure: Regenerate.
3412
9c73618c
AC
34132005-02-08 Andrew Cagney <cagney@gnu.org>
3414
3415 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
3416 gdb/ section. Update GDB's URL.
3417
c46f8c51
AC
34182005-01-31 Andrew Cagney <cagney@gnu.org>
3419
3420 * gettext.m4: Only set ENABLE_NLS when gettext is present.
3421
c7e66c6d
HPN
34222005-01-29 Hans-Peter Nilsson <hp@axis.com>
3423
3424 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
3425 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
3426 target-libgloss when not *-*-elf and *-*-aout.
3427 * configure: Regenerate.
3428
a53bf506
AC
34292005-01-27 Andrew Cagney <cagney@gnu.org>
3430
3431 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
3432
45181ed1
AC
34332005-01-24 Andrew Cagney <cagney@gnu.org>
3434
3435 * gettext.m4: Only fall back to ../intl/ when it's present.
3436
a1e0f4e4
KC
34372005-01-17 Kelley Cook <kcook@gcc.gnu.org>
3438
3439 * install-sh, config.sub: Import from upstream.
3440
34412005-01-17 Kelley Cook <kcook@gcc.gnu.org>
06bcb89d
KC
3442
3443 PR bootstrap/18222
3444 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
3445 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
3446 * Makefile.in: Regenerate.
3447
c50382e2
PB
34482005-01-03 Paolo Bonzini <bonzini@gnu.org>
3449
3450 Revert 2004-12-28 Makefile changes, a better fix will be
3451 applied to mainline and src after GCC 4.0 branches.
3452
11d07737
PB
34532004-12-28 Paolo Bonzini <bonzini@gnu.org>
3454
3455 PR bootstrap/17383
3456
3457 * Makefile.def (target_modules): Remove stage parameter,
3458 it is always true now.
3459 * Makefile.tpl (configure-build-[+module+],
3460 configure-target-[+module+]): Always build symlink tree
3461 for the directory and for include. BUILD_SUBDIR and
3462 TARGET_SUBDIR cannot be . anymore.
3463 * Makefile.in: Regenerate.
3464
dadfdbe2
DD
34652004-12-25 David Edelsohn <edelsohn@gnu.org>
3466
3467 Revert 2004-12-08 Makefile changes.
3468
dbf85af7
JR
34692004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
3470
3471 * configure.in (sh64-*-*): Reenable gprof.
3472 * configure: Regenerate.
3473
6b8fea99
JB
34742004-12-09 Jim Blandy <jimb@redhat.com>
3475
3476 * MAINTAINERS: List 'depcomp' as part of automake.
3477
7341462c
DE
34782004-12-08 David Edelsohn <edelsohn@gnu.org>
3479
3480 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
3481 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
3482 (EXTRA_TARGET_FLAGS): Add PICFLAG.
3483 * Makefile.in: Regenerate.
3484
21fde4dc
DD
34852004-12-07 Matt Kraai <kraai@ftbfs.org>
3486
3487 * Makefile.tpl: Generate normal dependencies if the LHS module is
3488 not bootstrapped.
3489 * Makefile.in: Regenerate.
3490
3da796a2
RS
34912004-12-03 Richard Sandiford <rsandifo@redhat.com>
3492
3493 * configure.in: Include config/gxx-include-dir.m4. Use
3494 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
3495 * configure: Regenerate.
3496
73fb7068
RS
34972004-12-03 Richard Sandiford <rsandifo@redhat.com>
3498
3499 * config.if: Delete.
3500 * configure.in: Set libstdcxx_incdir directly.
3501 * configure: Regenerate.
3502 * MAINTAINERS: Remove mention of config.if.
3503 * src-release (DEVO_SUPPORT): Remove config.if.
3504
6c8e6ce9
EC
35052004-12-02 Eric Christopher <echristo@redhat.com>
3506
3b6098f8
EC
3507 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
3508 of things to remove.
6c8e6ce9 3509 * Makefile.in: Regenerate.
479759c8 3510
b8658a2f
RS
35112004-12-02 Richard Sandiford <rsandifo@redhat.com>
3512
3513 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
3514 * configure: Regenerate.
3515
afefada0
RS
35162004-12-02 Richard Sandiford <rsandifo@redhat.com>
3517
3518 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
3519 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
3520 * configure: Regenerate.
3521
5dcac624
DA
35222004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3523
3524 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
3525 (hppa*64*-*-*): Delete incorrect comment.
3526 * configure: Rebuilt.
3527
57d1eb1a
DD
35282004-11-15 Kelley Cook <kcook@gcc.gnu.org>
3529
3530 * install-sh, compile: Import from automake.
3531
35322004-11-15 Kelley Cook <kcook@gcc.gnu.org>
3533
3534 * config.guess, config.sub: Import from savannnah.
3535
6d389afc
MS
35362004-11-12 Mike Stump <mrs@apple.com>
3537
3538 * Makefile.def: Add html support.
3539 * Makefile.tpl: Likewise.
3540 * Makefile.in: Regenerate.
3541
69e57115
GK
35422004-11-11 Geoffrey Keating <geoffk@apple.com>
3543
3544 PR 18423
3545 * configure.in: Remove all instances of build-fixincludes from
3546 noconfigdirs.
3547 (build_configargs): Supply --target to subdirectories.
3548 * configure: Regenerate.
3549
3550 * Makefile.def: Make gcc install depend on fixincludes install.
3551 * Makefile.in: Regenerate.
3552
ba719b26
HPN
35532004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
3554
3555 * configure.in (noconfigdirs) [mmix-*-*]: Disable
3556 target-libgfortran.
3557 * configure: Regenerate.
3558
c37653e7
DE
35592004-11-07 David Edelsohn <edelsohn@gnu.org>
3560
3561 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
3562 like CC.
3563
1eefd493
PB
35642004-11-05 Paolo Bonzini <bonzini@gnu.org>
3565
3566 * Makefile.def (host fixincludes): Specify missing targets.
3567 * Makefile.in: Regenerate.
3568
02b1af09
L
35692004-11-04 H.J. Lu <hongjiu.lu@intel.com>
3570
3571 PR other/17783
3572 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
3573 * configure: Regenerated.
3574
7f266840
DJ
35752004-11-04 Daniel Jacobowitz <dan@debian.org>
3576
3577 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
3578 * configure: Regenerated.
3579
47444073
AL
35802004-10-28 Eric B. Weddington <ericw@evcohs.com>
3581
3582 PR target/18151
3583 * configure.in (case ${target}): Do not build fixincludes for avr.
3584 * configure: Regenerated.
3585
caeba88f
AL
35862004-10-26 Paolo Bonzini <bonzini@gnu.org>
3587
3588 * configure.in (case ${target}): Do not build fixincludes
3589 on platforms where it is not used.
3590 * configure: Regenerated.
3591
0fdbe983
DJ
35922004-10-23 Daniel Jacobowitz <dan@debian.org>
3593
3594 * configure.in: Use an absolute path to install-sh.
3595 * configure: Regenerated.
3596
1c0f67c1
AC
35972004-10-19 Andrew Cagney <cagney@gnu.org>
3598
3599 * src-release (do-djunpack, do-md5sum): Install the generated file
3600 directly into the proto-toplev/ directory.
479759c8 3601
a9cfce9c
AC
36022004-10-19 Andrew Cagney <cagney@gnu.org>
3603
3604 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
3605
ac0fa625
DD
36062004-10-12 Kelley Cook <kcook@gcc.gnu.org>
3607
3608 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
3609 * configure: Regenerate.
3610
d27cc32e
PB
36112004-10-06 Paolo Bonzini <bonzini@gnu.org>
3612
3613 Fix wrong conflict resolution in:
3614
3615 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
3616
3617 * Makefile.in: Regenerate.
3618 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
3619 in the recursive `make', instead of hardwiring `all'.
3620 (Autogenerated TARGET-* variables): New.
3621
1763908f
UW
36222004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
3623
3624 Merged from GCC / libtool upstream:
3625 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
3626 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
3627 * ltcf-cxx.sh (tpf*): Likewise.
3628 * ltconfig (tpf*): Add TPF OS configuration support.
3629
0490e016
NC
36302004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
3631
3632 * configure.in: Enable target-libgloss for crx-*-*.
479759c8 3633 * configure: Regenerate.
0490e016 3634
32be62b5
RS
36352004-09-24 Michael Roth <mroth@nessie.de>
3636
3637 * configure.in (--without-headers): Add missing double quotes.
3638 * configure: Regenerate.
3639
6048df60
DD
36402004-09-24 Kelley Cook <kcook@gcc.gnu.org>
3641
3642 * ylwrap: Revert to previous version.
3643
315b3b02
L
36442004-09-23 H.J. Lu <hongjiu.lu@intel.com>
3645
6048df60 3646 PR bootstrap/17369
315b3b02
L
3647 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
3648 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
3649 SET_GCC_LIB_PATH_CMD.
3650 (BASE_TARGET_EXPORTS): Likewise.
3651 * Makefile.in: Regenerated.
3652
3653 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
3654 * configure: Regenerated.
3655
fe69863c
DD
36562004-09-23 Kelley Cook <kcook@gcc.gnu.org>
3657
3658 * config.guess: New upstream version
3659 * compile, depcomp, install-sh, ylwrap: Likewise.
3660
36612004-09-19 Roger Sayle <roger@eyesopen.com>
3662
3663 * config/mh-x86omitfp: New host makefile fragment. Add
3664 -fomit-frame-pointer to the default BOOT_CFLAGS.
3665 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
3666 * configure: Regenerate.
3667
36682004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
3669
3670 PR target/11572
3671 * configure.in (*-*-darwin*): Renable libobjc.
3672 * configure: Regenerate.
3673
be75bbe1 36742004-09-09 Daniel Berlin <dberlin@dberlin.org>
479759c8 3675
be75bbe1
DB
3676 * Makefile.def: Remove libbanshee.
3677 * Makefile.tpl: Ditto.
3678 * configure.in: Ditto.
3679 * Makefile.in: Regen.
3680 * configure: Ditto.
3681
1b882a91
PB
36822004-09-07 Paolo Bonzini <bonzini@gnu.org>
3683
3684 * missing: Import latest version from master repository.
3685
eb1352ed
NC
36862004-09-04 Nick Clifton <nickc@redhat.com>
3687
3688 * config.sub: Import latest version from master repository.
3689 * config.guess: Likewise.
3690 This includes these changes:
479759c8 3691
eb1352ed
NC
3692 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
3693
3694 * config.sub: Handle crisv32, alias etraxfs.
3695 * config.guess (crisv32:Linux:*:*): Handle.
3696
3697 2004-08-13 Brad Smith <brad@comstyle.com>
3698
3699 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
3700 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
3701
3702 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
3703
3704 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
3705 assume the processor is a powerpc. This is because coreutils
3706 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
3707 in this case, due to a MacOS X bug that causes
3708 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
3709 to return a negative number.
3710 Problem reported by Petter Reinholdtsen in:
3711 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
3712
3713 2004-07-19 Ben Elliston <bje@gnu.org>
3714
3715 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
3716
3717 2004-06-24 Ben Elliston <bje@gnu.org>
3718
3719 * config.guess: Update copyright years.
3720 * config.sub: Likewise.
3721
3722 2004-06-22 Robert Millan <robertmh@gnu.org>
3723
3724 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
3725 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
3726
3727 2004-06-22 Stanley F. Quayle <stan@stanq.com>
3728
3729 * config.guess (*:*VMS:*:*): New entry. Replaces
3730 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
3731 manufacturer.
3732
3733 2004-06-22 Ben Elliston <bje@gnu.org>
3734
3735 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
3736 * config.sub: Likewise.
3737
3738 2004-06-22 Ben Elliston <bje@gnu.org>
3739
3740 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
3741 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
3742
3743 2004-06-11 Ben Elliston <bje@gnu.org>
3744
3745 * config.guess (pegasos:OpenBSD:*:*): Remove.
3746
3747 2004-06-11 Ben Elliston <bje@gnu.org>
3748
3749 From Wouter Verhelst <wouter@grep.be>:
3750 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
3751
3752 2004-06-11 Ben Elliston <bje@gnu.org>
3753
3754 * config.guess (luna88k:OpenBSD:*:*): New.
3755
3756 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
3757
3758 * config.guess (m32r*:Linux:*:*): New case.
3759 * config.sub: Handle m32rle.
3760
3761 2004-03-12 Ben Elliston <bje@wasabisystems.com>
3762
3763 From Jens Petersen <petersen@redhat.com>:
3764 * config.sub: Handle sparcv8.
3765
3766 2004-03-03 Ben Elliston <bje@wasabisystems.com>
3767
3768 From Tom Smith <smith@cag.lkg.hp.com>:
3769 * config.guess: Version suffixes are equally significant on Tru64
3770 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
3771 prefix of "P" (patched kernel).
3772
3773 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
3774
3775 * config.sub: Add support for National Semiconductor CRX target.
3776
2a3124ca 37772004-09-03 Jan Beulich <jbeulich@novell.com>
479759c8 3778
2a3124ca
RH
3779 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
3780 *-*-netware, but add target-libmudflap.
3781 Consolidate *-*-netware targets (of which really only i?86 exists)
3782 into a single entry.
3783 * configure: Likewise.
3784
0df3d27f
PB
37852004-09-01 Paolo Bonzini <bonzini@gnu.org>
3786
3787 * Makefile.tpl (sorry): Remove.
3788 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
3789 (cleanstrap targets): Depend on distclean, not distclean-stage1.
3790 (do-clean): Clean per-stage directories too.
3791 (do-distclean): Run distclean-stage1 too.
3792 (.NOTPARALLEL): Enable during toplevel bootstrap.
3793 (stage[+id+]-bubble): Enable parallel execution during
3794 the recursive invocation.
3795 * Makefile.in: Regenerate.
3796
3797 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
3798
3799 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
3800
3801 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
3802 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
3803 * configure: regenerate
479759c8
ZW
3804 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
3805 -mdynamic-no-pic
0df3d27f
PB
3806
38072004-08-31 Paolo Bonzini <bonzini@gnu.org>
3808
3809 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
3810 include.
3811 * configure.in: Fix indentation.
3812 * configure: Regenerate.
3813
ee025550
PB
38142004-08-31 Paolo Bonzini <bonzini@gnu.org>
3815
3816 * Makefile.def (build_modules): Add fixincludes.
3817 (dependencies): Make gcc depend on fixincludes.
3818 * configure.in (build_tools): Add fixincludes.
3819 (build_configdirs): Always include build_libs.
3820 * Makefile.in: Regenerate.
3821 * configure: Regenerate.
3822
38232004-08-30 Paolo Bonzini <bonzini@gnu.org>
9cb3fa6f
PB
3824
3825 * Makefile.def (bootstrap stages): Add 'lean' parameter.
3826 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
3827 phony targets; do not generate timestamp files.
3828 (distclean-stageN): Remove references to their timestamp files.
3829 (restageN, touch-stageN): Remove.
3830 (stageN-bubble): Rewritten.
3831 (compare): Support lean bootstraps.
3832 * Makefile.in: Regenerate.
3833
3834 * configure.in: Only warn when bootstrapping but
3835 build != host or build != target. Support lean bootstraps.
3836 * configure: Regenerate.
3837
3838 Sync from gcc:
3839 2004-08-26 Phil Edwards <phil@codesourcery.com>
3840
3841 * configure.in: Give a better error message if GMP/MPFR are missing
3842 and a language needing them has been requested.
3843 * configure: Regenerated.
3844
3845 2004-08-25 Phil Edwards <phil@codesourcery.com>
3846
3847 * configure.in: Print a list of available language front-ends if
3848 a requested one is missing. Tidy stray tab characters.
3849 * configure: Regenerated.
3850
72b2455a
PB
38512004-08-17 Paolo Bonzini <bonzini@gnu.org>
3852
3853 * Makefile.in: Regenerate.
3854 * configure: Regenerate.
3855
3856 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
3857 stage_*_flags.
3858 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
3859 for bootstrapped modules if toplevel bootstrap is going.
3860 (GCC bootstrap): Generate per-stage targets for all bootstrapped
3861 modules. Adjust for changes in Makefile.def. Enable several
3862 rules even in non-bootstrap mode, just to avoid peppering the
3863 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
3864 (stage-[+prev+]-bubble): Remove.
3865
3866 * Makefile.def (Dependencies): Depend on all-build-bison,
3867 all-build-flex, all-build-byacc, all-build-texinfo, rather
3868 than the host variations.
3869 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
3870 with BUILD_SUBDIR.
3871 (BISON): Update for recent Bisons.
3872 (YACC): Fix typo.
3873 (cross): Depend on all-build.
3874 (all): Do not depend on all-build.
3875 (prebootstrap): Remove.
3876 (dep-kind): Accept separate prefixes for MODULE and ON variables.
3877 (Prebootstrap dependencies): Add them to the per-stage targets
3878 and to all-prebootstrap.
3879 * configure.in (build_configdirs): Always enable build_tools.
3880 (BUILD_DIR_PREFIX): Remove.
3881
3882 * Makefile.def (gcc): Add target variable.
3883 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
3884 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
3885 in the recursive `make', instead of hardwiring `all'.
3886 (Autogenerated TARGET-* variables): New.
3887
de0b4a87
JW
38882004-08-17 Robert Millan <robertmh@gnu.org>
3889
3890 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
3891 (instead of FreeBSD).
3892 * configure: Regenerate.
3893
ad681c85
NN
38942004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
3895
675c6968
NN
3896 * Makefile.def, configure.in, src-release: Remove useless, bogus
3897 references to tix.
3898 * Makefile.in, configure: Regenerate.
3899
ad681c85
NN
3900 * src-release: Stop distributing mmalloc with gdb (which doesn't
3901 use it).
3902 * Makefile.def: GDB doesn't depend on mmalloc anymore.
3903 * Makefile.in: Regenerate.
3904
11b04d1f
DD
39052004-08-09 Mark Mitchell <mark@codesourcery.com>
3906
3907 * configure.in (arm*-*-eabi*): New target.
3908 * configure: Regenerate.
3909
f2420bea
NN
39102004-08-01 Robert Millan <robertmh@gnu.org>
3911
3912 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
3913 libmudflap for all GNU-based systems (with Glibc).
3914 * configure: Regenerate.
3915
9e6ce191
PB
39162004-08-06 Paolo Bonzini <bonzini@gnu.org>
3917
3918 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
3919 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
3920 (Dependencies): New section.
3921 * Makefile.tpl (Dependencies): Generate from Makefile.def.
3922 (configure-target-[+module+]): Depend on maybe-all-gcc
3923 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
3924 (toplevel profiledbootstrap): Fix dependencies.
3925 * Makefile.in: Regenerate.
3926
df4a6958
MM
39272004-08-03 Mark Mitchell <mark@codesourcery.com>
3928
3929 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
3930 target-libiberty to noconfigdirs.
3931
11b04d1f
DD
39322004-08-03 Paul Brook <paul@codesourcery.com>
3933
3934 * configure.in: Check for MPFR as well as GMP.
3935 * configure: Regenerate.
3936
b813574b
PB
39372004-08-03 Paolo Bonzini <bonzini@gnu.org>
3938
3939 * Makefile.def (host-modules): Add gcc.
3940 * Makefile.in: Regenerate.
3941 * Makefile.tpl (sorry): New rule.
3942 (configure-host, all-host, [+make_target+]-host, do-check,
3943 install-host): Do not add gcc as a special case.
3944 (host modules): Add a small special-casing for gcc. Export
3945 extra_make_flags through the environment.
3946 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
3947 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
3948 other recursive targets for gcc): Remove.
3949
3950 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
3951 (stage, unstage): New rules.
3952 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
3953 distclean-stage[+id+]): Use stage_current.
3954 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
3955 the stage*-start rules.
3956
61edac0c
JW
39572004-07-19 Robert Millan <robertmh@gnu.org>
3958
3959 Synced from gcc:
3960
3961 2004-04-26 Robert Millan <robertmh@gnu.org>
3962
3963 Add patches from libtool CVS.
3964 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
3965 * ltconfig: Likewise.
3966 * ltcf-c.sh: Likewise.
3967 * ltcf-cxx.sh: Likewise.
3968 * ltcf-gcj.sh: Likewise.
3969
3e707e94
PB
39702004-07-12 Paolo Bonzini <bonzini@gnu.org>
3971
3972 * configure.in: Add noconfigdirs for crx-*-*.
3973 * configure: Regenerate.
3974
39752004-07-12 Paolo Bonzini <bonzini@gnu.org>
3976
3977 Synced from gcc:
3978
3979 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
3980
3981 * configure.in: Build libmudflap by default on FreeBSD.
3982 * configure: Regenerated.
3983
3984 2004-07-09 Mark Mitchell <mark@codesourcery.com>
3985
3986 * configure.in: Do not build libmudflap by default on non-GNU/Linux
3987 systems.
3988 * configure: Regenerated.
3989
3990 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3991
3992 PR target/16344
3993 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
3994 feedback based compiler.
3995 * Makefile.in: Rebuilt.
3996
3997 2004-07-05 Phil Edwards <phil@codesourcery.com>
3998
3999 * configure.in: Do not prepend $srcdir to /dev/null in
4000 makefile fragments.
4001 * configure: Regenerate.
4002
a7ee7660
AO
40032004-07-08 Alexandre Oliva <aoliva@redhat.com>
4004
4005 * Makefile.def (host_modules): Set bootstrap=true for flex.
4006 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
4007 * Makefile.in: Rebuilt.
4008
6a9cf61e
PB
40092004-07-01 Paolo Bonzini <bonzini@gnu.org>
4010
4011 * Makefile.def (build_modules): Add bison, byacc, flex,
4012 m4, texinfo.
4013 (flags_to_pass): Add FLEX.
4014 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
4015 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
4016 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
4017 DEFAULT_MAKEINFO): Remove.
4018 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
4019 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
4020 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
4021 objdir or else use configured tool.
4022 (all-build): New.
4023 (all): Depend on it.
4024 (Build module dependencies): Add.
4025 * Makefile.in: Regenerate.
4026 * configure.in: Better support for multiple build modules,
4027 matching what is done for host/target modules. Do not look
4028 for "plausible" locations of build tools if Canadian cross.
4029 Use autoconf's AC_PROG_CC to find a C compiler. Define
4030 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
4031 * configure: Regenerate.
4032
95b6a1f2
PB
40332004-06-22 Paolo Bonzini <bonzini@gnu.org>
4034
4035 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
4036 * Makefile.in: Regenerate.
4037
7ffa0b57
PB
40382004-06-22 Paolo Bonzini <bonzini@gnu.org>
4039
4040 * Makefile.tpl (configure-build-[+module+],
4041 configure-[+module+], configure-target-[+module+]): Pass
4042 [+extra_configure_args+].
4043 (all-build-[+module+], all-[+module+], check-[+module+],
4044 install-[+module+], [+make_target+]-[+module+],
4045 all-target-[+module+], check-target-[+module+],
4046 install-target-[+module+], [+make_target+]-target-[+module+]):
4047 Pass [+extra_make_args+].
4048 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
4049 (GCC_HOST_EXPORTS): Remove.
4050 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
4051 cross, check-gcc, check-gcc-c++, install-gcc,
4052 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
4053 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
4054 * Makefile.in: Regenerate.
4055
929ba6e7
CF
40562004-06-21 Christopher Faylor <cgf@alum.bu.edu>
4057
4058 * configure.in: Check for srcdir/winsup rather than build directory
4059 winsup.
4060 * configure: Regenerate.
4061
b76d7de0
CV
40622004-06-17 Corinna Vinschen <vinschen@redhat.com>
4063
4064 * configure.in: Don't build Cygwin native newlib if winsup
4065 directory is missing. Emit warning instead.
4066 * configure: Regenerate.
4067
656fdd47
PB
40682004-06-09 Paolo Bonzini <bonzini@gnu.org>
4069
4070 * Makefile.tpl (touch-stage[+id+]): New.
4071 (restage[+prev+]): Depend on touch-stage[+id+].
4072
4073 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
4074 Use it throughout.
4075
4076 * Makefile.def: Add profile and feedback bootstrap stages.
4077 Remove next field from bootstrap stages.
4078 * Makefile.tpl (LN, LN_S): Substitute.
4079 (stageN-start, stageN-end): Use double-colon rules, to
4080 provide a hook for additional setup commands.
4081 (distclean-stageN-gcc, restageN): Create dependencies from
4082 [+prev+], not from [+next+].
4083 (stageN-bubble): Add commands for successive stages from
4084 [+prev+], using double-colon rules.
4085 (all-stageN-gcc): Fix typo.
4086 (stagefeedback-start, profiledbootstrap): New.
4087 * Makefile.in: Regenerate.
4088 * configure.in: Call ACX_PROG_LN.
4089 * configure: Regenerate.
4090
498d4a71
CF
40912004-06-03 Paolo Bonzini <bonzini@gnu.org>
4092
4093 * configure.in: Fix --enable-bootstrap breakage introduced in trees
4094 without gcc.
4095 * configure: Regenerate.
4096
377d8c42
PB
40972004-06-01 Paolo Bonzini <bonzini@gnu.org>
4098
4099 * Makefile.tpl: Fix typo.
4100 * Makefile.in: Regenerate.
4101
f5f8a794
PB
41022004-06-01 Paolo Bonzini <bonzini@gnu.org>
4103
4104 * configure.in: Remove new- prefix from toplevel
4105 bootstrap targets.
4106 * configure: Regenerate.
4107
f7a4c34f
PB
41082004-06-01 Paolo Bonzini <bonzini@gnu.org>
4109
4110 Merge this patch from the gcc tree:
4111
4112 2004-05-30 Andreas Jaeger <aj@suse.de>
4113 Jim Wilson <wilson@specifixinc.com>
4114
4115 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
4116 like CC.
4117
319cab08
PB
41182004-06-01 Paolo Bonzini <bonzini@gnu.org>
4119
4120 * Makefile.tpl (all.normal): Rename to all.
4121 (all): Replace with a rule to pick the default
4122 target from configure.
4123 (all-gcc, configure-gcc): Use conditionals to
4124 do nothing when toplevel bootstrap is going on.
4125 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
4126 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
4127 * configure.in: Support --enable-bootstrap.
4128
4129 * Makefile.def: Remove new- prefix from toplevel
4130 bootstrap targets.
4131 * Makefile.tpl: Likewise.
4132
4133 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
4134 target.
4135
4136 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
4137 $(RECURSE_FLAGS) to recursive invocation of make.
4138
4139 * Makefile.in: Regenerate.
4140 * configure: Regenerate.
4141
88f64edc
DJ
41422004-05-27 Daniel Jacobowitz <dan@debian.org>
4143
4144 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
4145 * configure: Regenerate.
4146
378fce5b
DD
41472004-05-25 Daniel Jacobowitz <drow@false.org>
4148
4149 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
4150 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
4151 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
4152 targets.
4153 * Makefile.in: Regenerate.
4154
dfdffa2c
PB
41552005-05-24 Paolo Bonzini <bonzini@gnu.org>
4156
4157 * configure.in: Test the ability to symlink directories.
4158 * configure: Regenerate.
4159
4160 * Makefile.def (bootstrap-stage): New definitions.
4161 * Makefile.tpl (configure-stage1-gcc,
4162 configure-stage2-gcc, configure-stage3-gcc,
4163 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
4164 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
4165 new-restage3, compare): Autogenerate, see Makefile.in
4166 entry for behavioral changes.
4167 (distclean-stage1, new-stage1-start, new-stage1-end,
4168 new-stage1-bubble, distclean-stage2, new-stage2-start,
4169 new-stage2-end, new-stage2-bubble, distclean-stage3,
4170 new-stage3-start, new-stage3-end): New autogenerated targets.
4171 (objext, prebootstrap, BOOT_CFLAGS,
4172 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
4173 targets.
4174
4175 * Makefile.in: Regenerate.
4176 (distclean-stage1, new-stage1-start, new-stage1-end,
4177 new-stage1-bubble, distclean-stage2, new-stage2-start,
4178 new-stage2-end, new-stage2-bubble, distclean-stage3,
4179 new-stage3-start, new-stage3-end): New targets.
4180 (all-stage1-gcc): Move prebootstrap dependency from here...
4181 (configure-stage1-gcc): ...to here.
4182 (new-bootstrap): Use bubble targets.
4183 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
4184 Use per-stage distclean targets.
4185 (configure-stage1-gcc, configure-stage2-gcc,
4186 configure-stage3-gcc, all-stage1-gcc,
4187 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
4188 Use new-stageN-start to prepare the tree.
4189
04cf1b77
PB
41902004-05-23 Paolo Bonzini <bonzini@gnu.org>
4191
4192 * Makefile.def (host_modules): add libcpp.
4193 * Makefile.tpl: Add dependencies on and for libcpp.
4194 * Makefile.in: Regenerate.
4195 * configure.in: Add libcpp host module.
4196 * configure: Regenerate.
4197
80b200a1
ZW
41982004-05-17 Zack Weinberg <zack@codesourcery.com>
4199
4200 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
4201 of libf2c.
4202 * configure, Makefile.in: Regenerate.
4203
4b1cb4fe
DD
42042004-05-13 Diego Novillo <dnovillo@redhat.com>
4205
4206 Merge from tree-ssa-20020619-branch.
4207
4208 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
4209 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
4210 (HOST_GMPLIBS): Define.
4211 (HOST_GMPINC): Define.
4212 (TARGET_LIB_PATH): Add libmudflap.
4213 (GFORTRAN_FOR_TARGET): Define.
4214 (configure-build*): Export GFORTRAN.
4215 (configure-gcc): Export GMPLIBS and GMPINC.
4216 (all-gcc): Add maybe-all-libbanshee.
4217 (configure-target-libgfortran): Define.
4218 * Makefile.in: Regenerate.
4219 * configure.in (host_libs): Add libbanshee.
4220 (target_libraries): Add target-libmudflap and target-libgfortran.
4221 Add --with-libbanshee.
4222 Handle --disable-libmudflap.
4223 (*-*-freebsd*): Use with_gmp.
4224 Add $(libgcj) to noconfigdirs.
4225 * configure: Regenerate.
4226 * depcomp: New file.
4227 * MAINTAINERS: Add tree-ssa maintainers.
4228
42292004-04-28 Paolo Bonzini <bonzini@gnu.org>
4230
4231 * config/acx.m4: Fix fastcompare support for new-bootstrap.
4232 * configure: Regenerate.
4233
b8908782
DD
42342004-04-27 Paolo Bonzini <bonzini@gnu.org>
4235
4236 Revert:
4237 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
4238
4239 * Makefile.def (flags_to_pass): Remove *dir variables that
4240 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
4241 as well as prefix and exec_prefix.
4242 * Makefile.in: Regenerate.
4243
42442004-04-26 Paolo Bonzini <bonzini@gnu.org>
4245
4246 * Makefile.def (host_modules): Mark with the bootstrap
4247 flag packages on which gcc depends.
4248 * Makefile.tpl (all-bootstrap): Use it.
4249 * Makefile.in: Regenerate.
4250
42512004-04-26 Paolo Bonzini <bonzini@gnu.org>
4252
4253 * Makefile.def (flags_to_pass): Remove *dir variables that
4254 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
4255 as well as prefix and exec_prefix.
4256 * Makefile.in: Regenerate.
4257
42582004-04-26 Paolo Bonzini <bonzini@gnu.org>
4259
80b200a1
ZW
4260 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
4261 * configure: Regenerate.
4262 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
4263 * gcc/Makefile.tpl (compare): Use the result of the test.
4264 * gcc/Makefile.in: Regenerate.
b8908782
DD
4265
42662004-04-23 Paolo Bonzini <bonzini@gnu.org>
4267
4268 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
4269 Always relocate gcc and prev-gcc to the original names, even
4270 if the build fails.
4271 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
4272 New targets.
4273
0f260896
RO
42742004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4275
4276 * configure.in (mips*-*-irix5*): Enable ld.
4277 * configure: Regenerate.
4278
51860f05
JW
42792004-04-15 James E Wilson <wilson@specifixinc.com>
4280
4281 * Makefile.tpl (configure-[+module+], configure-gcc,
4282 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
4283 Set and export LDFLAGS.
4284 * Makefile.in: Regenerate.
4285
54752a6b
NN
42862004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
4287
4288 PR bootstrap/14871
4289 * Makefile.tpl: If we don't have built-in-tree target tools,
4290 use the ones found by configure rather than hacking around with
4291 program_transform_name.
4292 * configure.in: Give Makefile.tpl the information necessary
4293 to do that.
4294 * Makefile.in: Regenerate.
4295 * configure: Regenerate.
4296
42972004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
4298
4299 PR bootstrap/14760
4300 * configure.in: When computing baseargs, strip *all* copies of
4301 offending options. Also, don't match/substitute the trailing space,
4302 so that this actually works when two similar options are separated by
4303 only one space.
4304 * configure: Regenerate.
4305
43062004-04-06 David Edelsohn <edelsohn@gnu.org>
4307
80b200a1
ZW
4308 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
4309 (rs6000-*-aix*): Same.
4310 * configure: Regenerate.
54752a6b 4311
5e2b61fb
SS
43122004-03-25 Stan Shebs <shebs@apple.com>
4313
4314 Remove MPW support, no longer used.
4315 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
4316 mpw-install: Remove files.
4317 * src-release (DEVO_SUPPORT): Remove names of removed files.
4318 * MAINTAINERS: Likewise.
4319
1a6f2dc7
NN
43202004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
4321
a0049f1b
NN
4322 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
4323 STRICT_WARN, WARN_CFLAGS flags passed down to make.
4324 * Makefile.in: Regenerate.
4325
1a6f2dc7
NN
4326 * configure.in (top level bootstrap support): Rework --enable-werror
4327 to set @stage2_werror_flag@.
4328 * configure: Regenerate.
4329 * Makefile.tpl (top level bootstrap support): Pass
4330 @stage2_werror_flag@ down to configure in stages 2 and 3.
4331 * Makefile.in: Regenerate.
4332
920e3419
NN
43332004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
4334
4335 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
4336 for stages 2 and 3 as well as in make. As a consequence, remove
4337 OUTPUT_OPTION (now detected by configure) from the flags passed down
4338 to make.
4339 * Makefile.in: Regenerate.
4340
4341 * Makefile.tpl (new-bootstrap): Fix typo.
4342 * Makefile.in: Regenerate.
4343
4fa63067
NN
43442004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
4345
4346 * Makefile.tpl: Rearrange by moving recursive_targets rules
4347 into their proper sections.
4348 * Makefile.tpl (top level bootstrap support): Move disabling
4349 of coverage flags from 'make' to 'configure'; improve comments.
4350 * Makefile.in: Regenerate.
4351
4352 * Makefile.tpl (experimental top level bootstrap) Move stage1
4353 language setting from all- target to configure- target; disable
4354 intermodule optimization in stage 1; prevent gratuitous rebuilds
4355 of stage 1.
4356 * Makefile.in: Regenerate.
4357 * configure.in: Comma-separate stage 1 language list for top
4358 level bootstrap.
4359 * configure: Regenerate.
4360
4361 * Makefile.tpl: Clean up experimental top level bootstrap support:
4362 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
4363 prev-gcc in configure- targets as well as all- targets.
4364 * Makefile.in: Regenerate.
4365
fb8a10fd
NN
43662004-03-17 Paolo Bonzini <bonzini@gnu.org>
4367
4368 * configure.in: Remove symbolic link section.
4369 * configure: Regenerate.
4370 * Makefile.tpl (links): Remove.
4371 * Makefile.in: Regenerate.
4372
947f426e 43732004-03-15 Paolo Bonzini <bonzini@gnu.org>
80b200a1 4374 Nathanael Nerode <neroden@gcc.gnu.org>
947f426e
NN
4375
4376 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
80b200a1 4377 Set with AC_CHECK_PROGS.
947f426e
NN
4378 * configure.in: Fix comment typo from last patch.
4379 * configure: Regenerate.
4380
1d39f329
NN
43812004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
4382
4383 * Makefile.tpl: Introduce experimental top level bootstrap support.
4384 * Makefile.in: Regenerate.
4385 * configure.in: Introduce support for top level bootstrap.
4386 * configure: Regenerate.
4387
4b0ac75d 43882004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 4389 Paolo Bonzini <bonzini@gnu.org>
4b0ac75d
NN
4390
4391 PR bootstrap/14522
4392 * configure.in: Cope with shells that do not support unquoted ^
4393 * configure: Regenerate.
4394
2e70b094 43952004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 4396 Paolo Bonzini <bonzini@gnu.org>
2e70b094
DD
4397
4398 PR bootstrap/14522
4399 * configure.in: Cope with shell that do not support nesting
4400 quotes inside quoted backquote substitutions.
4401 * configure: Regenerate.
4402
44032004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
4404
4405 PR bootstrap/14522
4406 * configure.in: Fix escaping of $.
4407 * configure: Regenerate.
4408
9e07f89d
NN
44092004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
4410
4411 * configure: Regenerate.
4412
44132004-03-08 Paolo Bonzini <bonzini@gnu.org>
4414
4415 PR ada/14131
4416 Move language detection to the top level.
4417 * configure.in: Find default values for the tools as
4418 soon as possible. Disable ada if GNAT is not found.
4419 Emit error message about missing languages. Expand
4420 --enable-languages=all for the gcc subdirectory.
4421
1712ab83
RS
44222004-03-01 Richard Sandiford <rsandifo@redhat.com>
4423
4424 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
4425 and disable libgcj.
4426 * configure: Regenerated.
4427
3dee29da
NN
44282004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
4429
4430 PR bootstrap/7087
4431 * Makefile.tpl: Guard XFOO sed statements better.
4432 * Makefile.tpl: Add dependency for configure-target-libada.
4433 * Makefile.in: Regenerate (incidentally fixes broken
4434 commit when libada-branch was merged).
4435
0558264b
AC
44362004-02-28 Andrew Cagney <cagney@redhat.com>
4437
4438 * src-release (CVS_NAMES): Define.
4439 (do-tar, do-tar): Prune $(CVS_NAMES).
4440
c38f9803
AC
44412004-02-23 Andrew Cagney <cagney@redhat.com>
4442
4443 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
4444 2004-02-19.09.
4445
55636792
NN
44462004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
4447
4448 PR bootstrap/11932
4449 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
4450
1e600082
AC
44512004-02-19 Andrew Cagney <cagney@redhat.com>
4452
4453 * config.guess: Update from version 2003-06-12 to 2004-02-16.
4454 * config.sub: Update from version 2003-06-13 to 2004-02-16.
4455
3769cd82
DD
44562004-02-11 David Edelsohn <edelsohn@gnu.org>
4457
4458 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
4459 (rs6000-*-aix*): Same.
4460 * configure: Regenerate.
4461
a92834c8
DD
44622004-02-11 Kelley Cook <kcook@gcc.gnu.org>
4463
4464 * configure.in (host): Add in missing $noconfigdirs to defines.
4465 * configure: Regenerate.
4466
a2592b1b
DD
44672004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
4468 Nathanael Nerode <neroden@gcc.gnu.org>
4469
4470 PR ada/6637, PR ada/5911
80b200a1 4471 Merge with libada-branch:
a2592b1b
DD
4472 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
4473 with appropriate dependencies. Add --enable-libada configure switch.
4474 * configure, Makefile.in: Regenerate.
4475
e31d1ea3
DD
44762004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4477
4478 * configure.in: Don't pass --with-stabs on IRIX 5 either.
4479 * configure: Regenerate.
4480
db85f5c0
JJ
44812004-02-02 Jeff Johnston <jjohnstn@redhat.com>
4482
4483 * COPYING.NEWLIB: Update Red Hat license to 2004.
80b200a1 4484
fc434214
DD
44852004-01-23 DJ Delorie <dj@redhat.com>
4486
4487 * Makefile.def (target_modules) [libiberty]: Don't stage.
4488 * Makefile.in: Rebuilt.
4489
ad445c2c 44902004-01-23 Jeff Johnston <jjohnstn@redhat.com>
80b200a1 4491
ad445c2c
JJ
4492 * COPYING.NEWLIB: Update to include copyrights for new
4493 iconv code.
4494
72bbedde
AC
44952004-01-15 Andrew Cagney <cagney@redhat.com>
4496
4497 * src-release: Update copyright year.
4498 (do-proto-toplev): Configure using i686-pc-linux-gnu.
4499 (NEWLIB_SUPPORT_DIRS): Delete macro.
4500 (newlib.tar.bz2): Delete rule.
4501
a6d6062d
DD
45022004-01-14 Loren J. Rittle <ljrittle@acm.org>
4503
4504 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
4505 * Makefile.tpl (configure-target-[+module+]): Support stage.
4506 * Makefile.in: Rebuilt.
4507
f8b73030
MR
45082003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
4509
4510 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
4511 throughout.
4512
aff0e9df
NN
45132004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
4514
bb5dca17
NN
4515 * configure.in: Use ./config.cache, not config.cache.
4516 * configure: Regenerate.
4517 * Makefile.tpl: Special-casing not needed for GCC any more.
4518 * Makefile.in: Regenerate.
4519
82252c06
NN
4520 * configure.in: Don't share a cache file for host dirs.
4521 * configure: Regenerate.
4522
aff0e9df
NN
4523 * config-ml.in: Don't mess with the cache file.
4524
95036d20
NN
45252004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
4526
ac7b618e
NN
4527 * Makefile.tpl: Make GCC use a separate config.cache.
4528 * Makefile.in: Regenerate.
4529
95036d20
NN
4530 PR bootstrap/11932, PR bootstrap/11933
4531 (I don't know if it will fix either of them, but it relates
4532 to them.)
4533 * configure.in: Don't use shared config.cache for target
4534 directories.
4535 * configure: Regenerate.
4536
08c1856b
DD
45372003-12-31 Roger Sayle <roger@eyesopen.com>
4538
4539 * configure.in (ia64*-*-hpux*): Disable building java libraries.
4540 * configure: Regenerated.
4541
c1968181 45422003-12-21 Bernardo Innocenti <bernie@develer.com>
80b200a1 4543
c1968181
DD
4544 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
4545 * configure: Regenerated.
4546
10ecffb9
NN
45472003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
4548
4549 Port change over from GCC:
4550 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
4551 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
4552 (configure-build-[+module+], configure-[+module+]): Likewise.
4553 (configure-target-[+module+], configure-gcc, config.status): Likewise.
4554 * Makefile.in: Regenerate.
4555
f2ab5990
TF
45562003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
4557
4558 * configure.in (raw_libstdcxx_flags): Remove the leading space.
4559 * configure: Regenerate.
4560
41a7d11a
JJ
45612003-11-27 Jeff Johnston <jjohnstn@redhat.com>
4562
80b200a1 4563 * COPYING.NEWLIB: Add license info for long long routines added to
41a7d11a
JJ
4564 stdlib.
4565
d9441a1f
DD
45662003-11-14 Arnaud Charlet <charlet@act-europe.fr>
4567
4568 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
4569 * Makefile.in: Regenerate.
4570
3a48a978
DD
45712003-10-20 Phil Edwards <phil@codesourcery.com>
4572
4573 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
4574 * configure: Regenerate.
4575
f0b24077
NN
45762003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
4577
4578 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
4579 HOST_FLAGS_TO_PASS.
4580 * Makefile.in: Regenerate.
4581
5fbad20a
DD
45822003-10-05 Mohan Embar <gnustuff@thisiscool.com>
4583
4584 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
4585 * configure: Rebuilt
4586 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
4587 * Makefile.in: Rebuilt
4588
78be4155
L
45892003-10-03 H.J. Lu <hongjiu.lu@intel.com>
4590
4591 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
4592
051fcc7a
L
45932003-10-01 Phil Edwards <pme@gcc.gnu.org>
4594
4595 * config-ml.in: Use ac_configure_args directly instead of
4596 ml_arguments. Only set ml_norecursion if --no[-]recursion is
4597 actually seen.
4598
45992003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
4600
4601 * config-ml.in: Propagate INSTALL variables.
4602
f27d4f92
DJ
46032003-09-21 Daniel Jacobowitz <drow@mvista.com>
4604
4605 * configure.in: Pass a computed --program-transform-name
4606 to subconfigures.
4607 * configure: Regenerated.
4608
cae4d560
NN
46092003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
4610
4611 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
4612 * Makefile.in: Regenerate.
4613
4614 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
4615 * Makefile.in: Regenerate.
4616
8ff944f6
DJ
46172003-09-17 Daniel Jacobowitz <drow@mvista.com>
4618
4619 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
4620 quoting.
4621 * configure: Regenerated.
4622
d9a35680
MC
46232003-09-12 Michael Chastain <mec@shout.net>
4624
4625 Fix PR gdb/857.
4626 * src-release (do-proto-topleve): Remove junk files
4627 intl/config.cache, intl/config.status,
4628 intl/config.h, intl/stamp-h.
4629
710068b9
AC
46302003-09-14 Andrew Cagney <cagney@redhat.com>
4631
4632 * src-release (dejagnu.tar): New target.
4633 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
4634 (do-djunpack): Use $(PACKAGE) for the package name.
4635
e1008165
DD
46362003-09-04 DJ Delorie <dj@redhat.com>
4637
4638 * configure: Regenerate.
4639
21998d12
NC
46402003-09-04 Robert Millan <robertmh@gnu.org>
4641
4642 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
80b200a1 4643
ccca4bb3
DD
46442003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4645
4646 * configure.in: Ensure arguments to sed are properly spaced.
4647 * configure: Regenerate.
4648
ee949b5e
DJ
46492003-08-28 Daniel Jacobowitz <drow@mvista.com>
4650
4651 Merge from gcc:
4652 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
4653 * install-sh: Update to newer upstream versions (associated with
4654 aclocal 1.7).
4655 * missing: Likewise, plus $1Help2man -> $1 typo fix.
4656
75addda2
DJ
46572003-08-27 Daniel Jacobowitz <drow@mvista.com>
4658
4659 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
4660 * configure: Regenerated.
4661
8d2877d8
NN
46622003-08-23 Phil Edwards <pme@gcc.gnu.org>
4663
4664 * configure.in: Use newline instead of semicolon when assuming
4665 shell arguments in a for loop.
4666 * configure: Regenerated.
4667
d2cc0e0d
GK
46682003-08-20 Geoffrey Keating <geoffk@apple.com>
4669
4670 PR 8180
4671 * configure.in: When testing with_libs and with_headers, treat
4672 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
4673 * configure: Regenerate.
80b200a1 4674
d2cc0e0d
GK
4675 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
4676 make, shell, etc.
4677 (baseargs): Likewise.
4678 * configure: Regenerate.
4679
04d1ab34
GK
46802003-08-19 Geoffrey Keating <geoffk@apple.com>
4681
4682 * configure.in: Disable libgcj for darwin not on powerpc.
4683 * configure: Rebuild.
4684
ca506da8
MC
46852003-08-15 Michael Chastain <mec@shout.net>
4686
4687 * src-release (do-proto-toplev): Remove junk files
4688 dejagnu/example/calc/config.status,
4689 dejagnu/example/calc/config.log.
4690
a4aa3f49
DD
46912003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
4692
4693 * config-ml.in, symlink-tree: Add license.
4694
ede4fbe4
NN
46952003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
4696
4697 Merge from gcc:
4698
4699 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
4700 * Makefile.tpl (check, check-c++): Express dependencies using
4701 dependencies rather than commands.
4702 * Makefile.in: Regenerate.
4703
4704 2003-07-31 Geoffrey Keating <geoffk@apple.com>
4705 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
4706 * Makefile.in: Update.
4707
970f29af
AC
47082003-08-01 Andrew Cagney <cagney@redhat.com>
4709
4710 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
4711 * configure: Ditto.
4712
b2884a0c
DD
47132003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
4714
4715 * configure.in: Enable libgcj for darwin.
4716 * configure: Rebuild.
4717
c07f46a4
NN
47182003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
4719
4720 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
4721
9175bfc0
NN
47222003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
4723
4724 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
4725 creating target and build subdirs to build all parent dirs as needed.
4726 * Makefile.in: Rebuild.
4727 * configure.in: Don't build dirs explicitly here.
4728 * configure: Rebuild.
4729
b9abda6a
AO
47302003-07-22 Alexandre Oliva <aoliva@redhat.com>
4731
4732 * Makefile.tpl (all-make): Depend on intl.
4733 * Makefile.in: Rebuilt.
4734
eef8ffd4
NN
47352003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
4736
4737 * config.if: Remove unused libc_interface determination.
4738
295efaf0
NN
47392003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
4740
4741 * Makefile.in: Regenerate, correctly this time.
4742
e5c3f801
NN
47432003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
4744
4745 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
4746 unused INSTALL_PROGRAM_ARGS.
4747 * configure.in: Use AC_PROG_INSTALL.
4748 * Makefile.in: Regenerate.
4749 * configure: Regenerate.
4750
4a18bd6b
AO
47512003-07-10 Alexandre Oliva <aoliva@redhat.com>
4752
4753 * configure: Rebuilt.
4754 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
4755 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
4756 newlib nor libgloss.
4757 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
4758 * configure.in (am33_2.0-*-linux*): Added.
4759
fbd1054d
BW
47602003-07-09 Bob Wilson <bob.wilson@acm.org>
4761
4762 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
4763 * configure: Regenerate.
4764
b40e3958
L
47652003-07-06 H.J. Lu <hongjiu.lu@intel.com>
4766
4767 * config-ml.in: Replace PWD with PWD_COMMAND.
4768 * Makefile.tpl: Likewise.
4769 * Makefile.in: Regenerated.
4770
4a5be7ba
NN
47712003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
4772
4773 * configure.in: Clean up config-lang.in handling. Delete
4774 useless assignment to "subdirs".
4775 * configure: Regenerate.
4776
9c14acb8
NN
47772003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
4778
4779 * configure.in: Rename 'target_libs' to 'target_libraries'.
4780 Remove useless reference to 'target_libs'.
4781 * configure: Regenerate.
4782
8f32e830
KS
47832003-06-23 Keith Seitz <kseitz@sources.redhat.com>
4784
4785 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
4786 * Makefile.in: Regenerate.
4787
12f0bd74
NN
47882003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
4789
4790 * Makefile.def: Introduce flags_to_pass.
4791 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
4792 * Makefile.in: Regenerate.
4793
b07c2aad
HPN
47942003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
4795
4796 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
4797 and target-libgloss.
4798 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
4799 <h8300*-*-*>: Disable libf2c and ${libgcj}.
69777083 4800 * configure: Regenerate.
b07c2aad 4801
56f25033
DD
48022003-06-17 Benjamin Kosnik <bkoz@redhat.com>
4803
4804 * configure.in: Update testsuite_flags to new location.
4805 * configure. Regenerate.
80b200a1 4806
4ec9a3b2
NN
48072003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
4808
4809 * Makefile.tpl: Remove BUILD_CC stuff.
4810 * Makefile.in: Regenerate.
4811
059083b1 48122003-06-14 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 4813
059083b1
L
4814 * config.guess: Update to 2003-06-12 version.
4815 * config.sub: Update to 2003-06-13 version.
4816
535b046a
TS
48172003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
4818
4819 * MAINTAINERS: Add myself as MIPS co-maintainer.
4820
00c22daa 48212003-06-12 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 4822
00c22daa
L
4823 * config.guess: Update to 2003-06-06 version.
4824 * config.sub: Update to 2003-06-06 version.
4825
1047cb91
DD
48262003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4827
4828 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
4829 * configure. Regenerate.
4830
123494c8
NN
48312003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
4832
1047cb91
DD
4833 * configure.in: Disable serial configure by default.
4834 * configure: Regenerate.
4835 * Makefile.tpl: Abolish .NOTPARALLEL.
4836 * Makefile.in: Regenerate.
4837
7f121bbf
NN
4838 * Makefile.tpl: Replace {build,host,target}_canonical by
4839 {build,host,target}.
4840 * Makefile.in: Regenerate.
4841
123494c8
NN
4842 * Makefile.tpl: Fix stupid pasto.
4843 * Makefile.in: Regenerate.
4844
ec7e0995
NN
48452003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
4846
4847 * Makefile.tpl: Remove bogus conditional.
4848 * Makefile.in: Regenerate.
4849
27b1cc72
NN
48502003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
4851
2a4cbe27
NN
4852 * Makefile.tpl: Make 'recursive targets' using autogen rather
4853 than shell loop. Remove duplicate 'clean' targets and false
4854 comments.
4855 * Makefile.def: Add systematic dependencies to 'recursive' targets.
4856 Add systematic method of specifying missing targets in subdirs.
4857 Add copyright boilerplate.
4858 * Makefile.in: Regenerate.
4859 * configure.in: Add 'recursive targets' to maybe list.
4860 * configure: Regenerate.
4861
27b1cc72
NN
4862 * Makefile.tpl: Rename [+target+] to [+make_target+].
4863 * Makefile.def: Rename 'target' to 'make_target'.
4864
01e51bd0
NC
48652003-05-30 Nick Clifton <nickc@redhat.com>
4866
4867 * README-maintainer-mode: Update URL for locating blessed config
4868 tools.
4869
2fd84b42
NC
48702003-05-29 Robert Millan <rmh@debian.org>
4871
4872 * ltconfig: Import this patch and modify for use with current
4873 version of ltconfig:
4874
4875 2003-05-21 Bruno Haible <bruno@clisp.org>
4876
4877 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
4878 GNU/FreeBSD.
4879
8945c6bb
DD
48802003-05-28 DJ Delorie <dj@redhat.com>
4881
4882 * Makefile.tpl: Make maybe-check-gcc .PHONY.
4883 * Makefile.in: Regenerate.
4884
2f9632a1
JJ
48852003-05-28 Jeff Johnston <jjohnstn@redhat.com>
4886
80b200a1 4887 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
2f9632a1 4888
3a12db16 48892003-05-21 DJ Delorie <dj@redhat.com>
80b200a1 4890
3a12db16
DD
4891 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
4892 newlib or libgloss.
4893 * Makefile.in: Regenerate.
4894
44482353
DD
48952003-05-21 DJ Delorie <dj@redhat.com>
4896
4897 * Makefile.tpl: Add missing empty maybe-check-gcc target.
4898 * Makefile.in: Regenerate.
4899
fec2c52d
MR
49002003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
4901
4902 * configure.in: Use curly braces in the definition of tooldir.
4903 * configure: Regenerate.
4904
16ae0395
NN
49052003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
4906
4907 * configure.in: Switch more things to use maybe dependencies.
80b200a1 4908 * Makefile.tpl: Switch more things to use maybe dependencies.
16ae0395
NN
4909 Factor out common code from autogen IF statements.
4910 * configure: Regenerate.
4911 * Makefile.in: Regenerate.
4912
ec11bdc6
DD
49132003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
4914
4915 * configure.in: Accept i[3456789]86 for machine type.
4916 * configure: Regenerate.
4917
dd12c3a8
NN
49182003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
4919
4920 * configure.in: Switch more things to use maybe dependencies.
4921 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
4922 * configure: Regenerate.
4923 * Makefile.tpl: Switch more things to use maybe dependencies.
4924 * Makefile.in: Regenerate.
4925
cf662e21
AJ
49262003-05-16 Andreas Schwab <schwab@suse.de>
4927
4928 * Makefile.tpl (install-opcodes): Define.
4929 * Makefile.in: Rebuild.
4930
5481b376
AJ
49312003-05-13 Andreas Jaeger <aj@suse.de>
4932
4933 * config.guess: Update to 2003-05-09 version.
4934 * config.sub: Update to 2003-05-09 version.
4935
3959a22a
AJ
49362003-05-13 Michael Eager <eager@mvista.com>
4937
4938 * configure.in: Correct sed script so that options in quotes are not
4939 deleted.
4940 * configure: Rebuild.
4941
564b43e5
CV
49422003-05-12 Corinna Vinschen <corinna@vinschen.de>
4943
4944 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
4945 and $$s/newlib/libc/sys/cygwin32 include paths.
4946 * configure: Ditto.
4947
bb947dc9
L
49482003-05-05 H.J. Lu <hjl@gnu.org>
4949
4950 * config-ml.in: Restored from gcc repository.
4951
77f7441a
CD
49522003-05-02 Chris Demetriou <cgd@broadcom.com>
4953
80b200a1
ZW
4954 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
4955 * Makefile.in: Regenerate.
77f7441a 4956
a26d7085
DJ
49572003-04-27 Daniel Jacobowitz <drow@mvista.com>
4958
4959 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
4960 and Makefile.def.
4961
e4c4d240
DJ
49622003-04-27 Daniel Jacobowitz <drow@mvista.com>
4963
4964 * Makefile.tpl: Clean $(BUILD_SUBDIR).
4965 * Makefile.in: Regenerated.
4966
62a3fc85
DD
49672003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4968
4969 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
4970 * Makefile.in: Regenerate.
4971
49722003-04-18 Jakub Jelinek <jakub@redhat.com>
4973
4974 * configure.in (powerpc64*-*-linux*): Remove.
4975 * configure: Rebuilt.
4976
5b474aa8
DD
49772003-04-17 Phil Edwards <pme@gcc.gnu.org>
4978
4979 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
4980 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
4981 and restrap.
4982 * Makefile.in: Regenerate.
4983
49842003-04-16 Richard Earnshaw <rearnsha@arm.com>
4985
4986 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
4987 * configure: Regenerated.
4988
bc295afe
AO
49892003-04-11 Alexandre Oliva <aoliva@redhat.com>
4990
4991 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
4992 * */configure: Rebuilt.
4993
3728fade
NN
49942003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
4995
4996 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
4997 * Makefile.in: Regenerate.
4998
ce5b542e
MC
49992003-03-14 Michael Chastain <mec@shout.net>
5000
5001 * Makefile.in: Regenerate with correct Makefile.def.
5002
3db0a37f
NN
50032003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
5004
5005 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
5006 Make macro.
5007 * Makefile.in: Regenerate.
5008 * configure.in: Clean up gxx_include_dir logic.
5009 * configure: Regenerate.
5010
34349c6e
DD
50112003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5012
5013 * configure.in (gxx_include_dir): Fix typo.
5014 * configure: Regenerated.
5015
686c28c9
AC
50162003-03-06 Andrew Cagney <cagney@redhat.com>
5017
5018 * texinfo/texinfo.tex: Import version 2003-02-03.16.
5019
bba45b8b 50202003-03-04 Daniel Jacobowitz <drow@mvista.com>
5481b376 5021
bba45b8b
NN
5022 * configure.in: Include $(build_tooldir)/sys-include in
5023 FLAGS_FOR_TARGET.
5024 * configure: Regenerated.
5025
2683747f
NN
50262003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
5027
bba45b8b
NN
5028 * Makefile.tpl: Reindent.
5029 * Makefile.in: Regenerate.
5030 * configure.in: Reindent. Don't set unused variables.
5031 * configure: Regenerate.
5032
2683747f
NN
5033 * Makefile.tpl: Always pass down RANLIB.
5034 * Makefile.in: Regenerate.
5035
5036 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
5037 * Makefile.in: Regenerate.
5038 * configure.in: Remove unused logic relating to --enable-shared
5039 and --enable-threads. Remove bogus comments. Remove redundant
5040 noconfigdirs.
5041 * configure: Regenerate.
5042
5043 * configure.in: Replace ${libstdcxx_version} by its value.
5044 Remove reference to mh-dgux.
5045 * configure: Regenerate.
5046
50212802
NN
50472003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
5048
5049 * Makefile.tpl: Rearrange.
5050 * Makefile.in: Regenerate.
5051
a6be7fc6
NC
50522003-02-25 Nick Clifton <nickc@redhat.com>
5053
5054 * configure: Remove site-file supprot - it is obsolete.
5055
f8a495c8
NC
50562003-02-24 Uwe Stieber <uwe@wwws.de>
5057
5058 * configure.in: Add support for kaOS as cross build target system.
5059 * configure: Regenerated.
5060
3decd77d
DD
50612003-02-20 Sean McNeil <sean@blue.mcneil.com>
5062
5063 * Makefile.tpl: Add definition of CPPFLAGS to pass into
5064 configure-target-* as some target builds may require additional
5065 flags for preprocessor tests.
5066 * Makefile.in: Regenerated.
5067
f4ff34a3
AO
50682003-02-19 Alexandre Oliva <aoliva@redhat.com>
5069
5070 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
5071 * ltconfig: Handle it.
5072 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
5073 auto-detecting it.
5074
b7e4a931
AO
50752003-02-19 Alexandre Oliva <aoliva@redhat.com>
5076
5077 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
5078 it is used as argument to $CC.
5079 * ltcf-gcj.sh: Likewise.
5080
6b784d9f
AO
50812003-02-19 Alexandre Oliva <aoliva@redhat.com>
5082
5083 * configure.in: Introduce --enable-maintainer-mode.
5084 * configure: Rebuilt.
5085 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
5086 for maintainer mode.
5087 * Makefile.in: Rebuilt.
5088
8bcd8a07
AC
50892003-02-19 Andrew Cagney <ac131313@redhat.com>
5090
5091 * configure: Regenerate using autoconf 2.13.
5092
ee3fd329
AM
50932003-02-19 Alan Modra <amodra@bigpond.net.au>
5094
5095 * config.guess: Import latest version.
5096 * config.sub: Import latest version.
5097
e9e45685
JM
50982003-02-18 Jason Merrill <jason@redhat.com>
5099
5100 * Makefile.tpl (check-c++): Allow parallelism.
5101
859789af
AC
51022003-02-17 Andrew Cagney <ac131313@redhat.com>
5103
5104 * configure: Regenerate using autoconf 000227.
5105
b3f16a9b
GK
51062003-02-15 Geoffrey Keating <geoffk@apple.com>
5107
5108 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
5109 don't configure target-libobjc.
5110 * configure: Regenerate.
5111
72e60e02
DD
51122003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5113
5114 * Makefile.tpl (RANLIB): Define.
5115 * Makefile.in: Regenerate.
5116
91f0e695
KS
51172003-02-06 Keith R Seitz <keiths@redhat.com>
5118
5119 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
5120 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
5121 * Makefile.in: Regenerated.
5122 * configure.in: Remove all traces of snavigator, db, and grep.
5123 * configure: Regenerated.
5124
122bfa92
FCE
51252003-01-31 Frank Ch. Eigler <fche@redhat.com>
5126
5127 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
5128 * Makefile.in: Regenerated.
5129
264095c3
AO
51302003-01-30 Alexandre Oliva <aoliva@redhat.com>
5131
5132 * config.if: Copy from GCC.
5133
a84dbcb3
AO
51342003-01-27 Phil Edwards <pme@gcc.gnu.org>
5135
5136 * configure.in: Revert 24Jan change.
5137 * configure: Regenerate.
5138
19618276
NN
51392003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
5140
5141 * configure.in: Revert previous change.
5142 * configure: Regenerate.
5143
b7f27a92
NN
51442003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
5145
5146 * configure.in: Make rda native-only.
5147 * configure: Regenerate.
5148
83326456
NN
51492003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
5150
5151 * configure.in: Add missing \.
5152 * configure: Rebuilt.
5153
5e367fa5
JJ
51542003-01-17 Jakub Jelinek <jakub@redhat.com>
5155
5156 * configure.in (baseargs): Avoid using \| in sed regular
5157 expressions.
5158 * configure: Rebuilt.
5159
e01f337c
JJ
51602003-01-16 Jakub Jelinek <jakub@redhat.com>
5161
5162 * configure.in (baseargs): Remove all supported forms of
5163 --cache-file, --srcdir, --host, --build and --target options
5164 from argument lists.
5165 * configure: Rebuilt.
5166
aa236487
AO
51672003-01-15 Alexandre Oliva <aoliva@redhat.com>
5168
5169 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
5170 * configure: Rebuilt.
5171
586c0873
NN
51722003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
5173
5174 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
5175 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
5176 * Makefile.in: Regenerate.
5177 * configure: Regenerate.
5178
497f816e
DD
51792003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
5180
5181 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
5182 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
5183 * Makefile.in: Regenerate.
5184
bfbe5519
AO
51852003-01-09 Alexandre Oliva <aoliva@redhat.com>
5186
5187 * configure.in: Remove Makefile in build, host and target modules
5188 unless configure was run with --no-recursion.
5189 * configure: Rebuilt.
5190
3f234ef5
CD
51912003-01-08 Chris Demetriou <cgd@broadcom.com>
5192
5193 * config.guess: Update to 2003-01-03 version.
5194 * config.sub: Update to 2003-01-03 version.
5195
a3982d48
CF
51962003-01-07 Christopher Faylor <cgf@redhat.com>
5197
5198 * configure: Regenerate with proper autoconf 2.13.
5199
75778ec4
CF
52002003-01-07 Christopher Faylor <cgf@redhat.com>
5201
80b200a1
ZW
5202 * configure.in: Add AC_PREREQ for consistency.
5203 * configure: Regenerate.
75778ec4 5204
c180f501
AC
52052003-01-06 Andrew Cagney <ac131313@redhat.com>
5206
5207 * configure.in (GDB_TK): Add tcl directories conditional on
5208 gdb/gdbtk directory being present.
5209 * configure: Regenerate.
5481b376 5210
46ca2cc2
DA
52112003-01-04 John David Anglin <dave.anglin@nrc.ca>
5212
5213 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
5214 by gcc if LD is not defined and we are not doing a Canadian Cross.
5215 * configure: Rebuilt.
5216
53dd8dab
DJ
52172003-01-01 Daniel Jacobowitz <drow@mvista.com>
5218
5219 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
5220
50ceb20c
TT
52212002-12-31 Tom Tromey <tromey@redhat.com>
5222
5223 * Makefile.in: Rebuilt.
5224 * Makefile.def (target_modules) [libffi]: Allow installation.
5225
e78b5cfe
AS
52262002-12-31 Andreas Schwab <schwab@suse.de>
5227
5228 * configure.in: Fix use of $program_transform_name.
5229 * configure: Regenerated.
5230
67448102
DJ
52312002-12-30 Daniel Jacobowitz <drow@mvista.com>
5232
5233 * configure.in (baseargs): Don't remove first configure argument.
5234 * configure: Regenerated.
5235
e6bfb94a
AO
52362002-12-29 Alexandre Oliva <aoliva@redhat.com>
5237
5238 * Makefile.tpl (local-distclean): Don't remove...
5239 (multilib.ts): ... this. Moved into...
5240 (multilib.out): ... this. Don't use sub-make.
5241 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
5242 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
5243 (configure-build-[+module+], configure-[+module+],
5244 configure-target-[+module+], configure-gcc): ... these. Test
5245 for Makefile existence. Drop config.status from dependencies.
5246 * Makefile.in: Rebuilt.
5247 * configure.in: Move gcc-version-trigger to the end of
5248 ac_configure_args. Add comments to maybedep.tmp and
5249 serdep.tmp. Introduce --disable-serial-configure. Remove
5250 nonopt from baseargs, matching and removing corresponding
5251 whitespace while at it.
5252 * configure: Rebuilt.
5253
8f0dfb36
AO
52542002-12-28 Alexandre Oliva <aoliva@redhat.com>
5255
5256 * configure.in (host_configargs): Replace reference to
5257 no-longer-defined buildopts with --build=${build_alias}.
5258 * configure: Rebuilt.
5259
43be203f
AO
52602002-12-28 Alexandre Oliva <aoliva@redhat.com>
5261
5262 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
5263 program_transform_name to standard idiom.
5264 (AUTOGEN, AUTOCONF): Define.
5265 (Makefile.in): Use $(AUTOGEN).
5266 (Makefile): Depend on config.status, and use autoconf-style rule to
5267 build it. Move original commands to...
5268 (config.status): ... this new target.
5269 (configure): Add $(srcdir). Depend on config/acx.m4. Use
5270 $(AUTOCONF).
5271 * Makefile.in: Rebuilt.
5272
a0da8069
NN
52732002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
5274
d18f1c9f
NN
5275 * Makefile.tpl: Fix dramatic bustage due to change in
5276 program_transform_name.
5277 * Makefile.in: Regenerate.
5278
5279 * configure.in: Remove unnecessary PATH setting.
5280 * configure: Regnerate.
5281
5282 * configure.in: Don't default to unprefixed tools unless
5283 the native tools will work.
5284 * configure: Regenerate.
5285
a0da8069
NN
5286 * configure.in: Convert to autoconf script. Blow away lots
5287 of now-redundant Makefile fragments.
5288 * configure: Generate using Autoconf.
5289 * Makefile.tpl: Rewrite to reflect autoconfiscation.
5290 * Makefile.in: Regenerate.
5291
c567df0a
NN
52922002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
5293
5481b376 5294 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
c567df0a
NN
5295 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
5296
5481b376 5297 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
c567df0a 5298 where they belong.
2c7f9a32 5299
2dabcfb4
AS
53002002-12-24 Andreas Schwab <schwab@suse.de>
5301
5302 * Makefile.tpl (multilib.out): Fix missing space.
5303 * Makefile.in: Regenerate.
5304
1086bc09
NN
53052002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
5306
5307 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
5308 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
5309 * Makefile.in: Regenerate.
5310 * configure.in: Remove unnecessary leftovers.
5311
1086bc09
NN
53122002-12-21 Geoffrey Keating <geoffk@apple.com>
5313
5314 * configure.in (extra_ranlibflags_for_target): New variable.
5315 (*-*-darwin): Add -c to ranlib commands.
5316 * configure (tooldir): Handle extra_ranlibflags_for_target.
5317
14e9ca95
JJ
53182002-12-20 Jeff Johnston <jjohnstn@redhat.com>
5319
5320 * COPYING.NEWLIB: Updated.
5321 * COPYING.LIBGLOSS: Ditto.
5322
14c428fb
NN
53232002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
5324
5325 * Makefile.tpl: Revert HJL's change.
5326 * Makefile.in: Regenerated.
5327 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
5328 always.
5329
313b8244
AS
53302002-12-19 Andreas Schwab <schwab@suse.de>
5331
5332 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
5333 * Makefile.in: Regenerate.
5334
efeae3db
L
53352002-12-18 H.J. Lu <hjl@gnu.org>
5336
5337 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
5338 * Makefile.in: Regenerated.
5339
5340 * configure.in (build_prefix): New. Substitute.
5341
43d92c63
NN
53422002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
5343
59da4fe6
NN
5344 * Makefile.tpl: Don't let real targets depend on phony targets.
5345 * Makefile.in: Regenerate.
5346
43d92c63
NN
5347 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
5348 * Makefile.in: Regenerate.
5349
b72e6a2d
JM
53502002-12-16 Jason Merrill <jason@redhat.com>
5351
5352 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
5353 previous 'make bootstrap'.
5354 * Makefile.in: Regenerate.
5355
95c72c44
HPN
53562002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
5357
5358 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
5359
7d695d07
JM
53602002-12-13 Jason Merrill <jason@redhat.com>
5361
5362 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
5363 library tests.
5364 (check-c++): Just depend on it and check-target-libstdc++-v3.
5365 * Makefile.in: Regenerate.
5366
54103d1e
NN
53672002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
5368
5369 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
5370 * Makefile.in: Regenerate.
5371
4024f1e1
JJ
53722002-12-12 Jeff Johnston <jjohnstn@redhat.com>
5373
80b200a1
ZW
5374 * COPYING.NEWLIB: Update list of alternate Regent of California
5375 licenses and discuss official revoking of advertising clause.
5376 * COPYING.LIBGLOSS: Ditto.
4024f1e1 5377
7dda0df6
AO
53782002-12-12 Alexandre Oliva <aoliva@redhat.com>
5379
5380 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
5381 * Makefile.in: Rebuilt.
5382
d03be79e 53832002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
b4a77b47 5384
929293f4
NN
5385 * configure: Fix bug put in by gremlins.
5386
d03be79e
NN
5387 * Makefile.tpl: Substitute more autoconfily.
5388 * configure: Substitute more autoconfily.
5389 * Makefile.in: Regenerate.
5390
53912002-12-08 Andrew Cagney <ac131313@redhat.com>
5392
5393 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
5394 * Makefile.in (all-sim): Ditto.
a36d530e
DD
5395
53962002-12-06 DJ Delorie <dj@redhat.com>
5397
5398 * Makefile.tpl: Change configure dependencies to not have real
5399 targets depend on phony targets.
b4a77b47 5400
db1ac78d
NN
54012002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
5402
bcaf2395
NN
5403 * configure.in: Revert unintentional change.
5404
b4fa093e
NN
5405 * src-release: Configure host subdirs.
5406
db1ac78d
NN
5407 * Makefile.tpl: Change dependency for */multilib.out so that
5408 it works when gcc isn't in the tree.
5409
5410 * configure.in: Substitute more.
5411 * configure: Run subconfigures from the Makefile.
5412 * Makefile.tpl: Run subconfigures from the Makefile; add a few
5413 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
5414
15723a45
NN
54152002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
5416
e2b9e2dc
NN
5417 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
5418 and corresponding dependencies.
5419 * Makefile.in: Regenerate.
5420
2af579c4
NN
5421 * configure.in (host_tools): Order binutils, gas and ld for
5422 convenience in running the testsuites.
5423
a2cc058a
NN
5424 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
5425 * Makefile.in: Regenerate.
5426 * configure.in: Introduce rules to serialize subconfigure runs.
5427
15723a45
NN
5428 * configure.in: Introduce BASE_CC_FOR_TARGET.
5429 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
5430 Realize configure-build-* targets. Realize configure-target-* targets.
5431 * Makefile.in: Regenerate.
5432
ae831be5
NN
54332002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
5434
5435 * configure: Move gcc_version_trigger stuff from here...
5436 * configure.in: ...to here.
5437
5438 * configure.in: Separate subconfigure options added by this file from
5439 options given by the user. Add machinery to put args for host
5440 subconfigures into the Makefile.
5441
5442 * Makefile.tpl: Remove 'vault' targets.
5443 * Makefile.tpl: Reorder and comment dependencies.
5444 * Makefile.in: Regenerate.
5445
bbf7c8ac
NN
54462002-11-28 Geoffrey Keating <geoffk@apple.com>
5447
5448 * configure.in: Move host-specific darwin noconfigdirs into
5449 the host-specific section.
5450
930314a4
NN
54512002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
5452
52d7cdee
NN
5453 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
5454 during replay.
5455 * Makefile.in: Regenerate.
5456
930314a4
NN
5457 (finishing slow-motion replay)
5458 * configure: Remove skip-this-dir support.
5459 * Makefile.tpl: Remove skip-this-dir support.
5460
5461 * Makefile.tpl: Remove leftover support for non-autoconfiscated
5462 subdirectories.
5463 * Makefile.in: Regenerate.
5464
5465 * Makefile.tpl: Strip out useless setting of 'dir'.
5466 * Makefile.in: Regenerate.
5481b376 5467
930314a4
NN
54682002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
5469
5470 (finishing slow-motion replay)
5471 * configure.in: Fix deeply stupid bug.
5472
5473 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
5474 shell code in CXX_FOR_TARGET
5475 * Makefile.def: Introduce raw_cxx.
5476 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
5477 RAW_CXX_FOR_TARGET.
5478 * Makefile.in: Regenerate.
5479
54802002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
5481
5482 (finishing slow-motion replay)
5483 * Makefile.tpl: Remove unnecessary ifs.
5484 * Makefile.in: Regenerate.
5485
5481b376 5486 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
930314a4
NN
5487 dependencies. Maybe-ize build-libiberty. Create dummy install
5488 targets for 'no_install' modules.
5481b376 5489 * configure: Move GDB_TK substitution to configure.in. Move
930314a4 5490 build_modules stuff to configure.in.
5481b376 5491 * configure.in: Implement soft dependency machinery. Maybe-ize
930314a4
NN
5492 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
5493 * Makefile.in: Regenerate.
5494
3866be5d
NN
54952002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
5496
5497 (continuing slow-motion replay)
5498 * Makefile.tpl: Make all-target, install-target behave similarly
5499 to all, install (only hitting configured targets). Eliminate
5500 unused macro defintions.
5501
5502 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
5503 build != host.
5504
5505 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
5506
5507 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
5508
5481b376 5509 * configure.in: Produce lists of subdir targets we're actually
3866be5d
NN
5510 configuring. Remove references to "dosrel".
5511 * Makefile.tpl: Let configure set which subdir targets are hit.
5481b376 5512 Remove install-cross; clean up install; remove ALL. Remove
3866be5d 5513 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
5481b376 5514 Autogenerate host module targets. Remove empty dependency lines
3866be5d
NN
5515 and redundant dependency; rearrange slightly.
5516 * Makefile.def: Add host-side libtermcap, utils.
5517
5518 * Makefile.in: Regenerate.
5519
e393202e
NN
55202002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
5521
5522 (Continuing slow-motion replay)
5523 * Makefile.def: Add list of recursive targets to autogenerate.
5524 Add build_modules.
5525 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
5526 targets. Autogenerate *-build-* targets.
5527 * Makefile.in: Regenerate.
5528
583d52d7
NN
55292002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
5530
5531 (Continuing slow-motion replay)
5532 * configure: More autoconf-style substitutions.
5533 * Makefile.tpl: More autoconf-style substitutions.
5534 * Makefile.in: Regenerate.
5535
55362002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
5537
5538 (Continuing slow-motion replay)
5539 * configure: Substitute more variables in a more autoconf-friendly
5540 way. Simplify slightly.
5541 * Makefile.tpl: Make more variables substitutable in an
5542 autoconf-friendly way.
5543 * Makefile.in: Regenerate.
5544
874e38b4
NN
55452002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
5546
5547 (Continuing slow-motion replay)
5548 * configure.in (v810*): Remove special setting of tools.
5549
5550 * configure: Add support for extra required flags for ar or nm.
5551 * configure.in (aix4.3+): Use above support for target-specific
5552 issues, rather than using config/mt-aix43.
5553
852e5f18
NN
55542002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
5555
5556 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
5557 * configure: Remove 'removing', which doesn't work. Replace $subdir
5558 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
5559 with $srcdir. Reformat indentation. Substitute some variables
5560 formerly hard-coded in the Makefile for build=host.
5561 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
5562 * Makefile.def: Autogenerate more.
5563 * Makefile.in: Regenerate.
5564
c9a0d920
DD
55652002-11-13 Bruce Korb <bkorb@gnu.org>
5566
5567 * Makefile.tpl: syntactic cleanup
5568
dd2768ff
KB
55692002-11-04 Kevin Buettner <kevinb@redhat.com>
5570
5571 * Makefile.def (host_modules): Add rda.
5572 * Makefile.in: Regenerate.
5573 * configure.in (target_tool): Add target-rda to list.
5574
1aa8389d
DD
55752002-10-25 Phil Edwards <pme@gcc.gnu.org>
5576
5577 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
5578 and restrap targets to this rule.
5579 * Makefile.in: Regenerate.
5580
28f46298
HPN
55812002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
5582
5583 * configure.in (i[3456]86-*-linux*): Add check to disable
5584 ${libgcj} for glibc1.
5585
ff72e302
NC
55862002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
5587
5588 * configure.in: Add tic4x target.
5589
8607b6c9
NN
55902002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
5591
5592 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
5593 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
5594 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
5595 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
5596 * Makefile.in: Regenerate.
5597
f8f61f4a
NN
55982002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
5599
c86f794b
NN
5600 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
5601 * Makefile.in: Regenerate.
5602
a9590527
NN
5603 * Makefile.def: Remove order dependency comments.
5604 * Makefile.tpl: Add explicit install-install dependencies.
5605 * Makefile.in: Regenerate.
5606
8412ce72
NN
5607 * Makefile.tpl: Remove material now in src-release. (Finally!)
5608 * Makefile.in: Regenerate.
5609
8b9f37f1
NN
5610 * configure: Restore my original patch by syncing with gcc version.
5611
f8f61f4a
NN
5612 * Bring following over from gcc:
5613
56142002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
5615
5616 * configure.in (s390*-*-linux*): Enable libgcj.
5617
403d9505
NN
56182002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
5619
5620 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
5621
95f6f383
AM
56222002-10-02 Alan Modra <amodra@bigpond.net.au>
5623
e4673b0a 5624 * configure: Move stray lines back to where they belong.
95f6f383 5625
748503c8
NN
56262002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
5627
a581b5c3
NN
5628 * Makefile.tpl: Insert configure-target target, for src-release.
5629
c084f5b4
NN
5630 * configure: Finish reverting change which Andrew Cagney started
5631 reverting. Should fix bustage.
5632
7aa673ed 5633 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
748503c8
NN
5634 * src-release: New file. Contains material for making net
5635 releases for gdb, binutils, et al., formerly in Makefile.in.
5636
82a9b2d9
NC
56372002-09-30 Nick Clifton <nickc@redhat.com>
5638
5639 * cpu: New top level directory. Intended to hold input files for
5640 CGEN which have FSF copyright assignment.
5641 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
5642
c2463a00
AC
56432002-09-29 Andrew Cagney <ac131313@redhat.com>
5644
5645 Revert below (note that src does not contain Makefile.tpl):
5646 * Makefile.tpl: Make subsituted variables more autoconfy.
5647 * Makefile.in: Regenerate.
5648
f03b4789
NN
56492002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
5650
c11e16a9
NN
5651 * configure: Revert accidentally applied changes.
5652
f03b4789
NN
5653 * Makefile.tpl: Make more autoconf-friendly.
5654 * Makefile.in: Regenerate.
5655 * configure: Make substitution more autoconf-like.
5656
56572002-09-28 Richard Earnshaw <rearnsha@arm.com>
5658
5659 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
5660 single entry to handle all these.
5661 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
5662 libjava on arm-*-elf.
5663
c0292023
GK
56642002-09-27 Geoffrey Keating <geoffk@apple.com>
5665
5666 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
5667 things that depend on them.
5668
c66d951e
NN
56692002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
5670
5671 * Makefile.tpl: Make subsituted variables more autoconfy.
5672 * Makefile.in: Regenerate.
5673 * configure: Make seds more autoconfy.
5674
907a7241 56752002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
58daee98
NN
5676
5677 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
5678 * Makefile.in: Regenerate.
5679 * configure.in: Rewrite sed statements to look autoconfy.
5680
907a7241
NN
5681 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
5682 all-target-foo on configure-target-foo.
5683 * Makefile.def: Ditto.
5684 * Makefile.in: Rebuild.
5685
405ea7a0
NN
56862002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
5687
5688 * Makefile.def: New file.
5689 * Makefile.tpl: New file.
5690 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
5691
5692 * configure.in: Minor rearrangement. Simplify tests.
5693
bdc57bfd
JT
56942002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
5695
5696 * configure.in (with_headers): Skip copy if value is "yes".
5697 (with_libs): Likewise.
5698
ae03d6e2
NN
56992002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
5700
5701 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
5702 * configure.in (sh*-*-pe*): Ditto.
5703 * configure.in (mips*-*-pe*): Ditto.
5704 * configure.in (*arm-wince-pe): Ditto.
227d98f5
NN
5705
5706 * configure.in: Rearrange.
5707
707960fe
NC
57082002-09-12 Nick Clifton <nickc@redhat.com>
5709
5710 * Import these changes from the config master repository:
5711
5712 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
5713
5714 * config.sub: Add tic4x target.
5715
5716 2002-09-03 Ben Elliston <bje@redhat.com>
5717
5718 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
5719 Reported by <Duncan_Stodart@insession.com>.
5720
36ea319f
JJ
57212002-09-10 Jeff Johnston <jjohnstn@redhat.com>
5722
5723 * COPYING.NEWLIB: More updates.
5724
cf57480a
JJ
57252002-09-09 Jeff Johnston <jjohnstn@redhat.com>
5726
5727 * COPYING.NEWLIB: Update.
5728
fd31a171
AC
57292002-08-23 Andrew Cagney <ac131313@redhat.com>
5730
23b632fc
AC
5731 * texinfo/texinfo.tex: Import version 2002-06-04.06.
5732
fd31a171
AC
5733 * config.guess: Import version 2002-08-23.
5734 * config.sub: Import version 2002-08-22.
5735
a08bafb5
AO
57362002-08-20 Alexandre Oliva <aoliva@redhat.com>
5737
5738 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
5739 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
5740 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
5741
17240c1f
NC
57422002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
5743
5744 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
5745
e70ad0c6
L
57462002-08-04 H.J. Lu (hjl@gnu.org)
5747
5748 * configure.in (mips*-*-linux*): Don't skip target-libffi.
5749
574e6d11
DD
57502002-07-31 Alan Modra <amodra@bigpond.net.au>
5751
5752 * configure.in: Move generic linux case to end. Copy generic
5753 linux noconfigdirs to mips*-*-linux* entry and new
5754 powerpc64*-*-linux* entry. Add target-libffi for the latter.
5755
611e7523
CD
57562002-07-19 Chris Demetriou <cgd@broadcom.com>
5757
5758 * MAINTAINERS: Clarify on config.guess and config.sub, and add
5759 one instance of them which was missed to the list to update.
5760
51759676
CD
57612002-07-16 Chris Demetriou <cgd@broadcom.com>
5762
5763 * config.guess: Update to 2002-07-09 version.
5764 * config.sub: Update to 2002-07-03 version.
5765
7c1f909c
DD
57662002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
5767
5768 * configure.in: Remove two redundant tests.
5769
d7cf5d30
DD
57702002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5771
5772 * configure.in (mips*-*-irix6*o32): Enable stabs.
5773
c74222f7
DD
57742002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
5775
5b53c336
DD
5776 * configure.in: Don't build grez.
5777 * Makefile.in: Ditto.
5778
c74222f7
DD
5779 * Makefile.in: Remove references to bsp, cygmon, libstub.
5780 * configure.in: Ditto.
5781
5782 * configure.in: Remove leftover reference to gdbtest.
5783
edd1b227
DD
57842002-07-08 Phil Edwards <pme@gcc.gnu.org>
5785
5786 * configure.in (gxx_include_dir): Change to match versioned
5787 C++ headers if --enable-version-specific-runtime-libs is used.
5788
486186e3
AO
57892002-07-04 Steve Ellcey <sje@cup.hp.com>
5790
5791 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
5792
ff0a3bf8
DD
57932002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
5794
5795 * configure.in: Make --without-x work.
5796
1dfa8174
NC
57972002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
5798
5799 * contrib: New directory. Created to contain a copy of the
5481b376 5800 texi2pod.pl script so that it is in the same place as the version in
1dfa8174
NC
5801 the FSF GCC sources.
5802
07637366
DD
58032002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
5804
b6f83f2a
DD
5805 * configure.in: Rearrange target Makefile fragment collection.
5806
07637366
DD
5807 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
5808 cvs[src].
5809 * configure.in: Ditto.
5810
f48556b1
DD
58112002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
5812
5813 * Makefile.in: Eliminate 'apache' targets.
5814 * configure.in: Eliminate 'apache' targets.
5815
5816 * configure.in: Eliminate redundant tests. Reorganize.
5817
5818 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
5819
5820 * config-ml.in: Eliminate references to Cygnus configure.
5821
5822 * Makefile.in: Eliminate references to building emacs.
5823
58242002-07-01 Denis Chertykov <denisc@overta.ru>
5825
5826 * configure.in: Add support for ip2k.
5827
cdb9e2b8
BE
58282002-06-24 Ben Elliston <bje@redhat.com>
5829
5830 * configure.in (host_tools): Remove cgen.
5831
5832 * Makefile.in (all-cgen): Remove; runs from its source directory.
5833 (check-cgen, install-cgen, clean-cgen): Likewise.
5834 (all-opcodes): No not depend on all-cgen.
5835 (all-sim): Likewise.
5836
3558860c
DD
58372002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
5838
5839 * configure.in: Fix AIX configury bug.
5840
e3b0c936
DD
58412002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
5842
cdb9e2b8 5843 * configure.in: Replace ${topsrcdir} with ${srcdir}.
4d5fd396 5844
cdb9e2b8
BE
5845 * configure.in: Move definition of libstdcxx_flags right above
5846 usage, rather than way earlier.
8ee424c0 5847
c712250a
DD
5848 * configure.in: Pull definition of is_cross_compiler earlier.
5849
9ee1a75c
DD
5850 * configure.in: Rearrange a little.
5851
e3b0c936
DD
5852 * configure.in: Remove references to librx.
5853 * Makefile.in: Remove references to librx.
5854
b2bd228e
DD
58552002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
5856
5857 * configure.in: Eliminate ${gasdir} variable.
5858
7cd52483
DB
58592002-06-18 Dave Brolley <brolley@redhat.com>
5860
5861 * configure.in: Add support for frv.
5862 * config.sub: Add support for frv.
5863
6c5e141a
DD
58642002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5865
5866 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
5867
0d18b56d
JT
58682002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
5869
5870 * configure.in (vax-*-netbsd*): Re-enable gas.
5871
fd8958d5
DD
58722002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
5873
27f15fdd
DD
5874 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
5875 BUILD_PREFIX_1, to correct nomenclature.
5876 * configure: Likewise.
5877
fd8958d5
DD
5878 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
5879 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
5880
0c2442b7
DD
58812002-05-31 Olaf Hering <olh@suse.de>
5882
5883 * config-ml.in: Propogate DESTDIR also.
5884
a3602181
JT
58852002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
5886
5887 * configure.in (vax-*-netbsd*): Don't build gas for this
5888 platform.
5889
c95f53ae
MM
58902002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
5891
5892 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
5893 and libgcj for AVR.
5894
1d7c1053
NC
58952002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
5896
5897 * config.sub: Add DLX target.
5898
4b37028f
JT
58992002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5900
5901 * config.guess: Update to 2002-05-22 version.
5902 * config.sub: Likewise.
5903
d5de0a84
NC
59042002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5905
5906 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
5907 * config-ml.in: Likewise.
5908 * configure: Likewise.
5909 * configure.in: Likewise.
5910
c92a0210
DD
59112002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
5912
115a77aa
DD
5913 * configure.in: Simplify makefile fragment collection.
5914
5915 * configure.in: Remove code to build emacs.
e99daf2b 5916
91e060aa
DD
5917 * configure.in : Remove --srcdir argument from targargs and buildargs
5918 (it's always overridden in the Makefile anyway). Rearrange a bit.
5919
5920 * configure: Move some logic to configure.in.
5921 * configure.in: Move some logic from configure.
c92a0210 5922
91217342
JJ
59232002-05-07 Jeff Johnston <jjohnstn@redhat.com>
5924
5925 * COPYING.LIBGLOSS: New file.
5926
d3d8a9ee
NC
59272002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
5928
5929 * Makefile.in: Honour DESTDIR.
5930
3a036cdc
AO
59312002-05-05 Alexandre Oliva <aoliva@redhat.com>
5932
5933 * configure.in (noconfigdirs): Don't disable libgcj on
5934 sparc64-*-solaris* and sparcv9-*-solaris*.
5935
6d095fe4
AO
59362002-05-03 Alexandre Oliva <aoliva@redhat.com>
5937
5938 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
5939
dac55df9
TF
59402002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
5941
5942 * configure.in (FLAGS_FOR_TARGET): Do not add
5943 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
5944 on i[3456]86-*-linux*.
5945
a018e15b
TF
59462002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
5947
5948 * configure.in (noconfigdirs): Replace [ ] with test.
c72f388d
TF
5949
5950 * configure.in (noconfigdirs): Do not add target-newlib if
5951 target == i[3456]86-*-linux*, and host == target.
5952
5f284831
MM
59532002-04-29 Mark Mitchell <mark@codesourcery.com>
5954
5955 * config.guess: Updated to 2002-04-26's version.
5956 * config.sub: Updated to 2002-04-26's version.
5957
33babf59
DD
59582002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
5959
bd5f7da2
DD
5960 * configure.in: delete reference to absent file
5961
a0c4f3a0
DD
5962 * configure.in: replace '[' with 'test'
5963
66f1ba4f
DD
5964 * configure.in: Eliminate references to gash.
5965 * Makefile.in: Eliminate references to gash.
5966
7c3ab50c
DD
5967 * configure.in: remove useless references to 'pic' makefile fragments.
5968
bbc025f5
DD
5969 * configure.in: (*-*-windows*) Finish removing.
5970
33babf59
DD
5971 * configure.in: Eliminate redundant test for libgui.
5972
d5ec694c
DD
59732002-04-26 Joel Sherrill <joel@OARcorp.com>
5974
5975 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
5976 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
5977
57a5346c
DD
59782002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
5979
5980 * configure.in: remove references to dead files
5981
dbf93899
DD
59822002-04-18 Tom Tromey <tromey@redhat.com>
5983
5984 * configure.in: Disallow configuring libgcj when it is already
5985 installed and we're using Solaris 2.8 linker. Do enable libgcj on
5986 Solaris 2.8 by default. For PR libgcj/6158.
5987
26eadf68
DD
59882002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
5989
5990 * configure.in: Move default CC setting out of config/mh-* fragments
5991 directly into here.
5992
a0a2c6c6
DD
59932002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
5994
5995 * configure.in: don't even try to configure or make a subdirectory
5996 if there's no configure script for it.
5997
9972f812
DD
59982002-04-15 Mark Mitchell <mark@codesourcery.com>
5999
6000 * MAINTAINERS: Remove chill maintainers.
6001 * Makefile.in (CHILLFLAGS): Remove.
6002 (CHILL_LIB): Remove.
6003 (TARGET_CONFIGDIRS): Remove libchill.
6004 (CHILL_FOR_TARGET): Remove.
6005 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
6006 CHILL_LIB.
6007 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
6008 (CHECK_TARGET_MODULES): Likewise.
6009 (INSTALL_TARGET_MODULES): Likewise.
6010 (CLEAN_TARGET_MODULES): Likewise.
6011 (configure-target-libchill): Remove.
6012 (all-target-libchill): Remove.
6013 * configure.in (target_libs): Remove target-libchill.
6014 Do not compute CHILL_FOR_TARGET.
6015 * libchill: Remove directory.
5481b376 6016
75205f78
DD
60172002-04-15 DJ Delorie <dj@redhat.com>
6018
6019 * Makefile.in, configure.in, configure: Sync with gcc, entries
6020 follow...
6021
60222002-04-08 Tom Tromey <tromey@redhat.com>
6023
6024 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
6025 Fixes PR libgcj/6068.
6026
60272002-03-30 Krister Walfridsson <cato@df.lth.se>
6028
6029 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
6030
60312002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6032
6033 * configure.in (alpha*-dec-osf*): Enable libgcj.
6034
60352002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
6036
6037 Fix for: PR bootstrap/3591, target/5676
6038 * configure.in (mcore-pe): Disable the configuration of
6039 libstdc++-v3 since exceptions are not supported.
6040
60412002-03-20 Anthony Green <green@redhat.com>
6042
6043 * configure.in: Enable libgcj for xscale-elf target.
6044
60452002-02-28 Alexandre Oliva <aoliva@redhat.com>
6046
6047 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
6048 libjava.
6049 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
6050
60512002-02-22 Alexandre Oliva <aoliva@redhat.com>
6052
6053 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
6054 libstdc++-v3 and libjava.
6055
60562002-02-11 Adam Megacz <adam@xwt.org>
6057
6058 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
6059 boehm-gc
6060
60612002-02-09 Alexandre Oliva <aoliva@redhat.com>
6062
6063 * config.guess: Updated to 2002-01-30's version.
6064 * config.sub: Updated to 2002-02-01's version.
6065 Contribute sh64-elf.
6066 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
6067 * configure.in: Added sh64-*-*.
6068
60692002-01-17 H.J. Lu <hjl@gnu.org>
6070
6071 * Makefile.in (all-fastjar): Also depend on all-libiberty.
6072 (all-target-fastjar): Also depend on all-target-libiberty.
6073
6074Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
6075
6076 * configure, configure.in: Use temp file for long sed commands.
6077
60782001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
6079
6080 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
6081 libf2c.
6082
60832001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
6084
6085 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
6086
60872001-10-11 Hans-Peter Nilsson <hp@axis.com>
6088
6089 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
6090
60912001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
6092
6093 * configure: Handle temporary files securely using mkdir.
6094
60952001-09-26 Will Cohen <wcohen@redhat.com>
6096
6097 * configure.in (*-*-linux*): Disable configuration of target-newlib
6098 and target-libgloss.
6099
61002001-09-26 Alexandre Oliva <aoliva@redhat.com>
6101
6102 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
6103 RANLIB.
6104
61052001-08-11 Graham Stott <grahams@redhat.com>
6106
6107 * Makefile.in (check-c++): Add missing semicolon.
6108
61092001-07-25 Andrew Haley <aph@cambridge.redhat.com>
6110
6111 * configure.in (sh-*-linux*): New.
6112
61132001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6114
6115 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
6116 and libgcj on m68hc11/m68hc12.
6117
61182001-06-27 H.J. Lu (hjl@gnu.org)
6119
6120 * Makefile (CFLAGS_FOR_BUILD): New.
6121 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
6122
61232001-06-01 Hans-Peter Nilsson <hp@axis.com>
6124
6125 * configure.in (libstdcxx_flags): Do not try to execute
6126 libstdc++-v3/testsuite_flags until it exists.
6127
61282001-05-18 Benjamin Kosnik <bkoz@redhat.com>
6129
6130 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
6131
61322001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
6133
6134 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
6135
6136Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
6137
6138 * configure.in: Move *-chorusos target case to the proper switch.
6139 Disable libgcj.
6140
61412001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6142
6143 * Makefile.in (STAGE1_CFLAGS): Pass down.
6144
61452001-04-13 Alan Modra <amodra@one.net.au>
6146
6147 * config.guess: Add hppa64-linux support. Note for next import that
6148 this is already in the master file.
6149 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
6150
61512001-03-22 Colin Howell <chowell@redhat.com>
6152
6153 * Makefile.in (DO_X): Do not backslash single-quotes in
6154 backquotes (two places).
6155
61562001-03-18 Laurynas Biveinis <lauras@softhome.net>
6157
6158 * Makefile.in (DO_X): Quote nested quotes.
6159
61602001-03-15 Laurynas Biveinis <lauras@softhome.net>
6161
6162 * Makefile.in (DO_X): Use double quotes for quoting
6163 "RANLIB=$${RANLIB}".
6164
61652001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
6166
6167 * configure.in: Only use `lang_requires' for languages athat are
6168 actually enabled.
6169
61702001-03-07 Tom Tromey <tromey@redhat.com>
6171
6172 * configure.in: Allow config-lang.in to set `lang_requires' to list
6173 of other required languages.
6174
61752001-03-06 Laurynas Biveinis <lauras@softhome.net>
6176
6177 * Makefile.in: Remove RANLIB definition. Use RANLIB
6178 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
6179 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
6180
61812001-02-28 Benjamin Kosnik <bkoz@redhat.com>
6182 Alexandre Oliva <aoliva@redhat.com>
6183
6184 * Makefile.in (check-c++): Use tabs, not spaces.
6185
61862001-02-19 Benjamin Kosnik <bkoz@redhat.com>
6187
6188 * Makefile.in (check-c++): New rule.
6189
6190 * configure.in (target_libs): Remove libg++.
6191 (noconfigdirs): Remove libg++.
6192 (noconfigdirs): Same.
6193 (noconfigdirs): Same.
6194 (noconfigdirs): Same.
6195
6196 * config-ml.in: Remove libg++ references.
6197
6198 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
6199 (ALL_TARGET_MODULES): Same.
6200 (configure-target-libg++): Remove.
6201 (all-target-libg++): Remove.
6202 (configure-target-libio): Remove.
6203 (all-target-libio): Remove.
6204 (check-target-libio): Remove.
6205 (.PHONY): Remove.
6206 (libg++.tar.bz2): Remove.
6207 (all-target-cygmon): Remove libio.
6208 (all-target-libstdc++): Remove.
6209 (configure-target-libstdc++): Remove.
6210 (TARGET_LIB_PATH): Remove libstdc++.
6211 (ALL_GCC_CXX): Remove libstdc++.
6212 (all-target-gperf): Correct.
6213
62142001-02-15 Anthony Green <green@redhat.com>
6215
6216 * configure: Introduce GCJ_FOR_TARGET.
6217 * configure.in: Ditto.
6218 * Makefile.in: Ditto.
6219
62202001-02-08 Chandrakala Chavva <cchavva@redhat.com>
6221
6222 * configure.in: for *-chorusos, don't config target-newlib and
6223 target-libgloss.
6224
62252001-02-04 Mark Mitchell <mark@codesourcery.com>
6226
6227 Remove V2 C++ library.
6228 * configure.in: Remove --enable-libstdcxx_v3 support.
6229
62302001-01-27 Richard Henderson <rth@redhat.com>
6231
6232 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
6233
62342001-01-26 Tom Tromey <tromey@redhat.com>
6235
6236 * configure.in: Allow libgcj to be built on Sparc Solaris.
6237
62382001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
6239
6240 * configure.in: Enable libgcj on several additional platforms.
6241
62422001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
6243
6244 * configure.in: Enable libgcj for linux targets.
6245
62462001-01-09 Mike Stump <mrs@wrs.com>
6247
6248 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
6249 failures of subdirectories.
6250
62512001-01-02 Laurynas Biveinis <lauras@softhome.net>
6252
6253 * configure: handle DOS-style absolute paths.
6254
62552001-01-02 Laurynas Biveinis <lauras@softhome.net>
6256
6257 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
6258
62592000-12-18 Benjamin Kosnik <bkoz@redhat.com>
6260
6261 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
6262 (libstdcxx_incdir): Pass down.
6263 * config.if: Remove expired bits for cxx_interface, add stub.
6264 (libstdcxx_incdir): Add variable for g++ include directory.
6265 * configure.in (gxx_include_dir): Use it.
6266
62672000-12-15 Andreas Jaeger <aj@suse.de>
6268
6269 * configure.in: Handle lang_dirs.
6270
62712000-12-13 Anthony Green <green@redhat.com>
6272
6273 * configure.in: Disable libgcj for any target not specifically
6274 listed. Disable libgcj for x86 and Alpha Linux until compatible
6275 with g++ abi.
6276
62772000-12-13 Mike Stump <mrs@wrs.com>
6278
6279 * Makefile.in (local-distclean): Also remove fastjar.
6280
62812000-12-10 Anthony Green <green@redhat.com>
6282
6283 * configure.in: Define libgcj. Disable libgcj target libraries for
6284 most targets.
6285
62862000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
6287
6288 * configure.in (target_libs): Revert 2000-12-08 patch.
6289 (noconfigdirs): Added target-libjava.
6290
62912000-12-09 Laurynas Biveinis <lauras@softhome.net>
6292
6293 * Makefile.in: handle DOS-style absolute paths.
6294
62952000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
6296
6297 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
6298 libjava.
6299 * configure.in (target_libs): Removed `target-libjava'.
6300
63012000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
6302
6303 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
6304 (ALL_MODULES): Added fastjar.
6305 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
6306 (all-target-libjava): all-fastjar replaces all-zip.
6307 (all-fastjar): Added.
6308 (configure-target-fastjar, all-target-fastjar): Likewise.
6309 * configure.in (host_tools): Added fastjar.
6310
63112000-12-07 Mike Stump <mrs@wrs.com>
6312
6313 * Makefile.in (local-distclean): Remove leftover built files.
6314
63152000-11-16 Fred Fish <fnf@be.com>
6316
6317 * configure.in (enable_libstdcxx_v3): Fix typo,
6318 libstd++ -> libstdc++.
6319
63202000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
6321
6322 * configure: Provide the original toplevel configure arguments
6323 (including $0) to subprocesses in the environment rather than
6324 through gcc/configargs.h.
6325
63262000-11-12 Mark Mitchell <mark@codesourcery.com>
6327
6328 * configure: Turn on libstdc++ V3 by default.
6329
63302000-10-16 Michael Meissner <meissner@redhat.com>
6331
6332 * configure (gcc/configargs.h): Only create if there is a build GCC
6333 directory created.
6334
63352000-10-05 Phil Edwards <pme@gcc.gnu.org>
6336
6337 * configure: Save configure arguments to gcc/configargs.h.
6338
63392000-10-04 Andris Pavenis <pavenis@latnet.lv>
6340
6341 * Makefile.in (bootstrap): avoid recursion if subdir missing
6342 (cross): ditto
6343 (do-proto-toplev): ditto
6344
6345Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
6346
6347 * configure.in: Do not build byacc for hppa64. Provide paths to the
6348 X11 libraries for hppa64.
6349
63502000-09-02 Anthony Green <green@cygnus.com>
6351
6352 * Makefile.in (all-gcc): Depend on all-zlib.
6353 (CLEAN_MODULES): Add clean-zlib.
6354 (ALL_MODULES): Add all-zlib.
6355 * configure.in (host_libs): Add zlib.
6356
63572000-08-25 Alexandre Oliva <aoliva@redhat.com>
6358
6359 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
6360 $targargs to tell whether newlib is going to be built.
6361
6362 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
6363 $$r/TARGET_SUBDIR/libio for _G_config.h.
6364
63652000-08-14 Zack Weinberg <zack@wolery.cumb.org>
6366
6367 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
6368
6369 * configure: Make enable_threads and enable_shared defaults
6370 explicit. Substitute enable_threads into generated Makefiles.
6371 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
6372 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
6373
63742000-08-02 Manfred Hollstein <manfredh@redhat.com>
6375
6376 * configure.in: Re-enable all references to libg++ and librx.
6377
ffb97b2f 63782002-04-09 Loren James Rittle <rittle@labs.mot.com>
5481b376 6379
ffb97b2f
DD
6380 * configure.in: Add *-*-freebsd* configurations.
6381
bbf6e9e3
AC
63822002-04-07 Andrew Cagney <ac131313@redhat.com>
6383
6384 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
6385 (do-tar, do-bz2): New rules.
6386 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
6387 (gdb-tar): New rule.
6388 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
6389 (insight_dejagnu.tar): New rule.
6390 (insight.tar): New rule.
6391 (gdb+dejagnu.tar): New rule.
6392 (gdb.tar): New rule.
6393
8f1579c0
AC
63942002-04-07 Andrew Cagney <ac131313@redhat.com>
6395
6396 * MAINTAINERS: Update dejagnu/
6397
ba3c59ab
AO
63982002-03-16 Alexandre Oliva <aoliva@redhat.com>
6399
6400 * ltmain.sh (relink_command): Fix typo in previous change.
6401
6243d5dd
AO
64022002-03-15 Alexandre Oliva <aoliva@redhat.com>
6403
6404 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
6405 (relink_command): Added --tag flags.
6406 (mode=install): If relinking fails; error out.
6407
80413487
RH
64082002-03-12 Richard Henderson <rth@redhat.com>
6409
6410 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
6411 .NOTPARALLEL tag.
6412 (do-check): Rename from check.
6413 (check): Allow parallel check.
6414
3daeddf6
RH
64152002-03-11 Richard Henderson <rth@redhat.com>
6416
6417 * Makefile.in (.NOTPARALLEL): Add fake tag.
6418
fad93c55
L
64192002-03-07 H.J. Lu (hjl@gnu.org)
6420
6421 * configure.in: Enable gprof for mips*-*-linux*.
6422
2e8357fc
AO
64232002-02-28 Alexandre Oliva <aoliva@redhat.com>
6424
6425 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
6426 libjava.
6427 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
6428
bd48e1a9
AC
64292002-02-24 Andrew Cagney <ac131313@redhat.com>
6430
6431 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
6432
39121370
DJ
64332002-02-23 Daniel Jacobowitz <drow@mvista.com>
6434
6435 * config.guess: Import from master sources, rev 1.232.
6436 * config.sub: Import from master sources, rev 1.246.
6437
081ff160
AO
64382002-02-23 Alexandre Oliva <aoliva@redhat.com>
6439
6440 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
6441 because its Makefile is there; test for the executable instead.
6442
20a5393b
AO
64432002-02-09 Alexandre Oliva <aoliva@redhat.com>
6444
6445 Contribute sh64-elf.
6446 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
6447 * configure.in: Added sh64-*-*.
6448
38135629
JJ
64492002-02-04 Jeff Johnston <jjohnstn@redhat.com>
6450
80413487
RH
6451 * COPYING.NEWLIB: Remove advertising clause from
6452 Berkeley and Red Hat licenses.
38135629 6453
48d19748
MD
64542002-02-01 Mo DeJong <supermo@bayarea.net>
6455
6456 * Makefile.in: Add all-tix to deps for all-snavigator
6457 so that tix is built when building snavigator.
6458
f6e1c110
BE
64592002-02-01 Ben Elliston <bje@redhat.com>
6460
6461 * config.guess: Import from master sources, rev 1.229.
6462 * config.sub: Import from master sources, rev 1.240.
6463
4867be41
DJ
64642002-01-27 Daniel Jacobowitz <drow@mvista.com>
6465
6466 From Steve Ellcey <sje@cup.hp.com>:
6467 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
6468 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
6469 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
6470 IA64.
6471 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
6472 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
6473 soname_spec, sys_lib_search_path_spec): Ditto.
6474
e82380cc
JT
64752002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
6476
6477 * configure.in (*-*-netbsd*): New. Skip target-newlib,
6478 target-libiberty, and target-libgloss. Skip Java-related
6479 libraries if not supported for NetBSD on target CPU.
6480
1319fb9c
NC
64812002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
6482
6483 * configure.in: Import StrongARM and XScale target_configdirs from
6484 FSF GCC version.
6485
b020f6ac
L
64862002-01-16 H.J. Lu (hjl@gnu.org)
6487
6488 * config.guess: Import from master sources, rev 1.225.
6489 * config.sub: Import from master sources, rev 1.238.
6490
6491 * MAINTAINERS: Updated notes on config.guess and config.sub.
6492
a0c1c920
NC
64932002-01-11 Steve Ellcey <sje@cup.hp.com>
6494
6495 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
6496 ld and gdb are not supported.
6497
a9fa5e1f
JJ
64982002-01-07 Jeff Johnston <jjohnstn@redhat.com>
6499
6500 * Change reference to Cygnus Solutions to be Red Hat.
6501
94077108
JJ
65022002-01-07 Jeff Johnston <jjohnstn@redhat.com>
6503
6504 * COPYING.NEWLIB: Update generic copyright date.
6505
05ecd75c
MS
65062002-01-07 Mark Salter <msalter@redhat.com>
6507
6508 * configure.in: Remove target-bsp and target-cygmon from arm builds.
6509 Allow target-libgloss to be built for arm, strongarm, and xscale.
6510
a106bb62
BE
65112002-01-03 Ben Elliston <bje@redhat.com>
6512
6513 * MAINTAINERS: Update URL for config.* scripts.
6514
0e254642
AM
65152001-12-18 Alan Modra <amodra@bigpond.net.au>
6516
6517 * config.sub: Import latest version.
6518 * config.guess: Likewise.
6519
0a0d0041
TF
65202001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
6521
6522 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
6523 options for i[3456]86-pc-linux* native builds.
6524
d932cae7
NC
65252001-12-05 Laurent Guerby <guerby@acm.org>
6526
6527 * MAINTAINERS: gcc adopts symlink-tree, refer more to
80413487 6528 libiberty.
d932cae7
NC
6529
6530 Import this patch from gcc:
5481b376 6531
d932cae7
NC
6532 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
6533
6534 * symlink-tree: handle DOS-style absolute paths.
6535
49b7683b
DD
65362001-11-28 DJ Delorie <dj@redhat.com>
6537 Zack Weinberg <zack@codesourcery.com>
6538
6539 When build != host, create libiberty for the build machine.
6540
6541 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
6542 CONFIG_ARGUMENTS.
6543 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
6544 New variables.
6545 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
6546 and rules.
6547 (all.normal): Depend on ALL_BUILD_MODULES.
6548 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
6549 (all-build-libiberty): Depend on configure-build-libiberty.
6550
6551 * configure: Calculate and substitute proper value for
6552 ALL_BUILD_MODULES.
6553 * configure.in: Create the build subdirectory.
6554 Calculate and substitute TARGET_CONFIGARGS (formerly
6555 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
6556
26ef82f4
GK
65572001-11-26 Geoffrey Keating <geoffk@redhat.com>
6558
6559 * config.sub: Update to version 1.232 on subversion.
6560
43e64072
NC
65612001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
6562
6563 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
6564 files from .po files for a distribution.
6565
66f6c0d5
HPN
65662001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
6567
6568 * COPYING.NEWLIB: Mention preserved notice in specific parts.
6569
4a02fdb2
JH
65702001-11-13 Jeff Holcomb <jeffh@redhat.com>
6571
6572 Merged from net gcc:
6573 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
6574 * ltcf-c.sh: Use $objext, not $ac_objext.
6575 2001-07-27 Mark Kettenis <kettenis@gnu.org>
6576 * ltcf-cxx.sh: Add support for GNU.
6577 2001-07-22 Timothy Wall <twall@redhat.com>
6578 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
6579 default settings if using GNU tools with that configuration.
6580 * ltcf-cxx.sh: Ditto.
6581 * ltcf-gcj.sh: Ditto.
6582 2001-07-21 Michael Chastain <chastain@redhat.com>
6583 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
6584 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
6585 * ltmain.sh: Mark as gcc-local.
6586
227b9953
JH
65872001-11-13 Jeff Holcomb <jeffh@redhat.com>
6588
6589 * Makefile.in (all-bison): Revert 2001-10-24.
6590 Don't depend on texinfo.
6591
cbbab8fb
JJ
65922001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
6593
80413487 6594 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
cbbab8fb 6595
922b2485
DD
65962001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
6597
6598 * configure.in (--enable-languages): Be more permissive about
6599 syntax. Check for empty lists better. Warn about $LANGUAGES.
6600
f08fa01d
HPN
66012001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
6602
6603 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
6604
fee3da4e
JH
66052001-10-24 Jeff Holcomb <jeffh@redhat.com>
6606
6607 Makefile.in (all-bison): Don't depend on texinfo.
6608
73fb1ef9
AM
66092001-10-03 Alan Modra <amodra@bigpond.net.au>
6610
6611 * gettext.m4: Test po/POTFILES.in exists before trying to read.
6612
373688ac
AO
66132001-09-29 Alexandre Oliva <aoliva@redhat.com>
6614
6615 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
6616
9c07660b
HPN
66172001-09-28 Hans-Peter Nilsson <hp@axis.com>
6618
6619 * config.sub, config.guess: Import latest from subversions.
6620
3f152009
AO
66212001-09-21 Alexandre Oliva <aoliva@redhat.com>
6622
6623 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
6624 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
6625 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
6626 avoid quotes nesting problems.
6627 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
6628 (DO_X): Export only variables that are set.
6629
8f6a59e5
BE
66302001-09-19 Ben Elliston <bje@redhat.com>
6631
6632 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
6633 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
6634 semantics. Use the shell built-in "type" command instead.
6635
a1ec19fa
TS
66362001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6637
6638 * config.sub: Reverted the earlier change, this version is not the
6639 master file.
6640
4008bd9b
TS
66412001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6642
6643 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
6644 Add support for mips64.
6645
dd1e52a4
JH
66462001-09-03 Jeff Holcomb <jeffh@redhat.com>
6647
6648 * configure.in: Enable libstdc++-v3 for h8300 targets.
6649
91549d1c
EC
66502001-08-30 Eric Christopher <echristo@redhat.com>
6651 Jason Eckhardt <jle@redhat.com>
6652
6653 * config.sub: Add support for mipsisa32.
6654
cf966cf9
EC
66552001-08-30 Eric Christopher <echristo@redhat.com>
6656
6657 * config.sub, config.guess: Import latest from subversions.
6658
82208dc5
AM
66592001-08-20 Alan Modra <amodra@bigpond.net.au>
6660
6661 * config.sub, config.guess: Import latest from subversions.
6662
4dca8403
DD
66632001-07-26 DJ Delorie <dj@redhat.com>
6664
6665 * MAINTAINERS: Clarify libiberty merge rules and procedures.
6666
1107dce2
AM
66672001-06-19 Alan Modra <amodra@bigpond.net.au>
6668
6669 * Makefile.in: Revert 2001-06-17.
6670 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
6671
e09a6604
L
66722001-06-17 H.J. Lu <hjl@gnu.org>
6673
6674 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
6675 (gas+binutils.tar.bz2): Likewise.
6676 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
6677
31a8b634
AC
6678Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
6679
6680 * Makefile.in (VER): When present, extract the version number from
5481b376 6681 the file version.in.
31a8b634 6682
dc70af01
AO
66832001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
6684
6685 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
6686 gcc/xgcc is built, use -print-prog-name to find out the program
6687 name to use.
6688
839bbd8c
AO
66892001-06-04 Mark Mitchell <mark@codesourcery.com>
6690
6691 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
6692 with_gcc]: Use `gcc -shared' to build a shared library.
6693
566e9a30
AO
66942001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
6695
6696 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
6697 archives.
6698
e877bb69
AO
66992001-05-28 Simon Patarin <simon.patarin@inria.fr>
6700
6701 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
6702 libraries when using g++ with native linker.
6703
1605288b
AO
67042001-05-28 Alexandre Oliva <aoliva@redhat.com>
6705
6706 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
6707
11a383ba
TR
67082001-05-24 Tom Rix <trix@redhat.com>
6709
6710 * configure.in : enable ld for aix
cf966cf9 6711
18611226
AO
67122001-05-22 Alexandre Oliva <aoliva@redhat.com>
6713
6714 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
6715 [aix4*|aix5*]: Prepend blank.
6716
6be7c12c
AO
67172001-05-20 Alexandre Oliva <aoliva@redhat.com>
6718
6719 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
6720 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
6721 of subdir/configure scripts to use the new libtool.m4.
6722
4ed00bba
L
67232001-05-14 H.J. Lu <hjl@gnu.org>
6724
6725 * config.if (libc_interface): Set to -libc6.2- for cross
6726 compiling to Linux/glibc 2.2.
6727
b1af961c
AO
67282001-05-03 Alexandre Oliva <aoliva@redhat.com>
6729
6730 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
6731 libgcj.
6732
5ec3e74e
AO
67332001-04-26 Alexandre Oliva <aoliva@redhat.com>
6734
6735 * configure.in (noconfigdirs): Don't reset it from scratch in the
6736 target case; only append to it.
6737
b3ed1d6b
AO
67382001-04-26 Alexandre Oliva <aoliva@redhat.com>
6739
6740 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
6741 sparc-*-solaris2.8]: Disable ${libgcj}.
6742
96111c10
AO
67432001-04-25 Alexandre Oliva <aoliva@redhat.com>
6744
6745 * configure.in (libgcj_saved): Copy from $libgcj.
6746 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
6747 --disable-libgcj.
6748
b5bf43f2
AO
67492001-04-20 Alexandre Oliva <aoliva@redhat.com>
6750
6751 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
6752 1.641.2.228.
6753
8cc32590
AO
67542001-04-12 Alexandre Oliva <aoliva@redhat.com>
6755
6756 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
6757 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
6758
dec0cb0c
AO
67592001-04-01 Alexandre Oliva <aoliva@redhat.com>
6760
6761 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
6762 New macros.
6763 (bootstrap, cross): Use RECURSE_FLAGS.
6764 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
6765
6a9c3886
AO
67662001-03-27 Alexandre Oliva <aoliva@redhat.com>
6767
6768 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
6769
d4fc7db8
NC
67702001-03-23 Nick Clifton <nickc@redhat.com>
6771
6772 * README-maintainer-mode: Add note about inability to use "make
6773 distclean" in maintainer mode.
6774
7389ff65
AO
67752001-03-22 Alexandre Oliva <aoliva@redhat.com>
6776
6777 Re-installed:
6778 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
6779 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
6780 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
6781 * ltcf-cxx.sh: Likewise.
6782 * ltcf-gcj.sh: Likewise.
6783
b3e0dc8e
PB
67842001-03-22 Philip Blundell <philb@gnu.org>
6785
6786 * config.sub, config.guess: Import latest from subversions.
6787
469b781c
AO
67882001-03-22 Alexandre Oliva <aoliva@redhat.com>
6789
6790 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
6791 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
6792
b0dad762
MC
67932001-03-20 Michael Chastain <chastain@redhat.com>
6794
6795 * Makefile.in: all-m4 depends on all-texinfo.
6796
c559bb17
AO
67972001-03-08 Alexandre Oliva <aoliva@redhat.com>
6798
6799 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
6800
fef4ae2e
JJ
68012001-02-22 Jeff Johnston <jjohnstn@redhat.com>
6802
6803 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
6804 longer valid.
6805
8d6dd99d
NC
68062001-02-16 Nick Clifton <nickc@redhat.com>
6807
6808 * configure.in (noconfigdirs): Allow configuration of texinfo
6809 for Cygwin hosts.
6810
a85d7ed0
NC
68112001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
6812
6813 * config.guess: Add linux target for S/390.
6814 * config.sub: Likewise.
6815 * configure.in: Likewise.
6816
51221c5e
DD
68172001-02-06 Ben Elliston <bje@redhat.com>
6818
6819 * configure: Output host type to stdout, not stderr.
6820
9dec4c71
MS
68212001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
6822
6823 * config.guess: Import from subversions.gnu.org (revision 1.181).
6824 * config.sub: Import from subversions.gnu.org (revision 1.199).
6825
9add9c04
AM
68262001-01-30 Alan Modra <alan@linuxcare.com.au>
6827
6828 * config.guess: Handle hppa64-linux systems.
6829
8679174d
MS
68302001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
6831
6832 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
6833 Don't unset, it's non-portable and no longer necessary, set to empty
6834 instead.
6835
02d01ed4
MS
68362001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
6837
6838 * ltconfig: Shell portability fix for the tagname validity check.
6839
4cc5853d
MS
68402001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
6841
6842 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
6843
7487e485
AO
68442001-01-27 Alexandre Oliva <aoliva@redhat.com>
6845
6846 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
6847 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
6848
f332af52
AO
68492001-01-24 Alexandre Oliva <aoliva@redhat.com>
6850
6851 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
6852 keep at least one of build_libtool_libs or build_old_libs set to
6853 yes.
6854
ef099754
AO
68552001-01-24 Alexandre Oliva <aoliva@redhat.com>
6856
6857 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
6858 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
6859
8341f2fc 68602000-11-07 Philip Blundell <pb@futuretv.com>
ebf0fa2e 6861
8341f2fc
AJ
6862 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
6863
68642000-11-03 Philip Blundell <pb@futuretv.com>
6865
6866 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
6867 files.
ebf0fa2e 6868
c320a39f
JJ
68692001-01-15 Jeff Johnston <jjohnstn@redhat.com>
6870
6871 * COPYING.NEWLIB: Put into source repository.
6872
8817b92e
BE
68732001-01-15 Ben Elliston <bje@redhat.com>
6874
6875 * configure.in (host_tools): Add sid.
6876 Always configure cgen.
6877 * Makefile.in (all-sid): New target.
6878 (check-sid, clean-sid, install-sid): Likewise.
6879
35590697
AJ
68802001-01-07 Andreas Jaeger <aj@suse.de>
6881
80413487 6882 * config.sub, config.guess: Update from subversions.
35590697 6883
6ee6cea6
AO
68842000-12-12 Alexandre Oliva <aoliva@redhat.com>
6885
6886 * configure.in: Disable language-specific target libraries for
6887 languages that aren't enabled.
6888
077b8428
NC
68892000-11-24 Nick Clifton <nickc@redhat.com>
6890
6891 * configure.in (xscale-elf): Add target.
6892 (xscale-coff): Add target.
6893 (c4x, c5x, tic54x): Move after ARM targets.
6894
9e28a1ed
AO
68952000-11-23 Alexandre Oliva <aoliva@redhat.com>
6896
6897 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
6898
be98a80a
ILT
68992000-11-20 Ian Lance Taylor <ian@zembu.com>
6900
6901 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
6902
5cec67bf
AO
69032000-11-18 Alexandre Oliva <aoliva@redhat.com>
6904
6905 * Makefile.in: Merge with GCC and libgcj.
6906 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
6907 configure-target-<library> when their configure scripts need the C
6908 or C++ library to have already been built to work properly.
6909 (do_proto_toplev): Set them to an empty string.
6910
d932cae7 69112000-11-18 Alexandre Oliva <aoliva@redhat.com>
0da52010
AO
6912
6913 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
6914 (REALLY_SET_LIB_PATH): Use them.
6915
d932cae7 69162000-11-06 Christopher Faylor <cgf@cygnus.com>
7c6a44d3
CF
6917
6918 * config.sub: Add support for Sun Chorus
6919
8602ff0c
NC
69202000-11-02 Per Lundberg <plundis@chaosdev.org>
6921
6922 * config.sub: Add support for the *-storm-chaos OS.
6923
f9e0997d
NC
69242000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
6925
80413487
RH
6926 * configure.in (noconfigdirs): Don't compile some
6927 of the libraries for 68HC11 & 68hc12 targets.
f9e0997d 6928
d64552c5
AO
69292000-09-30 Alexandre Oliva <aoliva@redhat.com>
6930
6931 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
6932 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
6933 all affected `configure' scripts.
6934
97f60b31
AO
69352000-09-25 Alexandre Oliva <aoliva@redhat.com>
6936
6937 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
6938 ltcf-c.sh.
6939
6e8dd58f
PB
69402000-09-12 Philip Blundell <philb@gnu.org>
6941
6942 * config.sub, config.guess: Update from subversions.
6943
103a2e99
AO
69442000-09-06 Alexandre Oliva <aoliva@redhat.com>
6945
51601921
AO
6946 * Makefile.in (all-zlib): Added dummy target.
6947
103a2e99
AO
6948 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
6949 multi-language branch.
6950
2809b4b9
AO
69512000-09-05 Alexandre Oliva <aoliva@redhat.com>
6952
6953 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
6954 (bootstrap*): Depend on all-bootstrap.
6955
7450026c
AO
69562000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
6957
6958 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
6959 crosses, but add gcc/include to the header search path for them.
6960
6cf86f7f
AO
69612000-08-31 Alexandre Oliva <aoliva@redhat.com>
6962
6963 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
6964 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
6965 * gettext.m4: New file, extracted from aclocal.m4.
6966
ce2ea6e3
AO
69672000-08-22 Alexandre Oliva <aoliva@redhat.com>
6968
6969 * config-ml.in (CC, CXX): Avoid trailing whitespace.
6970 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
6971 sub-configures.
6972
9765193e
DE
69732000-08-20 Doug Evans <dje@casey.transmeta.com>
6974
6975 * Makefile.in (ALL_MODULES): Add all-cgen.
6976 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
6977 (all-cgen): New target.
6978 (all-opcodes,all-sim): Depend on all-cgen.
6979 * configure.in (host_tools): Add cgen.
6980 Only configure cgen if --enable-cgen-maint.
6981
d7b32520
AO
69822000-08-17 Alexandre Oliva <aoliva@redhat.com>
6983
6984 * config-ml.in (CC, CXX): Don't introduce a leading space.
6985
e52ef561
AO
69862000-08-16 Alexandre Oliva <aoliva@redhat.com>
6987
6988 * configure.in (libstdcxx_flags): Use
6989 libstdc++-v3/src/libstdc++.INC.
6990
88f9c2a0
AO
69912000-08-15 Alexandre Oliva <aoliva@redhat.com>
6992
6993 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
6994
98fbe43f
JM
69952000-08-11 Jason Merrill <jason@redhat.com>
6996
6997 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
6998 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
6999 (FLAGS_FOR_TARGET): Not here.
7000 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
7001
279ddab4
DD
70022000-08-07 DJ Delorie <dj@redhat.com>
7003
7004 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
7005 "if we're also building gcc, and it's a gcc that will run on the
7006 build machine, we want to use its includes instead of the system's
7007 default includes".
7008
60523a83
AO
70092000-08-03 Alexandre Oliva <aoliva@redhat.com>
7010
24ffec7a
AO
7011 * configure.in (libstdcxx_flags): Don't use `"'.
7012
60523a83
AO
7013 * config-ml.in: Adjust multilib search paths to the
7014 appropriate multilib tree.
7015
daf644b5
AO
70162000-08-02 Alexandre Oliva <aoliva@redhat.com>
7017
7018 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
7019 commas in $LANGUAGES.
7020
63266560
DD
70212000-08-01 Alexandre Oliva <aoliva@redhat.com>
7022
7023 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
7024
70252000-07-31 Alexandre Oliva <aoliva@redhat.com>
7026
7027 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
7028 CXX_FOR_TARGET for sed.
7029
70302000-07-30 Alexandre Oliva <aoliva@redhat.com>
7031
7032 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
7033 Do not override if already set in the environment or in configure.
7034 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
7035 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
7036
9e449d3e
AO
70372000-07-27 Alexandre Oliva <aoliva@redhat.com>
7038
7039 * Makefile.in (FLAGS_FOR_TARGET): New macro.
7040 (GCC_FOR_TARGET): Use it.
7041 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
7042 * configure.in: ... here.
7043 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
7044 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
7045
8bbd92e0
AO
70462000-07-24 Alexandre Oliva <aoliva@redhat.com>
7047
fd1f87b2
AO
7048 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
7049 (configure-target-libchill, configure-target-libobjc): Likewise.
7050
8bbd92e0
AO
7051 * configure.in: Use the same cache file for all target libs.
7052 * config-ml.in: But different cache files per multilib variant.
7053
25c6c112
JL
70542000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
7055
7056 * configure (topsrcdir): Don't use dirname.
7057
ba73c63f
JM
70582000-07-20 Jason Merrill <jason@redhat.com>
7059
7060 * configure.in: Remove all references to libg++ and librx.
7061
7062 * configure, configure.in, Makefile.in: Unify gcc and binutils.
7063
1af08294
HPN
70642000-07-20 Hans-Peter Nilsson <hp@axis.com>
7065
7066 * config.sub: Update to subversions version 2000-07-06.
7067
ba73c63f
JM
70682000-07-12 Andrew Haley <aph@cygnus.com>
7069
7070 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
7071 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
7072
70732000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
cffaa281
JL
7074
7075 * symlink-tree: Check number of arguments.
7076
d932cae7 70772000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
ec9914b0
AC
7078
7079 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
7080
ba73c63f
JM
70812000-07-05 Jim Wilson <wilson@cygnus.com>
7082
7083 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
7084 search path for a g++ extracted from the build tree. This
7085 will allow link tests run by configure scripts in
7086 subdirectories to succeed.
7087
92ee2f86
UC
70882000-07-01 Koundinya K <kk@ddeorg.soft.net>
7089
80413487 7090 * ltconfig: Add support for mips-dde-sysv4.2MP
35590697 7091
23f2f29f
CV
70922000-06-28 Corinna Vinschen <vinschen@cygnus.com>
7093
7094 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
7095 `os2'. Force ac_cv_exeext to be ".exe" in that case.
7096
f04f5a67
TW
70972000-06-19 Timothy Wall <twall@cygnus.com>
7098
7099 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
7100 * config.sub: Add tic54x target.
7101
11da68be
NC
71022000-06-07 Phillip Thomas <pthomas@suse.de>
7103
7104 * README-maintainer-mode: New file: Contains notes on using
7105 --enable-maintainer-mode with binutils.
7106
d932cae7 71072000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
449f3b6c
AC
7108
7109 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
7110
d932cae7 71112000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
ac73857d
AC
7112
7113 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
7114 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
7115
9442cea3
L
711620000-05-21 H.J. Lu (hjl@gnu.org)
7117
80413487
RH
7118 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
7119 directory are used if they exist. Make sure
7120 $(build_tooldir)/include is searched for header files,
7121 $(build_tooldir)/lib/ for library files.
9442cea3 7122 (GCC_FOR_TARGET): Likewise.
80413487 7123 (CXX_FOR_TARGET): Likewise.
9442cea3 7124
d932cae7 71252000-05-18 Jeffrey A Law (law@cygnus.com)
09e90eb4
JL
7126
7127 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
7128
d932cae7 71292000-05-17 Alexandre Oliva <aoliva@cygnus.com>
f4bd37da
AO
7130
7131 * Makefile.in (configure-target-libiberty): Depend on
7132 configure-target-newlib.
7133
ba73c63f
JM
71342000-05-16 Alexandre Oliva <aoliva@cygnus.com>
7135
7136 * configure.in, Makefile.in: Merge all libffi-related
7137 configury stuff from the libgcj tree.
7138
d932cae7 71392000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
82b43a09
AC
7140
7141 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
7142 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
7143
d932cae7 71442000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
b5a23627
AC
7145
7146 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
7147 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
35590697 7148 current version information. Add to proto-toplev directory.
b5a23627
AC
7149 (gdb-taz): Build do-djunpack.
7150
ba73c63f
JM
71512000-05-15 David Edelsohn <edelsohn@gnu.org>
7152
7153 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
7154
7c86ed39
L
71552000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
7156
7157 * ltmain.sh: Preserve in relink_command any environment
7158 variables that may affect the linker behavior.
7159
d932cae7 71602000-05-12 Jeffrey A Law (law@cygnus.com)
640c6684
JL
7161
7162 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
7163
d932cae7 71642000-05-10 Jim Wilson <wilson@cygnus.com>
2315914d
JW
7165
7166 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
7167
ed0a91a5
EZ
71682000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
7169
7170 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
80413487 7171 with the version name.
ed0a91a5 7172
ba73c63f 71732000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
6cafa39f 7174
ba73c63f 7175 * config.if: Tweak.
6cafa39f 7176
ba73c63f 71772000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
66156876 7178
ba73c63f 7179 * djunpack.bat: New file.
66156876 7180
d932cae7 71812000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
fd751128
AC
7182
7183 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
35590697
AJ
7184 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
7185 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
7186 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
fd751128 7187
ba73c63f
JM
71882000-04-16 Dave Pitts <dpitts@cozx.com>
7189
80413487
RH
7190 * config.sub (case $basic_machine): Change default for "ibm-*"
7191 to "openedition".
ba73c63f 7192
d932cae7 71932000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
b35ece4e
AC
7194
7195 * Makefile.in (gdb-taz): New target. GDB specific archive.
7196 (do-md5sum): New target.
7197 (MD5PROG): Define.
7198 (PACKAGE): Default to TOOL.
7199 (VER): Default to a shell script.
7200 (taz): Rewrite target. Move real work to do-proto-toplev. Include
35590697 7201 md5 checksum generation.
b35ece4e
AC
7202 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
7203 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
7204 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
35590697 7205 insight.tar.bz2): Use gdb-taz to create archive.
b35ece4e 7206
d932cae7 72072000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
a2d91340
AC
7208
7209 * configure (warn_cflags): Delete.
7210
ba73c63f 72112000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
80413487 7212 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
3ce7077a 7213
80413487
RH
7214 * configure.in (enable_libstdcxx_v3): Add.
7215 (target_libs): Add bits here to switch between libstdc++-v2 and
7216 libstdc++-v3.
7217 * config.if: And this file too.
7218 * Makefile.in: Add libstdc++-v3 targets.
35590697 7219
ba73c63f
JM
72202000-04-05 Michael Meissner <meissner@redhat.com>
7221
7222 * config.sub (d30v): Add d30v as a basic machine type.
3ce7077a 7223
d332c5ac
JM
72242000-03-29 Jason Merrill <jason@casey.cygnus.com>
7225
7226 * configure.in: -linux-gnu*, not -linux-gnu.
7227
d932cae7 72282000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
6dcbc97b
AC
7229
7230 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
7231 (do-tar-bz2): Replace TOOL with PACKAGE.
7232 (gdb.tar.bz2): Remove GDBTK from GDB package.
7233 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
35590697 7234 dejagnu.tar.bz2): New packages.
6dcbc97b 7235
96ce09a7
ILT
72362000-02-27 Andreas Jaeger <aj@suse.de>
7237
7238 * configure.in: Add entry for mips*-*-linux*, move catch all
7239 *-*-*linux* entry below this one.
7240
2031769e
ILT
72412000-02-27 Ian Lance Taylor <ian@zembu.com>
7242
7243 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
7244
4bab746c
NC
72452000-02-24 Nick Clifton <nickc@cygnus.com>
7246
7247 * config.sub: Support an OS of "wince".
7248
d932cae7 72492000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
ada59422
AC
7250
7251 * config.guess, config.sub: Updated to match config's 2000-02-15
35590697 7252 version.
ada59422 7253
5b93d8bb
AM
72542000-02-23 Linas Vepstas <linas@linas.org>
7255
7256 * config.sub: Add support for Linux/IBM 370.
7257 * configure.in: Likewise.
7258
2fb651f6
NC
72592000-02-22 Nick Clifton <nickc@cygnus.com>
7260
7261 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
7262
b8441c25
CF
72632000-02-20 Christopher Faylor <cgf@cygnus.com>
7264
7265 * config.guess: Guess "cygwin" rather than "cygwin32".
7266
d332c5ac
JM
72672000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7268
7269 * configure (gcc_version): When setting, narrow search to
7270 lines containing `version_string'.
7271
ba73c63f
JM
72722000-02-15 Denis Chertykov <denisc@overta.ru>
7273
7274 * config.sub: Add support for avr target.
7275
d932cae7 72762000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
ba73c63f
JM
7277
7278 * config.sub: Add mmix-knuth-mmixware.
7279
72802000-01-27 Christopher Faylor <cgf@redhat.com>
7281
7282 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
7283 structure stuff to -L library search.
7284 (CXX_FOR_TARGET): Ditto.
7285 (CROSS_CHECK_MODULES): Fix spelling mistake.
7286
72872000-01-24 Mark Mitchell <mark@codesourcery.com>
7288
7289 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
7290 the C++ compiler.
7291
72922000-01-12 Richard Henderson <rth@cygnus.com>
7293
7294 * configure.in: Don't build some bits for beos.
7295
72962000-01-12 Joel Sherrill (joel@OARcorp.com)
7297
7298 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
7299 as include files.
7300
91b2c84d
GK
73012000-01-06 Geoff Keating <geoffk@cygnus.com>
7302
7303 * configure.in: Use mt-aix43 to handle *_TARGET defs,
7304 not mh-aix43.
7305
ba73c63f
JM
73061999-12-14 Richard Henderson <rth@cygnus.com>
7307
7308 * config.guess (alpha-osf, alpha-linux): Detect ev67.
7309 * config.sub: Accept alphaev[78], alphaev8.
7310
73111999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
7312
7313 * config.guess, config.sub: Update from autoconf.
7314
7315Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7316
7317 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
7318 necessary libraries are missing.
7319
73201999-10-25 Andreas Schwab <schwab@suse.de>
7321
7322 * configure: Fix quoting inside arguments of eval.
7323
73241999-10-21 Nick Clifton <nickc@cygnus.com>
7325
7326 * config-ml.in: Allow suppression of some ARM multilibs.
7327
7328Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
7329
7330 * config.guess: Add OS/390 match pattern.
7331 * config.sub: Add mvs, openedition targets.
7332 * configure.in (i370-ibm-opened*): New.
7333
ef14edc4
ILT
73341999-09-04 Steve Chamberlain <sac@pobox.com>
7335
7336 * config.sub: Add support for configuring for pj.
7337
afb478e8
NC
73381999-08-31 Nick Clifton <nickc@cygnus.com>
7339
fd6848f6 7340 * config.sub (maybe_os): Add support for configuring for fr30.
afb478e8 7341
ba73c63f 73421999-08-25 Nick Clifton <nickc@cygnus.com>
ceaa7778
NC
7343
7344 * configure.in: Do not configure or build ld for AIX
7345 platforms. ld is known to be broken on these platforms.
7346
ba73c63f
JM
7347Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7348
7349 * config-ml.in: Pass compiler flag corresponding to multidirs to
7350 subdir configures.
7351
c363de44
ILT
73521999-08-09 Ian Lance Taylor <ian@zembu.com>
7353
7354 * Makefile.in (LDFLAGS): Define.
7355
dc8bc5a6
ILT
73561999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
7357
7358 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
7359 noconfigdirs.
7360 (*-*-cygwin*): Likewise.
7361
6ca3858e
ILT
73621999-08-08 Ian Lance Taylor <ian@zembu.com>
7363
71141bb6
ILT
7364 * mkdep: New file.
7365 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
7366 (BINUTILS_SUPPORT_DIRS): Add mkdep.
7367
6ca3858e
ILT
7368 From Eli Zaretskii <eliz@is.elta.co.il>:
7369 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
7370 long file name when using DJGPP on MS-DOS.
7371
ba73c63f
JM
7372Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
7373
7374 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
7375
2735a327
AM
73761999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
7377
7378 * Makefile.in (check-target-libio): Remove all-target-libstdc++
7379 dependency as this causes "make check" to globally "make all"
7380
ba73c63f
JM
7381Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
7382
7383 * configure.in (target_libs): Added target-zlib.
7384 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
7385 (CONFIGURE_TARGET_MODULES): Likewise.
7386 (CHECK_TARGET_MODULES): Likewise.
7387 (INSTALL_TARGET_MODULES): Likewise.
7388 (CLEAN_TARGET_MODULES): Likewise.
7389 (configure-target-zlib): New target.
7390 (all-target-zlib): Likewise.
7391 (all-target-libjava): Depend on all-target-zlib.
7392 (configure-target-libjava): Depend on configure-target-zlib.
7393
7394 * Makefile.in (configure-target-libjava): Depend on
7395 configure-target-newlib.
7396 (configure-target-boehm-gc): New target.
7397 (configure-target-qthreads): New target.
7398
80413487
RH
7399 * configure.in (target_libs): Added target-qthreads.
7400 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
7401 (CONFIGURE_TARGET_MODULES): Likewise.
7402 (CHECK_TARGET_MODULES): Likewise.
7403 (INSTALL_TARGET_MODULES): Likewise.
7404 (CLEAN_TARGET_MODULES): Likewise.
7405 (all-target-qthreads): New target.
7406 (configure-target-libjava): Depend on configure-target-qthreads.
7407 (all-target-libjava): Depend on all-target-qthreads.
ba73c63f
JM
7408
7409 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
7410 (CONFIGURE_TARGET_MODULES): Likewise.
7411 (CHECK_TARGET_MODULES): Likewise.
7412 (INSTALL_TARGET_MODULES): Likewise.
7413 (CLEAN_TARGET_MODULES): Likewise.
7414 (all-target-libjava): New target.
7415 (all-target-boehm-gc): Likewise.
7416 * configure.in (target_libs): Added libjava, boehm-gc.
7417
08d836d6
ILT
74181999-07-22 Ian Lance Taylor <ian@zembu.com>
7419
7420 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
7421 configure.bat in SUPPORT_FILES.
7422 (gas+binutils.tar.bz2): Likewise.
7423
7424 * makeall.bat: Remove; obsolete.
7425
8f36e47c
ILT
74261999-07-21 Ian Lance Taylor <ian@zembu.com>
7427
7428 From Mark Elbrecht:
7429 * configure.bat: Remove; obsolete.
7430
56e82f25
ILT
74311999-07-11 Ian Lance Taylor <ian@zembu.com>
7432
7433 * configure: Add -W -Wall to the default CFLAGS when compiling with
7434 gcc.
7435
1001d816
JL
7436Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
7437
7438 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
7439
106117aa
MM
74401999-06-30 Mark Mitchell <mark@codesourcery.com>
7441
7442 * configure.in: Build ld on IRIX6.
7443
c376f4ed
ILT
74441999-06-12 Ian Lance Taylor <ian@zembu.com>
7445
7446 * Makefile.in: Change distribution targets to use bzip2 instead of
7447 gzip.
7448 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
c1b640f7 7449 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
c376f4ed 7450
306b7445
NC
74511999-06-04 Nick Clifton <nickc@cygnus.com>
7452
7453 * config.sub: Add mcore target.
7454
d932cae7 74551999-05-30 Cort Dougan <cort@cs.nmt.edu>
af754d91
RH
7456
7457 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
7458
d932cae7 74591999-05-25 H.J. Lu (hjl@gnu.org)
ba73c63f
JM
7460
7461 * config.guess (dummy): Changed to $dummy.
7462
6c3175b0
NC
74631999-05-24 Nick Clifton <nickc@cygnus.com>
7464
ba73c63f
JM
7465 * config.sub: Tidied up case statements.
7466
74671999-05-22 Ben Elliston <bje@cygnus.com>
7468
7469 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
7470 <jiro@din.or.jp>.
7471
7472 * config.guess: Merge with FSF version. Future changes will be
7473 more accurately recorded in this ChangeLog.
7474 * config.sub: Likewise.
7475
d932cae7 74761999-05-20 Stephen L Moshier <moshier@world.std.com>
ba73c63f
JM
7477
7478 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
6c3175b0 7479
252b5132
RH
74801999-04-30 Tom Tromey <tromey@cygnus.com>
7481
7482 * ltmain.sh: [mode link] Always use CC given by ltconfig.
7483
74841999-04-23 Tom Tromey <tromey@cygnus.com>
7485
7486 * ltconfig, ltmain.sh: Update to libtool 1.2f.
7487
74881999-04-20 Drew Moseley <dmoseley@cygnus.com>
7489
7490 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
7491 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
7492 Bad merge removed these two changes.
7493
ba73c63f 7494Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
80b200a1 7495 Martin Heller (Ing.-Buero_Heller@t-online.de)
ba73c63f
JM
7496
7497 * config.guess (interix Alpha): Add.
7498
252b5132
RH
74991999-04-11 Richard Henderson <rth@cygnus.com>
7500
7501 * configure.in (i?86-*-beos*): Do config gperf; don't config
7502 gdb, newlib, or libgloss.
7503
d932cae7 75041999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 7505
ba73c63f
JM
7506 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
7507 link a trivial program with -mabi=64. If it fails, remove mabi=64
7508 from multidirs.
7509
d932cae7 75101999-04-10 Philipp Thomas (kthomas@gwdg.de)
ba73c63f
JM
7511
7512 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
7513
252b5132
RH
75141999-04-08 Nick Clifton <nickc@cygnus.com>
7515
7516 * config.sub: Add support for mcore targets.
7517
75181999-04-07 Michael Meissner <meissner@cygnus.com>
7519
7520 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
7521 not mt-ospace, in order to shut up assembler warning about using
7522 symbols that are named the same as registers.
7523
75241999-04-07 Drew Moseley <dmoseley@cygnus.com>
7525
7526 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
7527 dependency list for all-target-cygmon.
7528
75291999-04-05 Doug Evans <devans@casey.cygnus.com>
7530
7531 * config-ml.in: Check $host, not $target, for selective multilibs.
7532 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
7533 thumb interworking, and underscore prefix multilibs.
7534
75351999-04-04 Ian Lance Taylor <ian@zembu.com>
7536
7537 * missing: Update to version from current automake.
7538
7539Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
7540
7541 * configure (gxx_include_dir): Removed.
7542
7543 * configure.in (gxx_include_dir): Handle it.
7544 * Makefile.in: Likewise.
7545
75461999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
7547
7548 * config.sub (mips64vr4111,mips64vr4111el) Add.
7549
75501999-03-21 Ben Elliston <bje@cygnus.com>
7551
80413487 7552 * config.guess: Correct typo for detecting ELF on FreeBSD.
252b5132
RH
7553
7554Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
7555
252b5132
RH
7556 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
7557 config/mh-djgpp.
7558
7559Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
7560
7561 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
7562 all-target-newlib to dependency list for all-target-bsp.
7563
7564Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
7565
7566 * config.sub: Add i386-uwin support.
7567 * config.guess: Likewise.
7568
7569Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7570
7571 * configure.in: cleanup, add mh-*pic handling for arm, special
7572 case powerpc*-*-aix*
7573
7574Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
7575
7576 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
7577 can be built.
7578
7579Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
7580
7581 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
35590697 7582 targets.
252b5132
RH
7583
75841999-03-02 Nick Clifton <nickc@cygnus.com>
7585
7586 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
7587
d932cae7 75881999-02-28 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
7589
7590 * config.sub: Check for "cygwin*" rather than "cygwin32*"
7591
75921999-02-24 Nick Clifton <nickc@cygnus.com>
7593
7594 * config.sub: Fix typo in arm recognition.
7595
d932cae7 75961999-02-24 Drew Moseley <dmoseley@cygnus.com>
252b5132
RH
7597
7598 * configure.in (noconfigdirs): Changed target_configdirs to
7599 include target-bsp only for m68k-*-elf* and m68k-*-coff*
7600 rather than m68k-*-* since it is not known to work on
7601 m68k-aout. Ditto for arm-*-*oabi.
7602
d932cae7 76031999-02-24 Stan Shebs <shebs@andros.cygnus.com>
252b5132
RH
7604
7605 * configure.in (*-*-windows*): Remove, no longer used.
252b5132
RH
7606
76071999-02-19 Ben Elliston <bje@cygnus.com>
7608
7609 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
7610 Smart and improved by Andrew Cagney.
7611
d932cae7 76121999-02-18 Marc Espie <espie@cvs.openbsd.org>
252b5132
RH
7613
7614 * config.guess: Recognize openbsd-*-hppa.
7615
d932cae7 76161999-02-17 H.J. Lu (hjl@gnu.org)
252b5132
RH
7617
7618 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
7619 only if it is not empty.
7620
76211999-02-17 Nick Clifton <nickc@cygnus.com>
7622
7623 Patch from: Scott Bambrough <scottb@corelcomputer.com>
35590697 7624
fd6848f6 7625 * config.guess: Modified to recognize uname's armv* syntax.
252b5132
RH
7626
7627 * config.sub: Modified to recognize uname's armv* syntax.
7628
76291999-02-17 Mark Salter <msalter@cygnus.com>
7630
7631 * configure.in: Added target-bsp for sparclite.
7632
d932cae7 76331999-02-08 Richard Henderson <rth@cygnus.com>
252b5132
RH
7634
7635 * config.sub: Recognize alphapca5[67] and up to alphaev8.
7636
76371999-02-08 Nick Clifton <nickc@cygnus.com>
7638
7639 * configure.in: Add support for strongarm port.
7640 * config.sub: Add support for strongarm target.
7641
d932cae7 76421999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
35590697 7643
252b5132
RH
7644 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
7645 the old name config/mh-cygwin32.
7646 Enable texinfo.
7647
d932cae7 76481999-02-04 Ian Lance Taylor <ian@cygnus.com>
252b5132
RH
7649
7650 * configure.in: Do build ld for ix86 Solaris.
7651
d932cae7 76521999-02-02 Jim Wilson <wilson@cygnus.com>
252b5132
RH
7653
7654 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
7655 $AR_FOR_TARGET. Likewise for RANLIB.
7656
d932cae7 76571999-02-02 Catherine Moore <clm@cygnus.com>
35590697 7658
80413487
RH
7659 * config.sub (oabi): Recognize.
7660 * configure.in (arm-*-oabi): Handle.
252b5132 7661
d932cae7 76621999-01-30 Robert Lipe (robertlipe@usa.net)
252b5132
RH
7663
7664 * config.guess: Improve detection of i686 on UnixWare 7.
7665
d932cae7 76661999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
252b5132
RH
7667
7668 * config.guess: Add support for i386-pc-interix.
7669 * config.sub: Likewise.
7670 * configure.in: Likewise.
252b5132 7671
d932cae7 76721999-01-18 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
7673
7674 * Makefile.in: Remove unneeded all-target-libio from
7675 from all-target-winsup target since it is now unneeded.
7676 Add all-target-libtermcap in its place since it is now
7677 needed.
7678
d932cae7 76791998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
7680
7681 * configure.in: makefile stub for cygwin target is probably
7682 unnecessary. Remove it for now.
252b5132 7683
d932cae7 76841998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
7685
7686 * configure.in: libtermcap.a should be built when cygwin is the
7687 target as well as the host.
7688 * config.guess: Allow mixed case in cygwin uname output.
7689 * Makefile.in: Add libtermcap target.
252b5132 7690
d932cae7 76911998-12-23 Jeffrey A Law (law@cygnus.com)
252b5132
RH
7692
7693 * config.sub: Clean up handling of hppa2.0.
7694
d932cae7 76951998-12-22 Rodney Brown (rodneybrown@pmsc.com)
252b5132
RH
7696
7697 * config.guess: Use C code to identify more HP machines.
7698
7699Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
7700
7701 * config.sub: Handle hppa2.0.
7702
ba73c63f
JM
7703Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
7704
7705 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
35590697 7706 cygmon for all sparclite targets, regardless of object format.
ba73c63f
JM
7707
77081998-12-15 Mark Salter <msalter@cygnus.com>
7709
7710 * configure.in: Added target-bsp for several target architectures.
7711
7712 * Makefile.in: Added rules for bsp.
7713
252b5132
RH
7714Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
7715
7716 * config.guess: Improve detection of hppa2.0 processors.
7717
7718Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
7719
7720 * config.guess: Recognize FreeBSD using ELF automatically.
7721
77221998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
7723
7724 * configure (skip-this-dir): Add handling for new shell script, which
7725 might be created by a sub-directory's configure to indicate, this particular
7726 directory is "unwanted".
7727 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
7728
252b5132
RH
7729Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
7730
7731 * ltconfig: import from libtool, after changing libtool to
7732 account for the cygwin name change.
7733
7734Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
7735
7736 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
7737 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
7738
7739Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
7740
7741 * configure.in: Add libtermcap to list of cygwin dependencies.
7742
d932cae7 77431998-11-17 Geoffrey Noer <noer@cygnus.com>
252b5132 7744
80413487
RH
7745 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
7746 they include winsup/include when it's a cygwin target.
252b5132
RH
7747
77481998-11-12 Tom Tromey <tromey@cygnus.com>
7749
7750 * configure.in (host_tools): Added zip.
7751 * Makefile.in (all-target-libjava): Depend on all-zip.
7752 (all-zip): New target.
7753 (ALL_MODULES): Added all-zip.
7754 (NATIVE_CHECK_MODULES): Added check-zip.
7755 (INSTALL_MODULES): Added install-zip.
7756 (CLEAN_MODULES): Added clean-zip.
7757
d932cae7 77581998-11-12 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
7759
7760 * Makefile.in: lose "32" from comment about cygwin.
7761
d932cae7 77621998-11-05 Nick Clifton <nickc@cygnus.com>
252b5132
RH
7763
7764 * configure.in: Use -Os to build target libraries for the fr30.
7765
d932cae7 77661998-11-04 Dave Brolley <brolley@cygnus.com>
252b5132
RH
7767
7768 * config.sub: Add fr30.
7769
d932cae7 77701998-11-02 Geoffrey Noer <noer@cygnus.com>
252b5132 7771
80413487 7772 * configure.in: drop "32" from config/mh-cygwin32. Check
252b5132
RH
7773 cygwin* instead of cygwin32*.
7774 * config.sub: Check cygwin* instead of cygwin32*.
7775
d932cae7 77761998-10-22 Robert Lipe <robertl@dgii.com>
ba73c63f
JM
7777
7778 * config.guess: Match any version of Unixware7.
7779
252b5132
RH
77801998-10-20 Syd Polk <spolk@cygnus.com>
7781
7782 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
7783 if desired.
7784
d932cae7 77851998-10-18 Jeffrey A Law (law@cygnus.com)
252b5132
RH
7786
7787 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
7788 these if the appropriate directories and files to not exist.
7789
d932cae7 77901998-10-14 Jeffrey A Law (law@cygnus.com)
252b5132
RH
7791
7792 * Makefile.in (DEVO_SUPPORT): Add config.if.
7793
d932cae7 77941998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
ba73c63f
JM
7795
7796 * configure: Add pattern to replace "build_tooldir"'s
7797 definition in the generated Makefile with "tooldir"'s
7798 actual value.
7799
252b5132
RH
7800Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
7801
7802 * config.sub: Bring back lost sparcv9.
7803
ba73c63f
JM
7804 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
7805
7806Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
7807
7808 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
7809 CC_FOR_TARGET and friends.
7810
7811Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 7812
ba73c63f
JM
7813 * Makefile.in (build_tooldir): New variable, same as tooldir.
7814 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
7815 -B$(build_tooldir)/bin/.
7816 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
7817
252b5132
RH
7818Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
7819
7820 * config.sub: Add support for i[34567]86-pc-udk.
7821 * configure.in: Likewise.
7822
7823Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
7824
7825 * Makefile.in: add bzip2 package building bits for user
7826 tools module
7827 * configure.in: ditto
7828
ba73c63f
JM
7829Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
7830
7831 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
7832 (ALL_TARGET_MODULES): Add all-target-libobjc.
7833 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
7834 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
7835 (all-target-libchill): Add dependencies.
7836 * configure.in (target_libs): Add libchill.
35590697 7837
252b5132
RH
78381998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
7839
ba73c63f 7840 * configure.in (target_subdir): Remove duplicate line.
252b5132
RH
7841
7842Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
7843
7844 * Makefile.in (all-automake): fix dependencies.
7845
7846Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
7847
7848 * configure.in: Minor cleanups for building in the $(target_alias)
7849 subdir.
7850
78511998-09-22 Jim Wilson <wilson@cygnus.com>
7852
7853 * Makefile.in (bootstrap): Set r and s before make all. Use
7854 BASE_FLAGS_TO_PASS in make all.
7855 (cross): Likewise.
7856
78571998-09-20 Mark Mitchell <mark@markmitchell.com>
7858
7859 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
7860
252b5132
RH
7861Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
7862
7863 * config.sub: Fix typo in last change.
7864
78651998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
7866
7867 * config.sub: Add support for C4x target.
7868 * configure.in: Likewise.
7869
78701998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
7871
7872 * config.sub: Recognize sparcv9 just like sparc64.
7873
7874Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
7875
7876 * config.guess: Match "Pent II" or "PentII" for OpenServer.
7877
7878Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
7879
7880 * config.guess: Correctly identify Pentium II sco boxes.
7881
7882 * config.guess: Fix "tr" code. From Weiwen Liu.
7883
7884Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
7885
7886 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
7887 stabs.
7888
7889Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
7890
7891 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
7892 (ALL_TARGET_MODULES): Add all-target-libchill.
7893 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
7894 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
7895 (all-target-libchill): Add dependencies.
7896 * configure.in (target_libs): Add libchill.
7897
7898Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
7899
7900 * config.guess: Avoid assumptions about "tr" behaves when
7901 LANG is set to something other than English.
7902
7903Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
7904
7905 * configure (gxx_include_dir): Changed to
7906 '${prefix}/include/g++'-${libstdcxx_interface}.
7907
7908 * config.if: New to determine the interfaces.
7909
7910Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
7911
7912 * config.guess: Detect and handle MPE/IX.
7913 * config.sub: Deal with MPE/IX.
7914
7915Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
7916
7917 * configure.in: Use mh-aix43.
7918
79191998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
7920
7921 * configure: Fix --without/--disable cases for gxx-include-dir.
7922
7923Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
7924
7925 * mdata-sh: Imported. Needed for automake support.
7926
7927Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
7928
ba73c63f 7929 * Makefile.in (taz): Try "chmod -R og=u ." before
252b5132
RH
7930 "chmod og=u `find . -print`".
7931
7932Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
7933
ba73c63f 7934 * configure.in: Add arm-elf and thumb-elf support.
252b5132
RH
7935
7936Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
7937
7938 * Makefile.in: Undo previous patch.
7939
7940Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
7941
7942 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
7943 to here ...
7944 (install-no-fixedincludes): and here
7945 (INSTALL_MODULES): ... from here.
7946
7947Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
7948
7949 * config.sub: Merge with FSF.
7950
7951 * config.guess: Merge with FSF.
7952
7953Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
7954
7955 * configure (extraconfigdirs): New variable.
7956 (SUBDIRS): Add extraconfigdirs and recurse on them too.
7957 * Makefile.in (all): Move higher in file.
7958 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
7959 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
7960 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
7961 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
7962 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
7963
79641998-07-23 Brendan Kehoe <brendan@cygnus.com>
7965
7966 * Makefile.in (all-target-libjava): Depend on all-gcc and
7967 all-target-newlib.
7968 (configure-target-libjava): Depend on $(ALL_GCC).
7969
7970Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
7971
7972 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
7973 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
7974
7975Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
7976
7977 * ylwrap: Change absolute path checks to check for DOS style path
7978 names.
7979
7980 * ylwrap: Don't use a full path name if the source file is in the
7981 same directory. From hjl@lucon.org (H.J. Lu).
7982
7983 * config-ml.in: Default to being verbose, to match Feb 18 change to
7984 configure.
7985
7986Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
7987
7988 Brought over from egcs:
7989
7990 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
7991
7992 * configure.in (target_subdir): Set to ${target_alias} instead
7993 of "libraries".
7994
7995 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
7996
7997 * configure.in (target_subdir): Set to libraries if enable_multilib.
7998
7999Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
8000
8001 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
8002 multilibs, force reconfiguration the first time we create
8003 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
8004
8005Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
8006
8007 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
8008 avoid confusion with --no-recursion.
8009
8010Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
8011
8012 * configure.in: Win32 hosts shouldn't use install -x
8013 * install-sh: remove -x option, and special .exe-handling
8014 hack.
8015
8016Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
8017
8018 * config.guess: Recognize i586-pc-beos.
8019 * configure.in: Don't build some bits for beos.
8020
8021Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
8022
8023 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
8024 CFLAGS default to -O2.
8025
8026 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
8027 when using GNU ld.
8028
8029Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
8030
8031 * ltmain.sh: Correct install when using a different shell.
8032
8033Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
8034
8035 * ltconfig, ltmain.sh: Update to libtool 1.2b.
8036
8037Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
8038
8039 * makefile.vms: Update to build binutils/makefile.vms. Add install
8040 target.
8041
8042Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
8043
8044 * ltconfig: Update to correct AIX handling.
8045
8046Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
8047
8048 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
8049
8050 * configure.in (target_subdir): Set to ${target_alias} instead
8051 of "libraries".
8052
80531998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
8054
8055 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
8056 (Makefile): Depend on $(gcc_version_trigger).
8057
8058 * configure (gcc_version): Change default initializer to empty
8059 string.
8060 (gcc_version_trigger): New variable; pass this variable down
8061 to subdir configures to enable them checking gcc's version
8062 themselves. Emit make macros for both gcc_version vars.
8063 (topsrcdir): Initialize reliably.
8064 (recursion line): Remove --with-gcc-version=${gcc_version}.
8065
80661998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
8067
8068 * configure (enable_version_specific_runtime_libs): Implement new flag
8069 --enable-version-specific-runtime-libs which installs C++ runtime stuff
8070 in $(libsubdir); emit definition in each generated Makefile.
8071 (gxx_include_dir): Initialize depending on
8072 $enable_version_specific_runtime_libs.
8073
80741998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
8075
8076 * configure (gcc_version): Initialize properly depending on
8077 how and where configure is started.
8078 (recursion line): Pass a --with-gcc-version=${gcc_version}
8079 to configures in subdirs.
8080
8081Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
8082
8083 * configure.in (noconfigdirs): Add configure pattern for mips tx39
35590697 8084 cygmon
252b5132
RH
8085
8086Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
8087
8088 * configure.in: Add cygmon and libstub support for mn10200.
8089
80901998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
8091
8092 * configure (gcc_version): Add new variable describing the
8093 particular gcc version we're building.
8094 * Makefile.in (libsubdir): Add new macro for the directory
8095 in which the compiler finds executables, libraries, etc.
8096 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
8097 and libsubdir.
8098
8099Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
8100
ba73c63f
JM
8101 * Makefile.in (local-clean): Remove *.log.
8102 (warning.log): Built with warn_summary from build.log.
8103 (mail-report.log): Run test_summary.
8104 (mail-report-with-warnings.log): Run test_summary including
8105 warning.log in the report.
252b5132
RH
8106
8107Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
8108
8109 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
8110
8111Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
8112
8113 * Makefile.in (grep): Grep no longer depends on libiberty.
8114
8115Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
8116
8117 * Makefile.in: all-snavigator needs all-libgui.
8118
8119Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
8120
8121 * configure.in: Add cygmon and libstub support for mn10300.
8122
8123Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
8124
8125 * missing: Update to version from automake 1.3.
8126
8127 * ltmain.sh: On installation, don't get confused if the same name
8128 appears more than once in the list of library names.
8129
8130Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
8131
8132 * config.sub: Accept m68060 and m5200 as CPU names.
8133
8134Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
8135
8136 * configure: Use && rather than using -a in test, because odd
8137 strings can confuse test.
8138 * configure.in: Likewise.
8139
8140Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
8141
8142 * ltconfig, ltmain.sh: Bring in Visual C++ support.
8143
8144Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
8145
8146 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ba73c63f
JM
8147 bootstrap4-lean): New targets.
8148
8149Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
8150
8151 * mpw-* Delete. Not used.
252b5132
RH
8152
8153Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
8154
8155 * COPYING.LIB: Update FSF address.
8156
8157Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
8158
8159 * ltconfig, ltmain.sh: Update to libtool 1.2a.
8160
8161 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
8162 GAS_SUPPORT_DIRS.
8163
8164Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
8165
8166 * ltconfig, ltmain.sh: Avoid producing a version number if
8167 -version-info was not used.
8168
8169Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
8170
8171 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
8172 building with newlib.
8173
81741998-04-30 Paul Eggert <eggert@twinsun.com>
8175
ba73c63f 8176 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
35590697 8177 Solaris `make' causes it to continue to next definition.
252b5132 8178
afb8d725
JM
8179Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
8180
8181 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
8182 the right GUI libraries and files are installed along with GDB.
8183
252b5132
RH
8184Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
8185
8186 * configure.in: Change alpha to alpha* in several places.
8187
8188Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
8189
8190 * config.sub: Recognize sparc86x.
8191
8192Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
ba73c63f 8193
252b5132
RH
8194 * configure.in (--enable-target-optspace): Remove debug echo.
8195
8196Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
8197
8198 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
8199
8200Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
8201
8202 * ltconfig: Update cygwin32 support.
8203
8204 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
8205 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
8206 (GDB_SUPPORT_DIRS): Likewise.
8207
8208Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
8209
8210 * configure.in (target_makefile_frag): If --enable-target-optspace,
8211 use -Os to compile target libraries rather than -O2. Default to
8212 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
8213 not used.
8214 * configure.in (target_cflags): Ditto for d30v.
8215
8216Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
8217
8218 * Makefile.in (all-bfd): Depend on all-intl.
8219 (all-binutils): Likewise.
8220 (all-gas): Likewise.
8221 (all-gprof): Likewise.
8222 (all-ld): Likewise.
8223
252b5132
RH
82241998-04-19 Brendan Kehoe <brendan@cygnus.com>
8225
8226 * configure.in (host_tools): Fix typo, lbtool -> libtool.
8227
8228Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
8229
8230 * Makefile.in (all-bfd): Depend upon all-libiberty.
8231
8232 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
8233
8234Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
8235
8236 * Makefile.in: Add libstub.
8237
8238 * configure.in: Ditto. Build libstub for targets that have cygmon
8239 support.
8240
8241Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
8242
8243 * configure.in: Don't set PICFLAG on ix86-cygwin32.
8244
8245Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
8246
8247 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
8248 use mh-sysv5 if specified. Support gprof on SCO Open Server.
8249
8250Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
8251
8252 * configure: Define DEFAULT_M4 by searching PATH.
8253 * Makfile.in: Use DEFAULT_M4.
8254
8255Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
8256
8257 * ltconfig: Add cygwin32 support.
8258
8259 * Makefile.in, configure.in: Add libtool as a native only directory
ba73c63f
JM
8260 to configure and build.
8261
8262Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
8263
8264 * Makefile.in (INSTALL_MODULES): Remove texinfo.
252b5132
RH
8265
8266Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
8267
8268 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
8269
8270Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
8271
8272 * Makefile.in: add ash make rules
8273 * configure.in: add ash to native_only and host_tools lists
8274
8275Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
8276
8277 * Makefile.in (all-gettext, all-intl): New targets.
8278 (ALL_MODULES): Added all-gettext, all-intl.
8279 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
8280 (INSTALL_MODULES): Added install-gettext, install-intl.
8281 (CLEAN_MODULES): Added clean-gettext, clean-intl.
8282
8283 * configure.in (host_tools): Added gettext.
8284 (native_only): Likewise.
8285 (noconfigdirs) [various cases]: Likewise.
8286 (host_libs): Added intl.
8287
afb8d725
JM
8288Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
8289
8290 * configure: Do not disable building gdbtk for cygwin32 hosts.
8291
ba73c63f
JM
8292Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
8293
8294 * configure.in: Add thumb-coff target.
8295 * config.sub: Add thumb-coff target.
8296
252b5132
RH
8297Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
8298
8299 * Makefile.in: Revert yesterday's change.
8300 (all-target-winsup): all-target-librx stays out of here.
8301
8302Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
8303
ba73c63f
JM
8304 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
8305 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
8306 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
252b5132
RH
8307 Remove references to librx and libg++.
8308
8309Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
8310
8311 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
8312 recursive makes
8313
8314Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
8315
8316 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
8317 for newlib directory.
8318 (CXX_FOR_TARGET): Likewise.
8319
8320Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
8321
8322 * ltconfig: Update after libtool/ltconfig.in change for
8323 hpux11.
8324
8325Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
8326
8327 * ltconfig, ltmain.sh: Update to libtool 1.2.
8328
8329Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
8330
8331 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
8332 (install-gcc-cross): Instead, override LANGUAGES here.
8333
83341998-03-18 Dave Love <d.love@dl.ac.uk>
8335
8336 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
8337 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
8338
8339Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
8340
8341 * configure.in: Add Thumb-pe target.
8342
8343Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
ba73c63f 8344
252b5132
RH
8345 * Makefile.in - changed sn targets to snavigator
8346 * configure.in - changed sn targets to snavigator
8347
8348Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
8349
8350 * config-ml.in: After building symlink tree call make distclean
8351 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
8352 to be the case for libiberty.
8353
8354Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
8355
8356 * configure: When making link, also check the current
8357 directory. The configure scripts may create one.
8358
8359Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
8360
8361 * config.sub: Accept alphapca56 and alphaev6 properly.
8362
8363Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8364
8365 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
8366
252b5132
RH
8367Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
8368
80413487 8369 * config.sub (sco5): Fix typo.
252b5132
RH
8370
8371Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
8372
8373 * Makefile.in (INSTALL_MODULES): Move install-tcl before
8374 install-itcl.
8375 (install-itcl): Remove dependency on install-tcl.
8376
8377Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
8378
8379 * configure.in: Remove libgloss from noconfigdirs for MN10300.
8380
252b5132
RH
8381Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
8382
8383 * configure.in: Don't build libgui for a cygwin32 target when not on
8384 a cygwin32 host.
8385
8386Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
8387
8388 * configure (redirect): Set to null, so default behavior of
8389 configure is now --verbose.
8390
83911998-02-16 Dave Love <d.love@dl.ac.uk>
8392
8393 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
8394 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
8395
8396Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
8397
8398 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
8399 this change to sync Makefile.in with its ChangeLog entries.
8400
8401Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
8402
8403 * ltmain.sh (mkdir): Check that the directory doesn't exist
8404 before we exit with error, so that we don't get races during
8405 parallel builds.
8406
8407Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
8408
8409 * ltconfig, ltmain.sh: Update from libtool 1.0i.
8410
8411Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
8412
8413 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
8414 PICFLAG_FOR_TARGET.
8415 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
8416
8417 * configure: Emit a definition for the new macro enable_shared
8418 into each Makefile.
8419
252b5132
RH
8420Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
8421
8422 * configure.in (host_tools, native_only): Add libtool.
8423
8424Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
8425
8426 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
8427 Fix typo in ming config comment.
8428
8429Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
8430
8431 * ltconfig, ltmain.sh: Update from libtool 1.0h.
8432
8433Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
8434
8435 * config.sub: Add tic30 cases, and map c30 to tic30.
8436
ba73c63f
JM
8437Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
8438
8439 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
8440 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
8441 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
8442 (CLEAN_TARGET_MODULES): Similarly
8443 (all-target-libf2c): Add dependences.
35590697 8444 * configure.in (target_libs): Add libf2c.
ba73c63f 8445
252b5132
RH
8446Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
8447
ba73c63f
JM
8448 * configure.in: Remove expect from noconfigdirs when target
8449 is cygwin32. OK to build expect and dejagnu with Canadian
8450 Cross.
252b5132
RH
8451
8452Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
8453
8454 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
8455 host.
8456
8457 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
8458 and mingw32.
8459
8460Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
8461
8462 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
8463 here as it is not defined in the toplevel Makefile.
8464
8465Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
8466
8467 * configure (package_makefile_rules_frag): New variable, which names
8468 a file with generic rules, ...
8469 Change comment to mention we now have FIVE parts.
8470 * configure: Undo last change.
8471
8472Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
8473
8474 * config.guess: More accurate determination of HP processor types.
8475 * config.sub: More accurate determination of HP processor types.
8476
8477Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
8478
8479 * configure (package_makefile_frag): Move inserting the
8480 ${package_makefile_frag} to where it should be according
8481 to the comment.
8482
ba73c63f 8483Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
252b5132
RH
8484
8485 * config.guess: Add support for Linux/ARM.
8486
8487Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
8488
8489 * .cvsignore: Remove *-info and *-install since they match
8490 release-info and mpw-install, which we don't want to just ignore.
8491
8492Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
8493
8494 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
8495
8496Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
8497
8498 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
8499 local_prefix to sub-make invocations.
8500
8501Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
8502
8503 * configure.in: Check makefile fragments in the source
8504 directory.
8505
8506Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
8507
ba73c63f
JM
8508 * configure.in: Check whether host and target makefile
8509 fragments exist before adding them to *_makefile_frag.
252b5132
RH
8510
8511Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
8512
8513 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
ba73c63f 8514
252b5132
RH
8515Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
8516
8517 * configure.in: Make sure we only replace RPATH_ENVVAR on
8518 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
8519 regexp to sed.
8520
8521 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
8522 to sub-makes.
8523
85241998-01-13 Lee Iverson (leei@ai.sri.com)
8525
8526 * config-ml.in (multi-do): LDFLAGS must include multilib
8527 designator.
8528
8529Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
8530
8531 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
8532
8533Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
8534
8535 * config.sub: Add mingw32 support.
8536 * configure.in: Likewise.
252b5132
RH
8537
8538Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
8539
8540 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
8541
8542Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
8543
8544 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
8545 * configure (gxx_include_dir): Provide a definition for subdirs
8546 which do not use autoconf.
8547
8548Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
8549
8550 * config.guess: Sync with egcs. Picks up new alpha support,
8551 BeOS & some additional linux support.
8552
ba73c63f 8553Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
252b5132
RH
8554
8555 * config.guess: HP 9000/803 is a PA1.1 machine.
8556
ba73c63f
JM
8557Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
8558
8559 * configure.in: It's alpha*-...
252b5132
RH
8560
8561Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
8562
ba73c63f
JM
8563 * configure.in (host_makefile_frag, target_makefile_frag):
8564 Handle multiple config files.
8565 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
8566 alpha-*-*.
252b5132
RH
8567
8568Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
8569
8570 * mkdep: New file.
8571
8572Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
8573
8574 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
8575
8576Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
8577
8578 * Makefile.in: Add libgui directory.
8579 (GDB_TK): Add all-libgui.
8580 * configure.in: Add libgui directory.
8581 * configure: Add all-libgui to GDB_TK.
8582
8583Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
8584
8585 * config-ml.in (multidirs): Add m32r to multilib list.
8586
8587Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
8588
8589 * Makefile.in (all-target-gperf): Change dependency to
8590 all-target-libstdc++.
8591
8592Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
8593
8594 * config.guess: Add BeOS support.
8595
8596Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
8597
8598 Source directory cvs renamed to cvssrc:
8599 * configure.in (host_tools): Change cvs to cvssrc.
8600 (native_only): Likewise.
8601 (noconfigdirs) [various cases]: Likewise.
8602 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
8603 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
8604 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
8605 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
8606 (all-cvssrc): Rename target from all-cvs.
8607
8608Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
8609
8610 * configure (gxx_include_dir): Fix thinko.
8611
8612Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
8613
8614 * Makefile.in (INSTALL_TARGET_CROSS): Define.
8615 (install-cross, install-gcc-cross): New targets.
8616
8617Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
8618
8619 * configure.in (noconfigdirs): Add support for Thumb target.
8620
8621 * config.sub (maybe_os): Add support for Thumb target.
8622
8623Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
8624
8625 * Makefile.in: Add rules for cygmon.
8626
8627 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
8628
8629Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
8630
8631 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
8632 * configure (gxx_include_dir): Provide a definition for subdirs
8633 which do not use autoconf.
8634
8635Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
8636
8637 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
35590697 8638 11/18/97 build
252b5132
RH
8639
8640Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
8641
8642 * From Franz Sirl.
8643 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
8644 found on RedHat Linux systems.
8645
8646Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
8647
8648 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
8649 guesses.
8650
8651Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
8652
8653 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
8654
8655Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
8656
8657 * ltmain.sh: If mkdir fails, check whether the directory was created
8658 anyhow by some other process.
8659
8660Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
8661
8662 * configure.in (d30v-*-*): Configure all directories.
8663
8664Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
8665
8666 * configure.in (d30v-*-*): Configure newlib, libiberty directories
8667 for the D30V.
8668
8669Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
8670
8671 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
8672
8673Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
8674
80413487
RH
8675 * include/libiberty.h: Add extern "C" { so it can be used with C++
8676 progrms.
8677 * include/remote-sim.h: Add extern "C" { so it can be used with C++
8678 programs.
252b5132
RH
8679
8680Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
8681
8682 * configure.in (d30v-*-*): Configure GCC now.
8683
8684Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
8685
8686 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
8687 is no longer needed.
8688
8689Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
8690
8691 * Makefile.in: check-target-libio depends on all-target-libstdc++.
8692
8693Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
8694
8695 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
8696 targets using "$@" to provide support for similar but not identical
8697 targets without having to duplicate code.
8698
8699Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
8700
8701 * makefile.vms: Fix to work with DEC C.
8702
8703Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
8704
8705 * config.sub: Add mips-tx39-elf to marketing names.
8706
8707Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
8708
8709 * ltmain.sh: Handle symlinks in generated script.
8710
8711Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
8712
8713 * configure: Handle autoconf style directory options: --bindir,
8714 --datadir, --includedir, --infodir, --libdir, --libexecdir,
8715 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
8716 --sysconfdir.
8717 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
8718 (sharedstatedir, localstatedir, oldincludedir): New variables.
8719 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
8720 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
8721 sbindir, sharedstatedir, and sysconfdir.
8722
8723Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
8724
8725 * Makefile.in (bootstrap-lean): New target.
8726
8727Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
8728
8729 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
35590697 8730 sn, and gnuserv from noconfigdirs.
252b5132
RH
8731
8732Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
8733
8734 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
8735
8736Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
8737
ba73c63f 8738 * Makefile.in (cross): New target.
252b5132
RH
8739
8740Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
ba73c63f 8741 Jeff Law <law@cygnus.com>
252b5132
RH
8742
8743 * Makefile.in (bootstrap2, bootstrap3): New targets.
8744 (all-bootstrap): Remove outdated and confusing target.
8745 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
8746
afb8d725
JM
8747Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
8748
8749 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
35590697 8750 windows. Consistent with gdb/configure.
afb8d725 8751
252b5132
RH
87521997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
8753
252b5132
RH
8754 * configure.in: Name Linux target fragment.
8755
8756 * configure: Rewrite so that project Makefile fragment is inserted
8757 first and appears last in the resulting Makefile.
8758
8759Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
8760
8761 * Makefile.in (install-itcl): Install tcl first.
8762
252b5132 8763Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
ba73c63f 8764
252b5132
RH
8765 * configure.in: remove bison from noconfigdirs for Cygwin32 host
8766
8767Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
8768
8769 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
8770
8771 * configure.in (skipdirs): Add target-librx for Linux.
8772 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
8773
8774Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
8775
8776 * Makefile.in (bootstrap): New target.
8777
8778Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
8779
8780 * config.sub: Accept 'amigados' for backward compatability.
8781
8782Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
8783
8784 * config.guess: Merge with FSF.
8785
ba73c63f
JM
8786Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
8787
8788 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
8789
252b5132
RH
8790Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
8791
8792 * config.sub: Add "marketing-names" patch.
8793
8794Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
8795
80413487 8796 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
252b5132
RH
8797
8798Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
8799
8800 * config.sub: Handle v850-elf.
8801
ba73c63f
JM
8802Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
8803
8804 * .cvsignore (*-install): Remove.
8805
252b5132
RH
8806Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
8807
8808 * ltconfig: Set CONFIG_SHELL in libtool.
8809 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
8810
8811Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
8812
8813 * configure.in (target_subdir): Set to libraries if enable_multilib.
8814
8815Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
8816
8817 * config.guess: Update from gcc directory.
8818
8819Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
8820
8821 * Makefile.in (all-sim): Depends on all-readline.
8822
8823Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
8824
8825 * Makefile.in (BISON, YACC): Use $$s.
8826 (all-bison): Depend on all-texinfo.
8827
8828Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
8829
8830 * Makefile.in (BISON): Add -L flag.
8831 (YACC): Likewise.
8832
8833Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
8834
35590697
AJ
8835 * configure.in (noconfigdirs): Add support for v850e target.
8836
252b5132
RH
8837 * config.sub (maybe_os): Add support for v850e target.
8838
8839Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
8840
35590697
AJ
8841 * configure.in (noconfigdirs): Add support for v850ea target.
8842
252b5132
RH
8843 * config.sub (maybe_os): Add support for v850ea target.
8844
8845Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
8846
8847 * config.sub: Add mipstx39. Delete r3900.
8848
8849Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
8850
8851 * Makefile.in (all-autoconf): Depends on all-texinfo.
8852
8853Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
8854
8855 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
8856 eabi targets.
8857
8858Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
8859
8860 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
8861
8862 * configure: When handling a Canadian Cross, handle YACC as well as
8863 BISON. Just set BISON to bison. When setting YACC, prefer bison.
80413487 8864 * Makefile.in (all-bison): Depend upon all-texinfo.
252b5132
RH
8865
8866Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
8867
8868 * Makefile.in (BISON): bison, not byacc or bison -y.
8869 (YACC): bison -y or byacc or yacc.
8870 (various): Add *-bison as appropriate.
8871 (taz): No need to mess with BISON anymore.
8872
8873Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
8874
8875 * configure: If OSTYPE matches *win32*, try to find a good value for
8876 CONFIG_SHELL.
8877
8878Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
8879
8880 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
8881 configure.in if it is present.
8882
8883Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
8884
8885 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
8886
8887Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
8888
8889 * config.sub: Recognize `arc' cpu.
8890 * configure.in: Likewise.
8891 * config-ml.in: Likewise.
8892
8893Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
8894
8895 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
8896
8897Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
8898
8899 * configure: Changed sed delimiter from ':' to '|' when
8900 attempting to substitute ${config_shell} for SHELL. On
8901 NT ${config_shell} may contain a ':' in it.
8902
8903Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
8904
8905 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
8906
8907Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
8908
8909 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
8910
8911Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
8912
8913 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
8914
8915 * ylwrap: If the program is a relative path, force it to be
8916 absolute.
8917
8918Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
8919
8920 * configure (tooldir): Set BISON to `bison -y' and not just bison.
8921
8922Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
8923
8924 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
35590697
AJ
8925 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
8926 for libraries.
252b5132
RH
8927
8928Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
8929
8930 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
35590697 8931 separated by spaces.
252b5132
RH
8932
8933Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
8934
8935 * ylwrap: New file.
8936 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
8937
8938 * ltmain.sh: Handle /bin/sh at start of install program.
8939
8940 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
8941
8942 * ltconfig, ltmain.sh: New files, from libtool 1.0.
8943 * missing: New file, from automake 1.2.
8944
8945Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
8946
8947 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
8948 check-tk to CHECK_X11_MODULES.
8949
8950Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
8951
8952 * config.sub: Merge with FSF.
8953
8954Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
8955
8956 * config.guess: Merge with FSF.
8957
8958Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
8959
8960 * configure: Treat msdosdjgpp like go32.
8961 * configure.in: Likewise. Don't remove gprof for go32.
8962
8963 * configure: Change Makefile.tem2 to Makefile.tm2.
8964
8965Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
8966
8967 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
8968
8969Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
8970
8971 * install-sh (chmodcmd): Set to null if the DST directory already
8972 exists. Same as Nov 11th change.
8973
8974Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
8975
35590697 8976 * configure (GDB_TK): Needs itcl and tix.
252b5132
RH
8977
8978Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
8979
8980 * config.guess: Update from FSF.
8981
8982Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
8983
8984 * Makefile.in (GDB_TK): Depend on itcl and tix.
8985
8986Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
8987
8988 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
8989 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
8990 (INSTALL_SCRIPT): New variable.
8991 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
8992 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
8993 to -x.
8994 * install-sh: Add support for -x option.
8995
8996Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
8997
8998 * configure.in, Makefile.in: Treat tix like itcl.
8999
9000Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
9001
9002 * Makefile.in (WINDRES): New variable.
9003 (WINDRES_FOR_TARGET): New variable.
9004 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
9005 (EXTRA_HOST_FLAGS): Add WINDRES.
9006 (EXTRA_TARGET_FLAGS): Add WINDRES.
9007 (EXTRA_GCC_FLAGS): Add WINDRES.
9008 ($(DO_X)): Pass down WINDRES.
9009 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
9010 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
9011 DLLTOOL_FOR_TARGET.
9012
9013Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
9014
9015 * configure.in: configure sim before gdb for win32-x-ppc
9016
9017Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
9018
9019 Move gperf into the toplevel, from libg++.
9020 * configure.in (target_tools): Add target-gperf.
9021 (native_only): Add target-gperf.
9022 * Makefile.in (all-target-gperf): New target, depend on
9023 all-target-libg++.
9024 (configure-target-gperf): Empty rule.
9025 (ALL_TARGET_MODULES): Add all-target-gperf.
9026 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
9027 (CHECK_TARGET_MODULES): Add check-target-gperf.
9028 (INSTALL_TARGET_MODULES): Add install-target-gperf.
9029 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
9030
9031Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
35590697 9032
252b5132
RH
9033 * config.sub (mn10200): Recognize new basic machine.
9034
9035Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
9036
9037 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
9038 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
9039
9040Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
9041
9042 * configure.in: If we're building mips-sgi-irix6* native, turn on
9043 ENABLE_MULTILIB and set TARGET_SUBDIR.
9044
9045Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
9046
9047 * Makefile.in (all-sn): Depend on all-grep.
9048
9049Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
9050
9051 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
9052
9053 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
9054 Makefile. From Jeff Makey <jeff@cts.com>.
9055 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
9056
9057 * Makefile.in (DISTBISONFILES): Remove.
9058 (taz): Don't futz with DISTBISONFILES. Change BISON to use
9059 $(DEFAULT_YACC).
9060
9061 * configure.in: Build itl, db, sn, etc., when building for native
35590697 9062 cygwin32.
252b5132
RH
9063
9064 * Makefile.in (LD): New variable.
9065 (EXTRA_HOST_FLAGS): Pass down LD.
9066 ($(DO_X)): Likewise.
9067
9068Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
9069
9070 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
9071
9072Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
9073
9074 * configure.in (targargs): Strip out any supplied --build argument
35590697 9075 before adding our own. Always add --build.
252b5132
RH
9076
9077Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
9078
9079 * configure.in (targargs): Pass --build if we're doing
9080 a cross-compile.
9081
9082Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
9083
ba73c63f 9084 * configure: Use '|' instead of ":" as the separator in
252b5132
RH
9085 sed. Otherwise sed chokes on NT path names with drive
9086 designators. Also look for "?:*" as the leading characters in an
9087 absolute pathname.
9088
9089Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
9090
9091 * config.sub: Support for r3900.
9092
9093Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
9094
9095 * configure.in: Use install-sh, not install.sh.
9096
9097Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
9098
9099 * Makefile.in (taz): Improve check for BISON so it doesn't try to
9100 apply it twice.
9101
9102Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
9103
9104 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
9105 install-binutils.
9106
9107Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
9108
9109 * Makefile.in: Add automake targets.
9110 * configure.in (host_tools): Add automake.
9111
9112Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
9113
9114 * configure: Default CXX to c++, not gcc.
9115 * Makefile.in (CXX): Set to c++, not gcc.
9116 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
9117
9118Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
9119
9120 * install-sh: try appending a .exe if source file doesn't
9121 exist
9122
9123Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
9124
9125 * configure.in: Turn on multilib by default.
9126 (cross_only): Remove target-libiberty.
9127
9128 * Makefile.in (all-gcc): Don't depend on libiberty.
9129
9130Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
9131
9132 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
9133
9134Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
9135
9136 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
9137 (DISTBISONFILES): Add ld/Makefile.in
9138
9139Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
9140
9141 * configure.in: if target is cygwin32 but host isn't cygwin32,
9142 don't configure gdb tcl tk expect, not just gdb.
9143
9144Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
9145
9146 * configure.in: Added gnuserv everywhere sn appears.
9147
9148 * Makefile.in (ALL_MODULES): Added all-gnuserv.
9149 (CROSS_CHECK_MODULES): Added check-gnuserv.
9150 (INSTALL_MODULES): Added install-gnuserv.
9151 (CLEAN_MODULES): Added clean-gnuserv.
9152 (all-gnuserv): New target.
9153
9154Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
9155
9156 * config.guess: Fixes for MIPS OpenBSD systems.
9157
9158Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
9159
9160 * Makefile.in (INSTALL_XFORM): Remove.
9161 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
9162
9163 * mkinstalldirs: New file, copied from automake.
9164 * Makefile.in (installdirs): Rename from install-dirs. Use
9165 mkinstalldirs. Change all users.
9166 (DEVO_SUPPORT): Add mkinstalldirs.
9167
9168Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
9169
9170 * install-sh: Rename from install.sh.
9171 * Makefile.in (INSTALL): Change install.sh to install-sh.
9172 (DEVO_SUPPORT): Likewise.
9173
9174 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
9175 Graichen <graichen@rzpd.de>.
9176
9177Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
9178
9179 * config.guess: Recognize OpenBSD systems correctly.
9180
9181Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
9182
9183 * README, Makefile.in (ETC_SUPPORT): Remove references to
9184 cfg-paper*, configure.{texi,man,info*}._
9185
9186Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
9187
9188 * Makefile.in (all.normal): Ensure that gcc is built after all
9189 the x11 - ie gdb - targets.
9190
9191Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
9192
9193 * makefile.vms: Don't run conf-a-gas.
9194
9195Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
9196
80413487 9197 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
252b5132
RH
9198
9199Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
9200
9201 * configure.in: Remove noconfigdirs case since gdb also
9202 configures and builds for tic80-coff.
9203
9204Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
9205
9206 * configure: Set cache_file to config.cache.
9207 * Makefile.in (local-distclean): Remove config.cache.
9208
9209Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
9210
9211 * COPYING: Update FSF address.
9212
9213Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
9214
9215 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
9216 noconfigdirs.
9217
9218Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
9219
9220 * Makefile.in (install-dirs): Don't crash if prefix, and hence
9221 MAKEDIRS, is empty.
9222
9223Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
9224
9225 * config.sub: Tweak mn10300 entry.
9226
9227Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
9228
9229 * configure.in (host_tools): Put sim before gdb, so gdb's
9230 configure.tgt can determine if the simulator was configured.
9231
9232Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
9233
9234 * config.sub: Move BeOS $os case to be with other Cygnus
9235 local cases.
9236
9237Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
9238
9239 * config.sub: Remove misplaced comment that broke Linux.
9240
9241Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
9242
9243 * config.sub: Add BeOS support.
9244
9245Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
9246
9247 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
9248
9249Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
9250
9251 * configure.in (noconfigdirs): Remove tcl and tk from
9252 noconfigdirs for cygwin32 builds.
9253
9254Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
9255
9256 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
9257
9258Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
9259
9260 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
9261 make-all.com, use makefile.vms instead.
9262
9263Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
9264
9265 * config.sub: Accept -lnews*.
9266
9267Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
9268
9269 * configure.in (noconfigdirs): Disable target-newlib,
35590697 9270 target-examples and target-libiberty for d30v.
252b5132
RH
9271
9272Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
9273
9274 * configure.in (noconfigdirs): Enable ld for d30v.
9275
9276Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
9277
9278 * configure.in (tic80-*-*): Build compiler.
9279
9280Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
9281
9282 * configure.in (d30v-*): Remove sim directory from list of
35590697 9283 unsupported d30v directories
252b5132
RH
9284
9285Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
9286
35590697
AJ
9287 * config.sub, configure.in: Add d30v target cpu.
9288
252b5132
RH
9289Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
9290
9291 * makefile.vms: New file.
9292 * make-all.com: Remove.
9293
9294Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
9295
9296 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
9297
9298Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
9299
9300 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
9301
9302Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
9303
9304 * Makefile.in (ALL_MODULES): Added all-db.
9305 (CROSS_CHECK_MODULES): Addec check-db.
9306 (INSTALL_MODULES): Added install-db.
9307 (CLEAN_MODULES): Added clean-db.
9308
9309Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
9310
9311 * config.guess: Merge with latest FSF sources.
9312
9313Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
9314
9315 * Makefile.in (ALL_MODULES): Added all-itcl.
9316 (CROSS_CHECK_MODULES): Added check-itcl.
9317 (INSTALL_MODULES): Added install-itcl.
9318 (CLEAN_MODULES): Added clean-itcl.
9319
9320Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
9321
9322 * configure.in: build gdb for mn10200
9323
9324Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
9325
9326 * Makefile.in (all-target-winsup): Depend on all-target-libio.
9327
9328Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
9329
9330 * configure.in (tic80-*-*): Turn off most targets right now.
9331
9332Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
9333
9334 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
9335 rather than the makeinfo program.
9336 (do-info): Depend upon all-texinfo.
9337
9338Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
9339
9340 * configure.in: Remove uses of config/mh-linux.
9341
9342 * config.sub, config.guess: Merge with latest FSF sources.
9343
9344Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
9345
9346 * config.sub (case $basic_machine): Add tic80 entries.
9347
9348Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
9349
9350 * config.sub, config.guess: Merge with latest FSF sources.
9351
9352Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
9353
9354 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
9355 * mpw-config.in: Test for NewFolderRecursive.
9356 * mpw-install: Use symbolic name for startup filename.
9357 * mpw-README: Add various additional details.
9358
9359Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
9360
9361 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
9362
9363Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
9364
9365 * configure.in: Do build gcc and the target libraries for
9366 the mn10200.
9367
9368Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
9369
9370 * configure.in: don't avoid building gdb for mn10300 any more
9371 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
9372 instead of single-quoting it.
9373
9374Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
9375
9376 * configure.in: Don't use --with-stabs on IRIX 6.
9377
9378Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
9379
9380 * configure.in (m32r): Build gdb, libg++ now.
9381
9382Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9383
9384 * configure.in (mips*-sgi-irix6*): Remove gdb and related
9385 directories from noconfigdirs.
9386
9387Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
9388
9389 * config.sub (basic_machine): added mips16 configuration
9390
9391Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9392
9393 * config.sub: Handle d10v-unknown.
9394
9395Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
9396
9397 * config.sub: Handle v850-unknown.
9398
9399Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
9400
9401 * Makefile.in: add findutils
9402 * configure.in: add findutils to list of host_tools
9403
9404Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
9405
9406 * config.sub: Handle mn10200 and mn10300.
9407
9408Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9409
9410 * configure.in (d10v-*): Do not build librx.
9411
9412Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
9413
9414 * configure.in (mn10300): Build everything except gdb & libgloss.
9415
9416Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
9417
9418 * config.guess: Patch for Dansk Data Elektronik servers,
9419 from Niels Skou Olsen <nso@dde.dk>.
9420
9421 For ncr, use /bin/uname rather than uname, since GNU uname does not
9422 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
9423
9424 Patch for MIPS R4000 running System V,
9425 from Eric S. Raymond <esr@snark.thyrsus.com>.
9426
9427 Fix thinko for nextstep.
9428
9429 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
9430
9431 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
9432 * config.guess: Guess mips-dec-mach_bsd4.3.
9433
9434 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
9435 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
9436 release numbers.
9437 * config.guess (mips-mips-riscos*): Emit just enough of the
9438 release number.
9439
9440 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
9441 * config.guess (sparc-auspex-sunos*): Added.
9442 (f300-fujitsu-*): Added.
9443
9444 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
9445 * config.guess: Recognize a Tadpole as a sparc.
9446
9447Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
9448
9449 * config.guess: Don't assume that NextStep version is either 2 or
9450 3. NextStep 4 (aka OpenStep 4) has come out now.
9451
9452Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
9453
9454 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
9455 From Rik Faith <faith@cs.unc.edu>.
9456
9457Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
9458
9459 * config.sub: Contributions from bug-gnu-utils to:
9460 Support plain "hppa" (no version given) architecture, reported by
9461 OpenStep.
9462 OpenBSD like NetBSD.
9463 LynxOs is not a hardware supplier.
9464
9465 * config.guess: Contributions from bug-gnu-utils to add support for:
35590697 9466 OpenBSD like NetBSD.
252b5132
RH
9467 Stratus systems.
9468 More Pyramid systems.
9469 i[n>4]86 Intel chips.
9470 M680[n>4]0 Motorola chips.
9471 Use unknown instead of lynx for hardware manufacturer.
9472
9473Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
9474
9475 * install.sh (chmodcmd): Set to null if the DST directory already
9476 exists.
9477
9478Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9479
9480 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
9481 not use mt-ppc target Makefile fragment any more.
9482
9483Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
9484
9485 * configure.in (*-*-windows): Exclude everything but those dirs
9486 needed to build windows.
9487
9488Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
9489
9490 * Makefile.in (all-target-winsup): Depend on all-target-librx.
9491
9492Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
9493
9494 * configure.in: Exclude mmalloc from i386-windows.
252b5132
RH
9495
9496Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
9497
9498 * Undo my previous change.
9499
9500Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
9501
9502 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
9503 unconditionally.
9504 (MAKEOVERRIDES): Define (revert this part of October 18 change).
9505
9506Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
9507
9508 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
9509 host to add it's own flags.
252b5132
RH
9510
9511Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
9512
9513 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
9514
9515Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
9516
9517 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
9518 (CXX_FOR_TARGET): Likewise.
9519 (GCC_FOR_TARGET): Define.
9520 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
9521 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
9522 CC_FOR_TARGET was specified on the command line.
9523 (MAKEOVERRIDES): Don't define.
9524
9525Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
9526
9527 * configure.in (m32r): Fix spelling of libg++ libs.
9528
9529Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
9530
9531 * config.sub (-apple*): Remove, now redundant.
9532
9533Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
9534
9535 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
9536
9537 * configure: Rework yesterday's sed script patch.
9538
9539 * config.sub: Merge with FSF.
9540
9541Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
9542
9543 * config.guess: Merge from FSF.
9544
9545 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
80413487
RH
9546 * config.guess: Use pc instead of unknown, for pc clone systems.
9547 Change linux to linux-gnu.
252b5132
RH
9548
9549 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
80413487 9550 * config.guess: Avoid non-portable tr syntax.
252b5132
RH
9551
9552Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
9553
9554 * test-build.mk (HOLES): Add "xargs" for gdb.
9555
9556 * configure: Avoid hpux10.20 sed bug.
9557
9558Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
9559
4bddf3ad 9560 * configure.in: Add support for windows host
252b5132
RH
9561 (that is a build done under the Microsoft build environment).
9562
9563Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
9564
9565 * Makefile.in: Replace all uses of srcroot with s, to shrink
9566 command line lengths.
9567
9568 Patches from Geoffrey Noer <noer@cygnus.com>:
9569 * configure.in: If configuring for newlib, pass --with-newlib to
9570 subdirectories.
9571 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
9572 -Bnewlib/ and -Lwinsup to gcc.
9573 (CXX_FOR_TARGET): Likewise.
9574
9575Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
9576
9577 * Makefile.in (ETC_SUPPORT): Add configure.
9578
9579Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
9580
35590697 9581 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
252b5132
RH
9582 host configuration file.
9583
9584Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
9585
9586 * configure.in: Break mn10x00 support into separate
9587 mn10200 and mn10300 configurations.
9588 * config.sub: Likewise.
9589
9590Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
9591
9592 * configure.in: Add lots of stuff to noconfigdirs for
9593 the mn10x00 targets.
9594
9595 * config.sub, configure.in: Add mn10x00 support.
9596
9597Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
9598
9599 * make-all.com: Call conf-a-gas, not config-a-gas.
9600
9601Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
9602
9603 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
35590697 9604 targets.
252b5132
RH
9605
9606Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
9607
9608 * mpw-README: Add much more detail for native PowerMac.
9609 * mpw-install: New file.
9610 * mpw-configure: Add --norecursion and --help options.
9611 * mpw-config.in: Translate readme and install files when
9612 copying to objdir.
9613 * mpw-build.in: Don't always depend on byacc and flex.
9614 (install-only-top): New action.
9615
9616Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
9617
9618 * configure.in: You can now configure GDB for the v850.
9619
9620Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
9621
9622 * configure.in (noconfigdirs): Don't configure any C++ dirs
9623 if targeting D10V.
9624
9625Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
9626
9627 * config.sub: Recognize mips64vr5000.
9628
9629Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
9630
9631 * configure.in: Use a single line for host_tools and native_only.
9632
9633Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
9634
9635 * config.sub, configure.in: Add entries for m32r.
9636
9637Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
9638
9639 * Makefile.in (inet-install): Don't run install-gzip.
9640
9641Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
9642
9643 * configure.in: Don't config lots of things for *-*-windows*.
9644
9645Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
9646
9647 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
9648 (host_libs, host_tools): Copy from configure.in.
9649 * mpw-configure: Don't complain about directories not found.
9650
9651Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9652
9653 * configure.in (i[345]86): Recognize i686 for pentium pro.
9654 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
9655 file.
9656
9657 * config.guess (i[345]86): Ditto.
9658
9659Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
9660
9661 * configure.in (noconfigdirs): Removed gdb for D10V.
9662
9663Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
9664
9665 * configure.in: Remove ld, target-libio, target-libg++, and
9666 target-libstdc++ from noconfigdirs.
9667
9668Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
9669
9670 * configure: Fix three locations where shell scripts were
9671 being run directly rather than with config_shell.
9672
9673Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
9674
9675 * configure.in (v850-*-*): Set up initial $noconfigdirs.
9676 * config.sub (basic_machine): Recognize v850.
9677
9678Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
9679
9680 * mpw-configure: Handle multiple enable/disable options and
9681 pass them down recursively, handle -c and -s flags appropriately
9682 depending on choice of compiler, add escape mechanism for
9683 quoted arguments to gC.
9684
9685Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9686
9687 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
9688 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
9689 so that -mrelocatable-lib and -mno-eabi are used.
9690
9691 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
9692 not support --print-multi-lib, don't abort.
9693
252b5132
RH
9694Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
9695
9696 * make-all.com: Run config-a-gas.
9697 * setup.com: Don't copy subdirectory files around.
9698
9699Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
9700
9701 * configure.in (*-*-ose): Remove exclusion of libgloss for this
9702 target, it now compiles correctly.
9703
9704Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
9705
9706 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
9707
9708Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
9709
35590697 9710 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
252b5132
RH
9711
9712Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
9713
9714 * configure.in (native_only): Add prms.
9715
9716Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
9717
9718 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
9719 (BINUTILS_SUPPORT_DIRS): Likewise.
9720
9721Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9722
9723 * configure.in (d10v-*-*): Don't configure ld or gdb until the
9724 d10v support is added.
9725
9726Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
9727
9728 * configure.in (d10v-*-*): New target.
9729
9730Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
9731
9732 * config.guess (HP 9000/811): Recognize this as a PA1.1
9733 machine.
9734
9735Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
9736
9737 * Makefile.in (do-tar-gz): New target, split out from tail end of
9738 taz target. Run each command separately, don't use pipes.
9739 (taz): Use it.
9740
9741Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
9742
9743 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
9744 * mpw-build.in: No builds should depend on building byacc or flex,
9745 they are assumed to be installed already.
9746
9747Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9748
9749 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
9750 variable that CC_FOR_TARGET needs.
9751
9752Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9753
9754 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
9755 options have changed since the last time the subdirectory was
9756 configured, and if it has, reconfigure.
9757 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
9758 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
9759
9760Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
9761
9762 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
9763 CLEAN_MODULES): Add bash.
9764 (all-bash): New target.
9765
9766Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
9767
9768 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
9769
9770Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9771
9772 * config.sub (basic_machine): Recognize d10v as a valid processor.
9773
9774Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
9775
9776 * mpw-configure: Add support for --bindir.
9777 * mpw-build.in: Use a GCC-specific build script for GCC actions.
9778
9779Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
9780
9781 * configure.in: add bash, time, gawk to list of hosttools and things
9782 to only build for native toolchains
9783
9784Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
9785
9786 * Makefile.in (docdir): Remove.
9787
9788Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
9789
9790 * Makefile.in (datadir): Set to $(prefix)/share.
9791
9792Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
9793
9794 * configure.in: build diff and patch for cygwin32-hosted
9795 toolchains.
9796
9797Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
9798
9799 * config.sub: Accept -rtems*.
9800
9801Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
9802
80413487 9803 * configure.in: enable dosrel for cygwin32-hosted builds,
80b200a1
ZW
9804 remove diff from the list of things not buildable
9805 via Canadian Cross
252b5132
RH
9806
9807Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
9808
9809 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
35590697 9810 don't get ". ".
252b5132
RH
9811
9812Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
9813
9814 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
9815
9816Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
9817
9818 * Makefile.in (taz): Handle case where tex3patch didn't even get
9819 checked out. Also, if it was found, put the symlink in a new util
9820 subdirectory.
9821
9822Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9823
9824 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
9825
9826Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
9827
9828 * config.sub: Recognize -openvms.
9829 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
9830 * make-all.com, setup.com: New files.
9831
9832Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
9833
9834 * Makefile.in (taz): tex3patch moved to texinfo/util.
9835
9836Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
9837
afb8d725 9838 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
252b5132
RH
9839 * configure.in: remove make from disable-if-Can-Cross list
9840 enable gdb if ${host} and ${target} are cygwin32
9841
9842Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
9843
9844 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
9845 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
9846
9847Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
9848
9849 * config.guess: Combine mips-mips-riscos cases, and use cpp to
9850 distinguish sysv/svr4/bsd variants.
9851 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
9852
9853Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
9854
9855 * configure.in: Added copyright notice.
9856 * move-if-change: Added copyright notice.
9857
9858Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9859
9860 * configure.in (powerpcle-*-solaris*): Until we get shared
9861 libraries working, don't build gdb, sim, make, tcl, tk, or
9862 expect.
9863
9864Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
9865
9866 * config.guess: Merge with FSF:
9867
9868 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
9869 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
9870
9871 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
9872 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
9873
9874 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
9875 * config.guess: Combine two OSF1 rules.
9876 Also recognize field test versions. From mjr@zk3.dec.com.
9877 * config.guess (dgux): Use /usr/bin/uname rather than uname,
9878 because GNU uname does not support -p. From pmr@pajato.com.
9879
9880Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
9881
9882 * Makefile.in (MAKEDIRS): Removed $(tooldir).
9883
9884Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
9885
9886 * mpw-README: Document GCCIncludes.
9887
9888Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
9889
9890 * configure.in (alpha-*-linux*): Set enable_shared to yes.
9891
9892Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
9893
9894 * mpw-configure: Handle --enable-FOO and --disable-FOO.
9895
9896Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
9897
9898 * configure.in (*-*-cygwin32): Configure make.
9899
9900Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
9901
9902 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
9903
9904Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
9905
9906 * Makefile.in (all-inet): Depend on all-perl.
9907
9908 * Makefile.in (inet-install): New target.
9909
9910 * Makefile.in (all-inet): Depend on all-tcl.
9911 (all-inet): Depend on all-send-pr.
9912
9913Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9914
9915 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
9916 temporarily.
9917
9918Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
9919
9920 * configure.in: Don't configure --with-gnu-ld on AIX.
9921
9922Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
9923
9924 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
9925
9926Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
9927
9928 * Makefile.in (ALL_MODULES): Added all-inet.
9929 (CROSS_CHECK_MODULES): Added check-inet.
9930 (INSTALL_MODULES): Added install-inet.
9931 (CLEAN_MODULES): Added clean-inet.
9932 (all-indent): New target.
9933
9934 * configure.in (host_tools): Added inet.
9935 (native_only): Added inet.
9936 (noconfigdirs): Added inet.
9937
9938Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
9939
9940 * configure.in: Don't configure libgloss if we are not configuring
9941 newlib.
9942
9943Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
9944
9945 * configure.in: Don't configure libgloss for unsupported
9946 architectures.
9947
9948Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9949
9950 * Makefile.in (CLEAN_MODULES): Add clean-apache.
9951
9952Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
9953
9954 * Makefile.in (ALL_MODULES): Include all-apache.
9955 (CROSS_CHECK_MODULES): Include check-apache.
9956 (INSTALL_MODULES): Include install-apache.
9957 (all-apache): New target.
9958
9959 * configure.in: Added apache everywhere perl is seen.
9960
9961Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9962
9963 * Makefile.in: Add support for clean-{module} and
9964 clean-target-{module} rules.
9965
9966Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
9967
9968 * configure.in (*-*-ose) do not build libgloss.
9969
9970Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9971
9972 * config.guess (prep*:SunOS:5.*:*): Turn into
9973 powerpele-unknown-solaris2.
9974
9975Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
9976
9977 * configure.in: Permit --enable-shared to specify a list of
9978 directories.
9979
9980Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
9981
9982 * configure.in (host==solaris): Pass only the first word of $CC
9983 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
9984
9985Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
9986
9987 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
9988
9989Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
9990
9991 * Makefile.in (ALL_MODULES): Include all-perl.
9992 (CROSS_CHECK_MODULES): Include check-perl.
9993 (INSTALL_MODULES): Include install-perl.
9994 (ALL_X11_MODULES): Include all-guile.
9995 (CHECK_X11_MODULES): Include check-guile.
9996 (INSTALL_X11_MODULES): Include install-guile.
9997 (all-perl): New target.
9998 (all-guile): New target.
9999
10000 * configure.in (host_tools): Include perl and guile.
10001 (native_only): Include perl and guile.
10002 (noconfigdirs): Don't build guile and perl; no ports have been
10003 done.
10004
10005Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
10006
80413487
RH
10007 * configure (--enable-*): Handle quoted option lists such as
10008 --enable-sim-cflags='-g0 -O' better.
252b5132
RH
10009
10010Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10011
10012 * Makefile.in ({,inst}all-target): New rule so we can make and
10013 install all of the target directories easily.
10014
10015Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
10016
10017 * configure.in: Add missing global flag in sed substitution when
10018 deleting `target-' from ${configdirs}.
10019
10020Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
10021
10022 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
10023 option.
10024
10025 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
10026 config/mh-necv4.
10027
10028 * install.sh: Correct misspelling of transformbasename.
10029
10030 * config.guess: Recognize mips-*-sysv*.
10031
10032Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
10033
10034 * config.sub: Recognize mon960.
10035
10036Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
10037
10038 * configure: Restore Canadian Cross handling of BISON and LEX,
10039 removed in Feb 20 change.
10040
10041Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
10042
10043 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
10044 Mention make install. Remove the old copyright date as well the
10045 clumsy and rather pointless copyright on the README file.
10046
10047Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
10048
10049 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
10050 Makefile after running symlink-tree, then run `make distclean' to
10051 avoid clobbering any generated files in srcdir.
10052
10053Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
10054
10055 * configure.in (m68k-*-netbsd*): Build everything now.
10056
10057Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
10058
10059 * Makefile.in (taz): Fix quoting.
10060
10061Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
10062
10063 * configure.in (sparclet-*-*): Build everything now.
10064
10065Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
10066
10067 * configure.in (m68k-*-linux*): New host.
10068
10069Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
10070
10071 * configure: Check for bison before byacc.
10072
10073Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
10074
10075 * Makefile.in configure: Change the way LEX and BISON/YACC are
10076 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
10077 searching PATH. These are used as fallbacks by Makefile.in if
10078 flex/bison/byacc aren't in objdir.
10079
10080Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
10081
10082 * Makefile.in: Make everything which depends upon all-bfd also
10083 depend upon all-opcodes, in case --with-commonbfdlib is used.
10084
10085Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10086
10087 * configure.in (host *-*-cygwin32): Don't build gdb if we are
10088 building NT native compilers on Unix.
10089
10090Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
10091
10092 * configure.in: Don't get CC from the host Makefile fragment if we
10093 can find gcc in PATH, or if this is a Canadian Cross. Move the
10094 Solaris test for /usr/ucb/cc to the post target script, just after
10095 the compiler sanity test.
10096
10097Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
10098
10099 * config.sub: Merge with FSF.
10100
10101Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
10102
10103 * Makefile.in (RPATH_ENVVAR): New variable.
10104 (REALLY_SET_LIB_PATH): Use it.
10105 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
10106
10107Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
10108
10109 * config.sub, configure.in: Recognize sparclet cpu.
10110
10111Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
10112
10113 * config.guess: Support m68k-cbm-sysv4.
10114
10115Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
10116
10117 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
10118 m68k-unknown-linuxaout from linker help string. Put quotes around
10119 $ld_help_string.
10120
10121Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
10122
10123 * config.guess (powerpc-harris-powerunix): Add guess for port
10124 to new target.
10125
10126Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
10127
10128 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
10129
10130Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
10131
10132 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
10133 $(REALLY_SET_LIB_PATH) in Makefile.
10134 * Makefile.in (SET_LIB_PATH): New variable.
10135 (REALLY_SET_LIB_PATH): New variable.
10136 ($(DO_X)): Use $(SET_LIB_PATH).
10137 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
10138 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
10139 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
10140 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
10141 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
10142 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
10143 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
10144 (install-dosrel): Likewise.
10145 (all-opcodes): Depend upon all-libiberty.
10146
10147Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
10148
10149 * config.guess (*:CYGWIN*): New
10150
10151Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10152
10153 * Makefile.in (all-target-winsup): All all-target-libiberty.
10154
10155Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10156
10157 * configure.in (noconfigdirs): Add missing # in front of comment.
10158
10159Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
10160
10161 * configure.in: add second pass to things added to noconfigdirs
10162 so *-gm-magic can exclude libgloss properly.
10163
10164Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
10165
10166 * mpw-configure (extralibs_name, rez_name): Set correctly
10167 for MWC68K compiler.
10168
10169 * mpw-README: Add more info on the necessary build tools.
10170
10171Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
10172
10173 * configure.in, config.sub: Recognize cygwin32.
10174
10175Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
10176
10177 * config.guess, config.sub: Recognize A/UX.
10178
10179Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
10180
10181 * config.sub: Merge with gcc/config.sub.
10182
10183Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
10184
10185 * mpw-build.in (do-binutils): Add build of stamps.
10186
10187Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
10188
10189 * config.sub: Add recognition for mips64vr4100*-* targets.
10190
10191Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
10192
10193 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
10194 Add creation of gconfigargs with `--enable-shared' turned on.
10195 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
10196 ($(host)-stamp-stage3-configured): Likewise.
10197 (HOLES): Add chatr and ldd.
10198 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
10199
10200Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
10201
10202 * configure: Pass --nfp to recursive configures.
10203
10204Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
10205
10206 * Makefile.in (DLLTOOL): New.
10207 (DLLTOOL_FOR_TARGET): New.
10208 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
10209 (EXTRA_TARGET_FLAGS): Ditto.
10210 (EXTRA_GCC_FLAGS): Ditto.
10211 (CONFIGURE_TARGET_MODULES): Ditto.
10212 (DO_X): Ditto.
10213 * configure: Add DLLTOOL.
10214
10215Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
10216
10217 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
10218 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
10219 mh-sco, since old workarounds no longer needed, and don't
10220 build ld, since libraries have weak symbols in COFF.
10221
10222Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
10223
10224 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
10225
10226Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
10227
10228 * configure.in: Make sure that ${CC} can be used to compile an
10229 executable.
10230
afb8d725
JM
10231Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
10232
10233 * Makefile.in (all-gdb): Depend on $(GDB_TK).
10234 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
10235 nothing depending on whether gdbtk is being built.
10236
252b5132
RH
10237Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
10238
10239 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
10240
10241Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
10242
10243 * configure.in (noconfigdirs): Put ld or gas in this early, if the
10244 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
10245
10246Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
10247
10248 * config-ml.in: Add support for
10249 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
10250 Simplify setting of multidirs from --disable-foo.
10251
10252Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
10253
10254 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
10255 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
10256 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
35590697 10257 non-empty, pass them on to the GCC make.
252b5132
RH
10258 (all-bootstrap): New rule that is like all-gcc, except it executes
10259 the GCC bootstrap rule instead of the GCC all rule.
10260
10261Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
10262
10263 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
10264
10265Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
10266
10267 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
10268 DG/UX support.
10269
10270Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
10271
10272 * config.sub (i*86*) Change [345] to [3456]
10273
10274Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
10275
10276 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
10277 --with-gnu-ld=no.
10278
10279Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
10280
10281 * config-ml.in (rs6000*, powerpc*): Add switches to control which
10282 AIX multilibs get built.
10283
10284Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
10285
10286 * configure.in (i386-win32): Don't build expect if we're not
10287 building the tcl subdir.
10288
10289Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
10290
10291 * Makefile.in: (configure-target-examples, all-target-examples):
10292 New targets, configure and build example programs.
10293
10294Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
10295
10296 * mpw-configure: If an mpw-config.in generated a file mk.sed,
10297 use it as input to sedit the generated MPW makefile.
10298 * mpw-README: Add a suggestion about Gestalt.h.
10299
10300Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
10301
10302 * config.sub: Accept *-*-ieee*.
10303
10304Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
10305
10306 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
10307 Ronald F. Guilmette <rfg@monkeys.com>.
10308
10309Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
10310
10311 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
10312 for powerpc-pe native.
10313 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
10314 (target==powerpc-pe): duplicate i386-win32 entry.
10315
10316Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
10317
10318 * configure.in (noconfigdirs): Exclude target-newlib for all versions
10319 of vxworks, not just vxworks5.1.
10320
10321Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
10322
10323 * mpw-configure: Add support for exec-prefix.
10324
10325Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
10326
10327 * config.guess: Recognize HP model 816 machines as having
10328 a PA1.1 processor.
10329
10330Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
10331
10332 * configure: Ignore new autoconf configure options.
10333
252b5132
RH
10334Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
10335
10336 * config.guess: Recognize Pentium under SCO.
10337 From Robert Lipe <robertl@arnet.com>.
10338
10339Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10340
10341 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
252b5132
RH
10342
10343Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
10344
10345 * configure.in: Don't configure gas for alpha-dec-osf*.
10346
10347Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
10348
10349 * configure.in: Default to --with-stabs for some targets for which
10350 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
10351 i[345]86*-*-unixware*.
10352
10353Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
10354
10355 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
10356 rather than basing it on the target. Simplify handling of options
10357 controlling which directories to configure. Remove extraneous
10358 slash in multi-clean target.
10359
10360Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
10361
10362 * config-ml.in: Prefix more variables with ml_ so they don't collide
10363 with configure's.
10364
10365Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
10366
10367 * configure: Don't turn -v into --v.
10368
10369Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
10370
10371 * configure.in (targargs): Fix typo.
10372
10373 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
10374
10375Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
10376
10377 * configure.in: Strip --host and --target options from
10378 CONFIG_ARGUMENTS, and always configure for --host only. Add
10379 --with-cross-host option when building with a cross-compiler.
10380 * configure: Canonicalize the arguments put into config.status by
10381 always using `=' for an option with an argument. Pass a presumed
10382 --host or --target explicitly.
10383
10384Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
10385
10386 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
10387 into general OS recognition case.
10388
10389Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
10390
10391 * configure.in (target_configdirs): add target-winsup only
10392 for win32 target systems.
10393
10394Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
10395
10396 * Makefile.in (all-target-libgloss): Depend upon
10397 configure-target-newlib, since when libgloss is built it looks to
10398 see if the newlib directory exists.
10399
10400Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
10401
10402 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
10403 cfg-ml-*.in.
10404
10405Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
10406
10407 * configure: Handle LD and LD_FOR_TARGET when configuring a
10408 Canadian Cross.
10409
252b5132
RH
10410Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
10411
10412 * configure.in (target_libs): add target-winsup.
10413 (target==i386-win32): add patch diff flex make to $noconfigdirs.
10414 (target==ppcle-pe): remove ld from $noconfigdirs.
10415
10416Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
10417
10418 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
10419 Preserve relative path names in $srcdir. Build symlink tree if
10420 configuring cross target dir and srcdir=. (= no VPATH support).
10421 (configure-target-libg++): Depend on configure-target-librx.
10422 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
10423 * config-ml.in: New file.
10424 * symlink-tree: New file.
10425 * configure: Ensure srcdir="." if that's what it is.
10426
10427Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
10428
10429 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
10430 includes and FLEX_SKELETON setting.
10431 * mpw-configure (--with-gnu-ld): New option, controls whether
10432 to use PPCLink or ld with PowerMac GCC.
10433 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
10434 * mpw-config.in: Configure grez if targeting Mac.
10435
10436 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
35590697
AJ
10437 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
10438 just macos.
252b5132
RH
10439 * configure.in: Configure grez resource compiler if targeting Mac.
10440 * Makefile.in (all-grez, install-grez): New targets.
10441
10442Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
10443
10444 * configure: CXX defaults to gcc, not g++. If we find
35590697 10445 gcc in the path, set CC to gcc -O2.
252b5132
RH
10446
10447Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
10448
10449 * configure: Default ${build} correctly. Avoid picking up extra
10450 spaces when reading CC and CXX from Makefile. When doing a
10451 Canadian Cross, use plausible default values for numerous
10452 variables.
10453 * configure.in: When doing a Canadian Cross, don't try to
10454 configure tools whose configure script can't handle it.
10455
10456Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
10457
10458 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
10459
10460Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
10461
10462 * configure: Remove dubious bug reporting address.
10463
10464Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
10465
10466 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
10467 configure script, run that instead of this directory's configure.
10468 In either case, print a message that we're configuring the sub-dir.
10469
10470Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
10471
10472 * configure.in: Before checking for the existence of various files,
10473 use sed to filter out "target-".
10474
10475Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
10476
10477 * Makefile.in (DO_X): Split rule to decrease command line length
10478 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
10479 (Philippe De Muyter).
10480
10481Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
10482
10483 * Makefile.in (all-patch): depend on all-libiberty.
10484
10485Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
10486
10487 * configure.in: If the only directory in target_configdirs which
10488 actually exists is libiberty, then set target_configdirs to empty,
10489 to avoid trying to build a target libiberty in a gas or gdb
10490 distribution.
10491
10492Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
10493
10494 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
35590697
AJ
10495 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
10496 systems.
252b5132
RH
10497
10498Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
10499
10500 * configure.in (copy_dirs): Use sys-include instead of include
10501 for --with-headers option.
10502
10503Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
10504
10505 * Makefile.in, configure.in: Make winsup builds work with
10506 new scheme.
10507
10508Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
10509
10510 * configure.in: Build the linker on AIX.
10511
10512Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
10513
10514 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
10515 where needed.
10516
10517Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
10518
10519 * Makefile.in (all-gcc): Fix typo.
10520
10521Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
10522
10523 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
10524
10525Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
10526
10527 * configure.in: Rename libFOO to target-libFOO, and xiberty
10528 to target-xiberty, to provide more flexibility.
10529 (target_subdir): Define. Create if cross.
10530 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
10531 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
10532 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
10533 check-libFOO -> check-target-libFOO, etc.
10534 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
10535 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
10536 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
10537 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
10538 allow ALL_GCC="" to only configure.
10539 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
10540 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
10541 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
10542
10543Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
10544
10545 * Makefile.in (taz): Build "info" in etc explicitly.
10546
10547Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
10548
10549 * configure.in: Make sure that CC is undefined (as opposed to
10550 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
10551 problem with autoconf trying to configure on a host without GCC.
10552
10553Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
10554
10555 * mpw-configure: Set host alias from choice of host compiler,
10556 only use generic MPW Makefile sed if present, edit a file
10557 named "hacked_Makefile.in" instead of "Makefile.in" if present.
10558 * mpw-README: Add problem notes about CW6 and CW7.
10559
10560Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
10561
10562 * Makefile.in (taz): Use ";" instead of ";;".
10563
10564Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
10565
10566 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
10567 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
10568 DISTDOCDIRS.
10569 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
10570 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
10571
10572Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
10573
10574 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
10575 and gnats, because they are now subsumed by DISTSTUFFDIRS.
10576 Move bfd to DISTSTUFFDIRS.
10577
10578Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
10579
10580 * Makefile.in (X11_LIB): Removed.
10581 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
10582
10583 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
10584
10585Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
10586
10587 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
10588 names.
10589
10590Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
10591
10592 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
10593
10594Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
10595
10596 * configure.in (i[345]86-*-win32): Always build newlib.
10597 Don't configure cvs, autoconf or texinfo.
10598 * Makefile.in (LD_FOR_TARGET): New.
10599 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
10600 Pass down LD_FOR_TARGET.
10601
10602Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
10603
10604 * winsup: New directory.
10605 * Makefile.in: Build winsup.
10606 * configure.in: Winsup is configured when target is win32.
10607 Can only build win32 target GDB when native.
35590697 10608
252b5132
RH
10609Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
10610
10611 * config.guess: Recognize HP model 819 machines as having
10612 a PA 1.1 processor.
10613
10614Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
10615
10616 * configure: Fix sed loop which substitutes for CC and CXX to
10617 avoid bug found in various sed implementations.
10618
10619Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
10620
10621 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
10622 simulator. Use standard powerpc-*-eabi*.
10623
10624Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
10625
10626 * configure.in: Stop putting gas and binutils in noconfigdirs for
10627 powerpc-*-aix* and rs6000-*-*.
10628
10629Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
10630
10631 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
10632 -mcall-aixdesc libraries.
10633
10634Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
10635
10636 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
10637
10638 * config.sub (arm | armel | armeb): Fix shell syntax.
10639
10640Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
10641
10642 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
10643 -msoft-float and -mcpu=common support.
10644 (powerpc*-*-eabisim*): Add support for building -mcall-aix
10645 libraries.
10646
10647Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
10648
10649 * configure.in: Allow configuration and build of emacs19 for the alpha.
10650
10651Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
10652
10653 * configure.in (CC): Get ^CC, not just any old CC, from
10654 ${host_makefile_frag}.
10655
10656Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
10657
35590697 10658 * configure.in (CC): Try to get CC from
252b5132
RH
10659 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
10660
10661Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
10662
10663 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
10664 only if it exists in $(srcdir).
10665
10666Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
10667
10668 * configure: If CC and CXX are not set in the environment, set
10669 them, based on either an existing Makefile or on searching for gcc
10670 in PATH. Substitute for CC and CXX in Makefile.
10671 * configure.in: Remove libm from target_libs. Separate
10672 target_configdirs from configdirs. If CC is not set in
10673 environment, try to get it from a host Makefile fragment. Rewrite
10674 changes of configdirs to use skipdirs instead. A few minor
10675 tweaks. Take directories out of target_configdirs as they are
10676 taken out of configdirs. Remove existing Makefile files from
10677 subdirectories. Substitute for TARGET_CONFIGDIRS and
10678 CONFIG_ARGUMENTS in Makefile.
10679 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
10680 by configure.in.
10681 (CONFIG_ARGUMENTS): Likewise.
10682 (CONFIGURE_TARGET_MODULES): New variable.
10683 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
10684 ($(CONFIGURE_TARGET_MODULES)): New target.
10685 (configure-libg++, configure-libio): New targets.
10686 (all-libg++): Depend upon configure-libg++.
10687 (all-libio): Depend upon configure-libio.
10688 (configure-libgloss, all-libgloss): New targets.
10689 (configure-libstdc++): New target.
10690 (all-libstdc++): Depend upon configure-libstdc++.
10691 (configure-librx, all-librx): New targets.
10692 (configure-newlib): New target.
10693 (all-newlib): Depend upon configure-newlib
10694 (configure-xiberty): New target.
10695 (all-xiberty): Depend upon configure-xiberty.
10696
10697Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
10698
10699 * configure.in (host i[345]86-*-win32): Expand the
10700 noconfigdirs again.
10701
10702Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
10703
10704 * mpw-configure: Fix sed command file name.
10705
10706Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
10707
35590697 10708 * configure.in (host i[345]86-*-win32): Reduce the
252b5132
RH
10709 noconfigdirs again.
10710
10711Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
10712
10713 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
10714 or powerpc*-*-pe*, since they are not yet supported.
10715
10716Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
10717
10718 Add PowerMac support and many other enhancements.
10719 * mpw-configure: New option --cc to select compiler to use,
10720 paste options set according to --cc into the generated
10721 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
10722 if mpw-make.sed is present.
10723 * mpw-config.in: Don't test for gC1, test for mpw-touch,
10724 add forward includes for PowerPC include files.
10725 * mpw-build.in: Build using Makefile.PPC if present.
10726 (do-byacc, etc): Remove separate version resource builds.
10727 (do-gas): Build "stamps" before "all".
10728 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
10729 * mpw-README: Update to reflect --cc option, PowerMac support,
10730 and recently-reported compatibility problems.
10731
10732Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
10733
10734 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
10735 embedded m68k systems (-aout, -coff, -elf, -vxworks).
10736 (--with-multilib-top): Pass to recursive invocations.
10737
10738Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
10739
10740 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
10741 v810-*-*.
10742
10743Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10744
10745 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
10746 gdb, ld and opcodes on v810-*-*.
10747
252b5132
RH
10748Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
10749
10750 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
10751 (local-maintainer-clean): New target.
10752 (maintainer-clean): New target.
10753 (realclean): Just depend upon maintainer-clean.
10754
10755Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10756
10757 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
10758
10759Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
10760
10761 * configure.in: Build ld in mips*-*-bsd* case.
10762
10763Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
10764
10765 * config.sub: Accept -lites* OS. From Ian Dall.
10766
10767Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
10768
10769 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
35590697 10770 targets.
252b5132
RH
10771
10772Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
10773
10774 * configure.in: treat i386-win32 canadian cross the same as
10775 i386-go32 canadian cross.
10776
10777Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
10778
10779 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
10780 running under the simulator to build a reduced set of libraries.
10781 (powerpc-*-eabiaix): Add fine grained multilib support added to
10782 other powerpc targets yesterday.
10783
10784Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
10785
10786 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
10787 -disable-softfloat, -disable-relocatable, -disable-aix, and
10788 -disable-sysv to control which multilib libraries get built.
10789
10790Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
10791
10792 * configure: Add Makefile.tem to list of files to remove in trap
10793 handler.
10794
10795Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
10796
10797 * config.guess (*Linux*): Add missing "exit"s.
10798 Also, need specific check for alpha-unknown-linux (uses COFF).
10799
10800Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
10801
10802 * config.guess: Merge with FSF:
10803
10804 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
10805 * config.guess (AIX4): More robust release numbering discovery.
10806
10807 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
10808 * config.guess (i386-sequent-ptx): Properly get version number.
10809
10810 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
10811 * config.guess (mips:*:4*:UMIPS): New case.
10812
10813Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
10814
10815 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
10816 (i386-win32 host): Likewise. Don't build readline.
10817
afb8d725
JM
10818Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
10819
10820 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
10821 SUPPORT_FILES to submakes.
10822
252b5132
RH
10823Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
10824
10825 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
10826 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
10827 mpw-configure.
10828
10829Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
10830
10831 * configure.in (appdirs): Use =, not ==, in test expression when
10832 trying to build the text to print in the warning message for
10833 Solaris users.
10834
10835Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
10836
10837 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
10838
10839Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
10840
10841 * config.guess: Recognize lynx-2.3.
10842
10843Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
10844
10845 * config.sub (z8ksim): Deleted
10846 (z8k-*-coff): New, this is the one true name of the target.
10847
10848Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
10849
10850 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
10851
10852Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
10853
10854 * config.guess (*:Linux:*:*): First try asking the linker what the
10855 default object file format is (elf, aout, or coff). Then if this
10856 fails, try previous methods.
10857
10858Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10859
10860 * configure.in: Don't build newlib for *-*-vxworks5.1.
10861
10862Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
10863
10864 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
10865 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
10866
10867Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
10868
10869 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
10870
10871Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
10872
10873 * cfg-ml-com.in: New file.
10874 * cfg-ml-pos.in: New file.
10875
10876Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
10877
10878 * COPYING.NEWLIB: Add HP free copyright to list.
10879
10880Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
10881
10882 * config.sub: Recognize -eabi* for the system, not just -eabi.
10883
10884Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
10885
10886 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
10887 * config.sub, configure.in (win32): New target and host.
10888
10889Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
10890
10891 * configure.in: Add i386-pe configuration.
10892
10893Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
10894
10895 * mpw-build.in (install): Install GDB after LD.
10896
10897Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
10898
10899 * mpw-config.in (elf/mips.h): Always forward-include, needed
10900 for GDB to build.
10901
10902Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
10903
10904 * testsuite: New directory for customer acceptance and whole tool
10905 chain tests.
10906
10907Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
10908
10909 * configure: If per-host line isn't found, but AC_OUTPUT is found
10910 and a configure script exists, run it instead.
10911
10912Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
10913
10914 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
10915
10916Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
10917
10918 * configure: Set build_{cpu,vendor,os,alias} to host values when
10919 --build isn't specified.
10920
10921Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
10922
10923 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
10924 (FLAGS_TO_PASS): Pass them.
10925 (EXTRA_TARGET_FLAGS): Ditto.
10926
252b5132
RH
10927Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
10928
10929 * Makefile.in (all-libg++): Depend on all-libstdc++.
10930
10931Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10932
10933 * configure.in (noconfigdirs): Enable all packages for
10934 i386-unknown-netbsd.
10935
10936Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
10937
10938 * configure.in (noconfigdirs): Don't configure tk for i386-go32
10939 hosted builds (DOS builds)
10940
10941Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
10942
10943 Changes for ARM based on patches from Richard Earnshaw:
10944 * config.sub: Handle armeb and armel.
10945 * configure.in: Omit arm linker only for riscix.
10946
10947Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
10948
10949 * config.guess: Update from FSF.
10950
10951Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
10952
10953 * config.sub: Recognize powerpcle as the little endian varient of
10954 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
10955 powerpcle variant. Convert pentium into i586, not i486. Add p5
10956 alias for i586. Map new x86 variants p6, k5, nexgen into i586
10957 temporarily.
10958
10959Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
10960
10961 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
10962
10963Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
10964
10965 * config.sub: Accept -lites* as a basic system type.
10966
10967Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
10968
10969 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
10970 installed, and if so return linuxoldld as the system name.
10971
10972Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
10973
10974 * config.guess: Add hppa1.1-hp-lites support.
10975
10976Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
10977
10978 * configure.in: Don't build newlib for m68k-vxworks5.1.
10979
10980Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
10981
10982 * configure.in (mips-sgi-irix6): Use mh-irix5.
10983
10984Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
10985
10986 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
10987
10988Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
10989
10990 * test-build.mk: Enable building of shared libraries on IRIX 5 and
80413487 10991 OSF/1. Fix compiler flags.
252b5132
RH
10992 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
10993
10994Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
10995
10996 * configure.in: Recognize --with-newlib.
10997 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
10998
afb8d725
JM
10999Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11000
11001 * Makefile.in: move {all,check,install}-gdb from *_MODULES
11002 to *_X11_MODULES due to gdbtk needing X include files et al.
11003
252b5132
RH
11004Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
11005
11006 Merge in support for Mac MPW as a host.
11007 (Old change descriptions retained for informational value.)
11008
11009 * mpw-config.in: Add generic include forwards for cpu-specific
11010 include files in aout and elf directories.
11011
11012 * mpw-configure: Added copyright.
11013 * mpw-config.in: Check for presence of required build tools.
11014 (target_libs): Add newlib.
11015 (target_tools): Add examples.
11016 (Read Me): Generate as "Read Me for MPW" instead.
11017 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
11018 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
11019 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
11020
11021 * mpw-configure: Remove subdir-specific makefile hackery,
11022 delete mk.tmp after using it.
11023
11024 * mpw-build.in (all): Display start and end times.
11025
11026 * mpw-configure (host_canonical): Set.
11027 (target_cpu): Always add to makefiles.
11028 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
11029 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
11030 (mpw-mh-mpw): Look for in srcdir and srcroot.
11031 Use sed instead of mpw-edit-prefix to edit prefix definitions.
11032
11033 * mpw-build.in: (install-only): New target.
11034
11035 * mpw-configure (host_alias, target_alias): Rename from hostalias
11036 and targetalias, add into generated Makefile.
11037 (mk.tmp): If present, add into generated Makefile.
11038 * mpw-build.in (all-gas): Build config.h first before gas proper.
11039
11040 * mpw-configure (config.status): Write only if changed.
11041 * mpw-config.in (readline): Configure it (not built, just used for
11042 definitions).
11043
11044 * mpw-config.in (elf/mips.h): Add a forward include.
11045
11046 * mpw-config.in: Forward-include most .h files in include into
11047 extra-include.
11048 (readline): Don't build.
11049 mpw-build.in (install): Install GDB.
11050
11051 * mpw-configure (prefix, mpw_prefix): Handle it.
11052 * mpw-config.in (mmalloc, readline): Don't configure.
11053 * mpw-build.in (thisscript): Rename to ThisScript.
11054 Use mpw-build instead of BuildProgram everywhere.
11055 (mmalloc, readline): Don't build.
11056 * mpw-README: New file, basic documentation about the MPW port.
11057
11058 * mpw-config.in: Use forward-include to create include files.
11059
11060 * mpw-configure: Add more things to the top of each configured
11061 Makefile, including contents of config/mpw-mh-mpw.
11062 * mpw-config.in (extra-include): Create this directory and fill it
11063 with Posix-like include files when configuring.
11064
11065 * config.sub (apple, mac, mpw): Add various aliases.
11066
11067 * mpw-build.in: New file, top-level build script fragment for MPW.
11068 * mpw-configure: New file, configure script for MPW.
11069 * mpw-config.in: New file, config fragment for MPW.
11070
11071Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11072
11073 * configure.in (host_libs): Remove glob, since it is gone from the
11074 sources.
11075
11076Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11077
11078 * Makefile.in: define empty GDB_NLM_DEPS var.
11079
11080 * configure.in(target_makefile_frag): use config/mt-netware
11081 for netware targets.
11082
11083Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
11084
11085 * config.sub: Merge in recent FSF changes. Remove linux special
11086 cases.
11087
11088Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11089
4bddf3ad 11090 Revert this change:
252b5132
RH
11091
11092 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
11093
11094 * build-all.mk: Use CC=cc -Xs on Solaris.
11095
252b5132
RH
11096Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11097
11098 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
11099 stop using it.
11100 * Makefile.in: Nuke all references to glob subdirectory.
11101
11102Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
11103
11104 * configure.in: Fix --enable-shared logic in per-host.
11105
11106Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
11107
11108 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
11109
11110Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11111
11112 * configure.in (noconfigdirs): Don't build gas on AIX, for
11113 powerpc*-*-aix* as well as for rs6000*-*-aix*.
11114
11115Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
11116
11117 * configure: Fix --cache-file to work if the file argument is a
11118 relative path.
11119
11120Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
11121
11122 * configure: If the --cache-file is used, pass it down to
11123 configure in subdirectories.
11124
11125Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
11126
11127 * config.sub: add vxworks29k configuration.
11128
11129Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
11130
11131 * Makefile.in (taz): Do "diststuff" part quietly.
11132
11133Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
11134
11135 * config.sub: Mini-merge with gcc/config.sub.
11136
11137Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11138
11139 * config.guess (IRIX): Sed - to _.
11140
11141Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11142
11143 * Makefile.in (source-vault, binary-vault): New targets.
11144
11145Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
11146
11147 * config.sub: Recognize -eabi as a basic system type.
11148
11149Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
11150
11151 * configure.in (enable_shared stuff): Fix typo.
11152
11153Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
11154
11155 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
11156
11157Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
11158
11159 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
11160
11161Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
11162
11163 * configure.in (rs6000-*-*): Don't build gas.
11164
11165Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
11166
11167 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
11168 reduce command line length.
11169 (AS_FOR_TARGET): Check for as.new, not Makefile.
11170 (NM_FOR_TARGET): Check for nm.new, not Makefile.
11171
11172Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
11173
11174 * config.guess: Merge from FSF.
11175
11176Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
11177
11178 * configure: Don't use $ when handling program_suffix.
11179
11180Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
11181
11182 * configure.in: Configure tk for hppa/hpux.
11183
11184Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
11185
11186 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
11187
11188Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
11189
11190 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
11191 to LIBCXXFLAGS. Tests are better run without it.
11192
11193Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
11194
11195 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
11196
11197Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
11198
11199 * configure.in (*-*-netware*): Don't configure xiberty.
11200
11201Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
11202
11203 * configure.in: Remove tk from native_only list.
11204
11205Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
11206
11207 * build-all.mk: Add mips-ncd-elf target to sun4 targets
11208 for special NCD build.
11209
11210Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
11211
11212 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
11213 makeall.bat, they're only useful for binutils snapshots.
11214 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
11215 makeall.bat to specified SUPPORT_FILES.
11216
11217Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
11218
11219 * build-all.mk: Add Ericsson targets to sun4 and solaris
11220 hosts. Add BNR's sun4 target to solaris host, so their
11221 build-from-source will be tested in-house first.
11222
11223Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
11224
11225 * Makefile.in (LIBCFLAGS): New variable.
11226 (CFLAGS_FOR_TARGET): Ditto.
11227 (LIBCFLAGS_FOR_TARGET): Ditto.
11228 (LIBCXXFLAGS): Ditto.
11229 (CXXFLAGS_FOR_TARGET): Ditto.
11230 (LIBCXXFLAGS_FOR_TARGET): Ditto.
11231 (BASE_FLAGS_TO_PASS): Pass them.
11232 (EXTRA_TARGET_FLAGS): Ditto.
11233
4bddf3ad 11234 * configure.in: Support --enable-shared.
252b5132
RH
11235
11236Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
11237
11238 * configure.in (target_libs): Include libstdc++ again.
11239 * config.guess: Update from FSF (for FreeBSD).
11240
11241Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
11242
11243 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
11244 makeall.bat.
11245 (DISTDOCDIRS): Add `etc'.
11246 (ETC_SUPPORT_PFX): New variable.
11247 (taz): Include anything from etc starting with a word in
11248 ETC_SUPPORT_PFX.
11249
11250Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
11251
11252 * config.sub: Update for recent FSF changes. Remove obsolete
11253 h8300hds entry. Add -windows* and -osx as basic os. Minor
11254 spacing changes.
11255
11256Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
11257
11258 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
11259
11260 * config.guess: Merge with FSF.
11261 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
11262
11263Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
11264
11265 * configure: Since the "trap 0" handler will override the exit
11266 status on many systems, only use it for "exit 1", and make it set
11267 a non-zero exit status; reset it before "exit 0". Also, check
11268 exit status of config.sub, and error out if it failed.
11269
11270Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
11271
11272 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
11273 and install libgloss.
11274
11275Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
11276
11277 * Makefile.in (all-binutils): Depend upon all-byacc.
11278
11279 * configure.in: Don't build emacs on Irix 5.
11280
11281Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11282
11283 * configure.in (*-*-netware*): Add libio.
11284
11285Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
11286
11287 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
11288 (CHECK_TARGET_MODULES): Ditto.
11289 (INSTALL_TARGET_MODULES): Ditto.
11290 (TARGET_LIBS): Ditto.
11291 (all-libstdc++): Note dependencies.
11292
11293Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
11294
11295 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
11296
11297Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
11298
11299 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
11300 -fexternal-templates.
11301
11302 * configure.in (target_libs): Add libstdc++.
11303 (noconfigdirs): Add libstdc++ as appropriate.
11304
11305Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
11306
11307 * config.guess: Update from FSF.
11308
11309Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
11310
11311 * configure: Use ${config_shell} when running ${configsub}.
11312
11313Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
11314
11315 * config.sub: No longer recognize h8300h.
11316
11317Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
11318
11319 * config.sub: Remove extraneous differences between config.sub and
11320 gcc/config.sub.
11321
11322Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
11323
11324 * Makefile.in (DISTSTUFFDIRS): Add gas.
11325
11326Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
11327
11328 * COPYING.NEWLIB: New file.
11329
11330Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
11331
11332 * config.guess (HP-UX): Patch from Harlan Stenn
11333 <harlan@landmark.com> to also emit release level.
11334
11335Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
11336
11337 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
11338
11339Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
11340
11341 * config.sub: Merge nextstep cleanup from FSF.
11342
11343Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
11344
11345 * configure.in (arm-*-*): Don't configure ld for this target.
11346
11347Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11348
11349 * configure.in (*-*-netware): don't configure libg++, libio,
11350 librx, or newlib.
11351
11352Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
11353
11354 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
11355 configure ld--it works, but it doesn't support shared libraries.
11356
11357Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
11358
11359 * config.guess (*-unknown-freebsd*): Get rid of possible
11360 trailing "(Release)" in version string.
11361 Patch from Paul Richards <paul@isl.cf.ac.uk>.
11362
11363Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
11364
11365 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
11366 Fix type: *-next-neststep -> *-next-nextstep.
11367
11368 * config.guess: Merge from FSF:
11369
11370 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
11371
11372 * config.guess: Recognize powerpc-ibm-aix3.2.5.
11373
11374 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
11375
11376 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
11377 instead of UNIX_SV for UnixWare 1.0).
11378
11379Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
11380
11381 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
11382 to make gdb/nlm/* build after the compiler and linker.
11383
11384Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
11385
11386 * config.guess (netbsd, freebsd, linux): Accept any machine,
11387 not just i[34]86.
11388 (m68k-atari-sysv4): Relocate to match FSF version.
11389
11390 * config.guess: More merges from the FSF:
11391
11392 Add a space before function call or macro invocation.
11393
11394 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11395
11396 * config.guess: Add trap cmd to remove dummy.c and dummy when
11397 interrupted.
11398
11399 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11400
11401 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
11402 (dummy): Redirect stderr from compilation of dummy.c.
11403
11404 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
11405
11406 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
11407
11408Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
11409
11410 * configure: Accept and ignore --cache*, for compatibility with
11411 new autoconf.
11412
11413Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
11414
11415 * config.guess: Merge from FSF:
11416
11417 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11418
11419 * config.guess (Pyramid*:OSx*:*:*): New case.
80413487
RH
11420 (PATH): Add /.attbin at end for finding uname.
11421 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
252b5132
RH
11422
11423 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
11424
80413487 11425 * config.guess (M88*:DolphinOS:*:*): New case.
252b5132
RH
11426
11427 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
11428
80413487
RH
11429 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
11430 to select whether to use ELF or COFF.
252b5132
RH
11431
11432 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11433
80413487 11434 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
252b5132
RH
11435
11436 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11437
11438 * config.guess: Guess the OS version for HPUX.
11439
11440 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
11441
11442 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
11443
11444Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
11445
11446 * configure.in: Recognize --with-headers, --with-libs, and
11447 --without-newlib.
11448 * Makefile.in (all-xiberty): Depend upon all-ld.
11449
11450Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
11451
11452 * configure.in: Change i[34]86 to i[345]86.
11453
11454Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
11455
11456 * configure (version): A few more tweaks to help message.
11457
11458Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
11459
11460 * Makefile.in: Remove (for now) librx as a host library,
11461 now that we're building it for target.
11462
11463Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
11464
11465 * configure: Fix up help message; from karl@owl.hq.ileaf.com
11466 (Karl Berry).
11467
11468Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
11469
11470 * configure.in: Also configure librx.
11471
11472Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
11473
11474 * Makefile.in: Update various rules to reflect that librx
11475 is now needed for libg++.
11476
11477Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
11478
11479 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
11480
11481Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
11482
11483 * configure.in: Configure the examples directory.
11484
11485Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
11486
11487 * configure: Simplify Jun 2 1994 change.
11488
11489Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
11490
11491 * change CC to /usr/latest/bin/gcc for lynx host builds, since
11492 /bin/gcc isn't good enough to build gcc.
11493
11494Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
11495
11496 * Makefile.in (GDB_SUPPORT_FILES): Remove
11497 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
11498 (gdb.tar.gz): Add new rule to use standard distribution building
11499 mechanism.
11500
11501Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11502
11503 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
11504 Bill Cox <bill@cygnus.com>.
11505
11506Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
11507
11508 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
11509
11510Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
11511
11512 * configure: Search current dir first in .gdbinit.
11513
11514Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
11515
11516 * config.sub: Recognize freebsd (merged from gcc config.sub).
11517
11518Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
11519
11520 * config.sub: Refer to NeXT's operating system as nextstep.
11521
11522 * config.sub (case $basic_machine): Re-order the cases, to match
11523 the order in the FSF version (which is mostly alphabethical).
11524 Merge in some additions and changes from the FSF.
11525
11526Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
11527
11528 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
11529 * config.sub: Recognize cxux7.
11530 * configure.in: Use mh-cxux for m88k-harris-cxux*.
11531
11532Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
11533
11534 * config.sub: Fix typo powerpc -> powerpc-*.
11535
11536Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
11537
11538 * Makefile.in: `all-emacs19' depends on `all-byacc'.
11539
11540 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
11541 parallel with all-emacs and install-emacs). Top-level command
11542 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
11543
11544Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
11545
11546 * test-build.mk ($(host)-stamp-stage2-installed): Remove
11547 $(relbindir)/make before doing ``make install'', and use
11548 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
11549 installing over running make binary.
11550 ($(host)-stamp-stage3-installed): Likewise.
11551
11552Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11553
11554 * config.guess: Recognize Mach.
11555
11556Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
11557
11558 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
11559 see whether --exec-prefix was used.
11560
11561Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
11562
11563 * README: Explicitly mention libg++/README. (Zoo's idea.)
11564
11565Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11566
11567 * Makefile.in: Add all-librx target similar to all-libproc.
11568
11569Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
11570
11571 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
11572 with post 1.2 uname bogosity.
11573
11574Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11575
11576 * configure: Remove temporary files on receipt of a signal.
11577
11578Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
11579
11580 * configure: If there is a package_makefile_frag, remove
11581 ${subdir}/Makefile.tem after copying it in.
11582
11583Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
11584
11585 * build_all.mk: support rs6000 lynx identifies itself as
11586 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
11587 since /bin/gcc is too feeble to compile a modern gcc.
11588
11589Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
11590
11591 * brought devo/test-build.mk update-to-date with progressive/
11592 test-build.mk. Add lynx targets and hppa flag info.
11593
11594Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
11595
11596 * configure.in: Use mh-ncrsvr43. Patch from
11597 Tom McConnell <tmcconne@sedona.intel.com>.
11598
11599Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
11600
11601 * config.guess (i386-unknown-bsdi): No longer need to
11602 check #if defined(__bsdi__) && defined(__i386__).
11603
11604Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11605
11606 * configure: Set program_transform_nameoption correctly.
11607
11608Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
11609
11610 * brought build-all.mk update-to-date with progressive build-all.mk,
11611 added new targets and hppa info.
35590697 11612
252b5132
RH
11613Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11614
11615 * configure: If config.guess result is a prefix of the user
11616 specified target, assume a native build and use the user specified
11617 target as the host alias. Remove SunOS patch suffix removal hack.
11618 * configure.in: Remove SunOS patch suffix removal hack.
11619
11620 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
11621 in NATIVE_CHECK_MODULES.
11622
11623Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
11624
11625 * Makefile.in: Rename HOST_ONLY to NATIVE.
11626 * configure: Delete SunOs patch suffix from host_canonical
11627 and build_canonical variables that are prepended to Makefiles.
11628 * configure.in: Add comments for easier maintenance.
11629
11630Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11631
11632 * Makefile.in: Add all-libproc target similar to all-gui.
11633
11634Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
11635
11636 * Makefile.in (CHECK_MODULES): split into
11637 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
11638
11639Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
11640
11641 * config.guess (i386-unknown-bsdi): New system to guess.
11642
11643Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11644
11645 * Makefile.in: Add all-gui target (but not yet build by "all").
11646
11647Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
11648
11649 * config.sub: Move deletion of patch suffix from here...
11650 * configure.in: To here, at Ian's suggestion. The top-
11651 level scripts might need to know of a patch level.
11652
11653Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
11654
11655 * config.sub: Strip off patch suffix so rtl is recognized
11656 as a sunos4.1.3 machine, even though it's been patched.
11657
11658Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
11659
11660 * Makefile.in (INSTALL_LAST): Delete.
11661 (INSTALL_DOSREL): New.
11662
11663Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11664
11665 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
11666 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
11667 whether we pass down --with-gnu-ld anyhow.
11668
11669Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
11670
11671 * Makefile.in (INSTALL_LAST): Change operation so it works
11672 on more flavors of make.
11673 * configure.in (go32): Don't build libg++ or libio.
11674
11675Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
11676
11677 * Makefile.in (Move HOST_PREFIX_1 and friends up so
11678 they can be overriden by templates.
11679
11680Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
11681
11682 * configure.in (target==go32): Don't build gdb.
11683 * dosrel: New directory.
11684
11685Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
11686
11687 * configure.in (host==go32): Configure dosrel too.
11688 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
11689 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
11690 be set by incoming names or templates.
11691 (INSTALL_LAST): New rule.
252b5132
RH
11692
11693Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
11694
11695 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
11696
11697Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
11698
252b5132
RH
11699 * configure.in (appdirs): New variable. Currently empty, but will
11700 be used in gas distribution. If nonempty, lists a set of
11701 directories at least one of which must get configured, or top
11702 level configuration is considered to have failed.
11703 (rs6000-*-lynxos*): Use new file name.
11704
11705Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11706
11707 Eliminate XTRAFLAGS.
11708 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
11709 newlib include files using -idirafter, and also use -nostdinc.
11710 (CXX_FOR_TARGET): Likewise.
11711 (XTRAFLAGS): Removed.
11712 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
11713 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
11714 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
11715 ($(DO_X)): Don't pass down XTRAFLAGS.
11716
11717Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
11718
11719 * configure.in (mips*-dec-bsd*): New target; do build linker.
11720 (mips*-*-bsd*): New target; don't build linker.
11721
11722Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
11723
11724 * configure.in: support rs6000-*-lynxos* configuration.
11725 support sunos4 as a cross target.
11726
11727 * config.sub: look for lynx*, not lynx since the OS version may
11728 legitimately be part of the name.
11729
11730Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
11731
11732 * configure.in (i[34]86-*-sco*): Move to be with other i386
11733 targets.
11734 (romp-*-*): New target. Skip various binary utilities.
11735 (vax-*-*): New target. Don't build newlib.
11736 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
11737
11738Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
11739
11740 * configure.in: Only set host_makefile_frag if config
11741 directory exists.
11742
11743Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
11744
11745 * install.sh: If $dstdir exists, don't check whether each
11746 component does.
11747
11748Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11749
11750 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
11751
11752Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
11753
35590697
AJ
11754 * configure.in (*-*-lynxos*): Don't configure newlib for either
11755 native or cross Lynx.
252b5132
RH
11756
11757Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
11758
11759 * config.sub (sparc64-elf): Fix os.
11760 (z8k): Remove duplicate.
11761
11762Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11763
11764 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
11765 gcc/stmp-fixproto, to try to prevent fixproto from being run.
11766
11767Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
11768
11769 * configure: Make file links cleanly even if Lynx fails on
80413487 11770 an NFS symlink (at least fail cleanly).
252b5132
RH
11771
11772Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
11773
11774 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
11775 -XNh2000.
11776
11777Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
11778
11779 * configure: Unknown options are fatal again.
11780
11781Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
11782
11783 * configure: Ignore --x-includes and --x-libraries, for Autoconf
35590697 11784 compatibility.
252b5132
RH
11785
11786Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
11787
11788 * build-all.mk: Add `clean' target.
11789
11790Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11791
11792 * config.guess: Add SINIX support.
11793 * configure.in: Add mips-*-sysv4* support.
11794
11795Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
11796
11797 * build-all.mk: Document all useful targets.
11798 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
11799 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
11800
11801Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
11802
11803 * configure: Support --silent, --quiet.
11804
11805Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
11806
11807 * configure: Support --disable-FEATURE.
11808
11809Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11810
11811 * config.guess: Recognize NCR running SVR4.3.
11812
11813Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
11814
11815 * config.guess: Make BSDI generate i386-unknown-bsd386.
11816 Patch from Paul Eggert <eggert@twinsun.com>.
11817
11818Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11819
11820 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
11821
11822Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
11823
11824 * configure: Make unrecognized options give nonfatal warnings
11825 instead of fatal errors, and pass them to any subdirectory
11826 configures in case they recognize them.
11827 Make --x equivalent to --with-x.
11828
11829Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
11830
11831 * configure: Add --enable-* options. Clean up usage message and
11832 some comments.
11833
11834Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
11835
11836 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
11837
11838Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11839
11840 * configure.in (hppa*-*-*): Enable binutils.
11841
11842Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11843
11844 * config.sub: Recognize cisco.
11845
11846Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
11847
11848 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
11849
11850Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11851
11852 * config.guess: about target *-hitachi-hiuxwe2, don't print more
11853 than one configuration name. Add comment.
11854
11855Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
11856
11857 * config.guess: about target *-hitachi-hiuxwe2, fixed
11858 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
11859 macro is incorrect.]
11860
11861Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11862
11863 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
11864 than the "make ls" stuff which used to be here.
11865
11866Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
11867
11868 * config.guess: Recognize i[34]86-unknown-freebsd.
11869 From Shawn M Carey <smcarey@rodan.syr.edu>.
11870
11871Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
11872
11873 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
11874
11875Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11876
11877 * config.guess: Check for ptx.
11878
11879Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
11880
11881 * config.sub: Add os9k checking.
11882
11883Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11884
11885 * config.guess: Handle OSF1 running on HPPA processors
11886
11887Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
11888
11889 * configure: If subdir configure fails, print out a message with
11890 subdirectory name, in case subdir's configure code didn't identify
11891 itself.
11892
11893Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
11894
11895 * configure.in: Remove embedded newlines from configdirs.
11896 Avoid mismatches of substrings. Fix matching strings at end
11897 of configdirs.
11898
11899Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
11900
11901 * config.guess: Add Lynx/rs6000 config support.
11902
11903Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
11904
11905 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
11906
11907Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
11908
11909 * configure.in (hppa*-*-osf*): Treat this just like most other
11910 PA configurations (eg no binutils or ld).
11911 (hppa*-*-*elf*): These configurations have binutils and ld.
11912
11913Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11914
11915 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
11916
11917Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11918
11919 * configure.in (rs6000-*-*): Build gas.
11920
11921Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11922
80413487 11923 * Makefile.in: Avoid bug in losing hpux sed.
252b5132
RH
11924
11925Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11926
11927 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
11928 for GDB and GDB has been fixed to not need it.
11929
252b5132
RH
11930Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
11931
11932 * config.guess: Recognize vax hosts.
11933
11934Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
11935
11936 * configure (while loop): Don't use "break 2" inside case
11937 statement -- the case statement isn't an enclosing loop.
11938
11939Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
11940
11941 * config.guess: Clean up NeXT support, to allow nextstep
11942 on Intel machines. Make OS be nextstep.
11943
11944Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
11945
11946 * config.guess: Add alternate forms for Convex.
11947
11948Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
11949
11950 * configure: Completely rewrite option processing. Take
11951 advantage of pattern-matching to avoid invoking test frequently.
11952 Also clean up host and target defaulting logic.
11953
11954Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
11955
11956 * Makefile.in: Replace all occurrances of "rootme" with "r" and
11957 "$${rootme}" with "$$r", to increase the likelihood that the do-*
11958 commands (plus user environment) will fit SCO limits.
11959
11960Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11961
11962 * configure.in: Don't issue warnings about directories which are
11963 not being configured if -norecursion is set. Correct test for
11964 --with-gnu-as and --with-gnu-ld to not get confused by substring
11965 matches.
11966
11967 * configure.in: Don't build gas for alpha-dec-osf1*.
11968
11969Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
11970
11971 * configure: Back out Per's change of 12/19/1993. It changes the
11972 behavior of configure in unexpected and confusing ways.
11973
11974 Also, use different delim char when calculating
11975 program_transform_name so that the name can contain slashes.
11976
11977Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
11978
11979 * configure.in, config.sub: Add support for VSTa micro-kernel.
11980
11981Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
11982
11983 * configure.in: Nuke hacks which were used to get a special
11984 version of GAS for HPPA configurations.
11985
11986Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
11987
11988 * configure: If only ${target_alias} is given, use that
11989 as the default for ${host_alias}.
11990 * configure: Add missing back-slashes before nested quotes.
11991
11992Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
11993
11994 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
11995
11996Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
11997
11998 * config.guess: Recognize some Tektronix configurations.
11999 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
12000
12001Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
12002
12003 * config.sub: Match any flavor of SH.
12004
12005Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
12006
12007 * configure.in: Don't try to configure newlib for Alpha.
12008
12009Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12010
12011 * configure.in: Don't build ld for Irix 5. Don't build gas,
12012 libg++ or libio for any Alpha target.
12013
12014 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
252b5132
RH
12015
12016Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
12017
12018 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
12019 default arguments -- so it tried to compress itself.
12020
12021Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
12022
12023 * configure.in (notsupp): ensure that a space is always at the end
12024 of the configdirs list, since the grep checks for an explicit space
12025
12026Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12027
12028 * configure.in (target i386-sysv4.2): don't build ld, since static
12029 versions of many libraries are not available.
12030
12031Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12032
12033 * config.guess: Recognize Apollos (using environment variables).
12034 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
12035
12036Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12037
12038 * config.guess: Recognize Sony news mips running newsos.
12039
12040Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
12041
12042 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
12043 "fi ; else" for bash.
12044
12045Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
12046
12047 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
12048
12049Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
12050
12051 * config.sub: accept unixware as an alias for svr4.2.
12052 Fix some inconsistancies with the gcc version.
12053
12054Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12055
12056 * Makefile.in (DISTDOCDIRS): Add gdb.
12057
12058Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
12059
12060 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
12061
12062Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
12063
12064 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
12065 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
12066 this now.
12067
12068Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12069
12070 * config.sub: Accept hiux* as an OS name.
12071
12072 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
12073 etc/make-stds.texi. The underscore came from gcc, and dje now
12074 agrees that RUNTESTFLAGS is the correct name.
12075
12076Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
12077
12078 * install.sh: Remove 'set -e'. It makes any conditionals
12079 in the script useless.
12080
12081 * config.guess: Automatically recognize arm-acorn-riscix
12082 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
12083
12084Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
12085
12086 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
12087
12088Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
12089
12090 * Makefile.in (DISTDOCDIRS): New variable.
12091 (taz): Edit local Makefile.in sooner, instead of proto-toplev
35590697 12092 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
252b5132
RH
12093
12094Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12095
12096 * configure.in (hppa target): check the source directory for the
12097 pagas sub-directory
12098
12099Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
12100
12101 * config.sub: Allow -aout* and -elf*.
12102
12103Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
12104
12105 * configure.in: Don't build ld on i386-solaris2, same as for
12106 sparc-solaris2.
12107
12108Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
12109
12110 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
12111
12112Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12113
12114 * configure.in: Configure gdb for alpha.
12115
12116Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12117
12118 * Makefile.in (CXXFLAGS): Add -O.
12119
12120Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12121
12122 * config.guess: added support for DG Aviion
12123
12124Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
12125
12126 * configure.in: Produce warning message for subdirectories not
12127 configurable for this host/target combination. Don't try to
12128 configure gdb for vms.
12129
12130Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
12131
12132 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
12133 appropriate files before making "diststuff".
12134 (DISTBISONFILES): New var: list of files to be edited.
12135 (DISTSTUFFDIRS): Add binutils.
12136
12137Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12138
12139 * config.sub: also handle mipsel and mips64el (for little endian mips)
12140
12141Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12142
12143 * configure.in: Add * to end of all OS names.
12144
12145Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
12146
12147 * configure.in: Build newlib for LynxOS native.
12148
12149Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12150
12151 * config.guess: Add support for delta 88k running SVR3.
12152
12153 * configure.in: Add comment about HP compiler vs. emacs.
12154
12155Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12156
12157 * configure.in: don't build ld on solaris2 (not a viable option
12158 due to bugs in getpwnam & getpwuid)
12159
12160Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
12161
12162 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
12163 config.guess will produce a full version number.
12164
12165Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12166
12167 * configure.in: Build linker and binutils for alpha-dec-osf1.
12168
12169Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12170
12171 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
12172 and gdb/testsuite/Makefile.in.
12173
12174Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12175
12176 * configure.in: recognize mips*- instead of mips-
12177
12178Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
12179
12180 * config.sub: Accept linux*coff and linux*elf as operating
12181 systems.
12182
12183Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12184
12185 * config.sub: Recognize mips64, and mips3 as an alias for it.
12186
12187Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12188
12189 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
12190 gdb knows how to handle OSF/1 shared libraries.
12191
12192Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12193
12194 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
12195 * config.guess: Recognize Hitachi's HIUX.
12196 * config.sub: Recognize h3050r* and hppahitachi.
12197 Remove redundant cases for hp9k[23]*.
12198
12199Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12200
12201 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
12202 if gas and ld are in the source tree and are in ${configdirs}.
12203 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
ba73c63f 12204 --with options (but still pass them down on the command line,
252b5132
RH
12205 if they were explicitly specified).
12206
12207Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12208
12209 * configure: substitute SHELL value in Makefile.in with
12210 ${CONFIG_SHELL}
12211
12212Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12213
12214 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
12215 *-*-solaris2* targets.
12216
12217Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12218
12219 * Makefile.in: define M4, and pass it down to sub-makes;
12220 all-autoconf now depends on all-m4
12221
12222Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12223
12224 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
12225 presence of {ar,ranlib} instead of a configured directory
12226
12227Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
12228
12229 * config.guess: Accept 34?? as well as 33?? for NCR.
12230
12231Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12232
12233 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
12234 of 'gas' in sed commands, since 'gash' is now in the tree as well.
12235
12236Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12237
12238 * configure: grab values for $(CC) and $(CXX) from the
12239 environment, so that someone can do "CC=gcc configure; make" and
12240 have it work right (matching the way that autoconf works now)
12241
12242 * configure.in, Makefile.in: add support for gash, the tcl
12243 interface to Galaxy
12244
12245 * config.guess: add NetBSD variants (hp300, x86)
12246
12247Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
12248
12249 * install.sh: Support -d option (in the manner of SunOS 4 install,
12250 as it is more deterministic than that of GNU install)
12251 (chmodcmd): Set file to mode 755 by default (should also do default
12252 chgrp and chown, but I don't feel like dealing with that now)
12253
12254Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
12255
12256 * config.sub: Remove h8300hhms alias.
12257
12258Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12259
12260 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
12261
12262Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12263
12264 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
12265 as stmp-fixinc
12266
12267Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
12268
12269 * config.sub: recognize m88110-bug-coff.
12270
12271Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12272
12273 * Makefile.in (all-libio): all dependencies on the toolchain used
12274 to build this (gcc, gas, ld, etc)
12275
12276Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12277
12278 * config.guess: Deal with OSF/1 1.3 on alpha.
12279
12280Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12281
12282 * install.sh: add some 'else true' clauses for portability
12283
12284 * configure.in: don't build libio for h8[35]00-*-* targets
12285
12286Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
12287
12288 * Makefile.in: Add support for new libio.
12289
12290Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12291
12292 * install.sh: If one command fails, don't try the rest. Don't try
12293 to remove $dsttmp (via trap) unless we have already created it.
12294 If $src doesn't exist, detect it and exit with an error.
12295
12296 * config.guess: Recognize BSD on hp300.
12297
12298Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
12299
12300 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
12301 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
12302
12303Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
12304
12305 * Makefile.in (all-send-pr): depends on all-prms
12306
12307Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12308
12309 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
12310
12311Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12312
12313 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
12314 Added test for mips-mips-riscos5.
12315
12316Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12317
12318 * configure.in: use mh-hp300 for 68k HP hosts
12319
12320Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12321
12322 * configure: add support for CONFIG_SHELL, so that you can use
12323 some alternate shell for evaluating configure scripts
12324
12325Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
12326
12327 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
12328 in configure script to bug-gdb@prep.ai.mit.edu when building
12329 distribution archive.
12330 * Makefile.in (COMPRESS): Remove def.
12331 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
12332 gdb.tar.Z and make-gdb.tar.Z respectively.
12333 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
12334 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
12335 to convergence with 'taz' target in Makefile.in.
12336
12337Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12338
12339 * install.sh (dsttmp): use trap to ensure that tmp files go
12340 away on error conditions
12341
12342Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12343
12344 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
12345
12346Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12347
12348 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
12349 its parent is '/' not ''.
12350
12351 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
12352
12353Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
12354
12355 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
12356 that ${newsrcdir}/configure.in does.
12357
12358Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12359
12360 * test-build.mk: support for CONFIG_SHELL
12361
12362Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
12363
12364 * config.sub (netware): Add as a basic system type.
12365
12366Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
12367
12368 * Makefile.in (Makefile): depend on configure.in. Also drop the
12369 $(srcdir)/ from the dependency on Makefile.in.
12370
12371Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
12372
12373 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
12374 (h8300hhms is temporary until multi-libraries are implemented).
12375 * configure.in: Handle h8300h too.
12376
12377Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12378
12379 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
12380
12381Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
12382
12383 * configure: Remove extraneous output when guessing host type.
12384 * config.guess: Remove extraneous output when guessing using C
12385 compiler rather than uname, or when guessing fails.
12386
12387Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
12388
12389 * Makefile.in: remove all.cross and install.cross targets
12390
12391 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
12392 definitions
12393
12394Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
12395
12396 * configure.in (target sh): Build gprof.
12397
12398Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12399
12400 * config.sub: change -solaris to -solaris2
12401
12402Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12403
12404 * configure.in: Use config/mh-riscos for mips-*-sysv*.
12405
12406Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
12407
12408 * configure: Correct error message for missing Makefile.in to
12409 print correct directory.
12410
12411Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12412
12413 * install.sh: kludge around 386BSD shell bug
12414
12415Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
12416
12417 * config.guess: Recognize NeXT.
12418 * config.guess: Recognize i486-ncr-sysv4.
12419 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
12420
12421Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
12422
12423 * Makefile.in (MAKEINFOFLAGS): New variable.
12424 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
12425 * build-all.mk, test-build.mk: Pass down --no-split as
12426 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
12427
12428Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
12429
12430 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
12431
12432Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
12433
12434 * Makefile.in (libg++.tar.z): New rule.
12435 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
12436 * Makefile.in (taz): Only do a single chmod.
12437
12438Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
12439
12440 * install.sh: don't use dirname anymore (replaced with sed usage)
12441
12442Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
12443
12444 * Makefile.in: Change extension for gzip'd files from '.z' to
12445 '.gz' per new FSF standard usage.
12446
12447Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
12448
12449 * configure: put quotes around the final value of program_transform_name
12450
12451Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12452
12453 * Makefile.in: new install.sh support; update install-info rules
12454
12455Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
12456
12457 * configure.in: Build diff for crosses, but not for go32 host.
12458
12459 * configure.in: Build gprof only for native, and don't build it
12460 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
12461
12462Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
12463
12464 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
12465
12466Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
12467
12468 * configure.in (host_tools): Add prms.
12469
12470Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12471
12472 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
12473 with $(FLAGS_TO_PASS) on the command line
12474
12475 * config.sub: Recognize lynx and lynxos
12476
12477Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
12478
12479 * config.sub: Accept -ecoff*, not just -ecoff.
12480
12481Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
12482
12483 * Makefile.in (taz): Use .gz suffix instead of .z.
12484 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
12485 names.
12486
12487Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12488
12489 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
12490
12491Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12492
12493 * Makefile.in (install-no-fixedincludes): install gcc last, so
12494 that rebuilds that might happen during 'make install' don't get
12495 bogus gcc include files
12496
12497Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
12498
12499 Change from Utah for HPPA support:
12500 * config.guess: Recognize hppa1.x-hp-bsd.
12501
12502Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
12503
12504 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
12505 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
12506
12507Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
12508
12509 * config.sub: Add support for rom68k and bug boot monitors.
12510
12511Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
12512
12513 * Makefile.in: Make all-opcodes depend on all-bfd.
12514
12515Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
12516
12517 * config.guess: Added special check for i[34]86-univel-sysv4*.
12518
12519Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
12520
12521 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
12522 the processor rather than assuming i486.
12523
12524Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12525
12526 * config.guess: Recognize SunOS6 as Solaris3.
12527
12528Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
12529
12530 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
12531 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
12532
12533Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
12534
12535 * build-all.mk (all-cross): New target for Canadian Cross.
12536 Added Q2 go32 targets.
12537 * test-build.mk: Configure go32 cross sparclite-aout and
12538 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
12539 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
12540
12541Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12542
12543 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
12544 GO32 hosted toolchains
12545
12546Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
12547
12548 * configure: change so "-exec-prefix" gets passed down rather
12549 than "-exec_prefix" so autoconf generated Makefiles get the
12550 exec_prefix set right.
12551
12552Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12553
12554 * config.guess: get the Solaris2 minor version number
12555
12556 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
12557
12558Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
12559
12560 * config.guess: Recognize some Sequent platforms.
12561
12562Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12563
12564 * Makefile.in: added the vault-install target
12565
12566 * configure.in: actually use the Sun3 makefile fragment that's in
12567 config, also added the release dir to configdirs
12568
12569Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
12570
12571 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
12572
12573Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12574
12575 * configure.in: remove some program from Alpha targetted toolchains
12576
12577Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
12578
12579 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
12580 gprof.
12581 (taz): Run "make diststuff" in those directories instead of "make
12582 proto-dir". Look for "VERSION=" only at start of line in subdir
12583 Makefile. Use "gzip -9" for compression.
12584 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
12585 (binutils.tar.z): New target.
12586
12587Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
12588
12589 * Makefile.in (taz): Include gpl.texinfo.
12590
12591Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
12592
12593 * Makefile.in (setup-dirs): Merged into "taz" target.
12594 (taz): Only do `proto-dir' stuff if a directory is actually needed
12595 for this target.
12596
12597Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
12598
12599 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
12600 (FLAGS_TO_PASS): Pass down MUNCH_NM.
12601 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
12602 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
12603 (gcc-no-fixedincludes): Correct for current gcc Makefile.
12604
12605Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
12606
12607 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
12608 config.sub, and move-if-change to gdb testsuite distribution
12609 archive, so the testsuite can be extracted, configured, and
12610 run separately from the gdb distribution. Blow away the Chill
12611 tests that require a Chill compiled executable, since GNU Chill
12612 is not yet publically available.
12613
12614Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12615
12616 * test-build.mk: set environment variables in a single command,
12617 instead of a list of assignments and exports
12618
12619 * config.guess: recognize Alpha/OSF1 systems
12620
12621Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
12622
12623 * configure: Change help message to prefer --options rather than
12624 -options.
12625
12626Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
12627
12628 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
12629 zippy@ecst.csuchico.edu.
12630 * config.guess: Recognize miniframe.
12631
12632Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
12633
12634 * Makefile.in: Use srcroot to find runtest rather than rootme.
12635 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
12636
12637Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
12638
12639 * test-build.mk: Extensive additions to support building on a
12640 machine other than the host.
12641
12642Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
12643
12644 * configure (tooldir): Fix for i386-aix again.
12645
12646Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
12647
12648 * configure, Makefile.in: Change definition of $(tooldir)
12649 to match the FSF.
12650
12651Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
12652
12653 * config.guess: Recognize i[34]86/SVR4.
12654
12655Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
12656
12657 * Makefile.in (all-gdb): gdb depends on sim.
12658
12659Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
12660
12661 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
12662 at the same time we make the prototype gdb directory.
12663 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
12664 files at the same time as the gdb base release distribution.
12665
12666Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
12667
12668 * Makefile.in (check): Use individual check targets rather than
12669 DO_X rule.
12670 (check-gcc): Added.
12671
12672Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
12673
12674 * config.sub: Use sysv3.2 not sysv32 for canonical OS
12675 for System V release 3.2.
12676
12677Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
12678
12679 * config.sub: Recognize hppaosf.
12680 * configure.in: Do configure ld/binutils/gas for it.
12681
12682Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
12683
12684 * configure (tooldir): Alter syntax used to set this, for systems
12685 where "\$" isn't handled right, like i386-aix.
12686
12687Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
12688
12689 * configure: Pass program-transform-name, not
12690 program_transform_name, to recursive configures.
12691
12692Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
12693
12694 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
12695 of gas+ld+binutils.
12696
12697Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
12698
12699 * config.guess: Recognize AIX3.2 as distinct from 3.1.
12700
12701Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12702
12703 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
12704
252b5132
RH
12705Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
12706
12707 * Makefile.in (PRMS): Set back to all-prms.
12708
12709Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
12710
12711 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
12712 targets, rather than for MIPS hosts.
12713
12714Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12715
12716 * configure.in: add comment for --with-x default values
12717
12718 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
12719
12720 * Makefile.in: add check-* targets for each of the directories in
12721 the tree. Add a definition of RUNTEST that will use the one we
12722 just built, if it exists. Pass this down via FLAGS_TO_PASS.
12723
12724Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
12725
12726 * configure.in: Removed obsolete references to bfd_target and
12727 target_makefile_frag.
12728
12729 * build-all.mk: Set assorted targets for Q2.
12730 * config.sub: Recognize z8k-sim and h8300-hms.
12731 * test-build.mk: Really don't pass host to configure.
12732 (HOLES): Added uname.
12733
12734Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
12735
12736 * configure: Handle an empty program-prefix, program-suffix or
12737 program-transform-name correctly.
12738
12739Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
12740
12741 * build-all.mk: -G 8 no longer required for MIPS targets.
12742 * test-build.mk: Don't pass host argument to configure; make it
12743 guess.
12744
12745Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
12746
12747 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
12748 * Makefile.in (COMPRESS): New macro, like GZIP.
12749
12750Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
12751
12752 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
12753
12754 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
12755 with gas currently defaults to -G 0.
12756
12757Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
12758
12759 * Makefile.in (all-flex): flex depends on byacc.
12760
12761 * build-all.mk: If host not specified, use config.guess. Pass TAG
12762 to test-build.mk as RELEASE_TAG.
12763 * test-build.mk (configargs): New variable containing arguments to
12764 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
12765 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
12766
12767 * config.guess: Use /bin/uname when checking -X argument on SCO,
12768 to avoid invoking GNU uname which doesn't understand -X.
12769
12770 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
12771
12772 * configure.in: Build gas for mips-*-*.
12773
12774Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
12775
12776 * Makefile.in (all.normal): insert missing backslash.
12777
12778Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
12779
4bddf3ad 12780 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
252b5132
RH
12781
12782 * Makefile.in: Complete overhaul to merge many almost identical
12783 targets.
12784
12785Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
12786
12787 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
12788 (gdb.tar.Z): Adjusted.
12789
12790 * Makefile.in (setup-dirs, taz): New targets; should be general
12791 enough to adapt for gdb sometime. Build only .z file.
12792 (gas.tar.z): New target.
12793
12794Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
12795
12796 * build-all.mk: Use CC=cc -Xs on Solaris.
12797
252b5132
RH
12798Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
12799
12800 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
12801 for handling BISON for FSF releases.
12802
12803Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
12804
12805 * configure: Actually implement the change zoo just documented.
12806
12807Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
12808
12809 * configure: when using config.guess, only set target_alias when
12810 it's not already been set (ie, on the command line)
12811
12812Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12813
12814 * Makefile.in: add installcheck target, set PRMS to install-prms
12815
12816Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12817
12818 * configure: add support for package_makefile_fragment, handle the
12819 case where a directory has a configure.in file but no Makefile.in
12820 more gracefully (with an actual understandable error message, even);
12821 add support for --without (and add this to the usage message); also
12822 explicitly add a --host=${host_alias} to the command line when
12823 config.guess is used
12824
12825Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
12826
12827 * configure: Must use both --host and --target in recursive calls.
12828
12829Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
12830
12831 * Makefile.in: Change deja-gnu to dejagnu.
12832
12833Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
12834
12835 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
12836
12837Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12838
12839 * configure.in: canonicalize all instances to *-*-solaris2*,
12840 also strip out a number of tools to not build for go32 host
12841
12842Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
12843
12844 * config.guess: add GPL.
12845
12846 * Makefile.in, config.guess, config.sub, configure: bump
12847 copyrights to 93.
12848
12849Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
12850
12851 * Makefile.in (do-info): Removed obsolete check for existence of
12852 localenv file.
12853
12854 * Makefile.in (MAKEOVERRIDES): Define to be empty.
12855
12856Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12857
12858 * Makefile.in: a couple of 'else true' for decstation,
12859 support for TclX
12860
12861 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
12862
12863Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
12864
12865 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
12866
12867Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
12868
12869 * config.guess: Recognize i386-ibm-aix (PS/2).
12870 * configure.in: Use config/mh-aix386 file for it.
12871
12872Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
12873
12874 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
12875 CC_FOR_TARGET instead.
12876 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
12877
12878Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
12879
12880 * Makefile.in: Add sim to list of directories sent with gdb
12881
12882Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
12883
12884 * configure.in: Put back mips-dec-bsd* case.
12885
12886Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
12887
12888 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
12889 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
12890 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
252b5132
RH
12891
12892Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12893
12894 * configure.in: remove no-op mips-dec-bsd* in "case $target"
12895
12896 * Makefile.in (dir.info): only run gen-info-dir if it exists,
12897 (install-info): install dir.info only if it exists,
12898 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
12899
12900Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
12901
12902 * configure.in: For vms target, skip bfd, ld, binutils. Do build
12903 gas for mips-dec-bsd.
12904
12905Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
12906
12907 * configure (makesrcdir): If ${srcdir} is relative and not ".",
12908 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
12909
12910Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
12911
12912 * configure.in: Added "dejagnu" to hosttools list.
12913
12914Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
12915
12916 * config.sub, configure.in, config.guess: Add support
12917 for Bosx, an AIX variant from Bull.
12918 Patches from F.Pierresteguy@frcl.bull.fr.
12919
12920Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
12921
12922 * devo/dejagnu: Initial creation of devo/dejagnu.
12923 Migrated dejagnu testcases and support files for testing software
12924 tools to reside as subdirectories, currently called "testsuite",
12925 within the directory of the software tool. Migrated all programs,
12926 support libraries, etc. beloging to dejagnu proper from
12927 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
12928 with no modifications. The changes to these files which will
12929 allow them to configure, build, and execute properly will be made
12930 in a future update.
12931
12932Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
12933
12934 * Makefile.in: Change send_pr to send-pr.
12935 * configure.in: Likewise.
12936 * send_pr: Renamed directory to send-pr.
12937
12938Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
12939
12940 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
12941
12942Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
12943
12944 * README: Update for gdb-4.8 release.
12945 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
12946 gdb-xxx.tar.z (gzip'd) file also.
12947
12948Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12949
12950 * Makefile.in: make all-diff depend on all-libiberty
12951
12952Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
12953
12954 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
12955
12956Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12957
12958 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
12959
12960Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
12961
12962 * Makefile.in (DEVO_SUPPORT): Remove etc directory
12963 (ETC_SUPPORT): Only add the files GDB wants from etc/.
12964 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
12965
12966Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12967
12968 * Makefile.in: makeinfo binary is in a new location
12969
12970Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
12971
12972 * config.sub: Accept -ecoff as an OS.
12973
12974 * Makefile.in: Various changes to eliminate a level of make
12975 recursion and reduce the required command line length.
12976 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
12977 sub-makes.
12978 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
12979 variables holding settings for specific sub-makes.
12980 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
12981 in terms of BASE_FLAGS_TO_PASS.
12982 (TARGET_LIBS): New variable listing directories which use
12983 TARGET_FLAGS_TO_PASS.
12984 (subdir_do): Eliminated.
12985 (do-*): New set of targets to replace subdir_do.
12986 (various): All targets which used subdir_do now depend on do-*.
12987 (local-clean): Renamed from do_clean.
12988 (local-distclean): New target, dependency of distclean and
12989 realclean.
12990 (install-info): Don't create directories. Depend on dir.info
12991 rather than calling make recursively.
12992 (install-dir.info): Eliminated.
12993 (install-info-dirs): Create all info directories here.
12994 (dir.info): Depend upon do-install-info.
12995
12996 * test-build.mk (HOLES): Added false.
12997
12998Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
12999
13000 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
13001
13002Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13003
13004 * Makefile.in (info): remove dependency on all-texinfo. The
13005 problem was really in texinfo/C, not at this level.
13006
13007Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
13008
13009 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
13010
13011Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
13012
13013 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
13014 GDB releases.
13015
13016Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13017
13018 * configure: Include srcdir in message about target of link not
13019 being found. Don't convert `-' to `_' in `with' options being
13020 passed to subdirs.
13021
13022Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13023
13024 * configure.in: add uudecode to host_tools
13025
13026 * Makefile.in: added {all,install}-uudecode targets, added them to
13027 the appropriate lists
13028
13029Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
13030
13031 * Makefile.in (all-gcc): Added dependency on all-gas.
13032
13033 * configure.in (mips-*-*): Build ld and binutils.
13034
13035Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13036
13037 * configure: check return code from mkdir, print error message and
13038 exit on failure.
13039
13040Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
13041
13042 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
13043
13044Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
13045
13046 * test-build.mk (HOLES): Added tar, cpio and uudecode.
13047
13048Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
13049
13050 * config.sub (h8500): Recognize this as a cpu type.
13051
13052Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13053
13054 * configure: source directory missing is no longer a warning
13055
13056 * configure.in: recognize irix[34]* instead of irix[34]
13057
13058 * Makefile.in: define and pass down X11_LIB
13059
252b5132
RH
13060Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
13061
13062 * guess-systype: Renamed to ...
13063 * config.guess: ... by popular request.
13064 * configure.in, Makefile.in: Update accordingly.
13065
13066Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
13067
13068 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
13069 + Add Convex, Cray/Unicos, and Encore/Multimax support.
13070 + Execute ./dummy instead of assuming . is in PATH.
13071
13072Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
13073
13074 * guess-systype: New shell script. Attempts to guess the
13075 canonical host name of the executing host.
13076 Only a few hosts are supported so far.
13077 * configure: Call guess-systype if no host is specified.
13078
13079Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
13080
13081 * Makefile.in (gcc-no-fixedincludes): Made to work with current
13082 gcc Makefile.
13083
13084
13085Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
13086
13087 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
13088 (all-gcc, install-gcc, subdir_do): Use it.
13089
13090Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
13091
13092 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
13093
13094Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
13095
13096 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
13097 set exclusively by configure, using configure.in .
13098
13099Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13100
13101 * test-build.mk: set $PATH for all builds
13102
13103 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
13104
13105Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
13106
13107 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
13108 the one used in gcc/Makefile.in, so that a null expansion doesn't
13109 override the one needed to build gcc with a native cc.
13110
13111
13112Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13113
13114 * configure: Accept -with arguments.
13115
13116Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
13117
13118 * Makefile.in: added h8300sim
13119
13120Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
13121
252b5132
RH
13122 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
13123 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
13124 (all-cygnus, native, build-cygnus): Make
13125 $(canonhost)-stamp-3stage-done, not $(host)....
13126 * test-build.mk (stamp-3stage-compared): Use tail +10c for
13127 i386-sco3.2v4. Added else true to if command.
13128
13129Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
13130
13131 * config.sub: (from FSF) Sequent uses a BSD-like OS.
13132
13133Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
13134
13135 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
13136
13137Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13138
13139 * configure.in: don't remove binutils from Solaris builds
13140
13141Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
13142
13143 * Makefile.in: get rid of earlier definitions for *clean,
13144 also handle the recursive info rule better
13145
13146Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
13147
13148 * Makefile.in (mostlyclean, distclean, realclean): Fix to
13149 do more-or-less the right thing.
13150
13151Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
13152
13153 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
13154 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
13155
13156Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13157
13158 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
13159 $(host_canonical).
13160
13161 * configure.in: split the configdirs list into 4 categories (native
13162 v. cross, library v. tool) and handle the cross-only and native-
13163 only in more reasonable (and correct!) way.
13164
13165Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
13166
13167 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
13168 configdirs anymore.
13169
13170Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13171
13172 * Makefile.in: extensive cleanup:: removed all of the explicit
13173 clean-* targets, collapsed many wrappers around subdir_do into
13174 one, added additional targets to satisfy standards.texi, deleted
13175 some old targets, some changes for consistency
13176
13177Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13178
13179 * configure.in: handle some programs as cross-only, and others as
13180 native only
13181
13182 * test-build.mk: handle partial holes in a more generic manner
13183
13184 * Makefile.in: m4 depends on libiberty
13185
252b5132
RH
13186Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13187
13188 * configure.in: add m4, textutils, fileutils, sed, shellutils,
13189 time, wdiff, and find to configdirs
13190
13191 * Makefile.in: all, clean, and install rules for the new programs
13192 added to configure.in
13193
13194Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13195
13196 * configure.in: use mh-sun for all *-sun-* hosts
13197
252b5132
RH
13198Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13199
13200 * Makefile.in: define flags for X11 include files and library file
13201 locations, pass them down to the programs that need this info
13202
13203 * build-all.mk: added a 'native' target, to 3stage the native toolchain
13204
252b5132
RH
13205Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13206
13207 * configure.in: start building libg++ for HP-UX targets
13208
13209Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
13210
13211 * README: Update references to files moved into etc/.
13212
13213Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
13214
13215 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
13216 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
13217
13218Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
13219
13220 * configure: accept dash as well as underscore in long option
13221 names for FSF compatibility.
13222
13223Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
13224
13225 * config.sub: added -sco3.2v4 support from FSF.
13226
13227Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13228
13229 * configure.in: expand the section that adds or removes
13230 directories from the list of programs to build, to handle native
13231 vs. cross in addition to host v. native
13232
13233Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
13234
13235 * Makefile.in: Replace C++ in macro names with CXX.
13236 This is less likely to break ...
13237
13238Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13239
13240 * test-build.mk: add -w to GNU_MAKE
13241
13242Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13243
13244 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
13245 add 'sparc' to list of recognized cpus. This needed to make
13246 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
13247 Delete some redundant ose68 variants. Recognize -wrs as an os,
13248 then changes that into $CPU-wrs-vxworks.
13249
13250 * configure.in: remove most references to gdbtest, regularize
13251 target based program removal
13252
13253 * test-build.mk: import from p3 tree (many fixes and changes)
13254
13255Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
13256
13257 * Makefile.in: added rules to handle tcl, tk, and expect
13258
13259 * configure.in: handle those directories if they exist
13260
13261Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13262
13263 * config.sub: removed bogus hppabsd and hppahpux names, since
13264 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
13265
13266Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13267
13268 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
13269 depends upon all-xiberty
13270
13271 * Makefile.in: changes from p3, including:
13272
13273 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
13274
13275 * Makefile.in (XTRAFLAGS): include newlib directories if
13276 newlib/Makefile exists, rather than if host != target.
13277
13278 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
13279
13280 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
13281 from the same source tree and not building a cross-compiler. This
13282 matters for the libg++ configuration if reconfiguring a tree that
13283 has already been installed.
13284
13285 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
13286
13287 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
13288 pick up the machine and system specific header files.
13289
13290 * Makefile.in: added AS_FOR_TARGET, passed down in
13291 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
13292 the C compiler to use to create programs which are run in the
13293 build environment, set it to default to $(CC), and passed it down
13294 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
13295
13296 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
13297
13298 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
13299 We need them for unusual native builds, like systems without
13300 ranlib.
13301
13302 * configure: also define $(host_canonical) and
80413487
RH
13303 $(target_canonical), which are the full, canonical names for the
13304 given host and target
252b5132
RH
13305
13306Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
13307
13308 * Makefile.in: Added separate definitions for C++.
13309
13310Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
13311
13312 * configure.in (configdirs): Add deja-gnu.
13313
13314Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
13315
13316 * README: Update for configure.texi and gdb-4.7 release.
13317
13318Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
13319
13320 * Makefile.in: Move "all" target to top of file.
13321 Previously, first target was ".PHONY" which caused BSD4.4 make
13322 to build .PHONY when make was run without arguments.
13323
13324Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
13325
13326 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
13327 Library-copylefted code in libiberty.
13328
13329Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
13330
13331 * config.sub: Replace m68kmote with plain old m68k.
13332
13333Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
13334
13335 * Makefile.in: Remove space from blank line, avoid Make complaints.
13336
13337Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
13338
13339 * config.sub: Complain if no argument is given. Added support for
13340 386bsd as OS and target alias.
13341
13342Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
13343
13344 * Makefile.in (XTRAFLAGS): include newlib directories if
13345 newlib/Makefile exists, rather than if host != target.
13346
13347Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
13348
13349 * config.sub: recognize sparclite-wrs-vxworks.
13350
13351 * Makefile.in (install-xiberty): added *-xiberty make rules (from
13352 p3.) Added clean-xiberty to clean.
13353
13354Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13355
13356 * configure.in: use *-*-* instead of nested cases for host and target
13357
13358Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
13359
13360 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
13361 from the same source tree and not building a cross-compiler. This
13362 matters for the libg++ configuration if reconfiguring a tree that
13363 has already been installed.
13364
13365Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
13366
13367 * config.sub (i486v/i486v4): Merge in from FSF version.
13368
13369Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
13370
13371 * configure: only set PWD if it is already set.
13372
13373Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
13374
13375 * configure: just set PWD=`pwd` at the top, since Ultrix sh
13376 doesn't have unset and all success paths (and most error paths)
13377 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
13378 to just ${PWD} to avoid confusion.)
13379
13380Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
13381
13382 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
13383 even for a native compilation.
13384
13385Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
13386
13387 Changes to make the gdb.tar.Z rule work better.
13388
13389 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
13390 (DEVO_SUPPORT): Add configure.texi.
13391 (bfd-ilrt.tar.Z): Remove ancient rule.
13392
13393Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
13394
13395 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
13396 pick up the machine and system specific header files.
13397
13398 * configure.in, config.sub: added new target m68010-adobe-scout,
13399 with alias of adobe68k. Changed configure.in to check for
13400 -scout before -sco* to avoid a false match.
13401
13402 * Makefile.in: added AS_FOR_TARGET, passed down in
13403 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
13404 the C compiler to use to create programs which are run in the
13405 build environment, set it to default to $(CC), and passed it down
13406 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
13407
13408Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
13409
13410 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
13411 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
13412 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
13413 FOR_TARGET variants, to newlib and libg++.
13414
13415Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
13416
13417 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
13418 first.
13419
13420Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
13421
13422 * config.sub: Accept `elf' as an environment.
13423
13424Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
13425
13426 * Makefile.in (all-opcodes): cd into the right directory
13427
13428Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
13429
13430 * configure: added -program_transform_name option, used as
13431 argument to sed when installing programs.
13432 configure.texi: added documentation for -program_prefix,
13433 -program_suffix and -program_transform_name.
13434
13435Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
13436
13437 * config.sub: Accept i486 where i386 ok.
13438
13439Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
13440
13441 * config.sub: accept we32k
13442
13443Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
13444
35590697 13445 * config.sub, configure.in: accept OSE68000 and OSE68k.
252b5132
RH
13446
13447 * Makefile.in: don't create all directories for ``make install'';
13448 let the subdirectories create the ones they need.
13449
13450Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13451
80413487 13452 * COPYING: new file, GPL v2
252b5132
RH
13453
13454Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13455
13456 * Makefile.in: use the new gen-info-dir, which needs a template
13457 argument (which also lives in texinfo)
13458
13459 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
13460
252b5132
RH
13461Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
13462
13463 * config.sub (ncr3000): Change i386 to i486.
13464
13465Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13466
13467 * Makefile.in: add install-rcs, install-grep to
13468 install-no-fixedincludes, removed install-bison and install-libgcc
13469
13470Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
13471
13472 * configure.in: grab the HPUX makefile fragment if on HPUX
13473
13474Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
13475
13476 * Makefile.in: eradicate bison spoor (ditto libgcc).
13477 configure.in: recognise m68{k,000}-ericsson-OSE.
13478 es1800 is alias for m68k-ericsson-OSE
13479
13480Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13481
13482 * configure.in: rearrange the parts that remove programs from
13483 configdirs, based now on HOST==TARGET or by canonical triple.
13484
13485Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
13486
13487 * test-build.mk: recurse explicitly with -f test-build.mk when
13488 appropriate. predicate stage3 and comparison on the existence
13489 of gcc. That is, if gcc isn't around, we aren't three-staging.
13490 On very clean, also remove ...stamp-co. Build in-place before
13491 doing other builds.
13492
13493Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
13494
13495 * Makefile.in, configure.in: add tgas
13496
13497Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
13498
13499 * Makefile.in: a number of changes merged in from progressive.
13500
13501 * configure.in: add libm.
13502
13503 * .cvsignore: ignore some stuff that comes from test-build.mk.
13504
252b5132
RH
13505Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
13506
13507 * config.sub: Add es1800 (m68k-ericsson-es1800).
13508
13509Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
13510
13511 * configure: Add program_suffix (parallel to program_prefix)
13512 * Makefile.in: adjust directory-creating script for losing decstation
13513
13514Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
13515
13516 * configure: Minor $subdir-related fixes.
13517
13518Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
13519
13520 * configure: fix various problems with propogating
13521 makefile_target_frag in subdirs.
13522 * configure.in: config libgcc if its there
13523
13524Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
13525
13526 * config.sub: HPPA merge.
13527
252b5132
RH
13528Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
13529
13530 * Makefile.in: Replace all-bison with all-byacc in all
13531 dependency lines for other tools (which now use byacc).
13532
13533Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
13534
13535 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
13536
252b5132
RH
13537Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
13538
13539 * Makefile.in: make gprof rules similar to byacc rules (instead of
13540 vestigal $(unsubdir) that didn't work...)
13541
13542Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
13543
13544 * config.sub: Add support for Linux.
13545 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
13546 (at least for libg++).
13547
13548Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
13549
13550 * configure.texi: fix doc for the -nfp option to configure
13551
13552Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
13553
13554 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
13555
13556Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
13557
13558 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
13559 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
13560 * configure.in: added solaris* host_makefile_frag hook.
13561
13562Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13563
13564 * config.sub: changed recognition of m68000 so that various
13565 m68k types can be specified via m680[01234]0
13566
13567Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13568
13569 * config.sub (basic_machine): fix sed so that '-foo' isn't
13570 completely substituted out while .+'-foo' loses the '-foo'
13571
13572Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
13573
13574 * config.sub ($os): Add -aout.
13575
13576Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
13577
13578 * configure: If host_makefile_frag is absolute, don't
13579 prefix ${invsubdir} (relevant to libg++ auto-configure).
13580
13581Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
13582
13583 * Makefile.in (tooldir): Define it.
13584 (all-ld): Depend on all-flex.
13585
13586Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
13587
13588 * Makefile.in (check): Fix libg++ special case.
13589
13590Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
13591
13592 * configure: do not bury `pwd` into config.status, thus do fewer
13593 pwd's.
13594
13595 * configure: print the "Building in" message only when building in
13596 other than "." AND verbose.
13597
13598 * configure: remove -s, rework -v to better accomodate guested
13599 configures.
13600
13601 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
13602
13603Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
13604
13605 * Makefile.in: macroize flags passed on recursion. remove
13606 fileutils.
13607
13608Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
13609
13610 * configure: get makesrcdir right for subdirs deeper than 1.
13611
13612 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
13613 install.
13614
13615Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
13616
13617 * Makefile.in: don't print subdir_do or recursion lines.
13618
13619Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
13620
13621 * standards.texi: added menu item.
13622
13623 * Makefile.in: build and install standards.info.
13624
13625 * standards.texi: new file.
13626
13627Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
13628
13629 * configure: test for and move config.status pieces from
13630 ${subdir}/.
13631
13632Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
13633
252b5132
RH
13634 * configure: Test for existance of files before trying to mv
13635 them, to avoid numerous non-existance messages.
13636
13637Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
13638
13639 * configure: correct final line of config.status.
13640
13641 * configure: patch from eggert. Avoids a protection problem if
13642 the original Makefile.in is read only.
13643
13644 * configure: use move-if-change from gcc to create config.status.
13645 Some makefiles depend on config.status to tell if a directory
13646 has been reconfigured for a different host. This change
13647 prevents those directories from remaking everything in the case
13648 where the reconfig was only intended to rebuild a Makefile.
13649
13650 * configure: test for config.sub with "config.sub sun4" rather
13651 than "config.sub ${host_alias}". Otherwise we can't tell a bad
13652 host alias from a missing config.sub.
13653
13654Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
13655
13656 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
13657 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
13658
13659Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
13660
13661 * configure: mkdir ${subdir} as needed.
13662
13663Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
13664
13665 * Makefile.in,configure.in: added autoconf.
13666
13667Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
13668
13669 * Makefile.in: no longer pass against on recursion.
13670
13671 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
13672 definitions are not inherited.
13673
13674 * configure: correct makesrcdir when subdir is .
13675
13676Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
13677
13678 * configure: Add support for 'subdirs' variable, which is
13679 like 'configdirs', except that configure doesn't re-invoke
13680 itself for subdirs, it just creates a Makefile for each subdir.
13681 * configure.texi: Document subdirs.
13682
13683Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13684
13685 * configure.in: added flex to configdirs
13686
13687Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
13688
13689 * Makefile.in: remove clean-stamps from clean.
13690
13691Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
13692
13693 * configure.in: Add gdbtest to configdirs.
13694
13695Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
13696
13697 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
13698 to recursive makes.
13699 * configure.in: Recognize new ncr3000 config.
13700
13701Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
13702
13703 * Makefile.in, configure.in: removed references to gdbm.
13704
13705Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
13706
13707 * config.sub: Don't canonicalize os value
13708 newsos* to bsd (readline needs to check for newsos).
13709 (This fix was earlier made Jan 31, but got re-broken.)
13710
13711Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
13712
13713 * configure.in: sco is an os, not a vendor!
13714
13715 * configure: Quote $( better. Keep various shells happy.
13716
13717Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
13718
13719 * Makefile.in: eliminate stamp-files.
13720
13721Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
13722
13723 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
13724 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
13725
13726Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
13727
13728 * config.sub: fix iris/iris3.
13729
13730Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
13731
13732 * configure: re-add -rm.
13733
13734Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
13735
13736 * Maskefile.in: add .stmp-rcs to all.
13737
13738 * configure.in: remove gas from rs6000 build, use aix host fragment.
13739
13740Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
13741
13742 * configure: pass down site_option during recursion.
13743
13744Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
13745
13746 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
13747
13748Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
13749
13750 * configure: Change exec_prefix so that it really defaults to prefix.
13751
13752Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
13753
13754 * Makefile.in, configure.in: Add support for mmalloc library.
13755
13756Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
13757
13758 * Makefile.in: add stmp dependencies for a few more things.
13759
13760Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
13761
13762 * configure: adjusted error message on objdir/srcdir configure
13763 collision, per john's suggestion.
13764
13765 * Makefile.in: add libiberty stmp to all and all.cross.
13766
13767Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
13768
13769 * Makefile.in: remove force dependencies, add grep to all.
13770
13771Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
13772
13773 * Makefile.in: drop flex. make stamp files work.
13774
13775 * configure: added test for conflicting configuration in srcdir,
13776 remove trailing slashes from srcdir. Otherwise emacs gdb mode
13777 gets cranky. use relative paths for configure and srcdir
13778 whenever possible. Send some error messages to stderr that were
13779 going to stdout.
13780
13781Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
13782
13783 * Makefile.in: Fix libg++ rule to check for gcc directory
13784 before using gcc/gcc. Also pass XTRAFLAGS.
13785
13786Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
13787
13788 * Makefile.in: added stmp-files so that directories aren't polled
13789 when they are already built.
13790
13791 * configure.texi: fixed a node pointer problem.
13792
13793Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
13794
4bddf3ad 13795 * config.sub configure.in gdb/configure.in
252b5132
RH
13796 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
13797 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
13798 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
13799
13800Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
13801
13802 * configure: -recurring becomes -silent. corrected help message
13803 for -site= option.
13804
13805 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
13806
13807Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
13808
13809 * configure: when building Makefile for crosses, replace
13810 tooldir and program_prefix. default srcdir from location of
13811 config.sub. remove "for host in hosts" and "for target in
13812 targets" loops.
13813
13814Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
13815
13816 * Makefile.in: Do not pass bindir or mandir to cvs.
13817
13818Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
13819
13820 * Makefile.in, configure.in: removed traces of namesubdir,
13821 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
13822 copyrights to '92, changed some from Cygnus to FSF.
13823
13824 * configure.texi: remove most references to multiple hosts,
13825 multiple targets, subdirs, etc.
13826
13827 * configure.man: removed rcsid. reference config.sub not
13828 config.subr.
13829
13830 * Makefile.in: mkdir $(infodir) on install-info.
13831
13832Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
13833
13834 * configure.texi: Explain better about .gdbinit and about
13835 the environment that configure.in sections run in.
13836
13837Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
13838
13839 * configure.in: Ultrix is only a decstation if it's a MIPS.
13840
13841Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
13842
13843 * README: DOC.configure => cfg-paper.texi.
13844
13845Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
13846
13847 * config.sub (near case $os): Don't convert newsos* to bsd!
13848
13849Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
13850
13851 * Makefile.in: Reinstall change from gdb-4.3 that reduces
13852 the number of copies of COPYING that go into the GDB tar file.
13853
13854Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
13855
4bddf3ad 13856 * bfd/configure.in, gdb/config/mh-i386sco,
252b5132
RH
13857 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
13858 Fix SCO configuration stuff.
13859
13860Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
13861
13862 * Makefile.in: For libg++, make sure the -I pointing
13863 to the gcc directory goes *after* all the libg++-local -I flags.
13864 Also, move just-gcc dependency from just-libg++ to all-libg++.
13865
13866Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
13867
13868 * configure: Change -x to -f to keep Ultrix /bin/test happy.
13869
13870Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
13871
13872 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
13873
13874Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
13875
13876 * config.sub: Add stratus configuration frags. Also
13877 submitted to FSF.
13878
13879Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
13880
13881 * Makefile.in (DEV_SUPPORT): add configure.man.
13882
13883 * config.sub(Decode manufacturer-specific): add -none*.
13884
13885Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
13886
13887 * Makefile.in: remove form feeds to make Sun's make happy.
13888 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
13889
13890Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
13891
13892 * Makefile.in (AR_FLAGS): Make quieter.
13893
13894Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
13895
13896 * configure.in: Add libg++.
13897 * configure: When verbose, don't output the command line at each
13898 level; it will be unremarkably the same as the previous version,
13899 which will be the same as what the user typed.
13900
13901Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
13902
13903 * configure.in, Makefile.in: fix clean-info, add flex. add
13904 fileutils.
13905
13906 * configure: be less sensitive to spaces in Makefile.in. Do not
13907 look for sources in "..". Doing so breaks subdirectories that
13908 might have their own configure. If a subdir has it's own
13909 configure script, use it.
13910
13911Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
13912
13913 * cfg-paper.texi: some changes suggested by rms.
13914
13915Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
13916
13917 * config.sub: Merge in some small additions from the FSF version,
13918 taken from the gcc distribution, to bring the Cygnus and FSF
13919 versions into closer sync.
13920
13921Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
13922
13923 * configure.in: Changed svr4 references to sysv4.
13924
13925Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
13926
13927 * configure: added -V for version number option.
13928
13929Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
13930
13931 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
13932 renamed from DOC.configure to cfg-paper.texi.
13933
13934Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13935
13936 * configure, config.subr, config.sub: config.subr is now
13937 config.sub again.
13938
13939Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
13940
13941 * configure.texi: new file, in progress.
13942
13943 * Makefile.in: build info file and install the man page for
13944 configure.
13945
13946 * configure.man: new file, first cut.
13947
13948 * configure: find config.subr again now that configuration "none"
13949 has gone. removed all traces of the -ansi option. removed all
13950 traces of the -languages option.
13951
13952 * config.subr: resync from rms.
13953
d932cae7 139541991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
13955
13956 * configure, config.sub, config.subr: merge config.sub into
13957 config.subr, call the result config.subr, remove config.sub, use
13958 config.subr.
13959
13960 * Makefile.in: revised install for dir.info.
13961
d932cae7 139621991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
13963
13964 * configure.in: add decstation host makefile frag.
13965
13966 * Makefile.in: BISON now bison -y again. also install-gcc on
13967 install. clean-gdbm on clean. infodir belongs in datadir.
13968 Make directories for info install. Build dir.info here then
13969 install it.
13970
d932cae7 139711991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
13972
13973 * Makefile.in: fix for bad directory tests.
13974
d932cae7 139751991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
13976
13977 * configure: \{1,2\} appears to be a sysv'ism. Use a different
13978 regexp. -srcdir relative was being handled incorrectly.
13979
13980 * Makefile.in: unwrapped some for loops so that parallel makes
13981 work again and so one can focus one's attention on a particular
13982 package.
13983
d932cae7 139841991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
13985
13986 * configure: added PWD as a stand in for `pwd` (for speed). use
13987 elif wherever possible. make -srcdir work without -objdir.
13988 -objdir= commented out.
13989
d932cae7 139901991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
13991
13992 * configure: +options become --options. -subdirs commented out.
13993 added -host, -datadir. Renamed -destdir to -prefix. Comment in
13994 Makefile now at top of generated Makefile. Removed cvs log
13995 entries. added -srcdir. create .gdbinit only if there is one
13996 in ${srcdir}.
13997
13998 * Makefile.in: idestdir and ddestdir go away. Added copyrights
13999 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
14000 and mandir now keyed off datadir by default.
14001
d932cae7 140021991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
14003
14004 * Freshly created ChangeLog.
14005
14006\f
14007Local Variables:
14008mode: change-log
14009left-margin: 8
14010fill-column: 76
14011version-control: never
14012End:
This page took 1.073897 seconds and 4 git commands to generate.