Move gdb ChangeLog entry to gdb/ChangeLog.
[binutils.git] / ChangeLog
blobbc19a7707b530e1c78af00b2e1cd9d29107099b5
1 2010-12-10  Ian Lance Taylor  <iant@google.com>
3         PR bootstrap/46819
4         * configure.ac: For --disable-libgcj clear libgcj_saved.
5         * configure: Rebuild.
7 2010-12-10  Tobias Burnus  <burnus@net-b.de>
9         PR fortran/46540
10         * configure.ac: Add --disable-libquadmath and
11         --disable-libquadmath-support.
12         * configure: Regenerate.
14 2010-12-10  Tristan Gingold  <gingold@adacore.com>
16         * src-release (ETC_SUPPORT): add gnu-oids.texi
18 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
20         PR libffi/46792
21         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
22         * configure: Regenerate.
24 2010-12-02  Ian Lance Taylor  <iant@google.com>
26         * configure.ac: Always set default for poststage1_ldflags to
27         -static-libstdc++ -static-libgcc.
29 2010-12-02  Jeff Johnston  <jjohnstn@redhat.com>
31         * COPYING.NEWLIB: Add National Semiconductor notice.
33 2010-11-29  Andreas Schwab  <schwab@redhat.com>
35         * configure.ac: Move comment to remove extra space in last argument
36         of GCC_TARGET_TOOL.
38 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
40         PR other/46026
41         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
42         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
43         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
44         (BASE_FLAGS_TO_PASS): Use it.
45         * configure: Rebuilt.
46         * Makefile.in: Rebuilt.
48 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
50         PR binutils/12258
51         * configure.ac: Correct comments for --enable-gold/--enable-ld.
52         Properly check default linker.
53         * configure: Regnerated.
55 2010-11-23  Matthias Klose  <doko@ubuntu.com>
57         * configure.ac: For --enable-gold, handle value `default' instead of
58         `both*'.   New configure option --{en,dis}able-ld.
59         * configure: Regenerate.
61 2010-11-20  Ian Lance Taylor  <iant@google.com>
63         * configure.ac: Only disable a language library if no language needs
64         it.  Don't let --disable-libgcj uncondtionally disable libffi.
65         * configure: Rebuild.
67 2010-11-20  Paolo Bonzini  <bonzini@gnu.org>
69         * configure: Regenerate.
71 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
73         PR other/46202
74         * configure.ac: Fix just-built in-tree STRIP name to be
75         binutils/strip-new.
76         * configure: Regenerate.
77         * Makefile.def (install-strip-gcc, install-strip-binutils)
78         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
79         (install-strip-sid): Mirror dependencies on non-strip variants
80         of these targets on the respective -strip prerequisites.
81         * Makefile.tpl (install-strip, install-strip-host)
82         (install-strip-target): New targets.
83         (install-strip-[+module+], install-strip-target-[+module+]):
84         New targets.
85         * Makefile.in: Regenerate.
87 2010-11-19  Ian Lance Taylor  <iant@google.com>
88             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
90         * configure.ac: Add target-libgo to target_libraries.  Set
91         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
92         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
93         (HOST_EXPORTS): Add GOC.
94         (BASE_TARGET_EXPORTS): Add GOC.
95         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
96         (GOCFLAGS_FOR_TARGET): New variable.
97         (EXTRA_HOST_FLAGS): Add GOC.
98         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
99         * Makefile.def (target_modules): Add libgo.
100         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
101         (dependencies): Add dependency from configure-target-libgo to
102         configure-target-libffi and all-target-libstdc++-v3.  Add
103         dependencies from all-target-libgo to all-target-libffi.
104         (languages): Add go.
105         * configure: Rebuild.
106         * Makefile.in: Rebuild.
108 2010-11-19  Ian Lance Taylor  <iant@google.com>
110         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
111         compiler/flag environment variables.
113 2010-11-18  Ian Lance Taylor  <iant@google.com>
115         * configure.ac: Check for lang_requires_boot_languages in
116         config-lang.in files.
117         * configure: Rebuild.
119 2010-11-17  Mike Frysinger  <vapier@gentoo.org>
121         * .gitignore: New file.
123 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
124             Tobias Burnus  <burnus@net-b.de>
126         PR fortran/32049
127         * Makefile.def: Add libquadmath; build it with language=fortran.
128         * configure.ac: Add libquadmath.
129         * Makefile.tpl: Handle multiple libs in check-[+language+].
130         * Makefile.in: Regenerate.
131         * configure: Regenerate.
133 2010-11-15  Andreas Schwab  <schwab@redhat.com>
135         * configure.ac: Fix spelling in option names.
136         * configure: Regenerated.
138 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
140         PR bootstrap/39622
141         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
142         * configure: Regenerated.
144 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
146         * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
147         define the cloog backend to use. Furthermore, only pass the ppllibs to
148         the configure checks, if necessary.
149         * configure: Regenerate.
151 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
153         * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
154         * configure: regenerate
156 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
158         * config/cloog.m4: Fix typo.  verison -> version.
159         * configure: Regenerate.
161 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
163         * config/cloog.m4: Pass ppl libraries to the CLooG version check.
164         * configure: Regenerate.
166 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
168         * configure.ac: Support official CLooG.org versions.
169         * configure: Regenerate.
170         * config/cloog.m4: New.
172 2010-11-05  Michael Eager  <eager@eagercon.com>
174         * COPYING.LIBGLOSS: Correct typo in microblaze.
175         * COPYING.NEWLIB: Same.
177 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
179         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
180         * configure: Regenerate.
182 2010-11-03  Ian Lance Taylor  <iant@google.com>
183             Dave Korn  <dave.korn.cygwin@gmail.com>
185         PR lto/46273
186         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
187         and on other supported platforms whenever LTO is enabled.
188         * configure: Rebuild.
190 2010-11-02  Alan Modra  <amodra@gmail.com>
192         PR binutils/12110
193         * configure.ac: Error when source path contains spaces.
194         * configure: Regenerate.
196 2010-10-20  Ian Lance Taylor  <iant@google.com>
198         * Makefile.def (target_modules): Set lib_path to src/.libs for
199         libstdc++-v3 module.
200         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
201         * Makefile.in: Rebuild.
203 2010-10-08  Bernd Schmidt  <bernds@codesourcery.com>
204             Joseph Myers  <joseph@codesourcery.com>
206         * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
207         notices.
208         * COPYING.NEWLIB: Add Texas Instruments notice.
210 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
212         * configure.ac (build_lto_plugin): New shell variable.
213         (--enable-lto): Turn on by default for all non-ELF platforms that
214         have had LTO support added so far.  Set build_lto_plugin appropriately
215         for both ELF and non-ELF.
216         (configdirs): Add lto-plugin or not based on build_lto_plugin.
217         * configure: Regenerate.
219 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
221         PR bootstrap/45326
222         PR bootstrap/45174
223         * configure.ac: Honor initial values of $build_configargs,
224         $host_configargs, $target_configargs.  Mark the precious, so
225         environment settings get recorded.
226         * configure: Regenerate.
228 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
230         Sync from GCC:
232         2010-09-30  Michael Eager  <eager@eagercon.com>
234         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
235         * configure: Regenerate.
237         2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
239         * configure.ac (enable-lto): Add Darwin to the list of supported lto
240         targets and amend comment.
241         * configure: Regenerate.
243         2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
245         * configure.ac: Enable LTO by default on Darwin.
246         * configure: Regenerate.
248         2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
250         PR bootstrap/44455
251         * configure.ac (extra_mpfr_configure_flags): Copy from
252         extra_mpc_gmp_configure_flags.
253         * configure: Re-generated.
255 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
257         Sync from GCC:
259         PR bootstrap/45796
260         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
261         Depend on all-build-libiberty.
262         * Makefile.in: Regenerate.
264 2010-09-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
266         Sync from GCC:
268         PR bootstrap/44621
269         * configure.ac: Fix unportable shell quoting.
270         * configure: Regenerate.
272 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
274         * configure.ac: Support all v850 targets.
275         * configure: Regenerate.
277 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
279         PR target/44862
280         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
281         Provide -B option to allow for link spec %s substitutions for
282         libstdc++.a on darwin.
283         * Makefile.in: Regenerate.
285 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
287         * Makefile.def (configure-gcc): Depend on all-libelf.
288         * Makefile.in: Rebuild.
290 2010-06-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
292         * config.sub, config.guess: Update from upstream sources.
294 2010-06-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
296         Sync from GCC:
298         2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
299         * configure.ac: Allow all the versions greater than 0.10 of PPL.
300         * configure: Regenerated.
302         2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
303         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
304         * configure: Regenerate.
306         2010-04-17  Ralf Cors<E9>pius  <ralf.corsepius@rtems.org>
307         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
308         * configure: Regenerate.
310         2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
311         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
312         separately.
313         * configure: Regenerate.
315         2010-04-13  Steve Ellcey  <sje@cup.hp.com>
316         * configure: Regenerate after change to elf.m4.
318         2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
319         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
320         * configure: Regenerated.
322         2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
323         * configure.ac: Print "buggy but acceptable" when CLooG
324         revision is less than 9.
325         * configure: Regenerated.
327 2010-05-26  Dave Korn  <dave.korn.cygwin@gmail.com>
329         Merge from gcc:
331         2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
332         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
333         * configure: Regenerate.
335         2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
336         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
337         a platform that supports LTO.
338         * configure: Regenerate.
340         2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
341         PR lto/42776
342         * configure.ac (--enable-lto): Refactor handling so libelf tests
343         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
344         and allow LTO to be explicitly enabled on non-ELF platforms that
345         are known to support it inside else-clause.
346         * configure: Regenerate.
348 2010-04-27  Roland McGrath  <roland@redhat.com>
349             H.J. Lu  <hongjiu.lu@intel.com>
351         * configure.ac (--enable-gold): Support both, both/gold and
352         both/bfd to add gold to configdirs without removing ld.
353         * configure: Regenerated.
355         * Makefile.def: Add install-gold dependency to install-ld.
356         * Makefile.in: Regenerated.
358 2010-04-14  Tristan Gingold  <gingold@adacore.com>
360         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
361         * configure: Regenerate.
363 2010-04-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
365         Merge from gcc:
366         PR bootstrap/43615
367         PR bootstrap/43328
368         Revert:
369         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
370         * configure.ac: Do not pass --enable-multilib nor
371         --disable-multilib in baseargs.  Accept explicitly passed
372         --enable_multilib.
373         * configure: Regenerate.
375 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
377         PR bootstrap/43328
378         * configure.ac: Do not pass --enable-multilib nor
379         --disable-multilib in baseargs.  Accept explicitly passed
380         --enable_multilib.
381         * configure: Regenerate.
383 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
385         * configure.ac (tic6x-*-*): New case.
386         * configure: Regenerate.
388 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
390         Merge from gcc:
391         2010-03-19  Jack Howarth <howarth@bromo.med.uc.edu>
392         PR ada/42554
393         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
394         * configure: Regenerate.
396 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
398         * config.sub: Update to version 2010-03-22.
399         * config.guess: Update to version 2009-12-30.
401 2010-03-14  Joseph Myers  <joseph@codesourcery.com>
403         Merge from gcc:
404         2010-01-11  Richard Guenther  <rguenther@suse.de>
405         PR lto/41569
406         * Makefile.def (all-lto-plugin): Depend on all-gcc.
407         * Makefile.in: Regenerated.
409 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
411         PR libstdc++/32499
412         * configure.ac (RANLIB): Default to true.
413         (STRIP): Likewise.
414         (RANLIB_FOR_TARGET): Remove superfluous : argument.
415         * configure: Regenerate.
417 2010-02-17  Nick Clifton  <nickc@redhat.com>
419         PR 11238
420         * Makefile.tpl (local-distclean): Also remove config.cache files in
421         sub-directories as there may not be Makefiles present in the
422         sub-directories.
423         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
424         the config.cache files found by the find command.
426         * Makefile.in: Regenerate.
427         * configure.ac: Revert previous delta.
428         * configure: Regenerate.
430 2010-02-15  Nick Clifton  <nickc@redhat.com>
432         PR 11238
433         * configure.ac: Delete config.cache files in sub-directories when
434         deleting Makefiles.
435         * configure: Regenerate.
437 2010-02-15  Nick Clifton  <nickc@redhat.com>
439         * configure.ac: Sync from gcc.
440         * configure: Regenerate.
442 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
444         Sync from gcc:
445         * configure.ac: Add "recommended" version checks for GMP/MPC.
446         Update recommended GMP/MPFR/MPC versions.
447         * configure: Regenerate.
449 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
451         gcc PR libstdc++/36101, gcc PR libstdc++/42813
452         * configure.ac (bootstrap_target_libs): Make inclusion of
453         target-libgomp conditional on libgomb being in target_configdirs.
454         * configure: Regenerate.
456 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
458         gcc PR libstdc++/36101, gcc PR libstdc++/42813
459         * configure.ac (bootstrap_target_libs): Include target-libgomp.
460         * configure: Regenerate.
462 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
464         gcc PR libstdc++/36101, gcc PR libstdc++/42813
465         * configure.ac (target_configdirs): Substitute.
466         * Makefile.def: Bootstrap target module libgomp.
467         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
468         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
469         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
470         * configure, Makefile.in: Regenerate.
472 2009-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
474         * libtool.m4: Sync from git Libtool.
475         * ltmain.sh: Likewise.
476         * ltoptions.m4: Likewise.
477         * ltversion.m4: Likewise.
478         * lt~obsolete.m4: Likewise.
480 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
481             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
483         PR bootstrap/42424
484         * configure.ac: Include libtool m4 files.
485         (_LT_CHECK_OBJDIR): Call it.
486         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
487         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
489         * configure: Regenerate.
491 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
493         PR bootstrap/41818
494         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
495         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
496         * Makefile.in: Regenerate.
498 2009-12-18  Ben Elliston  <bje@au.ibm.com>
500         * config.sub, config.guess: Update from upstream sources.
502 2009-12-17  Jeff Johnston  <jjohnstn@redhat.com>
504         * COPYING.NEWLIB: Update copyright date.
505         * COPYING.LIBGLOSS: Ditto.
507 2009-12-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
509         PR middle-end/30447
510         PR middle-end/30789
511         PR other/40302
513         * configure.ac: Require MPC.
514         * configure: Regenerate.
516         * configure.ac: Update minimum MPC version to 0.8.
517         * configure: Regenerate.
519 2009-11-20  Paolo Bonzini  <bonzini@gnu.org>
521         * config.guess: Sync with upstream and gcc.
522         * config.sub: Sync with upstream and gcc.
524 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
526         * Makefile.def: Restore host and target settings for gmp.
527         * Makefile.in: Rebuild.
529 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
531         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
532         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
533         Fix portability of test of C++ as bootstrap language.  Add
534         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
535         * configure: Rebuild.
536         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
537         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
538         in-tree building.
539         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
540         (POSTSTAGE1_HOST_EXPORTS): Use it.
541         (STAGE[+id+]_CXXFLAGS): New.
542         (BASE_FLAGS_TO_PASS): Pass it down.
543         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
544         extra_exports.
545         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
546         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
547         extra_exports.
548         * Makefile.in: Rebuild.
550 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
552         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
553         paths for *-w64-mingw* and x86_64-*mingw*.
554         * configure: Regenerated.
556 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
558         * configure.ac: Disable target-winsup & co for
559         x86_64-*-mingw* and *-w64-mingw* targets.
560         * configure: Regenerated.
562 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
564         * configure.ac (CLooG test): Use = with test.
565         * configure: Regenerate.
567 2009-10-22  Richard Guenther  <rguenther@suse.de>
569         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
570         cloog if the ppl version check failed.  Move flags saving
571         before setting in libelf check.
572         * configure: Regenerate.
574 2009-10-21  Richard Guenther  <rguenther@suse.de>
576         * configure.ac: Adjust the ppl and cloog configure to work as
577         documented.  Disable cloog if ppl was disabled.  Omit the version
578         checks if they were disabled.
579         * configure: Re-generate.
581 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
583         * configure.ac: Add 'lto' to enable_languages, not
584         new_enable_languages, and only if not already present.
585         * configure: Regenerate.
587 2009-10-06  Ian Lance Taylor  <iant@google.com>
589         * Makefile.def: check-gold depends upon all-gas.
590         * Makefile.in: Rebuild.
592 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
594         * Makefile.def: all-lto-plugin depends on all-libiberty.
595         set bootstrap=true for lto-plugin.
596         Add lto-plugin.
597         * Makefile.in: Regenerate.
598         * configure.ac (host_libs): Add lto-plugin.
599         * configure: Regenerate.
601 2009-10-03  Diego Novillo  <dnovillo@google.com>
603         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
604         (HOST_LIBELFLIBS): Define.
605         (HOST_LIBELFINC): Define.
606         * Makefile.in: Regenerate.
607         * configure.ac: Add --enable-lto.
608         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
609         If --enable-lto is used, add 'lto' to new_enable_languages.
610         If --enable-lto is used and gold is enabled, add
611         lto-plugin to configdirs.
612         * configure: Regenerate.
614 2009-10-03  Simon Baldwin  <simonb@google.com>
616         * configure.ac: If --with-system-zlib, suppress local zlib and
617         pass --with-system-zlib to subdir configure scripts.
618         * configure: Regenerate.
620 2009-10-01  Loren J. Rittle <ljrittle@acm.org>
621             Paolo Bonzini  <bonzini@gnu.org>
623         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
624         $(srcdir).
625         * Makefile.in: Rebuilt.
627 2009-09-29  Paolo Bonzini  <bonzini@gnu.org>
629         Sync from gcc:
630         2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
632         * configure.ac: Update minimum MPC version to 0.7.
633         * configure: Regenerate.
635 2009-09-25  Nick Clifton  <nickc@redhat.com>
637         * configure.ac: Pass any --cache-file=/dev/null option on to
638         subconfigures.
639         * configure: Regenerate.
641 2009-09-23  Nick Clifton  <nickc@redhat.com>
643         * config.sub, config.guess: Update from upstream sources.
645 2009-09-22  Loren J. Rittle <ljrittle@acm.org>
647         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
648         * Makefile.in: Rebuilt.
650 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
652         PR bootstrap/32272
653         * configure.ac: Error out if $srcdir isn't '.' but contains
654         host-${host_noncanonical}.
655         * configure: Regenerate.
657 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
659         * configure.ac: If bootstrapping a combined tree with
660         --enable-gold, require c++ in stage1_languages.
661         * configure: Regenerate.
663         * configure.ac: Also add target_libs of stage1_languages to
664         bootstrap_target_libs.
665         * configure: Regenerate.
667         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
668         with --enable-languages not containing c++.
669         * configure: Regenerate.
671 2009-09-16  Jie Zhang  <jie.zhang@analog.com>
673         * configure.ac: Disable java and boehm-gc for bfin-*-*.
674         * configure: Regenerate.
676 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
678         * configure.ac: Do not use $extrasub for replacing @if/@endif
679         parts in Makefile; instead, use additional arguments to
680         AC_CONFIG_COMMANDS to do the replacement manually, with several
681         sed invocations, to avoid HP-UX sed command limits.
682         * configure: Regenerate.
684 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
686         * configure.ac (with-build-config): Document.  Handle without.
687         Handle missing argument.
688         * configure: Rebuilt.
690 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
692         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
693         Default to bootstrap-debug only if compare-debug works.
694         * configure: Rebuilt.
695         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
696         * Makefile.in: Rebuilt.
698 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
700         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
701         * Makefile.in: Rebuilt.
703 2009-09-02  Paolo Bonzini  <bonzini@gnu.org>
705         * Makefile.tpl (AWK): Fix typo.
706         * Makefile.in: Regenerate.
708 2009-09-02  Paolo Bonzini  <bonzini@gnu.org>
710         * configure.ac: Detect awk and sed.
711         * Makefile.def (flags_to_pass): Add AWK and SED.
712         * Makefile.tpl (AWK, SED): New.
713         (BASE_FLAGS_TO_PASS): Add AWK and SED.
714         * configure: Regenerate.
715         * Makefile.in: Regenerate.
717 2009-09-01  Tristan Gingold  <gingold@adacore.com>
719         * setup.com: Ported to Itanium VMS.  Can also build using DCL scripts.
720         Remove logical names.
722 2009-08-31  Dave Korn  <dave.korn.cygwin@gmail.com>
724         * ltmain.sh (func_normal_abspath): New function.
725         (func_relative_path): Likewise.
726         (func_mode_help): Document new -bindir option for link mode.
727         (func_mode_link): Add new -bindir option, and use it to place
728         output DLL if specified.
730 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
732         * configure.ac (AC_PREREQ): Bump to 2.64.
734 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
736         * README-maintainer-mode: Point directly to upstream locations
737         for autoconf, automake, libtool, gettext, instead of copies on
738         sources.redhat.com.  Document required versions.
739         * configure.ac: Do not substitute datarootdir, htmldir,
740         pdfdir, docdir.  Do not process --with-datarootdir,
741         --with-htmldir, --with-pdfdir, --with-docdir.
742         * configure: Regenerate.
744         * configure: Regenerate.
746         * compile: Sync from Automake 1.11.
747         * depcomp: Likewise.
748         * install-sh: Likewise.
749         * missing: Likewise.
750         * mkinstalldirs: Likewise.
751         * ylwrap: Likewise.
753 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
755         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
756         (baseargs): Add --disable-option-checking.
757         * configure: Regenerate.
759         * Makefile.def (configure-target-libiberty): Depend on
760         all-binutils and all-ld.
761         (configure-target-newlib): Likewise.
762         * Makefile.in: Regenerate.
764 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
766         Sync with GCC, merge:
768         2009-07-31  Christian Bruel  <christian.bruel@st.com>
770         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
771         * configure: Regenerate.
773         2009-07-06  Ian Lance Taylor  <iant@google.com>
775         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
776         * configure: Rebuild.
778         2009-06-26  Steve Ellcey  <sje@cup.hp.com>
780         PR bootstrap/40338
781         * configure.ac (comparestring): Create new variable.
782         * Makefile.tpl (comparestring): Use to skip some comparisions.
783         * configure: Regenerate.
784         * Makefile.in: Regenerate.
786         2009-06-23  Ian Lance Taylor  <iant@google.com>
788         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
789         boot_languages.  Only bootstrap target libraries listed in
790         target_libs for some boot language.  Add --with-stage1-ldflags,
791         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
792         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
793         if not building with C++.
794         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
795         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
796         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
797         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
798         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
799         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
800         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
801         * configure, Makefile.in: Rebuild.
803         2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
805         * configure.ac: Detect MPC in default directory.
806         * configure: Regenerate.
808         2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
810         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
811         to noconfdirs.
812         * configure: Regenerate.
814         2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
816         * Makefile.def: Add MPC support and dependencies.
817         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
819         * Makefile.in, configure: Regenerate.
821         2009-05-24  Nicolas Roche  <roche@adacore.com>
823         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
824         * Makefile.in: Regenerate.
826         2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
828         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
829         * configure:  Regenerate.
831         2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
833         * configure.ac ($with_ppl):  Default to no if not supplied.
834         ($with_cloog):  Likewise.
835         configure:  Regenerate.
837         2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
839         PR bootstrap/39739
840         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
841         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
843         * configure, Makefile.in: Regenerate.
845         2009-04-14  Jakub Jelinek  <jakub@redhat.com>
847         * configure.ac: Change copyright header to refer to version
848         3 of the GNU General Public License and to point readers at the
849         COPYING3 file and the FSF's license web page.
850         * Makefile.def: Likewise.
851         * Makefile.tpl: Likewise.
852         * Makefile.in: Regenerate.
854         2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
856         * configure.ac: Restore match for darwin9 or later. Use double
857         brackets since regeneration eats one pair.
858         * configure: Regenerate.
860 2009-08-18  Christopher Faylor  <me+cygwin@cgf.cx>
862         * MAINTAINERS: Perform some obvious fixups.
864 2009-08-17  Ben Elliston  <bje@au.ibm.com>
866         * config.sub, config.guess: Update from upstream sources.
868 2009-08-06  Michael Eager <eager@eagercon.com>
870         * configure.ac: Add Microblaze target.
871         * configure: Regenerate.
873 2009-07-02  Tristan Gingold  <gingold@adacore.com>
875         * configure.ac: Do not exclude gas for i386-*-darwin.
876         Add a case for x86_64-*-darwin.
877         * configure: Regenerate.
879 2009-06-26  Doug Evans  <dje@sebabeach.org>
881         * Makefile.def (host_modules): Add cgen.
882         * Makefile.in: Regenerate.
883         * configure.ac (host_tools): Add cgen.
884         * configure: Regenerate.
886 2009-06-17  Michael Eager <eager@eagercon.com>
888         * COPYING.LIBGLOSS: Add Xilinx license.
890 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
892         * configure.ac: Define is_elf for QNX Neutrino targets.
893         * configure: Regenerate.
895 2009-06-03  Jerome Guitton  <guitton@adacore.com>
896             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
898         * Makefile.tpl (all): Avoid a trailing backslash.
899         * Makefile.in: Regenerate.
901 2009-06-03  Ben Elliston  <bje@au.ibm.com>
903         * config.sub, config.guess: Update from upstream sources.
905 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
907         * Makefile.tpl ([+compare-target+]): Compare all stage
908         directories, rather than just gcc.
909         * Makefile.in: Rebuilt.
911 2009-05-28  Doug Kwan  <dougkwan@google.com>
913         * configure.ac: Support gold for target arm*-*-*.
914         * configure: Regenerate.
916 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
918         * Makefile.tpl (all): Avoid harmless warning in make all when
919         gcc-bootstrap is enabled but stage_last does not exist.
920         * Makefile.in: Rebuilt.
922 2009-05-25  Tristan Gingold  <gingold@adacore.com>
924         * setup.com: Complete the file with configuration and build.
926 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
928         PR other/40159
929         * Makefile.tpl (all): Don't assume gcc-bootstrap and
930         gcc-no-bootstrap are mutually exclusive.
931         * Makefile.in: Rebuilt.
933 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
935         PR other/40159
936         * Makefile.tpl (all): Don't end with unconditional success.
937         * Makefile.in: Rebuilt.
939 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
941         PR target/37137
942         * Makefile.def (flags_to_pass): Remove redundant and incomplete
943         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
944         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
945         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
946         stage_configureflags, stage_cflags and stage_libcflags into
947         explicit Makefile macros.
948         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
949         GFORTRAN.
950         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
951         CC.  Set CC_FOR_BUILD from CC.
952         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
953         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
954         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
955         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
956         and GFORTRAN.
957         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
958         (_LIBCFLAGS): Renamed to _TFLAGS.
959         (do-compare-debug, do-compare3-debug): Drop.
960         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
961         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
962         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
963         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
964         (XGCC_FLAGS_FOR_TARGET): New.
965         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
966         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
967         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
968         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
969         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.    Add it along with TFLAGS
970         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
971         TFLAGS.
972         (BUILD_CONFIG): Include if requested.
973         (all): Set TFLAGS on bootstrap.
974         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
975         (all-stageid-prefixmodule): Likewise.
976         (do-clean, distclean-stageid): Set TFLAGS.
977         (restrap): Fix whitespace.
978         * Makefile.in: Rebuilt.
980 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
982         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
983         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
984         * Makefile.in: Regenerate.
986 2009-04-24  Eli Zaretskii  <eliz@gnu.org>
988         * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
989         consistency with config.sub.  (Update from upstream sources.)
991 2009-04-21  Joseph Myers  <joseph@codesourcery.com>
993         * texinfo/texinfo.tex: Update to version 2009-03-28.05.
995 2009-04-17  Ben Elliston  <bje@au.ibm.com>
997         * config.sub, config.guess: Update from upstream sources.
999 2009-04-15  Anthony Green  <green@moxielogic.com>
1001         * configure.ac: Add moxie support.
1002         * configure: Rebuilt.
1004 2009-04-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1006         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
1007         * configure: Regenerate.
1009 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
1011         PR gas/10039
1012         * configure.ac: Require texinfo 4.7.
1013         * configure: Regenerated.
1015 2009-04-09  Steve Ellcey  <sje@cup.hp.com>
1017         * Makefil.def (languages): New entries.
1018         * Makefile.tpl (check-gcc-*): New generic target.
1019         * Makefile.in: Regenerate.
1021 2009-03-27  Eli Zaretskii  <eliz@gnu.org>
1023         * djunpack.bat: Use ".." quoting in Sed command, for the sake of
1024         Windows builds of Sed.
1026 2009-03-18  Tom Tromey  <tromey@redhat.com>
1028         * configure: Rebuild.
1029         * configure.ac (host_libs): Add libiconv.
1030         * Makefile.in: Rebuild.
1031         * Makefile.def (host_modules): Add libiconv.
1032         (configure-gdb, all-gdb): Depend on libiconv.
1034 2009-03-16  Tristan Gingold  <gingold@adacore.com>
1036         * configure.ac: Treat gdb as supported on x86_64-darwin.
1037         * configure: Regenerate.
1039 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
1041         Merge from GCC:
1043         2009-03-16  Joseph Myers  <joseph@codesourcery.com>
1045         * configure.ac (--with-host-libstdcxx): New option.
1046         * configure: Regenerate.
1048         2009-01-29  Robert Millan  <rmh@aybabtu.com>
1050         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
1051         * configure: Regenerate.
1053         2009-01-12  Sebastian Pop <sebastian.pop@amd.com>
1055         PR tree-optimization/38515
1056         * configure.ac (cloog-polylib): Removed.
1057         (with_ppl, with_cloog): Test for "no".
1058         * configure: Regenerated.
1060 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1062         Backport from git Libtool:
1064         2009-01-19  Robert Millan  <rmh@aybabtu.com>
1065         Support GNU/kOpenSolaris.
1066         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
1067         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
1068         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
1069         GNU/kOpenSolaris.
1071 2009-02-05  Andreas Schwab  <schwab@suse.de>
1073         * Makefile.tpl (stage_last): Define $r and $s before using
1074         $(RECURSE_FLAGS_TO_PASS).
1075         * Makefile.in: Regenerate
1077 2009-01-21  Jeff Johnston  <jjohnstn@redhat.com>
1079         * COPYING.NEWLIB: Add ARM license.
1081 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
1083         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
1084         (all-opcodes): Depend on all-libiberty.
1085         * Makefile.in: Regenerate.
1087 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
1089         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
1090         * configure: Regenerate.
1092 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1094         Backport link test fix from upstream Libtool:
1096         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
1097         Add cache variables to tests that require the linker to work.
1098         For shlibpath_overrides_runpath, this also changes the semantics
1099         to let the result from the C compiler take precedence.
1100         compiler take precedence.
1102 2008-12-02  Ben Elliston  <bje@au.ibm.com>
1104         * config.sub, config.guess: Update from upstream sources.
1106 2008-12-17  Jeff Johnston  <jjohnstn@redhat.com>
1108         * COPYING.NEWLIB: Updated.
1109         * COPYING.LIBGLOSS: Ditto.
1111 2008-12-16  Paolo Bonzini  <bonzini@gnu.org>
1113         Sync with GCC:
1115         2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
1117         * configure.ac (ppllibs): Add by default the lib flags.
1118         * configure: Regenerate.
1120         2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
1122         * configure.ac: Add double brackets on darwin[912].
1123         * configure: Regenerate.
1125         2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
1127         * configure.ac: Expand to darwin10 and later.
1128         * configure: Regenerate.
1130 2008-12-02  Andreas Schwab  <schwab@suse.de>
1132         * Makefile.def: configure-target-boehm-gc depends on
1133         all-target-libstdc++-v3.
1134         * Makefile.in: Regenerate.
1136 2008-12-02  Ben Elliston  <bje@au.ibm.com>
1138         * config.sub, config.guess: Update from upstream sources.
1140 2008-11-27  Joseph Myers  <joseph@codesourcery.com>
1142         Merge from GCC:
1144         2007-12-02  Matthias Klose  <doko@ubuntu.com>
1146         * config-ml.in: Remove 64bit configure tests.
1148         2008-05-14  Rafael Espindola  <espindola@google.com>
1150         * config-ml.in: don't handle --enable-shared and --enable-static.
1152         2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
1153             Tobias Grosser  <grosser@fim.uni-passau.de>
1154             Jan Sjodin  <jan.sjodin@amd.com>
1155             Harsha Jagasia  <harsha.jagasia@amd.com>
1156             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
1157             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
1158             Adrien Eliche  <aeliche@isty.uvsq.fr>
1160         Merge from graphite branch.
1161         * configure: Regenerate.
1162         * Makefile.in: Regenerate.
1163         * configure.ac (host_libs): Add ppl and cloog.
1164         Add checks for PPL and CLooG.
1165         * Makefile.def (ppl, cloog): Added modules and dependences.
1166         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
1167         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
1169         2008-09-03  Richard Guenther  <rguenther@suse.de>
1171         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
1172         cloog test.
1173         * configure: Re-generate.
1175         2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
1177         * configure.ac (--with-cloog-polylib): New.
1178         (--disable-cloog-version-check): New.
1179         (--disable-ppl-version-check): New.
1180         * configure: Re-generate.
1182         2008-09-05  Richard Guenther  <rguenther@suse.de>
1184         * configure.ac: Initialize clooglibs to -lcloog.
1185         * configure: Re-generate.
1187         2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1189         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
1190         recommended version to 2.3.2.
1192         * configure: Regenerate.
1194         2008-10-31  Ben Elliston  <bje@au.ibm.com>
1196         * configure.ac (spu-*-*): Remove special case.
1197         * configure: Regenerate.
1199         Complete comment text from GCC version of:
1201         2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
1203         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
1204         (GCC_SHLIB_SUBDIR): New.
1205         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
1206         * configure: Regenerate.
1207         * Makefile.in: Regenerate.
1209 2008-11-27  Tristan Gingold  <gingold@adacore.com>
1211         * configure.ac: Build gdb for i?86-*-darwin*
1212         * configure: Regenerated.
1214 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
1216         PR bootstrap/38014
1217         PR bootstrap/37923
1219         Revert:
1221         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
1223         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
1224         * Makefile.in: Regenerated.
1226         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
1228         PR gdb/921
1229         PR gdb/1646
1230         PR gdb/2175
1231         PR gdb/2176
1233         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
1234         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
1235         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
1236         (HOST_EXPORTS): Pass CPPFLAGS.
1237         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
1238         (LDFLAGS_FOR_TARGET): Initialize from configure script.
1239         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
1240         * Makefile.in, configure: Regenerated.
1241         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
1242         and CPPFLAGS_FOR_BUILD.
1244 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
1246         * configure.ac [spu-*-*]: Do not set skipdirs.
1247         * configure: Re-generate.
1249 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
1251         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
1252         * Makefile.in: Regenerated.
1254 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
1256         PR gdb/921
1257         PR gdb/1646
1258         PR gdb/2175
1259         PR gdb/2176
1261         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
1262         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
1263         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
1264         (HOST_EXPORTS): Pass CPPFLAGS.
1265         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
1266         (LDFLAGS_FOR_TARGET): Initialize from configure script.
1267         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
1268         * Makefile.in, configure: Regenerated.
1269         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
1270         and CPPFLAGS_FOR_BUILD.
1272 2008-09-29  Peter O'Gorman  <pogma@thewrittenword.com>
1274         * libtool.m4: Update to libtool 2.2.6.
1275         * lt~obsolete.m4: Update to libtool 2.2.6.
1276         * ltmain.sh: Update to libtool 2.2.6.
1277         * ltsugar.m4: Update to libtool 2.2.6.
1278         * ltversion.m4: Update to libtool 2.2.6.
1279         * ltoptions.m4: Update to libtool 2.2.6.
1280         * ltgcc.m4: Update to match changes from libtool 2.2.6.
1282 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
1284         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
1285         (GCC_SHLIB_SUBDIR): New.
1286         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
1287         * configure: Regenerate.
1288         * Makefile.in: Regenerate.
1290 2008-08-28  Tristan Gingold  <gingold@adacore.com>
1292         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
1293         Enable bfd, binutils and opcodes.
1294         * configure: Regenerate.
1296 2008-08-16  Nicolas Roche  <roche@adacore.com>
1298         * Makefile.tpl: Add BOOT_ADAFLAGS.
1299         * Makefile.in: Regenerate.
1301 2008-08-16  Richard Sandiford  <rdsandiford@googlemail.com>
1303         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
1304         * configure: Regenerate.
1306 2008-07-30 Paolo Bonzini  <bonzini@gnu.org>
1308         Sync with gcc:
1309         2008-07-30 Paolo Bonzini  <bonzini@gnu.org>
1311         * configure.ac: Add makefile fragments for hpux.
1312         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
1313         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
1314         * configure: Regenerate.
1315         * Makefile.in: Regenerate.
1317         2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1319         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
1320         * Makefile.in: Regenerate.
1321         * configure: Regenerate.
1323 2008-06-18  Ian Lance Taylor  <iant@google.com>
1325         * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
1327         * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
1329 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1331         * configure: Regenerate.
1333 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1335         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
1336         "$@" is still intact with both Autoconf 2.59 and 2.62.
1337         * configure: Regenerate.
1339 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1341         * Makefile.tpl: Fix comment errors.
1342         * Makefile.in: Regenerate.
1344 2008-06-13  Julian Brown  <julian@codesourcery.com>
1346         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
1347         of libobjc for ARM EABI Linux.
1348         * configure: Regenerate.
1350 2008-06-12  David S. Miller  <davem@davemloft.net>
1351             David Edelsohn  <edelsohn@gnu.org>
1353         * configure.ac: Add powerpc*-*-* to gold supported targets.
1354         * configure: Regenerate.
1356 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
1358         PR tree-optimization/36218
1359         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
1360         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
1361         (all prefix="build-"): Pass them to build-system sub-makes.
1362         * Makefile.in: Regenerate.
1364 2008-05-16  Daniel Jacobowitz  <dan@codesourcery.com>
1366         * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
1367         README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
1368         mkdep, and compile.  Update comments.
1369         (ETC_SUPPORT): Add ChangeLog and update comments.
1371 2008-05-11  Ian Lance Taylor  <iant@google.com>
1373         * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
1375 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
1377         Sync with gcc:
1378         2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
1380         PR bootstrap/35457
1381         * configure.ac: Include override.m4.
1382         * configure: Regenerate.
1384         2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
1386         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
1387         * Makefile.in: Regenerate.
1389         2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
1391         * configure.ac: Do not build libssp for the AVR.
1392         * configure: Regenerate.
1394 2008-04-18  Nick Clifton  <nickc@redhat.com>
1396         * MAINTAINERS: Replace reference to configure.in with reference to
1397         configure.ac.
1399 2008-04-18  M R Swami Reddy <MR.Swami.Reddy@nsc.com>
1401         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
1402         as nonconfigurable directories list.
1403         * configure: Regenerate.
1405 2008-04-14  David S. Miller  <davem@davemloft.net>
1407         * configure.ac: Add sparc*-*-* to gold supported targets.
1408         * configure: Regenerate.
1410 2008-04-14  Ben Elliston  <bje@au.ibm.com>
1412         * config.sub, config.guess: Update from upstream sources.
1414 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
1416         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
1417         * Makefile.in: Regenerate.
1419 2008-04-07  Ian Lance Taylor  <iant@google.com>
1421         * Makefile.def: check-gold depends upon all-binutils.
1422         * Makefile.in: Regenerate.
1424 2008-04-04  Nick Clifton  <nickc@redhat.com>
1426         PR binutils/4334
1427         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
1428         builds.
1429         * configure: Regenerate.
1431 2008-04-04  NightStrike  <NightStrike@gmail.com>
1433         PR other/35151
1434         * configure.ac: Combine rules for mingw32 and mingw64.
1435         * configure: Regenerate.
1437 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
1439         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
1440         * Makefile.in: Regenerate.
1442 2008-03-20  Ian Lance Taylor  <iant@google.com>
1444         * configure.ac: Add support for --enable-gold.
1445         * Makefile.def: Add gold as a directory like ld.
1446         * configure, Makefile.in: Regenerate.
1448 2008-03-19  Andreas Krebbel  <krebbel1@de.ibm.com>
1450         * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
1451         (s390_cond_extensions): Reduced extensions to the compare related.
1452         (main): z10 cpu type option added.
1453         (expandConditionalJump): Renamed to ...
1454         (insertExpandedMnemonic): ... this.
1456         * opcodes/s390-opc.c: Re-group the operand format makros.
1457         (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
1458         INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
1459         INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
1460         INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
1461         INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
1462         INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
1463         INSTR_SIL_RDU): New instruction formats added.
1464         (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
1465         MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
1466         MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
1467         MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
1468         MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
1469         MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
1470         masks added.
1471         (s390_opformats): New formats added "ris", "rrs", "sil".
1472         * opcodes/s390-opc.txt: Add the conditional jumps with the
1473         extensions removed from automatic expansion in s390-mkopc.c manually.
1474         (asi - trtre): Add new System z10 EC instructions.
1475         * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
1477 2008-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1479         * configure.ac: m4_include config/proginstall.m4.
1480         * configure: Regenerate.
1482 2008-03-16  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1484         Backport from upstream Libtool:
1486         2007-10-12  Eric Blake  <ebb9@byu.net>
1488         Deal with Autoconf 2.62's semantic change in m4_append.
1489         * ltsugar.m4 (lt_append): Replace broken versions of
1490         m4_append.
1491         (lt_if_append_uniq): Don't require separator to be overquoted,
1492         and avoid broken m4_append.
1493         (lt_dict_add): Fix typo.
1494         * libtool.m4 (_LT_DECL): Don't overquote separator.
1496 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
1498         * config.rpath: Add AIX 6 support.
1500 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
1502         * Makefile.def (stageprofile).  Remove -fprofile-generate
1503         from stage_libcflags.
1504         * Makefile.in: Regenerate.
1506 2008-03-13  Ben Elliston  <bje@au.ibm.com>
1508         * config.sub, config.guess: Update from upstream sources.
1510 2008-03-06  Florian Krohm  <fkrohm@us.ibm.com>
1512         * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
1513         * s390-opc.txt (cmpsc): Duplicate entry removed.
1514         (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
1515         cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
1516         fier, cu42, cu41): Fix operand format.
1518 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
1520         PR bootstrap/32009
1521         PR bootstrap/32161
1523         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
1524         * configure: Regenerate.
1526         * Makefile.def: Define stage_libcflags for all bootstrap stages.
1527         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
1528         STAGE4_LIBCFLAGS): New.
1529         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
1530         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
1531         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
1532         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
1533         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
1534         for target modules.  Don't export LIBCFLAGS.
1535         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
1536         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
1537         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
1538         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
1539         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
1540         * Makefile.in: Regenerate.
1542 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1544         PR libgcj/33085
1545         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
1546         Do not use -DDLL_EXPORT.  Backport from upstream.
1548 2008-02-14  Nick Clifton  <nickc@redhat.com>
1550         Import this patch from gcc:
1551         2008-01-24  David Edelsohn  <edelsohn@gnu.org>
1553         * libtool.m4: Backport AIX 6 support from ToT Libtool.
1555 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
1557         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
1558         * configure: Regenerate.
1560 2008-01-31  Marc Gauthier  <marc@tensilica.com>
1562         * configure.ac (xtensa*-*-*): Recognize processor variants.
1563         * configure: Regenerate.
1565 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1567         PR bootstrap/34922
1568         * configure.ac (PARSE_ARGS): Push suitable setting of
1569         ac_subdirs_all, for `./configure --help=recursive'.
1570         Handle `+' in generic toplevel directory disabling.
1571         * configure: Regenerate.
1573 2008-01-23  Ben Elliston  <bje@au.ibm.com>
1575         * config.sub, config.guess: Update from upstream sources.
1577 2008-01-08  Ben Elliston  <bje@au.ibm.com>
1579         * config.sub, config.guess: Update from upstream sources.
1581 2007-12-19  Jeff Johnston  <jjohnstn@redhat.com>
1583         * COPYING.LIBGLOSS: Update default copyright.
1585 2007-12-19  Jeff Johnston  <jjohnstn@redhat.com>
1587         * COPYING.NEWLIB: Update default copyright.
1589 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1591         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
1592         Change recommended MPFR from 2.2.1 > 2.3.0.
1593         * configure: Regenerate.
1595 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
1597         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
1598         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
1599         * Makefile.in: Regenerate.
1601 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
1603         * configure.ac: Enable libjava for x86_64-*-darwin9.
1604         * configure: Regenerate.
1606 2007-12-05  Ben Elliston  <bje@au.ibm.com>
1608         * config.sub, config.guess: Update from upstream sources.
1610 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1612         * config-ml.in: Robustify against white space in absolute file
1613         names.
1615         * config-ml.in (multi-clean): Substitute ${Makefile}.
1616         Remove superfluous ${Makefile} in list.
1618 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
1620         * Makefile.def (dependencies): Make configure-gdb depend on
1621         all-intl.
1622         * Makefile.in: Regenerated.
1624 2007-10-15  Patrick Mansfield <patmans@us.ibm.com>
1626         * Makefile.def: To avoid problems running with parallel makes,
1627         build newlib before libgloss so that target specific header
1628         files are availble.
1629         * Makefile.in: Regenerate.
1631 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
1633         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
1634         * Makefile.in: Regenerate.
1636 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
1638         * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
1639         * libdecnumber: New directory, imported from GCC.
1641 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
1643         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
1644         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
1645         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
1646         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
1647         * configure: Regenerate.
1649 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
1651         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
1652         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
1653         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
1654         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
1655         * configure.ac: Default them to host tools for $host = $build.
1656         Subst them.
1658         * configure: Regenerate.
1659         * Makefile.in: Regenerate.
1661 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
1663         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
1664         * configure: Regenerate.
1666 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
1668         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
1669         libstdc++.
1670         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
1671         * configure: Regenerate.
1672         * Makefile.in: Regenerate.
1674 2007-09-17  Andreas Schwab  <schwab@suse.de>
1676         * configure.ac: Raise minimum makeinfo version to 4.6.
1677         * configure: Regenerate.
1679 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
1681         * configure.ac: Correct makeinfo version check.
1682         * configure: Regenerate.
1684 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
1686         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
1687         to $skipdirs and only disable gprof for newlib.  Use the normal
1688         mips*-elf* handling in other respects.
1689         * configure: Regnerate.
1691 2007-09-12  David Daney  <ddaney@avtrex.com>
1693         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
1694         enabling libgcj.
1695         * configure: Regenerate.
1697 2007-09-12  Richard Guenther  <rguenther@suse.de>
1699         * configure.ac (--enable-stage1-checking): If neither --enable-checking
1700         nor --disable-checking is provided also turn on yes and types
1701         checking for stage1.
1702         * configure: Re-generate.
1704 2007-09-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1706         PR target/33281
1707         * configure.ac: Use config/mh-mingw on mingw.
1708         * configure: Regenerate.
1710 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
1712         PR other/32154
1713         * configure.ac: For libgloss targets, point the linker to the linker
1714         script, startup code and simulator library.
1715         * configure: Regenerate.
1717 2007-09-09  Andrew Haley  <aph@redhat.com>
1719         * configure.ac (noconfigdirs): Remove target-libffi and
1720         target-libjava.
1722 2007-08-29  Nick Clifton  <nickc@redhat.com>
1724         * config.sub, config.guess: Update from upstream sources.
1726 2007-08-21  Richard Guenther  <rguenther@suse.de>
1728         * configure.ac: Add types checking to stage1 checking flags.
1729         * configure: Regenerate.
1731 2007-08-18  Paul Brook  <paul@codesourcery.com>
1732             Joseph Myers  <joseph@codesourcery.com>
1734         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
1735         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
1736         * Makefile.in: Regenerate.
1737         * configure.ac (--with-debug-prefix-map): New.
1738         * configure: Regenerate.
1740 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
1741             Nigel Stephens  <nigel@mips.com>
1743         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
1744         as target_makefile_frag.
1745         * configure: Regenerate.
1747 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
1749         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
1750         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
1751         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
1752         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
1753         (do-compare, do-compare3, do-compare-debug): New.
1754         ([+compare-target+]): Use them.
1756 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
1758         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
1759         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
1760         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
1761         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
1762         (do-compare, do-compare3, do-compare-debug): New.
1763         ([+compare-target+]): Use them.
1765 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1766             Ben Elliston  <bje@au.ibm.com>
1768         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
1769         --silent if $silent.
1770         * configure: Regenerate.
1772 2007-08-12  Daniel Jacobowitz  <dan@codesourcery.com>
1774         * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
1776 2007-07-17  Nick Clifton  <nickc@redhat.com>
1778         * COPYING3: New file.  Contains version 3 of the GNU General
1779         Public License.
1780         * COPYING3.LIB: New file.  Contains version 3 of the GNU
1781         Lesser General Public License.
1783 2007-07-11  Bernd Schmidt  <bernd.schmidt@analog.com>
1785         * configure.ac: Fix my previous change to really match GCC.
1786         * configure: Regenerate.
1788 2007-07-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1790         * configure.ac: Rewrite 'configure --help' strings to look nicer.
1791         * configure: Regenerate.
1793 2007-07-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1795         * configure.ac: Add some missing m4 quotation.
1796         * configure: Regenerate.
1798 2007-07-09  Kai Tietz   <kai.tietz@onevision.com>
1800         * Makefile.def: Add windmc tool to build.
1801         * Makefile.tpl: Likewise.
1802         * configure.ac: Likewise.
1803         * Makefile.in: Regenerate.
1804         * configure: Regenerate.
1806 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
1808         * lt~obsolete.m4: New. Import from 20070318 libtool.
1810 2007-06-29  Bernd Schmidt  <bernd.schmidt@analog.com>
1812         * configure.ac: Don't add target-libmudflap to noconfigdirs for
1813         uclinux and linux-uclibc targets.
1814         * configure: Regenerate.
1816 2007-06-28  DJ Delorie  <dj@redhat.com>
1818         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
1819         not building newlib.
1820         * configure: Regenerated.
1822 2007-06-22  Daniel Jacobowitz  <dan@codesourcery.com>
1824         * src-release (DEVO_SUPPORT): Correct typos.
1826 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
1828         * Makefile.def: Add dependency from configure-gdb to all-bfd.
1829         * Makefile.in: Regenerated.
1831 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
1833         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
1834         (distclean-stage[+id+]): Possibly delete stage_last.
1835         * Makefile.in: Regenerate.
1837 2007-06-07  Ben Elliston  <bje@au.ibm.com>
1839         * config.sub, config.guess: Update from upstream sources.
1841 2007-06-07  Ben Elliston  <bje@au.ibm.com>
1843         * Makefile.tpl: Fix spelling error.
1844         * Makefile.in: Regenerate.
1846 2007-06-04  Paolo Bonzini  <bonzini@gnu.org>
1848         Sync with gcc:
1849         2007-05-30  Jakub Jelinek  <jakub@redhat.com>
1851         PR bootstrap/29382
1852         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
1853         * configure: Rebuilt.
1855 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
1857         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
1858         lt_cv_sys_max_cmd_len.
1860 2007-05-31  Paolo Bonzini  <bonzini@gnu.org>
1862         * ltgcc.m4: Update from GCC.
1864 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
1866         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
1868 2007-05-24  Steve Ellcey  <sje@cup.hp.com>
1870         * ltmain.sh: Update from GCC.
1871         * libtool.m4: Update from GCC.
1872         * ltsugar.m4: New. Update from GCC.
1873         * ltversion.m4: New. Update from GCC.
1874         * ltoptions.m4: New. Update from GCC.
1875         * ltconfig: Remove.
1876         * ltcf-c.sh: Remove.
1877         * ltcf-cxx.sh: Remove.
1878         * ltcf-gcj.sh: Remove.
1879         * src-release: Update with new libtool file list.
1881 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
1883         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
1884         stage_cflags.
1885         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
1886         Remove CFLAGS/LIBCFLAGS.
1887         (configure-stage[+id+]-[+prefix+][+module+],
1888         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
1889         * Makefile.in: Regenerate.
1891 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
1893         * config-ml.in: Update from GCC.
1895 2007-04-09  Daniel Jacobowitz  <dan@codesourcery.com>
1897         * src-release (do-proto-toplev): Process the support directories before
1898         the tool directory.
1900 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
1902         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
1903         of glob.  Quote arguments with single quotes too.
1904         * configure: Regenerate.
1906 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
1908         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
1909         * Makefile.in: Regenerate
1911 2007-03-07  Andreas Schwab  <schwab@suse.de>
1913         * configure: Regenerate.
1915 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
1917         * configure.ac: Add "--with-pdfdir" configure option,
1918         which defines pdfdir variable.
1919         * Makefile.def (target=fixincludes): Add install-pdf to
1920         missing targets.
1921         (recursive_targets): Add install-pdf target.
1922         (flags_to_pass): Add pdfdir.
1923         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
1924         target.
1925         * configure: Regenerate
1926         * Makefile.in: Regenerate
1928 2007-02-28  Eric Christopher  <echristo@apple.com>
1930         Revert:
1931         2006-12-07  Mike Stump  <mrs@apple.com>
1933         * Makefile.def (dependencies): Add dependency for
1934         install-target-libssp and install-target-libgomp on
1935         install-gcc.
1936         * Makefile.in: Regenerate.
1938 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
1940         * configure: Regenerate.
1941         * configure.ac: Move statements after variable declarations.
1943 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
1945         * configure.ac: Adjust for loop syntax.
1946         * configure: Regenerate.
1948 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
1950         * configure: Rebuilt.
1952 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
1954         * configure.ac: Drop multiple occurrences of --enable-languages,
1955         and fix its quoting.
1956         * configure: Rebuilt.
1958 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
1959             Nathan Sidwell  <nathan@codesourcery.com>
1960             Vladimir Prus  <vladimir@codesourcery.com
1961             Joseph Myers  <joseph@codesourcery.com>
1963         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
1964         * configure: Regenerate.
1966 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
1968         * configure.ac (target_libraries): Move libgcc before libiberty.
1969         * configure: Regenerated.
1971 2007-02-13  Paolo Bonzini  <bonzini@gnu.org>
1973         * configure: Regenerate again?
1975 2007-02-13  Paolo Bonzini  <bonzini@gnu.org>
1977         * configure: Reapply PR30748 fix which was lost in the previous commit.
1979 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
1980             Paolo Bonzini  <bonzini@gnu.org>
1982         PR bootstrap/30753
1983         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
1984         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
1985         * configure: Regenerated.
1987 2007-02-10  Paolo Bonzini  <bonzini@gnu.org>
1989         * configure: Regenerate.
1991 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
1993         PR bootstrap/30748
1994         * configure.ac: Correct syntax for Solaris ksh.
1995         * configure: Regenerated.
1997 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
1999         * Makefile.def: Sync with GCC.
2000         * Makefile.tpl: Sync with GCC.
2001         * Makefile.in: Regenerate.
2002         * configure: Regenerate.
2004 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
2006         * Makefile.tpl (build_alias, host_alias, target_alias): Use
2007         noncanonical equivalents.
2008         * configure.in: Rename to...
2009         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
2010         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
2011         target_noncanonical.  Use them.  Rewrite removal of configure
2012         arguments for autoconf 2.59.  Discard variable settings.  Force
2013         program_transform_name for native tools.
2015         * Makefile.in: Regenerated.
2016         * configure: Regenerated with autoconf 2.59.
2018         * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
2020 2007-02-08  Jeff Johnston  <jjohnstn@redhat.com>
2022         * COPYING.LIBGLOSS: Reformat default Red Hat
2023         license to fit within 80 columns.
2024         * COPYING.NEWLIB: Ditto.
2026 2007-02-05  Dave Brolley  <brolley@redhat.com>
2028         * Contribute the following changes:
2029         2006-11-28  DJ Delorie  <dj@redhat.com>
2031         * configure.in: Fix typo for mep's target_makefile_frag.
2032         * configure: Regenerated.
2034         2005-04-22  Richard Sandiford  <rsandifo@redhat.com>
2036         * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
2037         * configure: Regenerate.
2039         2001-09-19  DJ Delorie  <dj@redhat.com>
2041         * configure.in (target_makefile_frag): use mt-mep
2043         2001-06-12  Don Howard  <dhoward@redhat.com>
2045         * configure.in: Remove gdb from MeP skip list.
2047         2001-04-05  DJ Delorie  <dj@redhat.com>
2049         * configure.in (noconfigdirs): Remove gcc from MeP skip list.
2051         2001-03-20  Ben Elliston  <bje@redhat.com>
2053         * configure.in (noconfigdirs): Add gcc and gdb for MeP.
2055         2001-03-19  Ben Elliston  <bje@redhat.com>
2057         * config.sub (mep, mep-*): Add.
2059 2007-01-31  Andreas Schwab  <schwab@suse.de>
2061         * Makefile.tpl (LDFLAGS): Substitute it.
2062         * Makefile.in: Regenerate.
2064 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
2066         * configure.in: Change == to = in test command.
2067         * configure: Regenerate.
2069 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
2070             Nick Clifton  <nickc@redhat.com>
2071             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
2073         * configure.in (build_configargs, host_configargs, target_configargs):
2074         Remove build/host/target parameters.
2075         (host_libs): Add gmp and mpfr.
2076         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
2077         * Makefile.def (gmp, mpfr): New.
2078         (gcc): Remove target.
2079         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
2080         target_os, target_vendor): New.
2081         (configure): Add host_alias/target_alias arguments.  Adjust invocations.
2082         * configure: Regenerate.
2083         * Makefile.in: Regenerate.
2085 2007-01-11  Matt Fago  <fago@earthlink.net>
2087         * configure.in: Try to link to functions only in mpfr 2.2.x
2088         to improve robustness of configure tests.
2089         * configure: Regenerate.
2091 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
2093         * configure.in: Add support for an x86_64-mingw* target.
2094         * configure: Regenerate.
2096 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
2098         * Makefile.tpl (all-target): Correct @if conditional for target
2099         modules.
2100         * configure.in: Omit libiberty if building only target libgcc.
2101         * configure, Makefile.in: Regenerated.
2103 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
2105         * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
2106         * configure: Regenerate.
2108 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
2110         * Makefile.def (target_modules): Add libgcc.
2111         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
2112         * Makefile.tpl (clean-target-libgcc): Delete.
2113         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
2114         on gcc even for bootstrapped modules.  Rewrite handling of
2115         lang_env_dependencies to loop over target_modules.
2116         * configure.in (target_libraries): Add target-libgcc.
2117         * Makefile.in, configure: Regenerated.
2119 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
2121         Sync with gcc:
2122         2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
2124         * configure.in: Reorganize recognition of languages.  Add
2125         --enable-stage1-languages.  Show supported languages for the chosen
2126         target rather than all recognized languages.
2127         * configure: Regenerate.
2129         2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
2131         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
2132         * Makefile.in: Regenerate.
2134         2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2136         * configure.in: Warn that MPFR 2.2.0 is buggy.
2137         * configure: Regenerate.
2139 2006-12-27  Ian Lance Taylor  <iant@google.com>
2141         * configure.in: When removing Makefiles to force a reconfigure, also
2142         remove prev-DIR*/Makefile.
2143         * configure: Regenerate.
2145 2006-12-23  Kazu Hirata  <kazu@codesourcery.com>
2147         * config.bfd: Recognize fido.
2149 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
2151         Sync with gcc:
2153         2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
2155         * configure.in: Remove "$build" case for powerpc-*-darwin* since
2156         it only affects bootstrap and could be tested on "$host" as well.
2157         * configure: Regenerate.
2158         * config/mh-ppc-darwin: Add to the stage1 cflags here.
2160         2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
2162         PR bootstrap/29544
2163         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
2164         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
2165         move here comment from Makefile.tpl.
2166         * Makefile.tpl: Move some definitions higher in the file.
2167         (STAGE1_CHECKING): New.
2168         * configure.in: Add --enable-stage1-checking.
2169         * configure: Regenerate.
2170         * Makefile.in: Regenerate.
2172         2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2174         * configure.in: Update error message for missing GMP/MPFR.
2176         * configure: Regenerate.
2178         2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2180         * configure.in: Update MPFR version in error message.
2182         * configure: Regenerate.
2184         2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2186         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
2187         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
2188         --with-gmp-lib): New flags.
2190         * configure: Regenerate.
2192 2006-12-12  Andreas Tobler  <a.tobler@schweiz.org>
2194         PR bootstrap/30134
2195         * configure.in: Correct x86 darwin support for libjava to powerpc
2196         and i?86 only.
2197         * configure: Regenerate.
2199 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
2201         * configure.in:  Handle spu makefile frag.
2202         * Makefile.tpl (MAINT): Define
2203         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
2204         * configure: Regenerate.
2205         * Makefile.in: Regenerate.
2207 2006-12-11  Ben Elliston  <bje@au.ibm.com>
2209         * config.sub, config.guess: Update from upstream sources.
2211 2006-12-11  Ben Elliston  <bje@au.ibm.com>
2213         * configure.in: Sync with GCC (spu-*-*).
2214         * configure: Sync with GCC.
2216 2006-12-07  Mike Stump  <mrs@apple.com>
2218         * Makefile.def (dependencies): Add dependency for
2219         install-target-libssp and install-target-libgomp on
2220         install-gcc.
2221         * Makefile.in: Regenerate.
2223 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
2225         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
2226         (unstage): Test for stage_last presence.
2228         PR bootstrap/29802
2229         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
2230         * Makefile.in: Regenerate.
2232 2006-11-14  DJ Delorie  <dj@redhat.com>
2234         * Makefile.tpl (clean-stage*): Sync with GCC (clean).
2235         * Makefile.in: Sync with GCC.
2236         * configure.in: Sync with GCC (mpfr, gmp).
2237         * configure: Sync with GCC.
2239 2006-11-08  Jie Zhang  <jie.zhang@analog.com>
2241         * configure.in: Remove target-libgloss from noconfigdirs for
2242         bfin-*-*.
2243         * configure: Regenerated.
2245 2006-10-27  Jeff Johnston  <jjohnstn@redhat.com>
2247         * COPYING.NEWLIB: Add spu license.
2248         * COPYING.LIBGLOSS: Ditto.
2250 2006-10-17  Brooks Moses  <bmoses@stanford.edu>
2252         * Makefile.def: Added pdf target handling.
2253         * Makefile.tpl: Added pdf target handling.
2254         * Makefile.in: Regenerated.
2256 2006-10-11  Jeff Johnston  <jjohnstn@redhat.com>
2258         * COPYING.NEWLIB: Updated.
2259         * COPYING.LIBGLOSS: Ditto.
2261 2006-09-27  Dave Brolley  <brolley@redhat.com>
2263         * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
2264         $s instead of $r.
2265         * configure: Regenerated.
2267 2006-09-26  Ben Elliston  <bje@au.ibm.com>
2269         * config.sub, config.guess: Update from upstream sources.
2271 2006-09-20  Thiemo Seufer  <ths@mips.com>
2273         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
2274         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
2275         * configure: Regenerate.
2277 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
2279         * configure.in: Never build newlib for a Mingw host.
2280         Never build newlib as Mingw target library.
2281         Test the existence of winsup/cygwin for building a Cygwin newlib,
2282         rather than just winsup.
2283         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
2284         building a Mingw target.
2285         * configure: Regenerate.
2287 2006-08-15  Thiemo Seufer  <ths@mips.com>
2288             Nigel Stephens  <nigel@mips.com>
2289             David Ung  <davidu@mips.com>
2291         * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
2293 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
2295         Sync from GCC:
2296         2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
2298         PR bootstrap/18058
2299         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
2300         if the bootstrap compiler is a GCC version that supports it.
2301         * configure: Regenerate.
2303 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
2305         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
2306         * configure: Regenerated.
2308 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
2310         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
2311         for stages after the first.
2313 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
2315         * Makefile.def: Add dependencies for configure-opcodes
2316         on configure-intl and all-opcodes on all-intl.
2317         * Makefile.in: Regenerated.
2319 2006-07-04  Peter O'Gorman  <peter@pogma.com>
2321         * ltconfig: chmod 644 before ranlib during install.
2323 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
2325         * configure.in: Fix thinkos in previous check-in.
2326         * configure: Regenerate.
2328 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
2330         Sync from gcc:
2332         2007-07-03  Paolo Bonzini  <bonzini@gnu.org>
2334         PR other/27063
2335         * configure.in: Test subdir_requires and give an appropriate
2336         error message.
2337         * configure: Regenerate.
2339         2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2341         PR target/27540
2342         * configure.in: Only enable libgomp on IRIX 6.
2343         * configure: Regenerate.
2345 2006-06-20  David Ayers  <d.ayers@inode.at>
2347         PR bootstrap/28072
2348         * configure.in: Add target-boehm-gc to noconfigdirs depending on
2349         whether target-libjava is being configured instead of whether the
2350         java front end is enabled.
2351         * configure: Regenerate.
2353 2006-06-15  Mark Shinwell  <shinwell@codesourcery.com>
2355         * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
2356         to R_ARM_LDC_SB_G{0,1,2} respectively.
2358 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
2360         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
2361         too.
2362         * Makefile.in: Regenerate.
2364 2006-06-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2366         Sync from gcc:
2368         2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2369         * configure.in: Don't enable libgomp on hpux10.
2370         * configure: Rebuilt.
2372 2006-06-13  David Ayers  <d.ayers@inode.at>
2374         Sync from gcc:
2376         2006-06-12  David Ayers  <d.ayers@inode.at>
2378         PR bootstrap/27963
2379         PR target/19970
2380         * configure.in: Remove target-boehm-gc from noconfigdirs where
2381         ${libgcj} is specified.
2382         * configure: Regenerate.
2384 2006-06-08  Jeff Johnston  <jjohnstn@redhat.com>
2386         Sync from gcc:
2388         2005-01-12  David Edelsohn  <edelsohn@gnu.org>
2389                     Andreas Schwab  <schwab@suse.de>
2391         PR bootstrap/18033
2392         * config-ml.in: Eval option if surrounded by single quotes.
2394 2006-06-07  Carlos O'Donell  <carlos@codesourcery.com>
2396         Sync from gcc:
2398         2006-06-06  David Ayers  <d.ayers@inode.at>
2400         PR libobjc/13946
2401         * Makefile.def: Add dependencies for libobjc which boehm-gc.
2402         * Makefile.in: Regenerate.
2403         * configure.in: Add --enable-objc-gc at toplevel and have it
2404         enable boehm-gc for Objective-C.
2405         Remove target-boehm-gc from libgcj.
2406         Add target-boehm-gc to target_libraries.
2407         Add target-boehm-gc to noconfigdirs where ${libgcj}
2408         is specified.
2409         Assert that boehm-gc is supported when requested for Objective-C.
2410         Only build boehm-gc if needed either for Java or Objective-C.
2411         * configure: Regenerate.
2413         2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
2415         PR 27674
2416         * Makefile.tpl (configure-[+prefix+][+module+],
2417         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
2418         Remove rule to unstage bootstrapped modules.
2419         (stage_current): New.
2420         * Makefile.in: Regenerate.
2422         2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2423         Andreas Tobler  <a.tobler@schweiz.ch>
2425         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
2426         * configure: Rebuilt.
2428         Revert
2429         2006-01-31  Richard Guenther  <rguenther@suse.de>
2430         Paolo Bonzini  <bonzini@gnu.org>
2432         * Makefile.def (target_modules): Add libgcc-math target module.
2433         * configure.in (target_libraries): Add libgcc-math target library.
2434         (--enable-libgcc-math): New configure switch.
2435         * Makefile.in: Re-generate.
2436         * configure: Re-generate.
2438 2006-06-05  Jeff Johnston  <jjohnstn@redhat.com>
2440         * config-ml.in: Alter CCASFLAGS to include special
2441         multilib options the same as is done for CFLAGS.
2443 2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
2445         * Makefile.def: Added dependencies from sim and gdb on intl, and
2446         added configure dependencies to everything with an all dependency
2447         on intl.
2448         * gettext.m4: Removed.
2449         * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
2450         (GDB_SUPPORT_DIRS): Add intl.
2451         * Makefile.in: Regenerated.
2453 2006-05-25  Daniel Jacobowitz  <dan@codesourcery.com>
2455         * src-release (DEVO_SUPPORT): Add config.rpath.
2457 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
2459         * Makefile.def (bfd, opcodes): Fix lib_path.
2460         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
2461         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
2462         * Makefile.in: Regenerate.
2464 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
2466         * configure.in: Enable gprof for cross builds.
2467         * configure: Regenerate.
2469 2006-05-17  Daniel Jacobowitz  <dan@codesourcery.com>
2471         * src-release (MAKEINFOFLAGS): Define.
2472         (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
2474 2006-05-14  Ben Elliston  <bje@au.ibm.com>
2476         * config.sub, config.guess: Update from upstream sources.
2478 2006-05-12  Ben Elliston  <bje@au.ibm.com>
2480         * config.sub, config.guess: Update from upstream sources.
2482 2006-05-04  Steve Ellcey  <sje@cup.hp.com>
2484         * blt, iwidgets, mmalloc: Remove directories.
2486 2006-05-01  DJ Delorie  <dj@redhat.com>
2488         * configure.in: Restore CFLAGS if GMP isn't present.
2489         * configure: Regenerate.
2491 2006-04-18  DJ Delorie  <dj@redhat.com>
2493         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
2494         reference libgloss so that libssp can be built in a combined
2495         tree.
2496         * configure: Regenerate.
2498 2006-04-10  Ben Elliston  <bje@au.ibm.com>
2500         * contrib: Remove directory.
2502 2006-04-06  Carlos O'Donell <carlos@codesourcery.com>
2504         * Makefile.tpl: Add install-html target.
2505         * Makefile.def: Add install-html target.
2506         * Makefile.in: Regenerate.
2507         * configure.in: Add --with-datarootdir, --with-docdir,
2508         and --with-htmldir options.
2509         * configure: Regenerate.
2511 2006-03-31  Ben Elliston  <bje@au.ibm.com>
2513         PR binutils/1860
2514         * configure.in: Require makeinfo 4.4 or higher.
2515         * configure: Regenerate.
2517 2006-03-14  Paolo Bonzini  <bonzini@gnu.org>
2519         * Makefile.in: Regenerate.
2521 2006-03-14  Paolo Bonzini  <bonzini@gnu.org>
2523         Sync with gcc:
2524         2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
2526         * configure.in: Handle --disable-<component> generically.
2527         * configure: Regenerate.
2529         2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
2531         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
2532         (TARGET_CONFIGDIRS): Remove.
2533         * configure.in: Remove AC_SUBST(target_configdirs).
2534         * Makefile.in, configure: Regenerated.
2537 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
2539         PR libgcj/17311
2540         * ltmain.sh: Don't use "$finalize_rpath" for compile.
2542 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
2544         PR bootstrap/25670
2546         * Makefile.tpl ([+compare-target+]): Print explanation messages.
2548         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
2549         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
2550         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
2551         BUILD_PREFIX, BUILD_PREFIX_1.
2552         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
2554         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
2555         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
2557         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
2558         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
2559         of `cat stage_current`.  Always provide the `r' and `s' variables.
2560         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
2561         a single shell execution.
2562         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
2563         bootstrapped modules, make the stage1 module if the build was not
2564         started yet, else build the current stage.
2565         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
2566         (all-build, all-host, all-target, [+make_target+]-host,
2567         [+make_target+]-target): Do not use \-continued lines.
2568         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
2569         (current_stage, restrap, stage_last): New.
2571         * Makefile.in: Regenerate.
2572         * configure: Regenerate.
2574 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
2576         Sync from gcc:
2578         2006-01-31  Richard Guenther  <rguenther@suse.de>
2579                     Paolo Bonzini  <bonzini@gnu.org>
2581         * Makefile.def (target_modules): Add libgcc-math target module.
2582         * configure.in (target_libraries): Add libgcc-math target library.
2583         (--enable-libgcc-math): New configure switch.
2584         * Makefile.in: Re-generate.
2585         * configure: Re-generate.
2586         * libgcc-math: New toplevel directory.
2588         2006-01-18  Richard Henderson  <rth@redhat.com>
2589                     Jakub Jelinek  <jakub@redhat.com>
2590                     Diego Novillo  <dnovillo@redhat.com>
2592         * libgomp: New directory.
2593         * Makefile.def: Add target_module libgomp.
2594         * Makefile.in: Regenerate.
2595         * configure.in (target_libraries): Add target-libgomp.
2596         * configure: Regenerate.
2598 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
2599             Andreas Schwab  <schwab@suse.de>
2601         * configure: Regenerate.
2603 2006-01-16  Paolo Bonzini  <bonzini@gnu.org>
2605         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
2606         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
2607         the assembler, linker and binutils.
2608         * configure: Regenerate.
2610 2006-01-16  Nick Clifton  <nickc@redhat.com>
2612         * config.sub, config.guess: Sync from config repository.
2614 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
2616         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
2617         @ from continuation.
2618         * Makefile.in: Rebuilt.
2620 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
2622         Sync from gcc:
2624         2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
2626         PR bootstrap/24252
2628         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
2629         * Makefile.tpl (OBJDUMP): New.
2630         (EXTRA_HOST_FLAGS): Add it.
2631         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
2633         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
2634         to use symbolic links between directories.  Avoid race conditions
2635         or make them harmless.
2636         * configure.in: Do not try to use symbolic links between directories.
2638         * Makefile.def (LEAN): Pass.
2639         * Makefile.tpl (LEAN): Define.
2640         (stage[+id+]-start): Accept that the previous directory does not
2641         exist, if the bootstrap is lean.
2642         (stage[+id+]-bubble): Invoke lean bootstrap commands after
2643         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
2644         configure substitution.
2645         ([+compare-target+]): Likewise.
2646         ([+bootstrap-target+]-lean): New.
2647         * configure.in: Remove lean bootstrap support from here.
2649         * Makefile.in: Regenerate.
2650         * configure: Regenerate.
2652         2006-01-02  Andreas Schwab  <schwab@suse.de>
2654         * configure.in: When reconfiguring remove Makefile in
2655         all stage directories.
2656         * configure: Regenerate.
2658 2005-12-27  Leif Ekblad  <leif@rdos.net>
2660         * configure.in: Add support for RDOS target.
2661         * configure: Regenerate.
2663 2005-12-27  Nick Clifton  <nickc@redhat.com>
2665         PR binutils/1990
2666         * libtool.m4: Synchronize with version in GCC sources.
2668 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
2670         Revert Ada-related part of the previous change.
2672         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
2673         Do not pass.
2674         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
2675         * Makefile.in: Regenerate.
2676         * configure.in: Do not include mt-ppc-aix target fragment.
2677         * configure: Regenerate.
2679 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
2681         * configure.in: Select appropriate fragments for PowerPC/AIX.
2682         * configure: Regenerate.
2684         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
2685         BOOT_CFLAGS, BOOT_LDFLAGS.
2686         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
2687         BOOT_CFLAGS, BOOT_LDFLAGS.
2688         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
2689         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
2690         (stage): Fail if we cannot complete the work.
2691         * Makefile.in: Regenerate.
2693 2005-12-16  Jeff Johnston  <jjohnstn@redhat.com>
2695         * COPYING.NEWLIB: Update copyright year for default
2696         copyright.
2698 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
2700         * Makefile.tpl (all, do-[+make_target+], do-check, install,
2701         install-host-nogcc): Don't invoke $(stage) at the end.
2702         * Makefile.in: Regenerate.
2704 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
2706         * configure.in: Flip the top-level bootstrap switch.
2707         * configure: Regenerate.
2709         Merge from gcc:
2711         2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
2713         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
2714         $(stage) and $(unstage).
2715         (EXTRA_TARGET_FLAGS): Correct double-quoting.
2716         (all): Remove stray semicolon.
2717         (local-distclean): Don't handle multilib.tmp and multilib.out.
2718         (install.all): Set $s for consistency.
2719         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
2720         check_multilibs setting.  Always make the install directory.
2721         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
2722         Correct @if/@endif.
2723         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
2724         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
2725         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
2726         (multilib.out): Remove.
2727         * Makefile.in: Regenerated.
2729 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
2731         * config.sub: Replace ms1 arch with mt.  Allow ms1 as alias.
2732         * configure.in: Replace ms1 arch with mt.
2733         * configure: Rebuilt.
2735 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
2737         Sync with gcc:
2739 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
2741         * config.sub: Replace ms1 arch with mt.  Allow ms1 as alias.
2742         * configure.in: Replace ms1 arch with mt.
2743         * configure: Rebuilt.
2745 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
2747         Sync with gcc:
2749         2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
2751         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
2752         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
2753         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
2754         Find in-tree tools if available.
2755         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
2756         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
2757         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
2758         (COMPILER_*_FOR_TARGET): New.
2759         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
2760         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
2761         (CONFIGURED_*, USUAL_*): Remove.
2762         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
2763         STRIP): Use autoconf substitutions.
2764         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
2765         COMPILER_NM_FOR_TARGET): New.
2766         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
2768         (all): Make all-host and all-target in parallel.
2769         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
2770         that $$r and $$s are set before invoking a recursive make.
2771         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
2772         ([+bootstrap-target+]): Inline most of the `all' target.
2774         2005-11-29  Ben Elliston  <bje@au.ibm.com>
2776         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
2777         from the gcc build directory.
2778         * Makefile.in: Regenerate.
2780         2005-11-29  Ben Elliston  <bje@au.ibm.com>
2782         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
2783         depend on all-libdecnumber.
2784         * configure.in (host_libs): Include libdecnumber.
2785         * Makefile.in: Regenerate.
2786         * configure: Likewise.
2788         2005-11-21  Kean Johnston  <jkj@sco.com>
2790         * config.sub, config.guess: Sync from upstream sources.
2792 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
2794         * Makefile.def: Remove gdb dependencies for gdbtk.
2795         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
2796         (configure-gdb, install-gdb): New rules.
2797         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
2798         * Makefile.in, configure: Regenerated.
2800 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
2802         PR bootstrap/24297
2803         * Makefile.tpl (do-[+make-target+], do-check, install,
2804         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
2805         are set before recursing.
2806         * Makefile.in: Regenerate.
2808 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
2810         PR bootstrap/18939
2811         * Makefile.def (gcc) <target>: Fix thinko.
2812         * Makefile.in: Regenerate.
2814 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
2816         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
2817         * configure: Regenerate.
2819 2005-10-09  Kazu Hirata  <kazu@codesourcery.com>
2821         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
2822         target-libffi, target-qthreads, target-libjava, and
2823         targetlibobjc.
2824         * configure: Regenerate.
2826 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
2828         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
2829         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
2830         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
2831         (USUAL_OBJDUMP_FOR_TARGET): New.
2832         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
2833         * configure.in: Check for $OBJDUMP_FOR_TARGET.
2834         * configure, Makefile.in: Regenerated.
2836 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
2838         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
2839         before other host packages.
2841 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
2843         PR bootstrap/22340
2845         * configure.in (default_target): Remove.
2846         * Makefile.tpl (all): Do not use prerequisites as subroutines
2847         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
2848         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
2849         use prerequisites as subroutines.
2850         (check-host, check-target): New.
2851         (bootstrap configure & all targets): Do not use stage*-start
2852         if the directory layout is already ok.
2853         (non-bootstrap configure & all targets): Prepend a $(unstage).
2854         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
2855         (NOTPARALLEL): Remove.
2856         (unstage, stage variables): New variables.
2857         (unstage, stage targets): Simply expand to those variables.
2859         * configure: Regenerate.
2860         * Makefile.in: Regenerate.
2862 2005-10-04  James E Wilson  <wilson@specifix.com>
2864         * Makefile.def (lang_env_dependencies): Add libmudflap.
2865         * Makefile.in: Regenerate.
2867 2005-10-03  Catherine Moore  <clm@cm00re.com>
2869         * configure.in (bfin-*-*): Support bfin.
2870         * configure: Regenerated.
2872 2005-09-30  H.J. Lu  <hongjiu.lu@intel.com>
2874         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
2875         * configure: Regenerated.
2877 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
2879         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
2880         (LIPO_FOR_TARGET): New.
2881         (CONFIGURED_LIPO_FOR_TARGET): New.
2882         (USUAL_LIPO_FOR_TARGET): New.
2883         (STRIP_FOR_TARGET): New.
2884         (CONFIGURED_STRIP_FOR_TARGET): New.
2885         (USUAL_STRIP_FOR_TARGET): New.
2886         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
2887         STRIP_FOR_TARGET.
2888         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
2889         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
2890         * Makefile.in: Regenerate.
2891         * configure: Regenerate.
2893 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
2895         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
2896         (rs6000-*-aix*): Same.
2897         * configure: Regenerate.
2899 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
2901         * configure.in: Recognize f95 in the --enable-languages option,
2902         and substitute it for fortran, issuing a warning.
2903         * configure: Regenerate.
2905 2005-09-07  Ben Elliston  <bje@au.ibm.com>
2907         Import from Autoconf sources:
2909         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
2910         * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
2911         Elliston.  Handle weird characters correctly.
2913 2005-08-30  Phil Edwards  <phil@codesourcery.com>
2915         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
2916         * configure:  Regenerated.
2918 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
2920         * Makefile.def (libssp): Add to lang_env_dependencies.
2921         * Makefile.in: Regenerate.
2923 2005-08-17  Christian Groessler  <chris@groessler.org>
2925         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
2926         * Makefile.in: Regenerate.
2928 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
2930         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
2931         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
2932         Look for alternate names of the target cc and c++
2933         * configure: Regenerate.
2935 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
2937         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
2938         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
2939         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
2940         tools; remove code to manually set them.
2941         (Target tools): Look in the environment for them.
2942         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
2943         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
2944         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
2945         build directory.
2946         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
2947         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
2948         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
2949         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
2950         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
2951         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
2952         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
2953         * configure: Regenerate.
2954         * Makefile.in: Regenerate.
2956 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
2958         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
2959         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
2960         * Makefile.in: Regenerated.
2962 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
2964         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
2965         (CFLAGS_FOR_TARGET): Use it.
2966         (CXXFLAGS_FOR_TARGET): Likewise.
2967         * Makefile.in: Regenerated.
2968         * configure.in (--with-build-sysroot): New option.
2969         * configure: Regenerated.
2971 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
2973         * Makefile.tpl: Wrap install between unstage and stage
2974         * Makefile.in: Regenerate.
2976 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
2978         * all files: Update FSF address.
2980 2005-07-14  Jim Blandy  <jimb@redhat.com>
2982         * configure.in: Add cases for Renesas m32c.
2983         * configure: Regenerated.
2985 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
2987         * COPYING, compile, config-ml.in, config.guess,
2988         config.sub, install-sh, missing, mkinstalldirs,
2989         symlink-tree, ylwrap: Sync from upstream sources.
2991 2005-07-13  Eric Christopher  <echristo@redhat.com>
2993         * configure.in: Add toplevel noconfigdir support for tpf.
2994         * configure: Regenerate.
2996 2005-07-11  Jakub Jelinek  <jakub@redhat.com>
2998         * Makefile.def (target_modules): Add libssp.
2999         * configure.in (target_libraries): Add target-libssp.
3000         * configure: Rebuilt.
3001         * Makefile.in: Rebuilt.
3003 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
3005         PR ada/22340
3007         * Makefile.def: Sync with gcc.
3008         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
3009         * Makefile.in: Regenerate.
3011 2005-07-07  Andreas Schwab  <schwab@suse.de>
3013         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
3014         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
3015         * Makefile.in: Regenerated.
3017 2005-07-07  Kazu Hirata  <kazu@codesourcery.com>
3019         * configure.in: Add --enable-libssp and --disable-libssp.
3020         * configure: Regenerate with autoconf-2.13.
3022 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
3024         * configure.in: Don't build sim or rda when targetting darwin.
3025         * configure: Regenerate.
3027 2005-07-04  Ben Elliston  <bje@gnu.org>
3029         * src-release (do-proto-toplev): Remove dejagnu bits.
3030         (DEJAGNU_SUPPORT_DIRS): Remove.
3031         (dejagnu.tar.bz2, dejagnu.tar): Likewise.
3032         (GDBD_SUPPORT_DIRS): Likewise.
3033         (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
3034         (INSIGHTD_SUPPORT_DIRS): Likewise.
3035         (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
3037 2005-06-30  Ben Elliston  <bje@gnu.org>
3039         * setup.com (mpw): Remove unused directive.
3041 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
3043         * Makefile.def (stagefeedback): Come after profile.
3044         Define profiledbootstrap target.
3045         * Makefile.tpl (profiledbootstrap): Remove.
3046         (stageprofile-end): Zap stagefeedback.
3047         (stagefeedback-start): Copy all .gcda files, not only GCC's.
3048         * Makefile.in: Regenerate.
3050 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
3052         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
3053         In 'cpp' stanza, support '#line' as well as '# '.
3055 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
3057         * configure.in (unsupported_languages): New macro.
3058         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
3059         non-ported target libraries in noconfigdirs.
3060         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
3061         non-linux-gnu.  Remove libgcj_ex_libffi.
3062         <lang_frag loop>: Set add_this_lang=no if the language is in
3063         unsupported_languages.
3064         * configure: Regenerate.
3066 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
3068         * configure.in: Fix typo in handling of --with-mpfr-dir.
3069         * configure: Regenerate.
3071 2005-06-02  Jim Blandy  <jimb@redhat.com>
3073         * config.sub: Add cases for the Renesas m32c.  (This patch has been
3074         accepted into the master sources.)
3076 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
3077             Michael Snyder  <msnyder@redhat.com>
3078             Stan Cox  <scox@redhat.com>
3080         * configure.in: Set noconfigdirs for ms1.
3082         * configure: Regenerate.
3084 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
3086         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
3087         (Dependencies): Consider target modules for bootstrap dependencies.
3088         Make target bootstrap modules depend on each stage's gcc.
3089         * Makefile.in: Regenerate.
3091 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
3093         * Makefile.def (configure-gcc): Depend on binutils having been built.
3094         (all-gcc): No need to do it here.
3095         * Makefile.in: Regenerate.
3097 2005-05-19  Paul Brook  <paul@codesourcery.com>
3099         * configure.in: Rewrite misleading error message when requested
3100         language cannot be built.
3101         * configure: Regenerate.
3103 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
3105         * ylwrap: Import from Automake 1.9.5.
3107 2005-05-04  Mike Stump  <mrs@apple.com>
3109         * configure.in: Always pass --target to target configures as
3110         otherwise rebuilds that do --recheck will fail.
3111         * configure: Rebuilt.
3113 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
3115         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
3116         STAGE_HOST_EXPORTS.
3117         (configure, all): Add bootstrap support.
3118         (Host modules, target modules): Pass post-stage1 flags and exports.
3119         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
3120         * Makefile.in: Regenerate.
3122 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
3124         Sync from gcc:
3126         2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
3128         * config.sub: Update from master copy.
3130         2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
3132         * configure.in <crisv32-*-*, cris-*-*>: New local variable
3133         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
3134         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
3135         "*-*-elf" and "*-*-linux*".
3136         * configure: Regenerate.
3138 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
3140         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
3141         (TARGET_CONFIGARGS): Include --with-target-subdir.
3142         (configure, all): New macros.  Use them throughout.
3144 2005-04-05  Paolo Bonzini  <bonzini@gnu.org>
3146         * Makefile.tpl: Sync with gcc.
3147         * Makefile.in: Regenerate.
3149 2005-03-30  J"orn Rennecke <joern.rennecke@st.com>
3151         * config/mh-mingw32: Delete.
3152         * configure.in: Don't use it.
3153         * configure: Regenerate.
3155 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
3157         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
3158         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
3159         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
3160         (HOST_LIB_PATH): Generate from Makefile.def.
3161         (TARGET_LIB_PATH): Likewise.
3162         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
3163         * Makefile.in: Regenerate.
3164         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
3165         (RPATH_ENVVAR): Include Darwin case.
3166         * configure: Regenerate.
3168 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
3170         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
3171         * configure: Regenerate.
3173 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
3175         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
3176         gcc_version, and gcc_version_trigger from set of flags to pass.
3177         * Makefile.tpl: Remove definitions of above variables.
3178         (config.status): Remove dependency on $(gcc_version_trigger).
3179         * Makefile.in: Regenerate.
3180         * configure.in: Do not reference config/gcc-version.m4 nor
3181         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
3182         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
3183         * configure: Regenerate.
3185 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
3186             Andrew Pinski <pinskia@physics.uc.edu>
3188         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
3189         * Makefile.in: Regenerate.
3191 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
3193         PR libgcj/20160
3194         * ltmain.sh: Avoid creating archives with components that have
3195         duplicate basenames.
3197 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
3199         PR bootstrap/20250
3200         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
3201         instead of check.
3202         * Makefile.in: Regenerate.
3204 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
3206         Sync from gcc.
3208         2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
3210         PR bootstrap/17383
3211         * Makefile.def (target_modules): Remove "stage", now unnecessary.
3212         * Makefile.tpl (HOST_SUBDIR): New substitution.
3213         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
3214         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
3215         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
3216         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
3217         (Host modules, Bootstrapped modules): Use it.
3218         (Build modules, Target modules): Do not create symlink trees,
3219         always configure out-of-srcdir.
3220         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
3221         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
3222         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
3223         $(HOST_SUBDIR).  Create a symlink for host_subdir.
3225         * Makefile.in: Regenerate.
3226         * configure: Regenerate.
3228         Merged from libada-gnattools-branch:
3229         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
3231         * Makefile.def: Add gnattools as a module, depending on target-libada.
3232         * Makefile.in: Regenerate.
3233         * configure.in: Include gnattools in host_tools; disable it if ada
3234         is disabled.
3235         * configure: Regenerate.
3237 2005-02-23  Nick Clifton  <nickc@redhat.com>
3239         * configure: Regenerate.
3241 2005-02-22  Paul Schlie  <schlie@comcast.net>
3243         * configure.in: Allow darwin targeted ports to build tk, itcl and
3244         libgui.
3246 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
3248         PR libgcj/10353
3249         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
3250         * configure: Regenerate.
3252 2005-02-08  Andrew Cagney  <cagney@gnu.org>
3254         * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
3255         gdb/ section.  Update GDB's URL.
3257 2005-01-31  Andrew Cagney  <cagney@gnu.org>
3259         * gettext.m4: Only set ENABLE_NLS when gettext is present.
3261 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
3263         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
3264         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
3265         target-libgloss when not *-*-elf and *-*-aout.
3266         * configure: Regenerate.
3268 2005-01-27  Andrew Cagney  <cagney@gnu.org>
3270         * gettext.m4: Don't use NONE as a default for CATOBJEXT.
3272 2005-01-24  Andrew Cagney  <cagney@gnu.org>
3274         * gettext.m4: Only fall back to ../intl/ when it's present.
3276 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
3278         * install-sh, config.sub: Import from upstream.
3280 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
3282         PR bootstrap/18222
3283         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
3284         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
3285         * Makefile.in: Regenerate.
3287 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
3289         Revert 2004-12-28 Makefile changes, a better fix will be
3290         applied to mainline and src after GCC 4.0 branches.
3292 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
3294         PR bootstrap/17383
3296         * Makefile.def (target_modules): Remove stage parameter,
3297         it is always true now.
3298         * Makefile.tpl (configure-build-[+module+],
3299         configure-target-[+module+]): Always build symlink tree
3300         for the directory and for include.  BUILD_SUBDIR and
3301         TARGET_SUBDIR cannot be . anymore.
3302         * Makefile.in: Regenerate.
3304 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
3306         Revert 2004-12-08 Makefile changes.
3308 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
3310         * configure.in (sh64-*-*): Reenable gprof.
3311         * configure: Regenerate.
3313 2004-12-09  Jim Blandy  <jimb@redhat.com>
3315         * MAINTAINERS: List 'depcomp' as part of automake.
3317 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
3319         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
3320         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
3321         (EXTRA_TARGET_FLAGS): Add PICFLAG.
3322         * Makefile.in: Regenerate.
3324 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
3326         * Makefile.tpl: Generate normal dependencies if the LHS module is
3327         not bootstrapped.
3328         * Makefile.in: Regenerate.
3330 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
3332         * configure.in: Include config/gxx-include-dir.m4.  Use
3333         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
3334         * configure: Regenerate.
3336 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
3338         * config.if: Delete.
3339         * configure.in: Set libstdcxx_incdir directly.
3340         * configure: Regenerate.
3341         * MAINTAINERS: Remove mention of config.if.
3342         * src-release (DEVO_SUPPORT): Remove config.if.
3344 2004-12-02  Eric Christopher  <echristo@redhat.com>
3346         * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
3347         of things to remove.
3348         * Makefile.in: Regenerate.
3350 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
3352         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
3353         * configure: Regenerate.
3355 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
3357         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
3358         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
3359         * configure: Regenerate.
3361 2004-11-26  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3363         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
3364         (hppa*64*-*-*): Delete incorrect comment.
3365         * configure: Rebuilt.
3367 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
3369         * install-sh, compile: Import from automake.
3371 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
3373         * config.guess, config.sub:  Import from savannnah.
3375 2004-11-12  Mike Stump  <mrs@apple.com>
3377         * Makefile.def: Add html support.
3378         * Makefile.tpl: Likewise.
3379         * Makefile.in: Regenerate.
3381 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
3383         PR 18423
3384         * configure.in: Remove all instances of build-fixincludes from
3385         noconfigdirs.
3386         (build_configargs): Supply --target to subdirectories.
3387         * configure: Regenerate.
3389         * Makefile.def: Make gcc install depend on fixincludes install.
3390         * Makefile.in: Regenerate.
3392 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
3394         * configure.in (noconfigdirs) [mmix-*-*]: Disable
3395         target-libgfortran.
3396         * configure: Regenerate.
3398 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
3400         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
3401         like CC.
3403 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
3405         * Makefile.def (host fixincludes): Specify missing targets.
3406         * Makefile.in: Regenerate.
3408 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
3410         PR other/17783
3411         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
3412         * configure: Regenerated.
3414 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
3416         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
3417         * configure: Regenerated.
3419 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
3421         PR target/18151
3422         * configure.in (case ${target}): Do not build fixincludes for avr.
3423         * configure: Regenerated.
3425 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
3427         * configure.in (case ${target}): Do not build fixincludes
3428         on platforms where it is not used.
3429         * configure: Regenerated.
3431 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
3433         * configure.in: Use an absolute path to install-sh.
3434         * configure: Regenerated.
3436 2004-10-19  Andrew Cagney  <cagney@gnu.org>
3438         * src-release (do-djunpack, do-md5sum): Install the generated file
3439         directly into the proto-toplev/ directory.
3441 2004-10-19  Andrew Cagney  <cagney@gnu.org>
3443         * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
3445 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
3447         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
3448         * configure: Regenerate.
3450 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
3452         Fix wrong conflict resolution in:
3454         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
3456         * Makefile.in: Regenerate.
3457         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
3458         in the recursive `make', instead of hardwiring `all'.
3459         (Autogenerated TARGET-* variables): New.
3461 2004-10-05  Ulrich Weigand  <uweigand@de.ibm.com>
3463         Merged from GCC / libtool upstream:
3464         2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
3465         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
3466         * ltcf-cxx.sh (tpf*): Likewise.
3467         * ltconfig (tpf*): Add TPF OS configuration support.
3469 2004-09-30  Tomer Levi  <Tomer.Levi@nsc.com>
3471         * configure.in: Enable target-libgloss for crx-*-*.
3472         * configure: Regenerate.
3474 2004-09-24  Michael Roth  <mroth@nessie.de>
3476         * configure.in (--without-headers): Add missing double quotes.
3477         * configure: Regenerate.
3479 2004-09-24  Kelley Cook <kcook@gcc.gnu.org>
3481         * ylwrap: Revert to previous version.
3483 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
3485         PR bootstrap/17369
3486         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
3487         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
3488         SET_GCC_LIB_PATH_CMD.
3489         (BASE_TARGET_EXPORTS): Likewise.
3490         * Makefile.in: Regenerated.
3492         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
3493         * configure: Regenerated.
3495 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
3497         * config.guess: New upstream version
3498         * compile, depcomp, install-sh, ylwrap: Likewise.
3500 2004-09-19  Roger Sayle  <roger@eyesopen.com>
3502         * config/mh-x86omitfp: New host makefile fragment.  Add
3503         -fomit-frame-pointer to the default BOOT_CFLAGS.
3504         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
3505         * configure: Regenerate.
3507 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
3509         PR target/11572
3510         * configure.in (*-*-darwin*): Renable libobjc.
3511         * configure: Regenerate.
3513 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
3515         * Makefile.def: Remove libbanshee.
3516         * Makefile.tpl: Ditto.
3517         * configure.in: Ditto.
3518         * Makefile.in: Regen.
3519         * configure: Ditto.
3521 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
3523         * missing: Import latest version from master repository.
3525 2004-09-04  Nick Clifton  <nickc@redhat.com>
3527         * config.sub: Import latest version from master repository.
3528         * config.guess: Likewise.
3529         This includes these changes:
3531         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
3533         * config.sub: Handle crisv32, alias etraxfs.
3534         * config.guess (crisv32:Linux:*:*): Handle.
3536         2004-08-13  Brad Smith  <brad@comstyle.com>
3538         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
3539         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
3541         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
3543         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
3544         assume the processor is a powerpc.  This is because coreutils
3545         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
3546         in this case, due to a MacOS X bug that causes
3547         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
3548         to return a negative number.
3549         Problem reported by Petter Reinholdtsen in:
3550         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
3552         2004-07-19  Ben Elliston  <bje@gnu.org>
3554         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
3556         2004-06-24  Ben Elliston  <bje@gnu.org>
3558         * config.guess: Update copyright years.
3559         * config.sub: Likewise.
3561         2004-06-22  Robert Millan  <robertmh@gnu.org>
3563         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
3564         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
3566         2004-06-22  Stanley F. Quayle <stan@stanq.com>
3568         * config.guess (*:*VMS:*:*): New entry. Replaces
3569         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
3570         manufacturer.
3572         2004-06-22  Ben Elliston  <bje@gnu.org>
3574         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
3575         * config.sub: Likewise.
3577         2004-06-22  Ben Elliston  <bje@gnu.org>
3579         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
3580         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
3582         2004-06-11  Ben Elliston  <bje@gnu.org>
3584         * config.guess (pegasos:OpenBSD:*:*): Remove.
3586         2004-06-11  Ben Elliston  <bje@gnu.org>
3588         From Wouter Verhelst <wouter@grep.be>:
3589         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
3591         2004-06-11  Ben Elliston  <bje@gnu.org>
3593         * config.guess (luna88k:OpenBSD:*:*): New.
3595         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
3597         * config.guess (m32r*:Linux:*:*): New case.
3598         * config.sub: Handle m32rle.
3600         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
3602         From Jens Petersen  <petersen@redhat.com>:
3603         * config.sub: Handle sparcv8.
3605         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
3607         From Tom Smith <smith@cag.lkg.hp.com>:
3608         * config.guess: Version suffixes are equally significant on Tru64
3609         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
3610         prefix of "P" (patched kernel).
3612         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
3614         * config.sub: Add support for National Semiconductor CRX target.
3616 2004-09-03  Jan Beulich  <jbeulich@novell.com>
3618         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
3619         *-*-netware, but add target-libmudflap.
3620         Consolidate *-*-netware targets (of which really only i?86 exists)
3621         into a single entry.
3622         * configure: Likewise.
3624 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
3626         * Makefile.tpl (sorry): Remove.
3627         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
3628         (cleanstrap targets): Depend on distclean, not distclean-stage1.
3629         (do-clean): Clean per-stage directories too.
3630         (do-distclean): Run distclean-stage1 too.
3631         (.NOTPARALLEL): Enable during toplevel bootstrap.
3632         (stage[+id+]-bubble): Enable parallel execution during
3633         the recursive invocation.
3634         * Makefile.in: Regenerate.
3636         Sync from gcc (moving the Makefile.in change to Makefile.tpl):
3638         2004-08-31  Robert Bowdidge <bowdidge@apple.com>
3640         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
3641         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
3642         * configure: regenerate
3643         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
3644         -mdynamic-no-pic
3646 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
3648         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
3649         include.
3650         * configure.in: Fix indentation.
3651         * configure: Regenerate.
3653 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
3655         * Makefile.def (build_modules): Add fixincludes.
3656         (dependencies): Make gcc depend on fixincludes.
3657         * configure.in (build_tools): Add fixincludes.
3658         (build_configdirs): Always include build_libs.
3659         * Makefile.in: Regenerate.
3660         * configure: Regenerate.
3662 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
3664         * Makefile.def (bootstrap stages): Add 'lean' parameter.
3665         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
3666         phony targets; do not generate timestamp files.
3667         (distclean-stageN): Remove references to their timestamp files.
3668         (restageN, touch-stageN): Remove.
3669         (stageN-bubble): Rewritten.
3670         (compare): Support lean bootstraps.
3671         * Makefile.in: Regenerate.
3673         * configure.in: Only warn when bootstrapping but
3674         build != host or build != target.  Support lean bootstraps.
3675         * configure: Regenerate.
3677         Sync from gcc:
3678         2004-08-26  Phil Edwards  <phil@codesourcery.com>
3680         * configure.in:  Give a better error message if GMP/MPFR are missing
3681         and a language needing them has been requested.
3682         * configure:  Regenerated.
3684         2004-08-25  Phil Edwards  <phil@codesourcery.com>
3686         * configure.in:  Print a list of available language front-ends if
3687         a requested one is missing.  Tidy stray tab characters.
3688         * configure:  Regenerated.
3690 2004-08-17  Paolo Bonzini  <bonzini@gnu.org>
3692         * Makefile.in: Regenerate.
3693         * configure: Regenerate.
3695         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
3696         stage_*_flags.
3697         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
3698         for bootstrapped modules if toplevel bootstrap is going.
3699         (GCC bootstrap): Generate per-stage targets for all bootstrapped
3700         modules.  Adjust for changes in Makefile.def.  Enable several
3701         rules even in non-bootstrap mode, just to avoid peppering the
3702         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
3703         (stage-[+prev+]-bubble): Remove.
3705         * Makefile.def (Dependencies): Depend on all-build-bison,
3706         all-build-flex, all-build-byacc, all-build-texinfo, rather
3707         than the host variations.
3708         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
3709         with BUILD_SUBDIR.
3710         (BISON): Update for recent Bisons.
3711         (YACC): Fix typo.
3712         (cross): Depend on all-build.
3713         (all): Do not depend on all-build.
3714         (prebootstrap): Remove.
3715         (dep-kind): Accept separate prefixes for MODULE and ON variables.
3716         (Prebootstrap dependencies): Add them to the per-stage targets
3717         and to all-prebootstrap.
3718         * configure.in (build_configdirs): Always enable build_tools.
3719         (BUILD_DIR_PREFIX): Remove.
3721         * Makefile.def (gcc): Add target variable.
3722         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
3723         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
3724         in the recursive `make', instead of hardwiring `all'.
3725         (Autogenerated TARGET-* variables): New.
3727 2004-08-17  Robert Millan  <robertmh@gnu.org>
3729         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
3730         (instead of FreeBSD).
3731         * configure: Regenerate.
3733 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
3735         * Makefile.def, configure.in, src-release: Remove useless, bogus
3736         references to tix.
3737         * Makefile.in, configure: Regenerate.
3739         * src-release: Stop distributing mmalloc with gdb (which doesn't
3740         use it).
3741         * Makefile.def: GDB doesn't depend on mmalloc anymore.
3742         * Makefile.in: Regenerate.
3744 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
3746         * configure.in (arm*-*-eabi*): New target.
3747         * configure: Regenerate.
3749 2004-08-01  Robert Millan  <robertmh@gnu.org>
3751         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
3752         libmudflap for all GNU-based systems (with Glibc).
3753         * configure: Regenerate.
3755 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
3757         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
3758         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
3759         (Dependencies): New section.
3760         * Makefile.tpl (Dependencies): Generate from Makefile.def.
3761         (configure-target-[+module+]): Depend on maybe-all-gcc
3762         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
3763         (toplevel profiledbootstrap): Fix dependencies.
3764         * Makefile.in: Regenerate.
3766 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
3768         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
3769         target-libiberty to noconfigdirs.
3771 2004-08-03  Paul Brook  <paul@codesourcery.com>
3773         * configure.in: Check for MPFR as well as GMP.
3774         * configure: Regenerate.
3776 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
3778         * Makefile.def (host-modules): Add gcc.
3779         * Makefile.in: Regenerate.
3780         * Makefile.tpl (sorry): New rule.
3781         (configure-host, all-host, [+make_target+]-host, do-check,
3782         install-host): Do not add gcc as a special case.
3783         (host modules): Add a small special-casing for gcc.  Export
3784         extra_make_flags through the environment.
3785         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
3786         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
3787         other recursive targets for gcc): Remove.
3789         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
3790         (stage, unstage): New rules.
3791         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
3792         distclean-stage[+id+]): Use stage_current.
3793         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
3794         the stage*-start rules.
3796 2004-07-19  Robert Millan  <robertmh@gnu.org>
3798         Synced from gcc:
3800         2004-04-26  Robert Millan  <robertmh@gnu.org>
3802         Add patches from libtool CVS.
3803         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
3804         * ltconfig: Likewise.
3805         * ltcf-c.sh: Likewise.
3806         * ltcf-cxx.sh: Likewise.
3807         * ltcf-gcj.sh: Likewise.
3809 2004-07-12  Paolo Bonzini  <bonzini@gnu.org>
3811         * configure.in: Add noconfigdirs for crx-*-*.
3812         * configure: Regenerate.
3814 2004-07-12  Paolo Bonzini  <bonzini@gnu.org>
3816         Synced from gcc:
3818         2004-07-09  Loren J. Rittle <ljrittle@acm.org>
3820         * configure.in: Build libmudflap by default on FreeBSD.
3821         * configure: Regenerated.
3823         2004-07-09  Mark Mitchell  <mark@codesourcery.com>
3825         * configure.in: Do not build libmudflap by default on non-GNU/Linux
3826         systems.
3827         * configure: Regenerated.
3829         2004-07-08 John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3831         PR target/16344
3832         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
3833         feedback based compiler.
3834         * Makefile.in: Rebuilt.
3836         2004-07-05  Phil Edwards  <phil@codesourcery.com>
3838         * configure.in:  Do not prepend $srcdir to /dev/null in
3839         makefile fragments.
3840         * configure:  Regenerate.
3842 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
3844         * Makefile.def (host_modules): Set bootstrap=true for flex.
3845         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
3846         * Makefile.in: Rebuilt.
3848 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
3850         * Makefile.def (build_modules): Add bison, byacc, flex,
3851         m4, texinfo.
3852         (flags_to_pass): Add FLEX.
3853         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
3854         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
3855         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
3856         DEFAULT_MAKEINFO): Remove.
3857         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
3858         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
3859         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
3860         objdir or else use configured tool.
3861         (all-build): New.
3862         (all): Depend on it.
3863         (Build module dependencies): Add.
3864         * Makefile.in: Regenerate.
3865         * configure.in: Better support for multiple build modules,
3866         matching what is done for host/target modules.  Do not look
3867         for "plausible" locations of build tools if Canadian cross.
3868         Use autoconf's AC_PROG_CC to find a C compiler.  Define
3869         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
3870         * configure: Regenerate.
3872 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
3874         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
3875         * Makefile.in: Regenerate.
3877 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
3879         * Makefile.tpl (configure-build-[+module+],
3880         configure-[+module+], configure-target-[+module+]): Pass
3881         [+extra_configure_args+].
3882         (all-build-[+module+], all-[+module+], check-[+module+],
3883         install-[+module+], [+make_target+]-[+module+],
3884         all-target-[+module+], check-target-[+module+],
3885         install-target-[+module+], [+make_target+]-target-[+module+]):
3886         Pass [+extra_make_args+].
3887         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
3888         (GCC_HOST_EXPORTS): Remove.
3889         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
3890         cross, check-gcc, check-gcc-c++, install-gcc,
3891         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
3892         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
3893         * Makefile.in: Regenerate.
3895 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
3897         * configure.in: Check for srcdir/winsup rather than build directory
3898         winsup.
3899         * configure: Regenerate.
3901 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
3903         * configure.in: Don't build Cygwin native newlib if winsup
3904         directory is missing.  Emit warning instead.
3905         * configure: Regenerate.
3907 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
3909         * Makefile.tpl (touch-stage[+id+]): New.
3910         (restage[+prev+]): Depend on touch-stage[+id+].
3912         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
3913         Use it throughout.
3915         * Makefile.def: Add profile and feedback bootstrap stages.
3916         Remove next field from bootstrap stages.
3917         * Makefile.tpl (LN, LN_S): Substitute.
3918         (stageN-start, stageN-end): Use double-colon rules, to
3919         provide a hook for additional setup commands.
3920         (distclean-stageN-gcc, restageN): Create dependencies from
3921         [+prev+], not from [+next+].
3922         (stageN-bubble): Add commands for successive stages from
3923         [+prev+], using double-colon rules.
3924         (all-stageN-gcc): Fix typo.
3925         (stagefeedback-start, profiledbootstrap): New.
3926         * Makefile.in: Regenerate.
3927         * configure.in: Call ACX_PROG_LN.
3928         * configure: Regenerate.
3930 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
3932         * configure.in: Fix --enable-bootstrap breakage introduced in trees
3933         without gcc.
3934         * configure: Regenerate.
3936 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
3938         * Makefile.tpl: Fix typo.
3939         * Makefile.in: Regenerate.
3941 2004-06-01  Paolo Bonzini <bonzini@gnu.org>
3943         * configure.in: Remove new- prefix from toplevel
3944         bootstrap targets.
3945         * configure: Regenerate.
3947 2004-06-01  Paolo Bonzini <bonzini@gnu.org>
3949         Merge this patch from the gcc tree:
3951         2004-05-30  Andreas Jaeger  <aj@suse.de>
3952                     Jim Wilson <wilson@specifixinc.com>
3954         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
3955         like CC.
3957 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
3959         * Makefile.tpl (all.normal): Rename to all.
3960         (all): Replace with a rule to pick the default
3961         target from configure.
3962         (all-gcc, configure-gcc): Use conditionals to
3963         do nothing when toplevel bootstrap is going on.
3964         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
3965         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
3966         * configure.in: Support --enable-bootstrap.
3968         * Makefile.def: Remove new- prefix from toplevel
3969         bootstrap targets.
3970         * Makefile.tpl: Likewise.
3972         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
3973         target.
3975         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
3976         $(RECURSE_FLAGS) to recursive invocation of make.
3978         * Makefile.in: Regenerate.
3979         * configure: Regenerate.
3981 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
3983         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
3984         * configure: Regenerate.
3986 2004-05-25  Daniel Jacobowitz  <drow@false.org>
3988         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
3989         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
3990         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
3991         targets.
3992         * Makefile.in: Regenerate.
3994 2005-05-24  Paolo Bonzini <bonzini@gnu.org>
3996         * configure.in: Test the ability to symlink directories.
3997         * configure: Regenerate.
3999         * Makefile.def (bootstrap-stage): New definitions.
4000         * Makefile.tpl (configure-stage1-gcc,
4001         configure-stage2-gcc, configure-stage3-gcc,
4002         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
4003         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
4004         new-restage3, compare): Autogenerate, see Makefile.in
4005         entry for behavioral changes.
4006         (distclean-stage1, new-stage1-start, new-stage1-end,
4007         new-stage1-bubble, distclean-stage2, new-stage2-start,
4008         new-stage2-end, new-stage2-bubble, distclean-stage3,
4009         new-stage3-start, new-stage3-end): New autogenerated targets.
4010         (objext, prebootstrap, BOOT_CFLAGS,
4011         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
4012         targets.
4014         * Makefile.in: Regenerate.
4015         (distclean-stage1, new-stage1-start, new-stage1-end,
4016         new-stage1-bubble, distclean-stage2, new-stage2-start,
4017         new-stage2-end, new-stage2-bubble, distclean-stage3,
4018         new-stage3-start, new-stage3-end): New targets.
4019         (all-stage1-gcc): Move prebootstrap dependency from here...
4020         (configure-stage1-gcc): ...to here.
4021         (new-bootstrap): Use bubble targets.
4022         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
4023         Use per-stage distclean targets.
4024         (configure-stage1-gcc, configure-stage2-gcc,
4025         configure-stage3-gcc, all-stage1-gcc,
4026         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
4027         Use new-stageN-start to prepare the tree.
4029 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
4031         * Makefile.def (host_modules): add libcpp.
4032         * Makefile.tpl: Add dependencies on and for libcpp.
4033         * Makefile.in: Regenerate.
4034         * configure.in: Add libcpp host module.
4035         * configure: Regenerate.
4037 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
4039         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
4040         of libf2c.
4041         * configure, Makefile.in: Regenerate.
4043 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
4045         Merge from tree-ssa-20020619-branch.
4047         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
4048         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
4049         (HOST_GMPLIBS): Define.
4050         (HOST_GMPINC): Define.
4051         (TARGET_LIB_PATH): Add libmudflap.
4052         (GFORTRAN_FOR_TARGET): Define.
4053         (configure-build*): Export GFORTRAN.
4054         (configure-gcc): Export GMPLIBS and GMPINC.
4055         (all-gcc): Add maybe-all-libbanshee.
4056         (configure-target-libgfortran): Define.
4057         * Makefile.in: Regenerate.
4058         * configure.in (host_libs): Add libbanshee.
4059         (target_libraries): Add target-libmudflap and target-libgfortran.
4060         Add --with-libbanshee.
4061         Handle --disable-libmudflap.
4062         (*-*-freebsd*): Use with_gmp.
4063         Add $(libgcj) to noconfigdirs.
4064         * configure: Regenerate.
4065         * depcomp: New file.
4066         * MAINTAINERS: Add tree-ssa maintainers.
4068 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
4070         * config/acx.m4: Fix fastcompare support for new-bootstrap.
4071         * configure: Regenerate.
4073 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
4075         Revert:
4076         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
4078         * Makefile.def (flags_to_pass): Remove *dir variables that
4079         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
4080         as well as prefix and exec_prefix.
4081         * Makefile.in: Regenerate.
4083 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
4085         * Makefile.def (host_modules): Mark with the bootstrap
4086         flag packages on which gcc depends.
4087         * Makefile.tpl (all-bootstrap): Use it.
4088         * Makefile.in: Regenerate.
4090 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
4092         * Makefile.def (flags_to_pass): Remove *dir variables that
4093         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
4094         as well as prefix and exec_prefix.
4095         * Makefile.in: Regenerate.
4097 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
4099         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
4100         * configure: Regenerate.
4101         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
4102         * gcc/Makefile.tpl (compare): Use the result of the test.
4103         * gcc/Makefile.in: Regenerate.
4105 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
4107         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
4108         Always relocate gcc and prev-gcc to the original names, even
4109         if the build fails.
4110         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
4111         New targets.
4113 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4115         * configure.in (mips*-*-irix5*): Enable ld.
4116         * configure: Regenerate.
4118 2004-04-15  James E Wilson  <wilson@specifixinc.com>
4120         * Makefile.tpl (configure-[+module+], configure-gcc,
4121         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
4122         Set and export LDFLAGS.
4123         * Makefile.in: Regenerate.
4125 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
4127         PR bootstrap/14871
4128         * Makefile.tpl: If we don't have built-in-tree target tools,
4129         use the ones found by configure rather than hacking around with
4130         program_transform_name.
4131         * configure.in: Give Makefile.tpl the information necessary
4132         to do that.
4133         * Makefile.in: Regenerate.
4134         * configure: Regenerate.
4136 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
4138         PR bootstrap/14760
4139         * configure.in: When computing baseargs, strip *all* copies of
4140         offending options.  Also, don't match/substitute the trailing space,
4141         so that this actually works when two similar options are separated by
4142         only one space.
4143         * configure: Regenerate.
4145 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
4147         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
4148         (rs6000-*-aix*): Same.
4149         * configure: Regenerate.
4151 2004-03-25  Stan Shebs  <shebs@apple.com>
4153         Remove MPW support, no longer used.
4154         * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
4155         mpw-install: Remove files.
4156         * src-release (DEVO_SUPPORT): Remove names of removed files.
4157         * MAINTAINERS: Likewise.
4159 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
4161         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
4162         STRICT_WARN, WARN_CFLAGS flags passed down to make.
4163         * Makefile.in: Regenerate.
4165         * configure.in (top level bootstrap support): Rework --enable-werror
4166         to set @stage2_werror_flag@.
4167         * configure: Regenerate.
4168         * Makefile.tpl (top level bootstrap support): Pass
4169         @stage2_werror_flag@ down to configure in stages 2 and 3.
4170         * Makefile.in: Regenerate.
4172 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
4174         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
4175         for stages 2 and 3 as well as in make.  As a consequence, remove
4176         OUTPUT_OPTION (now detected by configure) from the flags passed down
4177         to make.
4178         * Makefile.in: Regenerate.
4180         * Makefile.tpl (new-bootstrap): Fix typo.
4181         * Makefile.in: Regenerate.
4183 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
4185         * Makefile.tpl: Rearrange by moving recursive_targets rules
4186         into their proper sections.
4187         * Makefile.tpl (top level bootstrap support): Move disabling
4188         of coverage flags from 'make' to 'configure'; improve comments.
4189         * Makefile.in: Regenerate.
4191         * Makefile.tpl (experimental top level bootstrap) Move stage1
4192         language setting from all- target to configure- target; disable
4193         intermodule optimization in stage 1; prevent gratuitous rebuilds
4194         of stage 1.
4195         * Makefile.in: Regenerate.
4196         * configure.in: Comma-separate stage 1 language list for top
4197         level bootstrap.
4198         * configure: Regenerate.
4200         * Makefile.tpl: Clean up experimental top level bootstrap support:
4201         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
4202         prev-gcc in configure- targets as well as all- targets.
4203         * Makefile.in: Regenerate.
4205 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
4207         * configure.in: Remove symbolic link section.
4208         * configure: Regenerate.
4209         * Makefile.tpl (links): Remove.
4210         * Makefile.in: Regenerate.
4212 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
4213             Nathanael Nerode  <neroden@gcc.gnu.org>
4215         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
4216         Set with AC_CHECK_PROGS.
4217         * configure.in: Fix comment typo from last patch.
4218         * configure: Regenerate.
4220 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
4222         * Makefile.tpl: Introduce experimental top level bootstrap support.
4223         * Makefile.in: Regenerate.
4224         * configure.in: Introduce support for top level bootstrap.
4225         * configure: Regenerate.
4227 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
4228             Paolo Bonzini  <bonzini@gnu.org>
4230         PR bootstrap/14522
4231         * configure.in: Cope with shells that do not support unquoted ^
4232         * configure: Regenerate.
4234 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
4235             Paolo Bonzini  <bonzini@gnu.org>
4237         PR bootstrap/14522
4238         * configure.in: Cope with shell that do not support nesting
4239         quotes inside quoted backquote substitutions.
4240         * configure: Regenerate.
4242 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
4244         PR bootstrap/14522
4245         * configure.in: Fix escaping of $.
4246         * configure: Regenerate.
4248 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
4250         * configure: Regenerate.
4252 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
4254         PR ada/14131
4255         Move language detection to the top level.
4256         * configure.in: Find default values for the tools as
4257         soon as possible.  Disable ada if GNAT is not found.
4258         Emit error message about missing languages.  Expand
4259         --enable-languages=all for the gcc subdirectory.
4261 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
4263         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
4264         and disable libgcj.
4265         * configure: Regenerated.
4267 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
4269         PR bootstrap/7087
4270         * Makefile.tpl: Guard XFOO sed statements better.
4271         * Makefile.tpl: Add dependency for configure-target-libada.
4272         * Makefile.in: Regenerate (incidentally fixes broken
4273         commit when libada-branch was merged).
4275 2004-02-28  Andrew Cagney  <cagney@redhat.com>
4277         * src-release (CVS_NAMES): Define.
4278         (do-tar, do-tar): Prune $(CVS_NAMES).
4280 2004-02-23  Andrew Cagney  <cagney@redhat.com>
4282         * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
4283         2004-02-19.09.
4285 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
4287         PR bootstrap/11932
4288         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
4290 2004-02-19  Andrew Cagney  <cagney@redhat.com>
4292         * config.guess: Update from version 2003-06-12 to 2004-02-16.
4293         * config.sub: Update from version 2003-06-13 to 2004-02-16.
4295 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
4297         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
4298         (rs6000-*-aix*): Same.
4299         * configure: Regenerate.
4301 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
4303         * configure.in (host): Add in missing $noconfigdirs to defines.
4304         * configure: Regenerate.
4306 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
4307             Nathanael Nerode  <neroden@gcc.gnu.org>
4309         PR ada/6637, PR ada/5911
4310         Merge with libada-branch:
4311         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
4312         with appropriate dependencies. Add --enable-libada configure switch.
4313         * configure, Makefile.in: Regenerate.
4315 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4317         * configure.in: Don't pass --with-stabs on IRIX 5 either.
4318         * configure: Regenerate.
4320 2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>
4322         * COPYING.NEWLIB: Update Red Hat license to 2004.
4324 2004-01-23  DJ Delorie  <dj@redhat.com>
4326         * Makefile.def (target_modules) [libiberty]: Don't stage.
4327         * Makefile.in: Rebuilt.
4329 2004-01-23  Jeff Johnston  <jjohnstn@redhat.com>
4331         * COPYING.NEWLIB: Update to include copyrights for new
4332         iconv code.
4334 2004-01-15  Andrew Cagney  <cagney@redhat.com>
4336         * src-release: Update copyright year.
4337         (do-proto-toplev): Configure using i686-pc-linux-gnu.
4338         (NEWLIB_SUPPORT_DIRS): Delete macro.
4339         (newlib.tar.bz2): Delete rule.
4341 2004-01-14  Loren J. Rittle <ljrittle@acm.org>
4343         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
4344         * Makefile.tpl (configure-target-[+module+]): Support stage.
4345         * Makefile.in: Rebuilt.
4347 2003-01-14  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
4349         * gettext.m4: Quote names of macros to be defined by AC_DEFUN
4350         throughout.
4352 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
4354         * configure.in: Use ./config.cache, not config.cache.
4355         * configure: Regenerate.
4356         * Makefile.tpl: Special-casing not needed for GCC any more.
4357         * Makefile.in: Regenerate.
4359         * configure.in: Don't share a cache file for host dirs.
4360         * configure: Regenerate.
4362         * config-ml.in: Don't mess with the cache file.
4364 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
4366         * Makefile.tpl: Make GCC use a separate config.cache.
4367         * Makefile.in: Regenerate.
4369         PR bootstrap/11932, PR bootstrap/11933
4370         (I don't know if it will fix either of them, but it relates
4371         to them.)
4372         * configure.in: Don't use shared config.cache for target
4373         directories.
4374         * configure: Regenerate.
4376 2003-12-31  Roger Sayle  <roger@eyesopen.com>
4378         * configure.in (ia64*-*-hpux*): Disable building java libraries.
4379         * configure: Regenerated.
4381 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
4383         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
4384         * configure: Regenerated.
4386 2003-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
4388         Port change over from GCC:
4389         2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
4390         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
4391         (configure-build-[+module+], configure-[+module+]): Likewise.
4392         (configure-target-[+module+], configure-gcc, config.status): Likewise.
4393         * Makefile.in: Regenerate.
4395 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
4397         * configure.in (raw_libstdcxx_flags): Remove the leading space.
4398         * configure: Regenerate.
4400 2003-11-27  Jeff Johnston  <jjohnstn@redhat.com>
4402         * COPYING.NEWLIB: Add license info for long long routines added to
4403         stdlib.
4405 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
4407         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
4408         * Makefile.in: Regenerate.
4410 2003-10-20  Phil Edwards  <phil@codesourcery.com>
4412         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
4413         * configure:  Regenerate.
4415 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
4417         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
4418         HOST_FLAGS_TO_PASS.
4419         * Makefile.in: Regenerate.
4421 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
4423         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
4424         * configure: Rebuilt
4425         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
4426         * Makefile.in: Rebuilt
4428 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
4430         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
4432 2003-10-01  Phil Edwards  <pme@gcc.gnu.org>
4434         * config-ml.in:  Use ac_configure_args directly instead of
4435         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
4436         actually seen.
4438 2003-10-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
4440         * config-ml.in: Propagate INSTALL variables.
4442 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
4444         * configure.in: Pass a computed --program-transform-name
4445         to subconfigures.
4446         * configure: Regenerated.
4448 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
4450         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
4451         * Makefile.in: Regenerate.
4453         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
4454         * Makefile.in: Regenerate.
4456 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
4458         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
4459         quoting.
4460         * configure: Regenerated.
4462 2003-09-12  Michael Chastain  <mec@shout.net>
4464         Fix PR gdb/857.
4465         * src-release (do-proto-topleve): Remove junk files
4466         intl/config.cache, intl/config.status,
4467         intl/config.h, intl/stamp-h.
4469 2003-09-14  Andrew Cagney  <cagney@redhat.com>
4471         * src-release (dejagnu.tar): New target.
4472         (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
4473         (do-djunpack): Use $(PACKAGE) for the package name.
4475 2003-09-04  DJ Delorie  <dj@redhat.com>
4477         * configure: Regenerate.
4479 2003-09-04  Robert Millan  <robertmh@gnu.org>
4481         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
4483 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4485         * configure.in: Ensure arguments to sed are properly spaced.
4486         * configure: Regenerate.
4488 2003-08-28  Daniel Jacobowitz  <drow@mvista.com>
4490         Merge from gcc:
4491         2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
4492         * install-sh:  Update to newer upstream versions (associated with
4493         aclocal 1.7).
4494         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
4496 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
4498         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
4499         * configure: Regenerated.
4501 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
4503         * configure.in:  Use newline instead of semicolon when assuming
4504         shell arguments in a for loop.
4505         * configure:  Regenerated.
4507 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
4509         PR 8180
4510         * configure.in: When testing with_libs and with_headers, treat
4511         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
4512         * configure: Regenerate.
4514         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
4515         make, shell, etc.
4516         (baseargs): Likewise.
4517         * configure: Regenerate.
4519 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
4521         * configure.in: Disable libgcj for darwin not on powerpc.
4522         * configure: Rebuild.
4524 2003-08-15  Michael Chastain  <mec@shout.net>
4526         * src-release (do-proto-toplev): Remove junk files
4527         dejagnu/example/calc/config.status,
4528         dejagnu/example/calc/config.log.
4530 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
4532         * config-ml.in, symlink-tree: Add license.
4534 2003-08-01  Nathanael Nerode  <neroden@gcc.gnu.org>
4536         Merge from gcc:
4538         2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
4539         * Makefile.tpl (check, check-c++): Express dependencies using
4540         dependencies rather than commands.
4541         * Makefile.in: Regenerate.
4543         2003-07-31  Geoffrey Keating  <geoffk@apple.com>
4544         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
4545         * Makefile.in: Update.
4547 2003-08-01  Andrew Cagney  <cagney@redhat.com>
4549         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
4550         * configure: Ditto.
4552 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
4554         * configure.in: Enable libgcj for darwin.
4555         * configure: Rebuild.
4557 2003-07-29  Nathanael Nerode  <neroden@gcc.gnu.org>
4559         * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
4561 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
4563         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
4564         creating target and build subdirs to build all parent dirs as needed.
4565         * Makefile.in: Rebuild.
4566         * configure.in: Don't build dirs explicitly here.
4567         * configure: Rebuild.
4569 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
4571         * Makefile.tpl (all-make): Depend on intl.
4572         * Makefile.in: Rebuilt.
4574 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
4576         * config.if: Remove unused libc_interface determination.
4578 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
4580         * Makefile.in: Regenerate, correctly this time.
4582 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
4584         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
4585         unused INSTALL_PROGRAM_ARGS.
4586         * configure.in: Use AC_PROG_INSTALL.
4587         * Makefile.in: Regenerate.
4588         * configure: Regenerate.
4590 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
4592         * configure: Rebuilt.
4593         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
4594         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
4595         newlib nor libgloss.
4596         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
4597         * configure.in (am33_2.0-*-linux*): Added.
4599 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
4601         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
4602         * configure: Regenerate.
4604 2003-07-06  H.J. Lu <hongjiu.lu@intel.com>
4606         * config-ml.in: Replace PWD with PWD_COMMAND.
4607         * Makefile.tpl: Likewise.
4608         * Makefile.in: Regenerated.
4610 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
4612         * configure.in: Clean up config-lang.in handling.  Delete
4613         useless assignment to "subdirs".
4614         * configure: Regenerate.
4616 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
4618         * configure.in: Rename 'target_libs' to 'target_libraries'.
4619         Remove useless reference to 'target_libs'.
4620         * configure: Regenerate.
4622 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
4624         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
4625         * Makefile.in: Regenerate.
4627 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
4629         * Makefile.def: Introduce flags_to_pass.
4630         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
4631         * Makefile.in: Regenerate.
4633 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
4635         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
4636         and target-libgloss.
4637         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
4638         <h8300*-*-*>: Disable libf2c and ${libgcj}.
4639         * configure: Regenerate.
4641 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
4643         * configure.in: Update testsuite_flags to new location.
4644         * configure. Regenerate.
4646 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
4648         * Makefile.tpl: Remove BUILD_CC stuff.
4649         * Makefile.in: Regenerate.
4651 2003-06-14  H.J. Lu <hongjiu.lu@intel.com>
4653         * config.guess: Update to 2003-06-12 version.
4654         * config.sub: Update to 2003-06-13 version.
4656 2003-06-12  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
4658         * MAINTAINERS: Add myself as MIPS co-maintainer.
4660 2003-06-12  H.J. Lu <hongjiu.lu@intel.com>
4662         * config.guess: Update to 2003-06-06 version.
4663         * config.sub: Update to 2003-06-06 version.
4665 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4667         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
4668         * configure. Regenerate.
4670 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
4672         * configure.in: Disable serial configure by default.
4673         * configure: Regenerate.
4674         * Makefile.tpl: Abolish .NOTPARALLEL.
4675         * Makefile.in: Regenerate.
4677         * Makefile.tpl: Replace {build,host,target}_canonical by
4678         {build,host,target}.
4679         * Makefile.in: Regenerate.
4681         * Makefile.tpl: Fix stupid pasto.
4682         * Makefile.in: Regenerate.
4684 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
4686         * Makefile.tpl: Remove bogus conditional.
4687         * Makefile.in: Regenerate.
4689 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
4691         * Makefile.tpl: Make 'recursive targets' using autogen rather
4692         than shell loop.  Remove duplicate 'clean' targets and false
4693         comments.
4694         * Makefile.def: Add systematic dependencies to 'recursive' targets.
4695         Add systematic method of specifying missing targets in subdirs.
4696         Add copyright boilerplate.
4697         * Makefile.in: Regenerate.
4698         * configure.in: Add 'recursive targets' to maybe list.
4699         * configure: Regenerate.
4701         * Makefile.tpl: Rename [+target+] to [+make_target+].
4702         * Makefile.def: Rename 'target' to 'make_target'.
4704 2003-05-30  Nick Clifton  <nickc@redhat.com>
4706         * README-maintainer-mode: Update URL for locating blessed config
4707         tools.
4709 2003-05-29  Robert Millan  <rmh@debian.org>
4711         * ltconfig: Import this patch and modify for use with current
4712         version of ltconfig:
4714         2003-05-21  Bruno Haible  <bruno@clisp.org>
4716         * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
4717         GNU/FreeBSD.
4719 2003-05-28  DJ Delorie  <dj@redhat.com>
4721         * Makefile.tpl: Make maybe-check-gcc .PHONY.
4722         * Makefile.in: Regenerate.
4724 2003-05-28  Jeff Johnston  <jjohnstn@redhat.com>
4726         * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
4728 2003-05-21  DJ Delorie  <dj@redhat.com>
4730         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
4731         newlib or libgloss.
4732         * Makefile.in: Regenerate.
4734 2003-05-21  DJ Delorie  <dj@redhat.com>
4736         * Makefile.tpl: Add missing empty maybe-check-gcc target.
4737         * Makefile.in: Regenerate.
4739 2003-05-20  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
4741         * configure.in: Use curly braces in the definition of tooldir.
4742         * configure: Regenerate.
4744 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
4746         * configure.in: Switch more things to use maybe dependencies.
4747         * Makefile.tpl: Switch more things to use maybe dependencies.
4748         Factor out common code from autogen IF statements.
4749         * configure: Regenerate.
4750         * Makefile.in: Regenerate.
4752 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
4754         * configure.in: Accept i[3456789]86 for machine type.
4755         * configure: Regenerate.
4757 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
4759         * configure.in: Switch more things to use maybe dependencies.
4760         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
4761         * configure: Regenerate.
4762         * Makefile.tpl: Switch more things to use maybe dependencies.
4763         * Makefile.in: Regenerate.
4765 2003-05-16  Andreas Schwab  <schwab@suse.de>
4767         * Makefile.tpl (install-opcodes): Define.
4768         * Makefile.in: Rebuild.
4770 2003-05-13  Andreas Jaeger  <aj@suse.de>
4772         * config.guess: Update to 2003-05-09 version.
4773         * config.sub: Update to 2003-05-09 version.
4775 2003-05-13  Michael Eager <eager@mvista.com>
4777         * configure.in: Correct sed script so that options in quotes are not
4778         deleted.
4779         * configure: Rebuild.
4781 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
4783         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
4784         and $$s/newlib/libc/sys/cygwin32 include paths.
4785         * configure: Ditto.
4787 2003-05-05  H.J. Lu <hjl@gnu.org>
4789         * config-ml.in: Restored from gcc repository.
4791 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
4793         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
4794         * Makefile.in: Regenerate.
4796 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
4798         * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
4799         and Makefile.def.
4801 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
4803         * Makefile.tpl: Clean $(BUILD_SUBDIR).
4804         * Makefile.in: Regenerated.
4806 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4808         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
4809         * Makefile.in: Regenerate.
4811 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
4813         * configure.in (powerpc64*-*-linux*): Remove.
4814         * configure: Rebuilt.
4816 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
4818         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
4819         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
4820         and restrap.
4821         * Makefile.in:  Regenerate.
4823 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
4825         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
4826         * configure: Regenerated.
4828 2003-04-11  Alexandre Oliva  <aoliva@redhat.com>
4830         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
4831         * */configure: Rebuilt.
4833 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
4835         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
4836         * Makefile.in: Regenerate.
4838 2003-03-14  Michael Chastain  <mec@shout.net>
4840         * Makefile.in: Regenerate with correct Makefile.def.
4842 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
4844         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
4845         Make macro.
4846         * Makefile.in: Regenerate.
4847         * configure.in: Clean up gxx_include_dir logic.
4848         * configure: Regenerate.
4850 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4852         * configure.in (gxx_include_dir): Fix typo.
4853         * configure: Regenerated.
4855 2003-03-06  Andrew Cagney  <cagney@redhat.com>
4857         * texinfo/texinfo.tex: Import version 2003-02-03.16.
4859 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
4861         * configure.in: Include $(build_tooldir)/sys-include in
4862         FLAGS_FOR_TARGET.
4863         * configure: Regenerated.
4865 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
4867         * Makefile.tpl: Reindent.
4868         * Makefile.in: Regenerate.
4869         * configure.in: Reindent.  Don't set unused variables.
4870         * configure: Regenerate.
4872         * Makefile.tpl: Always pass down RANLIB.
4873         * Makefile.in: Regenerate.
4875         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
4876         * Makefile.in: Regenerate.
4877         * configure.in: Remove unused logic relating to --enable-shared
4878         and --enable-threads.  Remove bogus comments.  Remove redundant
4879         noconfigdirs.
4880         * configure: Regenerate.
4882         * configure.in: Replace ${libstdcxx_version} by its value.
4883         Remove reference to mh-dgux.
4884         * configure: Regenerate.
4886 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
4888         * Makefile.tpl: Rearrange.
4889         * Makefile.in: Regenerate.
4891 2003-02-25  Nick Clifton  <nickc@redhat.com>
4893         * configure: Remove site-file supprot - it is obsolete.
4895 2003-02-24  Uwe Stieber <uwe@wwws.de>
4897         * configure.in: Add support for kaOS as cross build target system.
4898         * configure: Regenerated.
4900 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
4902         * Makefile.tpl: Add definition of CPPFLAGS to pass into
4903         configure-target-* as some target builds may require additional
4904         flags for preprocessor tests.
4905         * Makefile.in: Regenerated.
4907 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
4909         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
4910         * ltconfig: Handle it.
4911         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
4912         auto-detecting it.
4914 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
4916         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
4917         it is used as argument to $CC.
4918         * ltcf-gcj.sh: Likewise.
4920 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
4922         * configure.in: Introduce --enable-maintainer-mode.
4923         * configure: Rebuilt.
4924         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
4925         for maintainer mode.
4926         * Makefile.in: Rebuilt.
4928 2003-02-19  Andrew Cagney <ac131313@redhat.com>
4930         * configure: Regenerate using autoconf 2.13.
4932 2003-02-19  Alan Modra  <amodra@bigpond.net.au>
4934         * config.guess: Import latest version.
4935         * config.sub: Import latest version.
4937 2003-02-18  Jason Merrill  <jason@redhat.com>
4939         * Makefile.tpl (check-c++): Allow parallelism.
4941 2003-02-17  Andrew Cagney  <ac131313@redhat.com>
4943         * configure: Regenerate using autoconf 000227.
4945 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
4947         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
4948         don't configure target-libobjc.
4949         * configure: Regenerate.
4951 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4953         * Makefile.tpl (RANLIB): Define.
4954         * Makefile.in: Regenerate.
4956 2003-02-06  Keith R Seitz  <keiths@redhat.com>
4958         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
4959         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
4960         * Makefile.in: Regenerated.
4961         * configure.in: Remove all traces of snavigator, db, and grep.
4962         * configure: Regenerated.
4964 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
4966         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
4967         * Makefile.in: Regenerated.
4969 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
4971         * config.if: Copy from GCC.
4973 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
4975         * configure.in:  Revert 24Jan change.
4976         * configure:  Regenerate.
4978 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
4980         * configure.in: Revert previous change.
4981         * configure: Regenerate.
4983 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
4985         * configure.in: Make rda native-only.
4986         * configure: Regenerate.
4988 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
4990         * configure.in: Add missing \.
4991         * configure: Rebuilt.
4993 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
4995         * configure.in (baseargs): Avoid using \| in sed regular
4996         expressions.
4997         * configure: Rebuilt.
4999 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
5001         * configure.in (baseargs): Remove all supported forms of
5002         --cache-file, --srcdir, --host, --build and --target options
5003         from argument lists.
5004         * configure: Rebuilt.
5006 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
5008         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
5009         * configure: Rebuilt.
5011 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
5013         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
5014         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
5015         * Makefile.in: Regenerate.
5016         * configure: Regenerate.
5018 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
5020         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
5021         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
5022         * Makefile.in: Regenerate.
5024 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
5026         * configure.in: Remove Makefile in build, host and target modules
5027         unless configure was run with --no-recursion.
5028         * configure: Rebuilt.
5030 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
5032         * config.guess: Update to 2003-01-03 version.
5033         * config.sub: Update to 2003-01-03 version.
5035 2003-01-07  Christopher Faylor  <cgf@redhat.com>
5037         * configure: Regenerate with proper autoconf 2.13.
5039 2003-01-07  Christopher Faylor  <cgf@redhat.com>
5041         * configure.in: Add AC_PREREQ for consistency.
5042         * configure: Regenerate.
5044 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
5046         * configure.in (GDB_TK): Add tcl directories conditional on
5047         gdb/gdbtk directory being present.
5048         * configure: Regenerate.
5050 2003-01-04 John David Anglin  <dave.anglin@nrc.ca>
5052         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld used
5053         by gcc if LD is not defined and we are not doing a Canadian Cross.
5054         * configure: Rebuilt.
5056 2003-01-01  Daniel Jacobowitz  <drow@mvista.com>
5058         * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
5060 2002-12-31  Tom Tromey  <tromey@redhat.com>
5062         * Makefile.in: Rebuilt.
5063         * Makefile.def (target_modules) [libffi]: Allow installation.
5065 2002-12-31  Andreas Schwab  <schwab@suse.de>
5067         * configure.in: Fix use of $program_transform_name.
5068         * configure: Regenerated.
5070 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
5072         * configure.in (baseargs): Don't remove first configure argument.
5073         * configure: Regenerated.
5075 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
5077         * Makefile.tpl (local-distclean): Don't remove...
5078         (multilib.ts): ... this.  Moved into...
5079         (multilib.out): ... this.  Don't use sub-make.
5080         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
5081         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
5082         (configure-build-[+module+], configure-[+module+],
5083         configure-target-[+module+], configure-gcc): ... these.  Test
5084         for Makefile existence.  Drop config.status from dependencies.
5085         * Makefile.in: Rebuilt.
5086         * configure.in: Move gcc-version-trigger to the end of
5087         ac_configure_args.  Add comments to maybedep.tmp and
5088         serdep.tmp.  Introduce --disable-serial-configure.  Remove
5089         nonopt from baseargs, matching and removing corresponding
5090         whitespace while at it.
5091         * configure: Rebuilt.
5093 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
5095         * configure.in (host_configargs): Replace reference to
5096         no-longer-defined buildopts with --build=${build_alias}.
5097         * configure: Rebuilt.
5099 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
5101         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
5102         program_transform_name to standard idiom.
5103         (AUTOGEN, AUTOCONF): Define.
5104         (Makefile.in): Use $(AUTOGEN).
5105         (Makefile): Depend on config.status, and use autoconf-style rule to
5106         build it.  Move original commands to...
5107         (config.status): ... this new target.
5108         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
5109         $(AUTOCONF).
5110         * Makefile.in: Rebuilt.
5112 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
5114         * Makefile.tpl: Fix dramatic bustage due to change in
5115         program_transform_name.
5116         * Makefile.in: Regenerate.
5118         * configure.in: Remove unnecessary PATH setting.
5119         * configure: Regnerate.
5121         * configure.in: Don't default to unprefixed tools unless
5122         the native tools will work.
5123         * configure: Regenerate.
5125         * configure.in: Convert to autoconf script.  Blow away lots
5126         of now-redundant Makefile fragments.
5127         * configure: Generate using Autoconf.
5128         * Makefile.tpl: Rewrite to reflect autoconfiscation.
5129         * Makefile.in: Regenerate.
5131 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
5133         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
5134         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
5136         * ChangeLog: Move a couple of entries from here to winsup/cygwin,
5137         where they belong.
5139 2002-12-24  Andreas Schwab  <schwab@suse.de>
5141         * Makefile.tpl (multilib.out): Fix missing space.
5142         * Makefile.in: Regenerate.
5144 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
5146         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
5147         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
5148         * Makefile.in: Regenerate.
5149         * configure.in: Remove unnecessary leftovers.
5151 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
5153         * configure.in (extra_ranlibflags_for_target): New variable.
5154         (*-*-darwin): Add -c to ranlib commands.
5155         * configure (tooldir): Handle extra_ranlibflags_for_target.
5157 2002-12-20  Jeff Johnston  <jjohnstn@redhat.com>
5159         * COPYING.NEWLIB: Updated.
5160         * COPYING.LIBGLOSS: Ditto.
5162 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
5164         * Makefile.tpl: Revert HJL's change.
5165         * Makefile.in: Regenerated.
5166         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
5167         always.
5169 2002-12-19  Andreas Schwab  <schwab@suse.de>
5171         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
5172         * Makefile.in: Regenerate.
5174 2002-12-18  H.J. Lu <hjl@gnu.org>
5176         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
5177         * Makefile.in: Regenerated.
5179         * configure.in (build_prefix): New. Substitute.
5181 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
5183         * Makefile.tpl: Don't let real targets depend on phony targets.
5184         * Makefile.in: Regenerate.
5186         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
5187         * Makefile.in: Regenerate.
5189 2002-12-16  Jason Merrill  <jason@redhat.com>
5191         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
5192         previous 'make bootstrap'.
5193         * Makefile.in: Regenerate.
5195 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
5197         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
5199 2002-12-13  Jason Merrill  <jason@redhat.com>
5201         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
5202         library tests.
5203         (check-c++): Just depend on it and check-target-libstdc++-v3.
5204         * Makefile.in: Regenerate.
5206 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
5208         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
5209         * Makefile.in: Regenerate.
5211 2002-12-12  Jeff Johnston  <jjohnstn@redhat.com>
5213         * COPYING.NEWLIB: Update list of alternate Regent of California
5214         licenses and discuss official revoking of advertising clause.
5215         * COPYING.LIBGLOSS: Ditto.
5217 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
5219         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
5220         * Makefile.in: Rebuilt.
5222 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
5224         * configure: Fix bug put in by gremlins.
5226         * Makefile.tpl: Substitute more autoconfily.
5227         * configure: Substitute more autoconfily.
5228         * Makefile.in: Regenerate.
5230 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
5232         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
5233         * Makefile.in (all-sim): Ditto.
5235 2002-12-06  DJ Delorie  <dj@redhat.com>
5237         * Makefile.tpl: Change configure dependencies to not have real
5238         targets depend on phony targets.
5240 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
5242         * configure.in: Revert unintentional change.
5244         * src-release: Configure host subdirs.
5246         * Makefile.tpl: Change dependency for */multilib.out so that
5247         it works when gcc isn't in the tree.
5249         * configure.in: Substitute more.
5250         * configure: Run subconfigures from the Makefile.
5251         * Makefile.tpl: Run subconfigures from the Makefile; add a few
5252         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
5254 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
5256         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
5257         and corresponding dependencies.
5258         * Makefile.in: Regenerate.
5260         * configure.in (host_tools): Order binutils, gas and ld for
5261         convenience in running the testsuites.
5263         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
5264         * Makefile.in: Regenerate.
5265         * configure.in: Introduce rules to serialize subconfigure runs.
5267         * configure.in: Introduce BASE_CC_FOR_TARGET.
5268         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
5269         Realize configure-build-* targets.  Realize configure-target-* targets.
5270         * Makefile.in: Regenerate.
5272 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
5274         * configure: Move gcc_version_trigger stuff from here...
5275         * configure.in: ...to here.
5277         * configure.in: Separate subconfigure options added by this file from
5278         options given by the user.  Add machinery to put args for host
5279         subconfigures into the Makefile.
5281         * Makefile.tpl: Remove 'vault' targets.
5282         * Makefile.tpl: Reorder and comment dependencies.
5283         * Makefile.in: Regenerate.
5285 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
5287         * configure.in: Move host-specific darwin noconfigdirs into
5288         the host-specific section.
5290 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
5292         * Makefile.tpl: Restore bkorb's style patch, accidentally lost
5293         during replay.
5294         * Makefile.in: Regenerate.
5296         (finishing slow-motion replay)
5297         * configure: Remove skip-this-dir support.
5298         * Makefile.tpl: Remove skip-this-dir support.
5300         * Makefile.tpl: Remove leftover support for non-autoconfiscated
5301         subdirectories.
5302         * Makefile.in: Regenerate.
5304         * Makefile.tpl: Strip out useless setting of 'dir'.
5305         * Makefile.in: Regenerate.
5307 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
5309         (finishing slow-motion replay)
5310         * configure.in: Fix deeply stupid bug.
5312         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
5313         shell code in CXX_FOR_TARGET
5314         * Makefile.def: Introduce raw_cxx.
5315         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
5316         RAW_CXX_FOR_TARGET.
5317         * Makefile.in: Regenerate.
5319 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
5321         (finishing slow-motion replay)
5322         * Makefile.tpl: Remove unnecessary ifs.
5323         * Makefile.in: Regenerate.
5325         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
5326         dependencies.  Maybe-ize build-libiberty.  Create dummy install
5327         targets for 'no_install' modules.
5328         * configure: Move GDB_TK substitution to configure.in.  Move
5329         build_modules stuff to configure.in.
5330         * configure.in: Implement soft dependency machinery.  Maybe-ize
5331         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
5332         * Makefile.in: Regenerate.
5334 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
5336         (continuing slow-motion replay)
5337         * Makefile.tpl: Make all-target, install-target behave similarly
5338         to all, install (only hitting configured targets).  Eliminate
5339         unused macro defintions.
5341         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
5342         build != host.
5344         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
5346         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
5348         * configure.in: Produce lists of subdir targets we're actually
5349         configuring.  Remove references to "dosrel".
5350         * Makefile.tpl: Let configure set which subdir targets are hit.
5351         Remove install-cross; clean up install; remove ALL.  Remove
5352         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
5353         Autogenerate host module targets.  Remove empty dependency lines
5354         and redundant dependency; rearrange slightly.
5355         * Makefile.def: Add host-side libtermcap, utils.
5357         * Makefile.in: Regenerate.
5359 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
5361         (Continuing slow-motion replay)
5362         * Makefile.def: Add list of recursive targets to autogenerate.
5363         Add build_modules.
5364         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
5365         targets.  Autogenerate *-build-* targets.
5366         * Makefile.in: Regenerate.
5368 2002-11-30  Nathanael Nerode  <neroden@gcc.gnu.org>
5370         (Continuing slow-motion replay)
5371         * configure: More autoconf-style substitutions.
5372         * Makefile.tpl: More autoconf-style substitutions.
5373         * Makefile.in: Regenerate.
5375 2002-11-30  Nathanael Nerode  <neroden@gcc.gnu.org>
5377         (Continuing slow-motion replay)
5378         * configure: Substitute more variables in a more autoconf-friendly
5379         way.  Simplify slightly.
5380         * Makefile.tpl: Make more variables substitutable in an
5381         autoconf-friendly way.
5382         * Makefile.in: Regenerate.
5384 2002-11-29  Nathanael Nerode  <neroden@gcc.gnu.org>
5386         (Continuing slow-motion replay)
5387         * configure.in (v810*): Remove special setting of tools.
5389         * configure: Add support for extra required flags for ar or nm.
5390         * configure.in (aix4.3+): Use above support for target-specific
5391         issues, rather than using config/mt-aix43.
5393 2002-11-29  Nathanael Nerode  <neroden@gcc.gnu.org>
5395         (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
5396         * configure: Remove 'removing', which doesn't work.  Replace $subdir
5397         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
5398         with $srcdir.  Reformat indentation.  Substitute some variables
5399         formerly hard-coded in the Makefile for build=host.
5400         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
5401         * Makefile.def: Autogenerate more.
5402         * Makefile.in: Regenerate.
5404 2002-11-13  Bruce Korb  <bkorb@gnu.org>
5406         * Makefile.tpl: syntactic cleanup
5408 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
5410         * Makefile.def (host_modules): Add rda.
5411         * Makefile.in: Regenerate.
5412         * configure.in (target_tool): Add target-rda to list.
5414 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
5416         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
5417         and restrap targets to this rule.
5418         * Makefile.in:  Regenerate.
5420 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
5422         * configure.in (i[3456]86-*-linux*): Add check to disable
5423         ${libgcj} for glibc1.
5425 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
5427         * configure.in: Add tic4x target.
5429 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
5431         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
5432         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
5433         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
5434         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
5435         * Makefile.in: Regenerate.
5437 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
5439         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
5440         * Makefile.in: Regenerate.
5442         * Makefile.def: Remove order dependency comments.
5443         * Makefile.tpl: Add explicit install-install dependencies.
5444         * Makefile.in: Regenerate.
5446         * Makefile.tpl: Remove material now in src-release.  (Finally!)
5447         * Makefile.in: Regenerate.
5449         * configure: Restore my original patch by syncing with gcc version.
5451         * Bring following over from gcc:
5453 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
5455         * configure.in (s390*-*-linux*): Enable libgcj.
5457 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
5459         * Makefile.in: Regenerate.  This really ought to fix things. :sigh:
5461 2002-10-02  Alan Modra  <amodra@bigpond.net.au>
5463         * configure: Move stray lines back to where they belong.
5465 2002-10-01  Nathanael Nerode  <neroden@gcc.gnu.org>
5467         * Makefile.tpl: Insert configure-target target, for src-release.
5469         * configure: Finish reverting change which Andrew Cagney started
5470         reverting.  Should fix bustage.
5472         * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
5473         * src-release: New file.  Contains material for making net
5474         releases for gdb, binutils, et al., formerly in Makefile.in.
5476 2002-09-30  Nick Clifton  <nickc@redhat.com>
5478         * cpu: New top level directory.  Intended to hold input files for
5479         CGEN which have FSF copyright assignment.
5480         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
5482 2002-09-29  Andrew Cagney  <ac131313@redhat.com>
5484         Revert below (note that src does not contain Makefile.tpl):
5485         * Makefile.tpl: Make subsituted variables more autoconfy.
5486         * Makefile.in: Regenerate.
5488 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
5490         * configure: Revert accidentally applied changes.
5492         * Makefile.tpl: Make more autoconf-friendly.
5493         * Makefile.in: Regenerate.
5494         * configure: Make substitution more autoconf-like.
5496 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
5498         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
5499         single entry to handle all these.
5500         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
5501         libjava on arm-*-elf.
5503 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
5505         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
5506         things that depend on them.
5508 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
5510         * Makefile.tpl: Make subsituted variables more autoconfy.
5511         * Makefile.in: Regenerate.
5512         * configure: Make seds more autoconfy.
5514 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
5516         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
5517         * Makefile.in: Regenerate.
5518         * configure.in: Rewrite sed statements to look autoconfy.
5520         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
5521         all-target-foo on configure-target-foo.
5522         * Makefile.def: Ditto.
5523         * Makefile.in: Rebuild.
5525 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
5527         * Makefile.def: New file.
5528         * Makefile.tpl: New file.
5529         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
5531         * configure.in: Minor rearrangement.  Simplify tests.
5533 2002-09-23  Jason Thorpe  <thorpej@wasabisystems.com>
5535         * configure.in (with_headers): Skip copy if value is "yes".
5536         (with_libs): Likewise.
5538 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
5540         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
5541         * configure.in (sh*-*-pe*): Ditto.
5542         * configure.in (mips*-*-pe*): Ditto.
5543         * configure.in (*arm-wince-pe): Ditto.
5545         * configure.in: Rearrange.
5547 2002-09-12  Nick Clifton  <nickc@redhat.com>
5549         * Import these changes from the config master repository:
5551         2002-09-05  Svein E. Seldal  <Svein.Seldal@solidas.com>
5553                 * config.sub: Add tic4x target.
5555         2002-09-03  Ben Elliston  <bje@redhat.com>
5557                 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
5558                 Reported by <Duncan_Stodart@insession.com>.
5560 2002-09-10  Jeff Johnston  <jjohnstn@redhat.com>
5562         * COPYING.NEWLIB: More updates.
5564 2002-09-09  Jeff Johnston  <jjohnstn@redhat.com>
5566         * COPYING.NEWLIB: Update.
5568 2002-08-23  Andrew Cagney  <ac131313@redhat.com>
5570         * texinfo/texinfo.tex: Import version 2002-06-04.06.
5572         * config.guess: Import version 2002-08-23.
5573         * config.sub: Import version 2002-08-22.
5575 2002-08-20  Alexandre Oliva  <aoliva@redhat.com>
5577         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
5578         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
5579         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
5581 2002-08-06  Federico G. Schwindt <fgsch@olimpo.com.br>
5583         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
5585 2002-08-04  H.J. Lu  (hjl@gnu.org)
5587         * configure.in (mips*-*-linux*): Don't skip target-libffi.
5589 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
5591         * configure.in: Move generic linux case to end.  Copy generic
5592         linux noconfigdirs to mips*-*-linux* entry and new
5593         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
5595 2002-07-19  Chris Demetriou  <cgd@broadcom.com>
5597         * MAINTAINERS: Clarify on config.guess and config.sub, and add
5598         one instance of them which was missed to the list to update.
5600 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
5602         * config.guess: Update to 2002-07-09 version.
5603         * config.sub: Update to 2002-07-03 version.
5605 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
5607         * configure.in: Remove two redundant tests.
5609 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5611         * configure.in (mips*-*-irix6*o32): Enable stabs.
5613 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
5615         * configure.in: Don't build grez.
5616         * Makefile.in: Ditto.
5618         * Makefile.in: Remove references to bsp, cygmon, libstub.
5619         * configure.in: Ditto.
5621         * configure.in: Remove leftover reference to gdbtest.
5623 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
5625         * configure.in (gxx_include_dir):  Change to match versioned
5626         C++ headers if --enable-version-specific-runtime-libs is used.
5628 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
5630         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
5632 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
5634         * configure.in: Make --without-x work.
5636 2002-07-03  Nick Clifton  <nickc@cambridge.redhat.com>
5638         * contrib: New directory.  Created to contain a copy of the
5639         texi2pod.pl script so that it is in the same place as the version in
5640         the FSF GCC sources.
5642 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
5644         * configure.in: Rearrange target Makefile fragment collection.
5646         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
5647         cvs[src].
5648         * configure.in: Ditto.
5650 2002-07-01  Nathanael Nerode <neroden@gcc.gnu.org>
5652         * Makefile.in: Eliminate 'apache' targets.
5653         * configure.in: Eliminate 'apache' targets.
5655         * configure.in: Eliminate redundant tests.  Reorganize.
5657         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
5659         * config-ml.in: Eliminate references to Cygnus configure.
5661         * Makefile.in: Eliminate references to building emacs.
5663 2002-07-01  Denis Chertykov  <denisc@overta.ru>
5665         * configure.in: Add support for ip2k.
5667 2002-06-24  Ben Elliston  <bje@redhat.com>
5669         * configure.in (host_tools): Remove cgen.
5671         * Makefile.in (all-cgen): Remove; runs from its source directory.
5672         (check-cgen, install-cgen, clean-cgen): Likewise.
5673         (all-opcodes): No not depend on all-cgen.
5674         (all-sim): Likewise.
5676 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
5678         * configure.in: Fix AIX configury bug.
5680 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
5682         * configure.in: Replace ${topsrcdir} with ${srcdir}.
5684         * configure.in: Move definition of libstdcxx_flags right above
5685         usage, rather than way earlier.
5687         * configure.in: Pull definition of is_cross_compiler earlier.
5689         * configure.in: Rearrange a little.
5691         * configure.in: Remove references to librx.
5692         * Makefile.in: Remove references to librx.
5694 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
5696         * configure.in: Eliminate ${gasdir} variable.
5698 2002-06-18  Dave Brolley  <brolley@redhat.com>
5700         * configure.in: Add support for frv.
5701         * config.sub: Add support for frv.
5703 2002-06-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5705         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
5707 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
5709         * configure.in (vax-*-netbsd*): Re-enable gas.
5711 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
5713         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
5714         BUILD_PREFIX_1, to correct nomenclature.
5715         * configure: Likewise.
5717         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
5718         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
5720 2002-05-31  Olaf Hering  <olh@suse.de>
5722         * config-ml.in: Propogate DESTDIR also.
5724 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
5726         * configure.in (vax-*-netbsd*): Don't build gas for this
5727         platform.
5729 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
5731         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
5732         and libgcj for AVR.
5734 2002-05-28  Nick Clifton  <nickc@cambridge.redhat.com>
5736         * config.sub: Add DLX target.
5738 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
5740         * config.guess: Update to 2002-05-22 version.
5741         * config.sub: Likewise.
5743 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5745         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
5746         * config-ml.in: Likewise.
5747         * configure: Likewise.
5748         * configure.in: Likewise.
5750 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
5752         * configure.in: Simplify makefile fragment collection.
5754         * configure.in: Remove code to build emacs.
5756         * configure.in : Remove --srcdir argument from targargs and buildargs
5757         (it's always overridden in the Makefile anyway).  Rearrange a bit.
5759         * configure: Move some logic to configure.in.
5760         * configure.in: Move some logic from configure.
5762 2002-05-07  Jeff Johnston  <jjohnstn@redhat.com>
5764         * COPYING.LIBGLOSS: New file.
5766 2002-05-07  Federico G. Schwindt <fgsch@olimpo.com.br>
5768         * Makefile.in: Honour DESTDIR.
5770 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
5772         * configure.in (noconfigdirs): Don't disable libgcj on
5773         sparc64-*-solaris* and sparcv9-*-solaris*.
5775 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
5777         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
5779 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
5781         * configure.in (FLAGS_FOR_TARGET): Do not add
5782         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
5783         on i[3456]86-*-linux*.
5785 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
5787         * configure.in (noconfigdirs): Replace [ ] with test.
5789         * configure.in (noconfigdirs): Do not add target-newlib if
5790         target == i[3456]86-*-linux*, and host == target.
5792 2002-04-29  Mark Mitchell  <mark@codesourcery.com>
5794         * config.guess: Updated to 2002-04-26's version.
5795         * config.sub: Updated to 2002-04-26's version.
5797 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
5799         * configure.in: delete reference to absent file
5801         * configure.in: replace '[' with 'test'
5803         * configure.in: Eliminate references to gash.
5804         * Makefile.in: Eliminate references to gash.
5806         * configure.in: remove useless references to 'pic' makefile fragments.
5808         * configure.in: (*-*-windows*) Finish removing.
5810         * configure.in: Eliminate redundant test for libgui.
5812 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
5814         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
5815         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
5817 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
5819         * configure.in: remove references to dead files
5821 2002-04-18  Tom Tromey  <tromey@redhat.com>
5823         * configure.in: Disallow configuring libgcj when it is already
5824         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
5825         Solaris 2.8 by default.  For PR libgcj/6158.
5827 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
5829         * configure.in:  Move default CC setting out of config/mh-* fragments
5830         directly into here.
5832 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
5834         * configure.in: don't even try to configure or make a subdirectory
5835         if there's no configure script for it.
5837 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
5839         * MAINTAINERS: Remove chill maintainers.
5840         * Makefile.in (CHILLFLAGS): Remove.
5841         (CHILL_LIB): Remove.
5842         (TARGET_CONFIGDIRS): Remove libchill.
5843         (CHILL_FOR_TARGET): Remove.
5844         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
5845         CHILL_LIB.
5846         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
5847         (CHECK_TARGET_MODULES): Likewise.
5848         (INSTALL_TARGET_MODULES): Likewise.
5849         (CLEAN_TARGET_MODULES): Likewise.
5850         (configure-target-libchill): Remove.
5851         (all-target-libchill): Remove.
5852         * configure.in (target_libs): Remove target-libchill.
5853         Do not compute CHILL_FOR_TARGET.
5854         * libchill: Remove directory.
5856 2002-04-15  DJ Delorie  <dj@redhat.com>
5858         * Makefile.in, configure.in, configure: Sync with gcc, entries
5859         follow...
5861 2002-04-08  Tom Tromey  <tromey@redhat.com>
5863         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
5864         Fixes PR libgcj/6068.
5866 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
5868         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
5870 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5872         * configure.in (alpha*-dec-osf*): Enable libgcj.
5874 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
5876         Fix for: PR bootstrap/3591, target/5676
5877         * configure.in (mcore-pe): Disable the configuration of
5878         libstdc++-v3 since exceptions are not supported.
5880 2002-03-20  Anthony Green  <green@redhat.com>
5882         * configure.in: Enable libgcj for xscale-elf target.
5884 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
5886         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
5887         libjava.
5888         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
5890 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
5892         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
5893         libstdc++-v3 and libjava.
5895 2002-02-11  Adam Megacz <adam@xwt.org>
5897         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
5898         boehm-gc
5900 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
5902         * config.guess: Updated to 2002-01-30's version.
5903         * config.sub: Updated to 2002-02-01's version.
5904         Contribute sh64-elf.
5905         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
5906         * configure.in: Added sh64-*-*.
5908 2002-01-17  H.J. Lu <hjl@gnu.org>
5910         * Makefile.in (all-fastjar): Also depend on all-libiberty.
5911         (all-target-fastjar): Also depend on all-target-libiberty.
5913 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
5915         * configure, configure.in: Use temp file for long sed commands.
5917 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
5919         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
5920         libf2c.
5922 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
5924         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
5926 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
5928         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
5930 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
5932         * configure: Handle temporary files securely using mkdir.
5934 2001-09-26  Will Cohen <wcohen@redhat.com>
5936         * configure.in (*-*-linux*): Disable configuration of target-newlib
5937         and target-libgloss.
5939 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
5941         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
5942         RANLIB.
5944 2001-08-11  Graham Stott  <grahams@redhat.com>
5946         * Makefile.in (check-c++): Add missing semicolon.
5948 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
5950         * configure.in (sh-*-linux*): New.
5952 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
5954         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
5955         and libgcj on m68hc11/m68hc12.
5957 2001-06-27  H.J. Lu  (hjl@gnu.org)
5959         * Makefile (CFLAGS_FOR_BUILD): New.
5960         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
5962 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
5964         * configure.in (libstdcxx_flags): Do not try to execute
5965         libstdc++-v3/testsuite_flags until it exists.
5967 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
5969         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
5971 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
5973         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
5975 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
5977         * configure.in: Move *-chorusos target case to the proper switch.
5978         Disable libgcj.
5980 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5982         * Makefile.in (STAGE1_CFLAGS): Pass down.
5984 2001-04-13  Alan Modra  <amodra@one.net.au>
5986         * config.guess: Add hppa64-linux support.  Note for next import that
5987         this is already in the master file.
5988         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
5990 2001-03-22  Colin Howell  <chowell@redhat.com>
5992         * Makefile.in (DO_X): Do not backslash single-quotes in
5993         backquotes (two places).
5995 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
5997         * Makefile.in (DO_X): Quote nested quotes.
5999 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
6001         * Makefile.in (DO_X): Use double quotes for quoting
6002         "RANLIB=$${RANLIB}".
6004 2001-03-09  Nicola Pero <n.pero@mi.flashnet.it>
6006         * configure.in: Only use `lang_requires' for languages athat are
6007         actually enabled.
6009 2001-03-07  Tom Tromey  <tromey@redhat.com>
6011         * configure.in: Allow config-lang.in to set `lang_requires' to list
6012         of other required languages.
6014 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
6016         * Makefile.in: Remove RANLIB definition. Use RANLIB
6017         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
6018         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
6020 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
6021             Alexandre Oliva  <aoliva@redhat.com>
6023         * Makefile.in (check-c++): Use tabs, not spaces.
6025 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
6027         * Makefile.in (check-c++): New rule.
6029         * configure.in (target_libs): Remove libg++.
6030         (noconfigdirs): Remove libg++.
6031         (noconfigdirs): Same.
6032         (noconfigdirs): Same.
6033         (noconfigdirs): Same.
6035         * config-ml.in: Remove libg++ references.
6037         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
6038         (ALL_TARGET_MODULES): Same.
6039         (configure-target-libg++): Remove.
6040         (all-target-libg++): Remove.
6041         (configure-target-libio): Remove.
6042         (all-target-libio): Remove.
6043         (check-target-libio): Remove.
6044         (.PHONY): Remove.
6045         (libg++.tar.bz2): Remove.
6046         (all-target-cygmon): Remove libio.
6047         (all-target-libstdc++): Remove.
6048         (configure-target-libstdc++): Remove.
6049         (TARGET_LIB_PATH): Remove libstdc++.
6050         (ALL_GCC_CXX): Remove libstdc++.
6051         (all-target-gperf): Correct.
6053 2001-02-15  Anthony Green  <green@redhat.com>
6055         * configure: Introduce GCJ_FOR_TARGET.
6056         * configure.in: Ditto.
6057         * Makefile.in: Ditto.
6059 2001-02-08  Chandrakala Chavva <cchavva@redhat.com>
6061         * configure.in: for *-chorusos, don't config target-newlib and
6062         target-libgloss.
6064 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
6066         Remove V2 C++ library.
6067         * configure.in: Remove --enable-libstdcxx_v3 support.
6069 2001-01-27  Richard Henderson  <rth@redhat.com>
6071         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
6073 2001-01-26  Tom Tromey  <tromey@redhat.com>
6075         * configure.in: Allow libgcj to be built on Sparc Solaris.
6077 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
6079         * configure.in: Enable libgcj on several additional platforms.
6081 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
6083         * configure.in: Enable libgcj for linux targets.
6085 2001-01-09  Mike Stump  <mrs@wrs.com>
6087         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
6088         failures of subdirectories.
6090 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
6092         * configure: handle DOS-style absolute paths.
6094 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
6096         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
6098 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
6100         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
6101         (libstdcxx_incdir): Pass down.
6102         * config.if: Remove expired bits for cxx_interface, add stub.
6103         (libstdcxx_incdir): Add variable for g++ include directory.
6104         * configure.in (gxx_include_dir): Use it.
6106 2000-12-15  Andreas Jaeger  <aj@suse.de>
6108         * configure.in: Handle lang_dirs.
6110 2000-12-13  Anthony Green  <green@redhat.com>
6112         * configure.in: Disable libgcj for any target not specifically
6113         listed.  Disable libgcj for x86 and Alpha Linux until compatible
6114         with g++ abi.
6116 2000-12-13  Mike Stump  <mrs@wrs.com>
6118         * Makefile.in (local-distclean): Also remove fastjar.
6120 2000-12-10  Anthony Green  <green@redhat.com>
6122         * configure.in: Define libgcj.  Disable libgcj target libraries for
6123         most targets.
6125 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6127         * configure.in (target_libs): Revert 2000-12-08 patch.
6128         (noconfigdirs): Added target-libjava.
6130 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
6132         * Makefile.in: handle DOS-style absolute paths.
6134 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6136         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
6137         libjava.
6138         * configure.in (target_libs): Removed `target-libjava'.
6140 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6142         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
6143         (ALL_MODULES): Added fastjar.
6144         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
6145         (all-target-libjava): all-fastjar replaces all-zip.
6146         (all-fastjar): Added.
6147         (configure-target-fastjar, all-target-fastjar): Likewise.
6148         * configure.in (host_tools): Added fastjar.
6150 2000-12-07  Mike Stump  <mrs@wrs.com>
6152         * Makefile.in (local-distclean): Remove leftover built files.
6154 2000-11-16  Fred Fish  <fnf@be.com>
6156         * configure.in (enable_libstdcxx_v3): Fix typo,
6157         libstd++ -> libstdc++.
6159 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
6161         * configure: Provide the original toplevel configure arguments
6162         (including $0) to subprocesses in the environment rather than
6163         through gcc/configargs.h.
6165 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
6167         * configure: Turn on libstdc++ V3 by default.
6169 2000-10-16  Michael Meissner  <meissner@redhat.com>
6171         * configure (gcc/configargs.h): Only create if there is a build GCC
6172         directory created.
6174 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
6176         * configure: Save configure arguments to gcc/configargs.h.
6178 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
6180         * Makefile.in (bootstrap): avoid recursion if subdir missing
6181         (cross): ditto
6182         (do-proto-toplev): ditto
6184 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
6186         * configure.in: Do not build byacc for hppa64.  Provide paths to the
6187         X11 libraries for hppa64.
6189 2000-09-02  Anthony Green  <green@cygnus.com>
6191         * Makefile.in (all-gcc): Depend on all-zlib.
6192         (CLEAN_MODULES): Add clean-zlib.
6193         (ALL_MODULES): Add all-zlib.
6194         * configure.in (host_libs): Add zlib.
6196 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
6198         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
6199         $targargs to tell whether newlib is going to be built.
6201         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
6202         $$r/TARGET_SUBDIR/libio for _G_config.h.
6204 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
6206         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
6208         * configure: Make enable_threads and enable_shared defaults
6209         explicit.  Substitute enable_threads into generated Makefiles.
6210         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
6211         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
6213 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
6215         * configure.in: Re-enable all references to libg++ and librx.
6217 2002-04-09  Loren James Rittle  <rittle@labs.mot.com>
6219         * configure.in: Add *-*-freebsd* configurations.
6221 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
6223         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
6224         (do-tar, do-bz2): New rules.
6225         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
6226         (gdb-tar): New rule.
6227         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
6228         (insight_dejagnu.tar): New rule.
6229         (insight.tar): New rule.
6230         (gdb+dejagnu.tar): New rule.
6231         (gdb.tar): New rule.
6233 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
6235         * MAINTAINERS: Update dejagnu/
6237 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
6239         * ltmain.sh (relink_command): Fix typo in previous change.
6241 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
6243         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
6244         (relink_command): Added --tag flags.
6245         (mode=install): If relinking fails; error out.
6247 2002-03-12  Richard Henderson  <rth@redhat.com>
6249         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
6250         .NOTPARALLEL tag.
6251         (do-check): Rename from check.
6252         (check): Allow parallel check.
6254 2002-03-11  Richard Henderson  <rth@redhat.com>
6256         * Makefile.in (.NOTPARALLEL): Add fake tag.
6258 2002-03-07  H.J. Lu  (hjl@gnu.org)
6260         * configure.in: Enable gprof for mips*-*-linux*.
6262 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
6264         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
6265         libjava.
6266         (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
6268 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
6270         * texinfo/texinfo.tex: Update to version 2002-02-14.08.
6272 2002-02-23  Daniel Jacobowitz  <drow@mvista.com>
6274         * config.guess: Import from master sources, rev 1.232.
6275         * config.sub: Import from master sources, rev 1.246.
6277 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
6279         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
6280         because its Makefile is there; test for the executable instead.
6282 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
6284         Contribute sh64-elf.
6285         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
6286         * configure.in: Added sh64-*-*.
6288 2002-02-04  Jeff Johnston  <jjohnstn@redhat.com>
6290         * COPYING.NEWLIB: Remove advertising clause from
6291         Berkeley and Red Hat licenses.
6293 2002-02-01  Mo DeJong  <supermo@bayarea.net>
6295         * Makefile.in: Add all-tix to deps for all-snavigator
6296         so that tix is built when building snavigator.
6298 2002-02-01  Ben Elliston  <bje@redhat.com>
6300         * config.guess: Import from master sources, rev 1.229.
6301         * config.sub: Import from master sources, rev 1.240.
6303 2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
6305         From Steve Ellcey <sje@cup.hp.com>:
6306         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
6307         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
6308         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
6309         IA64.
6310         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
6311         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
6312         soname_spec, sys_lib_search_path_spec): Ditto.
6314 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
6316         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
6317         target-libiberty, and target-libgloss.  Skip Java-related
6318         libraries if not supported for NetBSD on target CPU.
6320 2002-01-23  Nick Clifton  <nickc@cambridge.redhat.com>
6322         * configure.in: Import StrongARM and XScale target_configdirs from
6323         FSF GCC version.
6325 2002-01-16  H.J. Lu  (hjl@gnu.org)
6327         * config.guess: Import from master sources, rev 1.225.
6328         * config.sub: Import from master sources, rev 1.238.
6330         * MAINTAINERS: Updated notes on config.guess and config.sub.
6332 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
6334         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
6335         ld and gdb are not supported.
6337 2002-01-07  Jeff Johnston  <jjohnstn@redhat.com>
6339         * Change reference to Cygnus Solutions to be Red Hat.
6341 2002-01-07  Jeff Johnston  <jjohnstn@redhat.com>
6343         * COPYING.NEWLIB: Update generic copyright date.
6345 2002-01-07  Mark Salter  <msalter@redhat.com>
6347         * configure.in: Remove target-bsp and target-cygmon from arm builds.
6348           Allow target-libgloss to be built for arm, strongarm, and xscale.
6350 2002-01-03  Ben Elliston  <bje@redhat.com>
6352         * MAINTAINERS: Update URL for config.* scripts.
6354 2001-12-18  Alan Modra  <amodra@bigpond.net.au>
6356         * config.sub: Import latest version.
6357         * config.guess: Likewise.
6359 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
6361         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
6362         options for i[3456]86-pc-linux* native builds.
6364 2001-12-05  Laurent Guerby  <guerby@acm.org>
6366         * MAINTAINERS: gcc adopts symlink-tree, refer more to
6367         libiberty.
6369         Import this patch from gcc:
6371         2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
6373             * symlink-tree: handle DOS-style absolute paths.
6375 2001-11-28  DJ Delorie <dj@redhat.com>
6376             Zack Weinberg  <zack@codesourcery.com>
6378         When build != host, create libiberty for the build machine.
6380         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
6381         CONFIG_ARGUMENTS.
6382         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
6383         New variables.
6384         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
6385         and rules.
6386         (all.normal): Depend on ALL_BUILD_MODULES.
6387         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
6388         (all-build-libiberty): Depend on configure-build-libiberty.
6390         * configure: Calculate and substitute proper value for
6391         ALL_BUILD_MODULES.
6392         * configure.in: Create the build subdirectory.
6393         Calculate and substitute TARGET_CONFIGARGS (formerly
6394         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
6396 2001-11-26  Geoffrey Keating  <geoffk@redhat.com>
6398         * config.sub: Update to version 1.232 on subversion.
6400 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
6402         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
6403         files from .po files for a distribution.
6405 2001-11-19  Hans-Peter Nilsson  <hp@bitrange.com>
6407         * COPYING.NEWLIB: Mention preserved notice in specific parts.
6409 2001-11-13  Jeff Holcomb  <jeffh@redhat.com>
6411         Merged from net gcc:
6412         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
6413         * ltcf-c.sh: Use $objext, not $ac_objext.
6414         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
6415         * ltcf-cxx.sh: Add support for GNU.
6416         2001-07-22  Timothy Wall  <twall@redhat.com>
6417         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
6418         default settings if using GNU tools with that configuration.
6419         * ltcf-cxx.sh: Ditto.
6420         * ltcf-gcj.sh: Ditto.
6421         2001-07-21  Michael Chastain  <chastain@redhat.com>
6422         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
6423         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
6424         * ltmain.sh: Mark as gcc-local.
6426 2001-11-13  Jeff Holcomb  <jeffh@redhat.com>
6428         * Makefile.in (all-bison): Revert 2001-10-24.
6429         Don't depend on texinfo.
6431 2001-11-12  Hans-Peter Nilsson  <hp@bitrange.com>
6433         * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
6435 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
6437         * configure.in (--enable-languages): Be more permissive about
6438         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
6440 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
6442         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
6444 2001-10-24  Jeff Holcomb  <jeffh@redhat.com>
6446         Makefile.in (all-bison): Don't depend on texinfo.
6448 2001-10-03  Alan Modra  <amodra@bigpond.net.au>
6450         * gettext.m4: Test po/POTFILES.in exists before trying to read.
6452 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
6454         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
6456 2001-09-28  Hans-Peter Nilsson  <hp@axis.com>
6458         * config.sub, config.guess: Import latest from subversions.
6460 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
6462         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
6463         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
6464         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
6465         avoid quotes nesting problems.
6466         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
6467         (DO_X): Export only variables that are set.
6469 2001-09-19  Ben Elliston  <bje@redhat.com>
6471         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
6472         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
6473         semantics.  Use the shell built-in "type" command instead.
6475 2001-09-15  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6477         * config.sub: Reverted the earlier change, this version is not the
6478         master file.
6480 2001-09-14  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6482         * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
6483         Add support for mips64.
6485 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
6487         * configure.in: Enable libstdc++-v3 for h8300 targets.
6489 2001-08-30  Eric Christopher  <echristo@redhat.com>
6490             Jason Eckhardt  <jle@redhat.com>
6492         * config.sub: Add support for mipsisa32.
6494 2001-08-30  Eric Christopher  <echristo@redhat.com>
6496         * config.sub, config.guess: Import latest from subversions.
6498 2001-08-20  Alan Modra  <amodra@bigpond.net.au>
6500         * config.sub, config.guess: Import latest from subversions.
6502 2001-07-26  DJ Delorie  <dj@redhat.com>
6504         * MAINTAINERS: Clarify libiberty merge rules and procedures.
6506 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
6508         * Makefile.in: Revert 2001-06-17.
6509         (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
6511 2001-06-17  H.J. Lu <hjl@gnu.org>
6513         * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
6514         (gas+binutils.tar.bz2): Likewise.
6515         (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
6517 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
6519         * Makefile.in (VER): When present, extract the version number from
6520         the file version.in.
6522 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
6524         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
6525         gcc/xgcc is built, use -print-prog-name to find out the program
6526         name to use.
6528 2001-06-04  Mark Mitchell  <mark@codesourcery.com>
6530         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
6531         with_gcc]: Use `gcc -shared' to build a shared library.
6533 2001-06-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
6535         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
6536         archives.
6538 2001-05-28  Simon Patarin <simon.patarin@inria.fr>
6540         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
6541         libraries when using g++ with native linker.
6543 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
6545         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
6547 2001-05-24  Tom Rix <trix@redhat.com>
6549         * configure.in : enable ld for aix
6551 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
6553         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
6554         [aix4*|aix5*]: Prepend blank.
6556 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
6558         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
6559         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
6560         of subdir/configure scripts to use the new libtool.m4.
6562 2001-05-14  H.J. Lu <hjl@gnu.org>
6564         * config.if (libc_interface): Set to -libc6.2- for cross
6565         compiling to Linux/glibc 2.2.
6567 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
6569         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
6570         libgcj.
6572 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
6574         * configure.in (noconfigdirs): Don't reset it from scratch in the
6575         target case; only append to it.
6577 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
6579         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
6580         sparc-*-solaris2.8]: Disable ${libgcj}.
6582 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
6584         * configure.in (libgcj_saved): Copy from $libgcj.
6585         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
6586         --disable-libgcj.
6588 2001-04-20  Alexandre Oliva  <aoliva@redhat.com>
6590         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
6591         1.641.2.228.
6593 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
6595         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
6596         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
6598 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
6600         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
6601         New macros.
6602         (bootstrap, cross): Use RECURSE_FLAGS.
6603         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
6605 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
6607         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
6609 2001-03-23  Nick Clifton  <nickc@redhat.com>
6611         * README-maintainer-mode: Add note about inability to use "make
6612         distclean" in maintainer mode.
6614 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
6616         Re-installed:
6617         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
6618         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
6619         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
6620         * ltcf-cxx.sh: Likewise.
6621         * ltcf-gcj.sh: Likewise.
6623 2001-03-22  Philip Blundell  <philb@gnu.org>
6625         * config.sub, config.guess: Import latest from subversions.
6627 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
6629         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
6630         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
6632 2001-03-20  Michael Chastain  <chastain@redhat.com>
6634         * Makefile.in: all-m4 depends on all-texinfo.
6636 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
6638         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
6640 2001-02-22  Jeff Johnston <jjohnstn@redhat.com>
6642         * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
6643         longer valid.
6645 2001-02-16  Nick Clifton  <nickc@redhat.com>
6647         * configure.in (noconfigdirs): Allow configuration of texinfo
6648         for Cygwin hosts.
6650 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
6652         * config.guess: Add linux target for S/390.
6653         * config.sub: Likewise.
6654         * configure.in: Likewise.
6656 2001-02-06  Ben Elliston  <bje@redhat.com>
6658         * configure: Output host type to stdout, not stderr.
6660 2001-02-04  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
6662         * config.guess: Import from subversions.gnu.org (revision 1.181).
6663         * config.sub: Import from subversions.gnu.org (revision 1.199).
6665 2001-01-30  Alan Modra  <alan@linuxcare.com.au>
6667         * config.guess: Handle hppa64-linux systems.
6669 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
6671         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
6672         Don't unset, it's non-portable and no longer necessary, set to empty
6673         instead.
6675 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
6677         * ltconfig: Shell portability fix for the tagname validity check.
6679 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
6681         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
6683 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
6685         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
6686         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
6688 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
6690         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
6691         keep at least one of build_libtool_libs or build_old_libs set to
6692         yes.
6694 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
6696         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
6697         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
6699 2000-11-07  Philip Blundell  <pb@futuretv.com>
6701         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
6703 2000-11-03  Philip Blundell  <pb@futuretv.com>
6705         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
6706         files.
6708 2001-01-15  Jeff Johnston  <jjohnstn@redhat.com>
6710         * COPYING.NEWLIB: Put into source repository.
6712 2001-01-15  Ben Elliston  <bje@redhat.com>
6714         * configure.in (host_tools): Add sid.
6715         Always configure cgen.
6716         * Makefile.in (all-sid): New target.
6717         (check-sid, clean-sid, install-sid): Likewise.
6719 2001-01-07  Andreas Jaeger  <aj@suse.de>
6721         * config.sub, config.guess: Update from subversions.
6723 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
6725         * configure.in: Disable language-specific target libraries for
6726         languages that aren't enabled.
6728 2000-11-24  Nick Clifton  <nickc@redhat.com>
6730         * configure.in (xscale-elf): Add target.
6731         (xscale-coff): Add target.
6732         (c4x, c5x, tic54x): Move after ARM targets.
6734 2000-11-23  Alexandre Oliva  <aoliva@redhat.com>
6736         * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
6738 2000-11-20  Ian Lance Taylor  <ian@zembu.com>
6740         * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
6742 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
6744         * Makefile.in: Merge with GCC and libgcj.
6745         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
6746         configure-target-<library> when their configure scripts need the C
6747         or C++ library to have already been built to work properly.
6748         (do_proto_toplev): Set them to an empty string.
6750 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
6752         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
6753         (REALLY_SET_LIB_PATH): Use them.
6755 2000-11-06  Christopher Faylor <cgf@cygnus.com>
6757         * config.sub: Add support for Sun Chorus
6759 2000-11-02  Per Lundberg  <plundis@chaosdev.org>
6761         * config.sub: Add support for the *-storm-chaos OS.
6763 2000-10-30  Stephane Carrez  <stcarrez@worldnet.fr>
6765         * configure.in (noconfigdirs): Don't compile some
6766         of the libraries for 68HC11 & 68hc12 targets.
6768 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
6770         * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
6771         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
6772         all affected `configure' scripts.
6774 2000-09-25  Alexandre Oliva  <aoliva@redhat.com>
6776         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
6777         ltcf-c.sh.
6779 2000-09-12  Philip Blundell  <philb@gnu.org>
6781         * config.sub, config.guess: Update from subversions.
6783 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
6785         * Makefile.in (all-zlib): Added dummy target.
6787         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
6788         multi-language branch.
6790 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
6792         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
6793         (bootstrap*): Depend on all-bootstrap.
6795 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
6797         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
6798         crosses, but add gcc/include to the header search path for them.
6800 2000-08-31  Alexandre Oliva  <aoliva@redhat.com>
6802         * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
6803         * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
6804         * gettext.m4: New file, extracted from aclocal.m4.
6806 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
6808         * config-ml.in (CC, CXX): Avoid trailing whitespace.
6809         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
6810         sub-configures.
6812 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
6814         * Makefile.in (ALL_MODULES): Add all-cgen.
6815         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
6816         (all-cgen): New target.
6817         (all-opcodes,all-sim): Depend on all-cgen.
6818         * configure.in (host_tools): Add cgen.
6819         Only configure cgen if --enable-cgen-maint.
6821 2000-08-17  Alexandre Oliva  <aoliva@redhat.com>
6823         * config-ml.in (CC, CXX): Don't introduce a leading space.
6825 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
6827         * configure.in (libstdcxx_flags): Use
6828         libstdc++-v3/src/libstdc++.INC.
6830 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
6832         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
6834 2000-08-11  Jason Merrill  <jason@redhat.com>
6836         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
6837         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
6838         (FLAGS_FOR_TARGET): Not here.
6839         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
6841 2000-08-07  DJ Delorie  <dj@redhat.com>
6843         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
6844         "if we're also building gcc, and it's a gcc that will run on the
6845         build machine, we want to use its includes instead of the system's
6846         default includes".
6848 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
6850         * configure.in (libstdcxx_flags): Don't use `"'.
6852         * config-ml.in: Adjust multilib search paths to the
6853         appropriate multilib tree.
6855 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
6857         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
6858         commas in $LANGUAGES.
6860 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
6862         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
6864 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
6866         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
6867         CXX_FOR_TARGET for sed.
6869 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
6871         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
6872         Do not override if already set in the environment or in configure.
6873         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
6874         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
6876 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
6878         * Makefile.in (FLAGS_FOR_TARGET): New macro.
6879         (GCC_FOR_TARGET): Use it.
6880         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
6881         * configure.in: ... here.
6882         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
6883         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
6885 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
6887         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
6888         (configure-target-libchill, configure-target-libobjc): Likewise.
6890         * configure.in: Use the same cache file for all target libs.
6891         * config-ml.in: But different cache files per multilib variant.
6893 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
6895         * configure (topsrcdir): Don't use dirname.
6897 2000-07-20  Jason Merrill  <jason@redhat.com>
6899         * configure.in: Remove all references to libg++ and librx.
6901         * configure, configure.in, Makefile.in: Unify gcc and binutils.
6903 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
6905         * config.sub: Update to subversions version 2000-07-06.
6907 2000-07-12  Andrew Haley  <aph@cygnus.com>
6909         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
6910         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
6912 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
6914         * symlink-tree:  Check number of arguments.
6916 2000-06-06  Andrew Cagney  <cagney@b1.cygnus.com>
6918         * texinfo/texinfo.tex: Update to version 2000-05-28.15.
6920 2000-07-05  Jim Wilson  <wilson@cygnus.com>
6922         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
6923         search path for a g++ extracted from the build tree.  This
6924         will allow link tests run by configure scripts in
6925         subdirectories to succeed.
6927 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
6929         * ltconfig: Add support for mips-dde-sysv4.2MP
6931 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
6933         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
6934         `os2'. Force ac_cv_exeext to be ".exe" in that case.
6936 2000-06-19  Timothy Wall  <twall@cygnus.com>
6938         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
6939         * config.sub: Add tic54x target.
6941 2000-06-07  Phillip Thomas  <pthomas@suse.de>
6943         * README-maintainer-mode: New file: Contains notes on using
6944         --enable-maintainer-mode with binutils.
6946 2000-05-29  Andrew Cagney  <cagney@b1.cygnus.com>
6948         * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
6950 2000-05-30  Andrew Cagney  <cagney@b1.cygnus.com>
6952         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
6953         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
6955 20000-05-21  H.J. Lu  (hjl@gnu.org)
6957         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
6958         directory are used if they exist. Make sure
6959         $(build_tooldir)/include is searched for header files,
6960         $(build_tooldir)/lib/ for library files.
6961         (GCC_FOR_TARGET): Likewise.
6962         (CXX_FOR_TARGET): Likewise.
6964 2000-05-18  Jeffrey A Law  (law@cygnus.com)
6966         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
6968 2000-05-17  Alexandre Oliva  <aoliva@cygnus.com>
6970         * Makefile.in (configure-target-libiberty): Depend on
6971         configure-target-newlib.
6973 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
6975         * configure.in, Makefile.in: Merge all libffi-related
6976         configury stuff from the libgcj tree.
6978 2000-05-16  Andrew Cagney  <cagney@b1.cygnus.com>
6980         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
6981         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
6983 2000-05-16  Andrew Cagney  <cagney@b1.cygnus.com>
6985         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
6986         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
6987         current version information.  Add to proto-toplev directory.
6988         (gdb-taz): Build do-djunpack.
6990 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
6992         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
6994 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
6996         * ltmain.sh: Preserve in relink_command any environment
6997         variables that may affect the linker behavior.
6999 2000-05-12  Jeffrey A Law  (law@cygnus.com)
7001         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
7003 2000-05-10  Jim Wilson  <wilson@cygnus.com>
7005         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
7007 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
7009         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
7010         with the version name.
7012 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
7014         * config.if: Tweak.
7016 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
7018         * djunpack.bat: New file.
7020 2000-04-19  Andrew Cagney  <cagney@b1.cygnus.com>
7022         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
7023         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
7024         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
7025         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
7027 2000-04-16  Dave Pitts  <dpitts@cozx.com>
7029         * config.sub (case $basic_machine): Change default for "ibm-*"
7030         to "openedition".
7032 2000-04-12  Andrew Cagney  <cagney@b1.cygnus.com>
7034         * Makefile.in (gdb-taz): New target.  GDB specific archive.
7035         (do-md5sum): New target.
7036         (MD5PROG): Define.
7037         (PACKAGE): Default to TOOL.
7038         (VER): Default to a shell script.
7039         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
7040         md5 checksum generation.
7041         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
7042         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
7043         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
7044         insight.tar.bz2): Use gdb-taz to create archive.
7046 2000-04-07  Andrew Cagney  <cagney@b1.cygnus.com>
7048         * configure (warn_cflags): Delete.
7050 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
7051             Martin v. Loewis  <martin@loewis.home.cs.tu-berlin.de>
7053         * configure.in (enable_libstdcxx_v3): Add.
7054         (target_libs): Add bits here to switch between libstdc++-v2 and
7055         libstdc++-v3.
7056         * config.if: And this file too.
7057         * Makefile.in: Add libstdc++-v3 targets.
7059 2000-04-05  Michael Meissner  <meissner@redhat.com>
7061         * config.sub (d30v): Add d30v as a basic machine type.
7063 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
7065         * configure.in: -linux-gnu*, not -linux-gnu.
7067 2000-03-03  Andrew Cagney  <cagney@b1.cygnus.com>
7069         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
7070         (do-tar-bz2): Replace TOOL with PACKAGE.
7071         (gdb.tar.bz2): Remove GDBTK from GDB package.
7072         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
7073         dejagnu.tar.bz2): New packages.
7075 2000-02-27  Andreas Jaeger  <aj@suse.de>
7077         * configure.in: Add entry for mips*-*-linux*, move catch all
7078         *-*-*linux* entry below this one.
7080 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
7082         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
7084 2000-02-24  Nick Clifton  <nickc@cygnus.com>
7086         * config.sub: Support an OS of "wince".
7088 2000-02-24  Andrew Cagney  <cagney@b1.cygnus.com>
7090         * config.guess, config.sub: Updated to match config's 2000-02-15
7091         version.
7093 2000-02-23  Linas Vepstas <linas@linas.org>
7095         * config.sub: Add support for Linux/IBM 370.
7096         * configure.in: Likewise.
7098 2000-02-22  Nick Clifton  <nickc@cygnus.com>
7100         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
7102 2000-02-20  Christopher Faylor <cgf@cygnus.com>
7104         * config.guess: Guess "cygwin" rather than "cygwin32".
7106 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7108         * configure (gcc_version): When setting, narrow search to
7109         lines containing `version_string'.
7111 2000-02-15  Denis Chertykov  <denisc@overta.ru>
7113         * config.sub: Add support for avr target.
7115 2000-02-01  Hans-Peter Nilsson  <hp@bitrange.com>
7117         * config.sub: Add mmix-knuth-mmixware.
7119 2000-01-27  Christopher Faylor <cgf@redhat.com>
7121         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
7122         structure stuff to -L library search.
7123         (CXX_FOR_TARGET): Ditto.
7124         (CROSS_CHECK_MODULES): Fix spelling mistake.
7126 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
7128         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
7129         the C++ compiler.
7131 2000-01-12  Richard Henderson  <rth@cygnus.com>
7133         * configure.in: Don't build some bits for beos.
7135 2000-01-12  Joel Sherrill (joel@OARcorp.com)
7137         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
7138         as include files.
7140 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
7142         * configure.in: Use mt-aix43 to handle *_TARGET defs,
7143         not mh-aix43.
7145 1999-12-14  Richard Henderson  <rth@cygnus.com>
7147         * config.guess (alpha-osf, alpha-linux): Detect ev67.
7148         * config.sub: Accept alphaev[78], alphaev8.
7150 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
7152         * config.guess, config.sub: Update from autoconf.
7154 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7156         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
7157         necessary libraries are missing.
7159 1999-10-25  Andreas Schwab  <schwab@suse.de>
7161         * configure: Fix quoting inside arguments of eval.
7163 1999-10-21  Nick Clifton  <nickc@cygnus.com>
7165         * config-ml.in: Allow suppression of some ARM multilibs.
7167 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
7169         * config.guess: Add OS/390 match pattern.
7170         * config.sub: Add mvs, openedition targets.
7171         * configure.in (i370-ibm-opened*): New.
7173 1999-09-04  Steve Chamberlain  <sac@pobox.com>
7175         * config.sub: Add support for configuring for pj.
7177 1999-08-31  Nick Clifton  <nickc@cygnus.com>
7179         * config.sub (maybe_os): Add support for configuring for fr30.
7181 1999-08-25  Nick Clifton  <nickc@cygnus.com>
7183         * configure.in: Do not configure or build ld for AIX
7184         platforms.  ld is known to be broken on these platforms.
7186 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7188         * config-ml.in: Pass compiler flag corresponding to multidirs to
7189         subdir configures.
7191 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
7193         * Makefile.in (LDFLAGS): Define.
7195 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
7197         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
7198         noconfigdirs.
7199         (*-*-cygwin*): Likewise.
7201 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
7203         * mkdep: New file.
7204         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
7205         (BINUTILS_SUPPORT_DIRS): Add mkdep.
7207         From Eli Zaretskii <eliz@is.elta.co.il>:
7208         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
7209         long file name when using DJGPP on MS-DOS.
7211 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
7213         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
7215 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
7217         * Makefile.in (check-target-libio): Remove all-target-libstdc++
7218         dependency as this causes "make check" to globally "make all"
7220 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
7222         * configure.in (target_libs): Added target-zlib.
7223         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
7224         (CONFIGURE_TARGET_MODULES): Likewise.
7225         (CHECK_TARGET_MODULES): Likewise.
7226         (INSTALL_TARGET_MODULES): Likewise.
7227         (CLEAN_TARGET_MODULES): Likewise.
7228         (configure-target-zlib): New target.
7229         (all-target-zlib): Likewise.
7230         (all-target-libjava): Depend on all-target-zlib.
7231         (configure-target-libjava): Depend on configure-target-zlib.
7233         * Makefile.in (configure-target-libjava): Depend on
7234         configure-target-newlib.
7235         (configure-target-boehm-gc): New target.
7236         (configure-target-qthreads): New target.
7238         * configure.in (target_libs): Added target-qthreads.
7239         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
7240         (CONFIGURE_TARGET_MODULES): Likewise.
7241         (CHECK_TARGET_MODULES): Likewise.
7242         (INSTALL_TARGET_MODULES): Likewise.
7243         (CLEAN_TARGET_MODULES): Likewise.
7244         (all-target-qthreads): New target.
7245         (configure-target-libjava): Depend on configure-target-qthreads.
7246         (all-target-libjava): Depend on all-target-qthreads.
7248         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
7249         (CONFIGURE_TARGET_MODULES): Likewise.
7250         (CHECK_TARGET_MODULES): Likewise.
7251         (INSTALL_TARGET_MODULES): Likewise.
7252         (CLEAN_TARGET_MODULES): Likewise.
7253         (all-target-libjava): New target.
7254         (all-target-boehm-gc): Likewise.
7255         * configure.in (target_libs): Added libjava, boehm-gc.
7257 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
7259         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
7260         configure.bat in SUPPORT_FILES.
7261         (gas+binutils.tar.bz2): Likewise.
7263         * makeall.bat: Remove; obsolete.
7265 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
7267         From Mark Elbrecht:
7268         * configure.bat: Remove; obsolete.
7270 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
7272         * configure: Add -W -Wall to the default CFLAGS when compiling with
7273         gcc.
7275 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
7277         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
7279 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
7281         * configure.in: Build ld on IRIX6.
7283 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
7285         * Makefile.in: Change distribution targets to use bzip2 instead of
7286         gzip.
7287         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
7288         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
7290 1999-06-04  Nick Clifton  <nickc@cygnus.com>
7292         * config.sub: Add mcore target.
7294 1999-05-30  Cort Dougan  <cort@cs.nmt.edu>
7296         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
7298 1999-05-25  H.J. Lu  (hjl@gnu.org)
7300         * config.guess (dummy): Changed to $dummy.
7302 1999-05-24  Nick Clifton  <nickc@cygnus.com>
7304         * config.sub: Tidied up case statements.
7306 1999-05-22  Ben Elliston  <bje@cygnus.com>
7308         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
7309         <jiro@din.or.jp>.
7311         * config.guess: Merge with FSF version. Future changes will be
7312         more accurately recorded in this ChangeLog.
7313         * config.sub: Likewise.
7315 1999-05-20   Stephen L Moshier  <moshier@world.std.com>
7317          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
7319 1999-04-30  Tom Tromey  <tromey@cygnus.com>
7321         * ltmain.sh: [mode link] Always use CC given by ltconfig.
7323 1999-04-23  Tom Tromey  <tromey@cygnus.com>
7325         * ltconfig, ltmain.sh: Update to libtool 1.2f.
7327 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
7329         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
7330         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
7331         Bad merge removed these two changes.
7333 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
7334                           Martin Heller (Ing.-Buero_Heller@t-online.de)
7336         * config.guess (interix Alpha): Add.
7338 1999-04-11  Richard Henderson  <rth@cygnus.com>
7340         * configure.in (i?86-*-beos*): Do config gperf; don't config
7341         gdb, newlib, or libgloss.
7343 1999-04-11  Alexandre Oliva  <oliva@dcc.unicamp.br>
7345         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
7346         link a trivial program with -mabi=64.  If it fails, remove mabi=64
7347         from multidirs.
7349 1999-04-10  Philipp Thomas  (kthomas@gwdg.de)
7351         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
7353 1999-04-08  Nick Clifton  <nickc@cygnus.com>
7355         * config.sub: Add support for mcore targets.
7357 1999-04-07  Michael Meissner  <meissner@cygnus.com>
7359         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
7360         not mt-ospace, in order to shut up assembler warning about using
7361         symbols that are named the same as registers.
7363 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
7365         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
7366         dependency list for all-target-cygmon.
7368 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
7370         * config-ml.in: Check $host, not $target, for selective multilibs.
7371         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
7372         thumb interworking, and underscore prefix multilibs.
7374 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
7376         * missing: Update to version from current automake.
7378 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
7380         * configure (gxx_include_dir): Removed.
7382         * configure.in (gxx_include_dir): Handle it.
7383         * Makefile.in: Likewise.
7385 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
7387         * config.sub (mips64vr4111,mips64vr4111el) Add.
7389 1999-03-21  Ben Elliston  <bje@cygnus.com>
7391         * config.guess: Correct typo for detecting ELF on FreeBSD.
7393 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
7395         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
7396         config/mh-djgpp.
7398 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
7400         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
7401         all-target-newlib to dependency list for all-target-bsp.
7403 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
7405         * config.sub: Add i386-uwin support.
7406         * config.guess: Likewise.
7408 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7410         * configure.in: cleanup, add mh-*pic handling for arm, special
7411         case powerpc*-*-aix*
7413 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
7415         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
7416         can be built.
7418 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
7420         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
7421         targets.
7423 1999-03-02  Nick Clifton  <nickc@cygnus.com>
7425         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
7427 1999-02-28  Geoffrey Noer  <noer@cygnus.com>
7429         * config.sub: Check for "cygwin*" rather than "cygwin32*"
7431 1999-02-24  Nick Clifton  <nickc@cygnus.com>
7433         * config.sub: Fix typo in arm recognition.
7435 1999-02-24  Drew Moseley  <dmoseley@cygnus.com>
7437         * configure.in (noconfigdirs): Changed target_configdirs to
7438         include target-bsp only for m68k-*-elf* and m68k-*-coff*
7439         rather than m68k-*-* since it is not known to work on
7440         m68k-aout. Ditto for arm-*-*oabi.
7442 1999-02-24  Stan Shebs  <shebs@andros.cygnus.com>
7444         * configure.in (*-*-windows*): Remove, no longer used.
7446 1999-02-19  Ben Elliston <bje@cygnus.com>
7448         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
7449         Smart and improved by Andrew Cagney.
7451 1999-02-18  Marc Espie <espie@cvs.openbsd.org>
7453         * config.guess: Recognize openbsd-*-hppa.
7455 1999-02-17  H.J. Lu  (hjl@gnu.org)
7457         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
7458         only if it is not empty.
7460 1999-02-17  Nick Clifton  <nickc@cygnus.com>
7462         Patch from: Scott Bambrough <scottb@corelcomputer.com>
7464         * config.guess: Modified to recognize uname's armv* syntax.
7466         * config.sub: Modified to recognize uname's armv* syntax.
7468 1999-02-17  Mark Salter  <msalter@cygnus.com>
7470         * configure.in: Added target-bsp for sparclite.
7472 1999-02-08  Richard Henderson  <rth@cygnus.com>
7474         * config.sub: Recognize alphapca5[67] and up to alphaev8.
7476 1999-02-08  Nick Clifton  <nickc@cygnus.com>
7478         * configure.in: Add support for strongarm port.
7479         * config.sub: Add support for strongarm target.
7481 1999-02-07  Mumit Khan  <khan@xraylith.wisc.edu>
7483         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
7484         the old name config/mh-cygwin32.
7485         Enable texinfo.
7487 1999-02-04  Ian Lance Taylor  <ian@cygnus.com>
7489         * configure.in: Do build ld for ix86 Solaris.
7491 1999-02-02  Jim Wilson  <wilson@cygnus.com>
7493         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
7494         $AR_FOR_TARGET.  Likewise for RANLIB.
7496 1999-02-02  Catherine Moore  <clm@cygnus.com>
7498         * config.sub (oabi):  Recognize.
7499         * configure.in (arm-*-oabi):  Handle.
7501 1999-01-30  Robert Lipe  (robertlipe@usa.net)
7503         * config.guess: Improve detection of i686 on UnixWare 7.
7505 1999-01-30  Mumit Khan  <khan@xraylith.wisc.edu>
7507         * config.guess: Add support for i386-pc-interix.
7508         * config.sub: Likewise.
7509         * configure.in: Likewise.
7511 1999-01-18  Christopher Faylor <cgf@cygnus.com>
7513         * Makefile.in: Remove unneeded all-target-libio from
7514         from all-target-winsup target since it is now unneeded.
7515         Add all-target-libtermcap in its place since it is now
7516         needed.
7518 1998-12-30  Christopher Faylor <cgf@cygnus.com>
7520         * configure.in: makefile stub for cygwin target is probably
7521         unnecessary.  Remove it for now.
7523 1998-12-30  Christopher Faylor <cgf@cygnus.com>
7525         * configure.in: libtermcap.a should be built when cygwin is the
7526         target as well as the host.
7527         * config.guess: Allow mixed case in cygwin uname output.
7528         * Makefile.in: Add libtermcap target.
7530 1998-12-23  Jeffrey A Law  (law@cygnus.com)
7532         * config.sub: Clean up handling of hppa2.0.
7534 1998-12-22  Rodney Brown  (rodneybrown@pmsc.com)
7536         * config.guess: Use C code to identify more HP machines.
7538 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
7540         * config.sub: Handle hppa2.0.
7542 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
7544         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
7545         cygmon for all sparclite targets, regardless of object format.
7547 1998-12-15  Mark Salter  <msalter@cygnus.com>
7549         * configure.in: Added target-bsp for several target architectures.
7551         * Makefile.in: Added rules for bsp.
7553 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
7555         * config.guess: Improve detection of hppa2.0 processors.
7557 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
7559         * config.guess: Recognize FreeBSD using ELF automatically.
7561 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
7563         * configure (skip-this-dir): Add handling for new shell script, which
7564         might be created by a sub-directory's configure to indicate, this particular
7565         directory is "unwanted".
7566         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
7568 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
7570         * ltconfig: import from libtool, after changing libtool to
7571         account for the cygwin name change.
7573 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
7575         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
7576         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
7578 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
7580         * configure.in: Add libtermcap to list of cygwin dependencies.
7582 1998-11-17  Geoffrey Noer  <noer@cygnus.com>
7584         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
7585         they include winsup/include when it's a cygwin target.
7587 1998-11-12  Tom Tromey  <tromey@cygnus.com>
7589         * configure.in (host_tools): Added zip.
7590         * Makefile.in (all-target-libjava): Depend on all-zip.
7591         (all-zip): New target.
7592         (ALL_MODULES): Added all-zip.
7593         (NATIVE_CHECK_MODULES): Added check-zip.
7594         (INSTALL_MODULES): Added install-zip.
7595         (CLEAN_MODULES): Added clean-zip.
7597 1998-11-12  Geoffrey Noer  <noer@cygnus.com>
7599         * Makefile.in: lose "32" from comment about cygwin.
7601 1998-11-05  Nick Clifton  <nickc@cygnus.com>
7603         * configure.in: Use -Os to build target libraries for the fr30.
7605 1998-11-04  Dave Brolley  <brolley@cygnus.com>
7607         * config.sub: Add fr30.
7609 1998-11-02  Geoffrey Noer  <noer@cygnus.com>
7611         * configure.in: drop "32" from config/mh-cygwin32.  Check
7612         cygwin* instead of cygwin32*.
7613         * config.sub: Check cygwin* instead of cygwin32*.
7615 1998-10-22  Robert Lipe  <robertl@dgii.com>
7617         * config.guess: Match any version of Unixware7.
7619 1998-10-20  Syd Polk  <spolk@cygnus.com>
7621         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
7622         if desired.
7624 1998-10-18  Jeffrey A Law  (law@cygnus.com)
7626         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
7627         these if the appropriate directories and files to not exist.
7629 1998-10-14  Jeffrey A Law  (law@cygnus.com)
7631         * Makefile.in (DEVO_SUPPORT): Add config.if.
7633 1998-10-13  Manfred Hollstein  <manfred@s-direktnet.de>
7635         * configure: Add pattern to replace "build_tooldir"'s
7636         definition in the generated Makefile with "tooldir"'s
7637         actual value.
7639 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
7641         * config.sub: Bring back lost sparcv9.
7643         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
7645 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
7647         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
7648         CC_FOR_TARGET and friends.
7650 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
7652         * Makefile.in (build_tooldir): New variable, same as tooldir.
7653         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
7654         -B$(build_tooldir)/bin/.
7655         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
7657 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
7659         * config.sub: Add support for i[34567]86-pc-udk.
7660         * configure.in: Likewise.
7662 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
7664         * Makefile.in: add bzip2 package building bits for user
7665         tools module
7666         * configure.in: ditto
7668 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
7670         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
7671         (ALL_TARGET_MODULES): Add all-target-libobjc.
7672         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
7673         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
7674         (all-target-libchill): Add dependencies.
7675         * configure.in (target_libs): Add libchill.
7677 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
7679         * configure.in (target_subdir): Remove duplicate line.
7681 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
7683         * Makefile.in (all-automake): fix dependencies.
7685 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
7687         * configure.in: Minor cleanups for building in the $(target_alias)
7688         subdir.
7690 1998-09-22  Jim Wilson  <wilson@cygnus.com>
7692         * Makefile.in (bootstrap): Set r and s before make all.  Use
7693         BASE_FLAGS_TO_PASS in make all.
7694         (cross): Likewise.
7696 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
7698         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
7700 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
7702         * config.sub: Fix typo in last change.
7704 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
7706         * config.sub: Add support for C4x target.
7707         * configure.in: Likewise.
7709 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
7711         * config.sub: Recognize sparcv9 just like sparc64.
7713 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
7715         * config.guess: Match "Pent II" or "PentII" for OpenServer.
7717 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
7719         * config.guess: Correctly identify Pentium II sco boxes.
7721         * config.guess: Fix "tr" code.  From Weiwen Liu.
7723 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
7725         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
7726         stabs.
7728 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
7730         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
7731         (ALL_TARGET_MODULES): Add all-target-libchill.
7732         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
7733         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
7734         (all-target-libchill): Add dependencies.
7735         * configure.in (target_libs): Add libchill.
7737 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
7739         * config.guess: Avoid assumptions about "tr" behaves when
7740         LANG is set to something other than English.
7742 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
7744         * configure (gxx_include_dir): Changed to
7745         '${prefix}/include/g++'-${libstdcxx_interface}.
7747         * config.if: New to determine the interfaces.
7749 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
7751         * config.guess: Detect and handle MPE/IX.
7752         * config.sub: Deal with MPE/IX.
7754 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
7756         * configure.in: Use mh-aix43.
7758 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
7760         * configure: Fix --without/--disable cases for gxx-include-dir.
7762 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
7764         * mdata-sh:  Imported.  Needed for automake support.
7766 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
7768         * Makefile.in (taz): Try "chmod -R og=u ." before
7769         "chmod og=u `find . -print`".
7771 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
7773         * configure.in: Add arm-elf and thumb-elf support.
7775 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
7777         * Makefile.in: Undo previous patch.
7779 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
7781         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
7782         to here ...
7783         (install-no-fixedincludes): and here
7784         (INSTALL_MODULES): ... from here.
7786 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
7788         * config.sub: Merge with FSF.
7790         * config.guess: Merge with FSF.
7792 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
7794         * configure (extraconfigdirs): New variable.
7795         (SUBDIRS): Add extraconfigdirs and recurse on them too.
7796         * Makefile.in (all): Move higher in file.
7797         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
7798         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
7799         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
7800         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
7801         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
7803 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
7805         * Makefile.in (all-target-libjava): Depend on all-gcc and
7806         all-target-newlib.
7807         (configure-target-libjava): Depend on $(ALL_GCC).
7809 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
7811         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
7812         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
7814 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
7816         * ylwrap: Change absolute path checks to check for DOS style path
7817         names.
7819         * ylwrap: Don't use a full path name if the source file is in the
7820         same directory.  From hjl@lucon.org (H.J. Lu).
7822         * config-ml.in: Default to being verbose, to match Feb 18 change to
7823         configure.
7825 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
7827         Brought over from egcs:
7829         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
7831         * configure.in (target_subdir): Set to ${target_alias} instead
7832         of "libraries".
7834         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
7836         * configure.in (target_subdir): Set to libraries if enable_multilib.
7838 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
7840         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
7841         multilibs, force reconfiguration the first time we create
7842         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
7844 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
7846         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
7847         avoid confusion with --no-recursion.
7849 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
7851         * configure.in: Win32 hosts shouldn't use install -x
7852         * install-sh: remove -x option, and special .exe-handling
7853         hack.
7855 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
7857         * config.guess: Recognize i586-pc-beos.
7858         * configure.in: Don't build some bits for beos.
7860 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
7862         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
7863         CFLAGS default to -O2.
7865         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
7866         when using GNU ld.
7868 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
7870         * ltmain.sh: Correct install when using a different shell.
7872 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
7874         * ltconfig, ltmain.sh: Update to libtool 1.2b.
7876 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
7878         * makefile.vms: Update to build binutils/makefile.vms.  Add install
7879         target.
7881 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
7883         * ltconfig: Update to correct AIX handling.
7885 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
7887         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
7889         * configure.in (target_subdir): Set to ${target_alias} instead
7890         of "libraries".
7892 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
7894         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
7895         (Makefile): Depend on $(gcc_version_trigger).
7897         * configure (gcc_version): Change default initializer to empty
7898         string.
7899         (gcc_version_trigger): New variable; pass this variable down
7900         to subdir configures to enable them checking gcc's version
7901         themselves. Emit make macros for both gcc_version vars.
7902         (topsrcdir): Initialize reliably.
7903         (recursion line): Remove --with-gcc-version=${gcc_version}.
7905 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
7907         * configure (enable_version_specific_runtime_libs): Implement new flag
7908         --enable-version-specific-runtime-libs which installs C++ runtime stuff
7909         in $(libsubdir); emit definition in each generated Makefile.
7910         (gxx_include_dir): Initialize depending on
7911         $enable_version_specific_runtime_libs.
7913 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
7915         * configure (gcc_version): Initialize properly depending on
7916         how and where configure is started.
7917         (recursion line): Pass a --with-gcc-version=${gcc_version}
7918         to configures in subdirs.
7920 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
7922         * configure.in (noconfigdirs): Add configure pattern for mips tx39
7923         cygmon
7925 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
7927         * configure.in: Add cygmon and libstub support for mn10200.
7929 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
7931         * configure (gcc_version): Add new variable describing the
7932         particular gcc version we're building.
7933         * Makefile.in (libsubdir): Add new macro for the directory
7934         in which the compiler finds executables, libraries, etc.
7935         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
7936         and libsubdir.
7938 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
7940         * Makefile.in (local-clean): Remove *.log.
7941         (warning.log): Built with warn_summary from build.log.
7942         (mail-report.log): Run test_summary.
7943         (mail-report-with-warnings.log): Run test_summary including
7944         warning.log in the report.
7946 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
7948         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
7950 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
7952         * Makefile.in (grep): Grep no longer depends on libiberty.
7954 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
7956         * Makefile.in: all-snavigator needs all-libgui.
7958 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
7960         * configure.in: Add cygmon and libstub support for mn10300.
7962 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
7964         * missing: Update to version from automake 1.3.
7966         * ltmain.sh: On installation, don't get confused if the same name
7967         appears more than once in the list of library names.
7969 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
7971         * config.sub: Accept m68060 and m5200 as CPU names.
7973 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
7975         * configure: Use && rather than using -a in test, because odd
7976         strings can confuse test.
7977         * configure.in: Likewise.
7979 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
7981         * ltconfig, ltmain.sh: Bring in Visual C++ support.
7983 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
7985         * Makefile.in (boostrap2-lean, bootstrap3-lean,
7986         bootstrap4-lean): New targets.
7988 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
7990         * mpw-* Delete.  Not used.
7992 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
7994         * COPYING.LIB: Update FSF address.
7996 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
7998         * ltconfig, ltmain.sh: Update to libtool 1.2a.
8000         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
8001         GAS_SUPPORT_DIRS.
8003 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
8005         * ltconfig, ltmain.sh: Avoid producing a version number if
8006         -version-info was not used.
8008 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
8010         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
8011         building with newlib.
8013 1998-04-30  Paul Eggert  <eggert@twinsun.com>
8015         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
8016         Solaris `make' causes it to continue to next definition.
8018 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
8020         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
8021         the right GUI libraries and files are installed along with GDB.
8023 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
8025         * configure.in: Change alpha to alpha* in several places.
8027 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
8029         * config.sub: Recognize sparc86x.
8031 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
8033         * configure.in (--enable-target-optspace): Remove debug echo.
8035 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
8037         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
8039 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
8041         * ltconfig: Update cygwin32 support.
8043         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
8044         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
8045         (GDB_SUPPORT_DIRS): Likewise.
8047 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
8049         * configure.in (target_makefile_frag): If --enable-target-optspace,
8050         use -Os to compile target libraries rather than -O2.  Default to
8051         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
8052         not used.
8053         * configure.in (target_cflags): Ditto for d30v.
8055 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
8057         * Makefile.in (all-bfd): Depend on all-intl.
8058         (all-binutils): Likewise.
8059         (all-gas): Likewise.
8060         (all-gprof): Likewise.
8061         (all-ld): Likewise.
8063 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
8065         * configure.in (host_tools): Fix typo, lbtool -> libtool.
8067 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
8069         * Makefile.in (all-bfd): Depend upon all-libiberty.
8071         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
8073 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
8075         * Makefile.in: Add libstub.
8077         * configure.in: Ditto. Build libstub for targets that have cygmon
8078         support.
8080 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
8082         * configure.in: Don't set PICFLAG on ix86-cygwin32.
8084 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
8086         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
8087         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
8089 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
8091         * configure: Define DEFAULT_M4 by searching PATH.
8092         * Makfile.in: Use DEFAULT_M4.
8094 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
8096         * ltconfig: Add cygwin32 support.
8098         * Makefile.in, configure.in: Add libtool as a native only directory
8099         to configure and build.
8101 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
8103         * Makefile.in (INSTALL_MODULES): Remove texinfo.
8105 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
8107         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
8109 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
8111         * Makefile.in: add ash make rules
8112         * configure.in: add ash to native_only and host_tools lists
8114 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
8116         * Makefile.in (all-gettext, all-intl): New targets.
8117         (ALL_MODULES): Added all-gettext, all-intl.
8118         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
8119         (INSTALL_MODULES): Added install-gettext, install-intl.
8120         (CLEAN_MODULES): Added clean-gettext, clean-intl.
8122         * configure.in (host_tools): Added gettext.
8123         (native_only): Likewise.
8124         (noconfigdirs) [various cases]: Likewise.
8125         (host_libs): Added intl.
8127 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
8129         * configure: Do not disable building gdbtk for cygwin32 hosts.
8131 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
8133         * configure.in: Add thumb-coff target.
8134         * config.sub: Add thumb-coff target.
8136 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
8138         * Makefile.in: Revert yesterday's change.
8139         (all-target-winsup):  all-target-librx stays out of here.
8141 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
8143         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
8144         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
8145         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
8146         Remove references to librx and libg++.
8148 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
8150         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
8151         recursive makes
8153 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
8155         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
8156         for newlib directory.
8157         (CXX_FOR_TARGET): Likewise.
8159 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
8161         * ltconfig: Update after libtool/ltconfig.in change for
8162         hpux11.
8164 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
8166         * ltconfig, ltmain.sh: Update to libtool 1.2.
8168 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
8170         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
8171         (install-gcc-cross): Instead, override LANGUAGES here.
8173 1998-03-18  Dave Love  <d.love@dl.ac.uk>
8175         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
8176         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
8178 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
8180         * configure.in: Add Thumb-pe target.
8182 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
8184         * Makefile.in - changed sn targets to snavigator
8185         * configure.in - changed sn targets to snavigator
8187 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
8189         * config-ml.in: After building symlink tree call make distclean
8190         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
8191         to be the case for libiberty.
8193 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
8195         * configure: When making link, also check the current
8196         directory. The configure scripts may create one.
8198 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
8200         * config.sub: Accept alphapca56 and alphaev6 properly.
8202 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8204         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
8206 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
8208         * config.sub (sco5): Fix typo.
8210 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
8212         * Makefile.in (INSTALL_MODULES): Move install-tcl before
8213         install-itcl.
8214         (install-itcl): Remove dependency on install-tcl.
8216 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
8218         * configure.in: Remove libgloss from noconfigdirs for MN10300.
8220 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
8222         * configure.in: Don't build libgui for a cygwin32 target when not on
8223         a cygwin32 host.
8225 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
8227         * configure (redirect): Set to null, so default behavior of
8228         configure is now --verbose.
8230 1998-02-16  Dave Love  <d.love@dl.ac.uk>
8232         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
8233         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
8235 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
8237         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
8238         this change to sync Makefile.in with its ChangeLog entries.
8240 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
8242         * ltmain.sh (mkdir): Check that the directory doesn't exist
8243         before we exit with error, so that we don't get races during
8244         parallel builds.
8246 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
8248         * ltconfig, ltmain.sh: Update from libtool 1.0i.
8250 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
8252         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
8253         PICFLAG_FOR_TARGET.
8254         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
8256         * configure: Emit a definition for the new macro enable_shared
8257         into each Makefile.
8259 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
8261         * configure.in (host_tools, native_only): Add libtool.
8263 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
8265         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
8266         Fix typo in ming config comment.
8268 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
8270         * ltconfig, ltmain.sh: Update from libtool 1.0h.
8272 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
8274         * config.sub: Add tic30 cases, and map c30 to tic30.
8276 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
8278         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
8279         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
8280         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
8281         (CLEAN_TARGET_MODULES): Similarly
8282         (all-target-libf2c): Add dependences.
8283         * configure.in (target_libs): Add libf2c.
8285 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
8287         * configure.in: Remove expect from noconfigdirs when target
8288         is cygwin32.  OK to build expect and dejagnu with Canadian
8289         Cross.
8291 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
8293         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
8294         host.
8296         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
8297         and mingw32.
8299 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
8301         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
8302         here as it is not defined in the toplevel Makefile.
8304 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
8306         * configure (package_makefile_rules_frag): New variable, which names
8307         a file with generic rules, ...
8308         Change comment to mention we now have FIVE parts.
8309         * configure: Undo last change.
8311 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
8313         * config.guess: More accurate determination of HP processor types.
8314         * config.sub: More accurate determination of HP processor types.
8316 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
8318         * configure (package_makefile_frag): Move inserting the
8319         ${package_makefile_frag} to where it should be according
8320         to the comment.
8322 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
8324         * config.guess: Add support for Linux/ARM.
8326 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
8328         * .cvsignore: Remove *-info and *-install since they match
8329         release-info and mpw-install, which we don't want to just ignore.
8331 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
8333         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
8335 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
8337         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
8338         local_prefix to sub-make invocations.
8340 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
8342         * configure.in: Check makefile fragments in the source
8343         directory.
8345 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
8347         * configure.in: Check whether host and target makefile
8348         fragments exist before adding them to *_makefile_frag.
8350 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
8352         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
8354 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
8356         * configure.in: Make sure we only replace RPATH_ENVVAR on
8357         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
8358         regexp to sed.
8360         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
8361         to sub-makes.
8363 1998-01-13  Lee Iverson   (leei@ai.sri.com)
8365         * config-ml.in (multi-do): LDFLAGS must include multilib
8366         designator.
8368 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
8370         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
8372 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
8374         * config.sub: Add mingw32 support.
8375         * configure.in: Likewise.
8377 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
8379         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
8381 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
8383         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
8384         * configure (gxx_include_dir): Provide a definition for subdirs
8385         which do not use autoconf.
8387 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
8389         * config.guess: Sync with egcs.  Picks up new alpha support,
8390         BeOS & some additional linux support.
8392 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
8394         * config.guess: HP 9000/803 is a PA1.1 machine.
8396 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
8398         * configure.in: It's alpha*-...
8400 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
8402         * configure.in (host_makefile_frag, target_makefile_frag):
8403         Handle multiple config files.
8404         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
8405         alpha-*-*.
8407 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
8409         * mkdep: New file.
8411 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
8413         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
8415 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
8417         * Makefile.in: Add libgui directory.
8418         (GDB_TK): Add all-libgui.
8419         * configure.in: Add libgui directory.
8420         * configure: Add all-libgui to GDB_TK.
8422 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
8424         * config-ml.in (multidirs): Add m32r to multilib list.
8426 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
8428         * Makefile.in (all-target-gperf): Change dependency to
8429         all-target-libstdc++.
8431 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
8433         * config.guess: Add BeOS support.
8435 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
8437         Source directory cvs renamed to cvssrc:
8438         * configure.in (host_tools): Change cvs to cvssrc.
8439         (native_only): Likewise.
8440         (noconfigdirs) [various cases]: Likewise.
8441         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
8442         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
8443         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
8444         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
8445         (all-cvssrc): Rename target from all-cvs.
8447 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
8449         * configure (gxx_include_dir): Fix thinko.
8451 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
8453         * Makefile.in (INSTALL_TARGET_CROSS): Define.
8454         (install-cross, install-gcc-cross): New targets.
8456 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
8458         * configure.in (noconfigdirs): Add support for Thumb target.
8460         * config.sub (maybe_os): Add support for Thumb target.
8462 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
8464         * Makefile.in: Add rules for cygmon.
8466         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
8468 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
8470         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
8471         * configure (gxx_include_dir): Provide a definition for subdirs
8472         which do not use autoconf.
8474 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
8476         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
8477         11/18/97 build
8479 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
8481         * From Franz Sirl.
8482         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
8483         found on RedHat Linux systems.
8485 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
8487         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
8488         guesses.
8490 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
8492         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
8494 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
8496         * ltmain.sh: If mkdir fails, check whether the directory was created
8497         anyhow by some other process.
8499 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
8501         * configure.in (d30v-*-*): Configure all directories.
8503 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
8505         * configure.in (d30v-*-*): Configure newlib, libiberty directories
8506         for the D30V.
8508 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
8510         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
8512 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
8514         * include/libiberty.h: Add extern "C" { so it can be used with C++
8515         progrms.
8516         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
8517         programs.
8519 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
8521         * configure.in (d30v-*-*): Configure GCC now.
8523 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
8525         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
8526         is no longer needed.
8528 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
8530         * Makefile.in: check-target-libio depends on all-target-libstdc++.
8532 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
8534         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
8535         targets using "$@" to provide support for similar but not identical
8536         targets without having to duplicate code.
8538 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
8540         * makefile.vms: Fix to work with DEC C.
8542 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
8544         * config.sub: Add mips-tx39-elf to marketing names.
8546 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
8548         * ltmain.sh: Handle symlinks in generated script.
8550 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
8552         * configure: Handle autoconf style directory options: --bindir,
8553         --datadir, --includedir, --infodir, --libdir, --libexecdir,
8554         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
8555         --sysconfdir.
8556         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
8557         (sharedstatedir, localstatedir, oldincludedir): New variables.
8558         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
8559         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
8560         sbindir, sharedstatedir, and sysconfdir.
8562 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
8564         * Makefile.in (bootstrap-lean): New target.
8566 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
8568         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
8569         sn, and gnuserv from noconfigdirs.
8571 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
8573         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
8575 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
8577         * Makefile.in (cross): New target.
8579 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
8580                           Jeff Law         <law@cygnus.com>
8582         * Makefile.in (bootstrap2, bootstrap3): New targets.
8583         (all-bootstrap): Remove outdated and confusing target.
8584         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
8586 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
8588         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
8589         windows.  Consistent with gdb/configure.
8591 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
8593         * configure.in: Name Linux target fragment.
8595         * configure: Rewrite so that project Makefile fragment is inserted
8596         first and appears last in the resulting Makefile.
8598 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
8600         * Makefile.in (install-itcl): Install tcl first.
8602 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
8604         * configure.in: remove bison from noconfigdirs for Cygwin32 host
8606 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
8608         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
8610         * configure.in (skipdirs): Add target-librx for Linux.
8611         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
8613 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
8615         * Makefile.in (bootstrap): New target.
8617 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
8619         * config.sub: Accept 'amigados' for backward compatability.
8621 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
8623         * config.guess: Merge with FSF.
8625 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
8627         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
8629 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
8631         * config.sub: Add "marketing-names" patch.
8633 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
8635         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
8637 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
8639         * config.sub: Handle v850-elf.
8641 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
8643         * .cvsignore (*-install): Remove.
8645 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
8647         * ltconfig: Set CONFIG_SHELL in libtool.
8648         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
8650 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
8652         * configure.in (target_subdir): Set to libraries if enable_multilib.
8654 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
8656         * config.guess: Update from gcc directory.
8658 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
8660         * Makefile.in (all-sim): Depends on all-readline.
8662 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
8664         * Makefile.in (BISON, YACC): Use $$s.
8665         (all-bison): Depend on all-texinfo.
8667 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
8669         * Makefile.in (BISON): Add -L flag.
8670         (YACC): Likewise.
8672 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
8674         * configure.in (noconfigdirs): Add support for v850e target.
8676         * config.sub (maybe_os): Add support for v850e target.
8678 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
8680         * configure.in (noconfigdirs): Add support for v850ea target.
8682         * config.sub (maybe_os): Add support for v850ea target.
8684 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
8686         * config.sub: Add mipstx39.  Delete r3900.
8688 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
8690         * Makefile.in (all-autoconf): Depends on all-texinfo.
8692 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
8694         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
8695         eabi targets.
8697 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
8699         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
8701         * configure: When handling a Canadian Cross, handle YACC as well as
8702         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
8703         * Makefile.in (all-bison): Depend upon all-texinfo.
8705 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
8707         * Makefile.in (BISON): bison, not byacc or bison -y.
8708         (YACC): bison -y or byacc or yacc.
8709         (various): Add *-bison as appropriate.
8710         (taz): No need to mess with BISON anymore.
8712 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
8714         * configure: If OSTYPE matches *win32*, try to find a good value for
8715         CONFIG_SHELL.
8717 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
8719         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
8720         configure.in if it is present.
8722 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
8724         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
8726 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
8728         * config.sub: Recognize `arc' cpu.
8729         * configure.in: Likewise.
8730         * config-ml.in: Likewise.
8732 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
8734         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
8736 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
8738         * configure: Changed sed delimiter from ':' to '|' when
8739         attempting to substitute ${config_shell} for SHELL. On
8740         NT ${config_shell} may contain a ':' in it.
8742 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
8744         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
8746 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
8748         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
8750 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
8752         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
8754         * ylwrap: If the program is a relative path, force it to be
8755         absolute.
8757 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
8759         * configure (tooldir): Set BISON to `bison -y' and not just bison.
8761 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
8763         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
8764         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
8765         for libraries.
8767 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
8769         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
8770         separated by spaces.
8772 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
8774         * ylwrap: New file.
8775         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
8777         * ltmain.sh: Handle /bin/sh at start of install program.
8779         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
8781         * ltconfig, ltmain.sh: New files, from libtool 1.0.
8782         * missing: New file, from automake 1.2.
8784 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
8786         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
8787         check-tk to CHECK_X11_MODULES.
8789 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
8791         * config.sub: Merge with FSF.
8793 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
8795         * config.guess: Merge with FSF.
8797 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
8799         * configure: Treat msdosdjgpp like go32.
8800         * configure.in: Likewise.  Don't remove gprof for go32.
8802         * configure: Change Makefile.tem2 to Makefile.tm2.
8804 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
8806         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
8808 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
8810         * install-sh (chmodcmd): Set to null if the DST directory already
8811         exists.  Same as Nov 11th change.
8813 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
8815         * configure (GDB_TK): Needs itcl and tix.
8817 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
8819         * config.guess: Update from FSF.
8821 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
8823         * Makefile.in (GDB_TK): Depend on itcl and tix.
8825 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
8827         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
8828         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
8829         (INSTALL_SCRIPT): New variable.
8830         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
8831         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
8832         to -x.
8833         * install-sh: Add support for -x option.
8835 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
8837         * configure.in, Makefile.in: Treat tix like itcl.
8839 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
8841         * Makefile.in (WINDRES): New variable.
8842         (WINDRES_FOR_TARGET): New variable.
8843         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
8844         (EXTRA_HOST_FLAGS): Add WINDRES.
8845         (EXTRA_TARGET_FLAGS): Add WINDRES.
8846         (EXTRA_GCC_FLAGS): Add WINDRES.
8847         ($(DO_X)): Pass down WINDRES.
8848         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
8849         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
8850         DLLTOOL_FOR_TARGET.
8852 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
8854         * configure.in: configure sim before gdb for win32-x-ppc
8856 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
8858         Move gperf into the toplevel, from libg++.
8859         * configure.in (target_tools): Add target-gperf.
8860         (native_only): Add target-gperf.
8861         * Makefile.in (all-target-gperf): New target, depend on
8862         all-target-libg++.
8863         (configure-target-gperf): Empty rule.
8864         (ALL_TARGET_MODULES): Add all-target-gperf.
8865         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
8866         (CHECK_TARGET_MODULES): Add check-target-gperf.
8867         (INSTALL_TARGET_MODULES): Add install-target-gperf.
8868         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
8870 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
8872         * config.sub (mn10200): Recognize new basic machine.
8874 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
8876         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
8877         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
8879 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
8881         * configure.in: If we're building mips-sgi-irix6* native, turn on
8882         ENABLE_MULTILIB and set TARGET_SUBDIR.
8884 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
8886         * Makefile.in (all-sn): Depend on all-grep.
8888 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
8890         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
8892         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
8893         Makefile.  From Jeff Makey <jeff@cts.com>.
8894         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
8896         * Makefile.in (DISTBISONFILES): Remove.
8897         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
8898         $(DEFAULT_YACC).
8900         * configure.in: Build itl, db, sn, etc., when building for native
8901         cygwin32.
8903         * Makefile.in (LD): New variable.
8904         (EXTRA_HOST_FLAGS): Pass down LD.
8905         ($(DO_X)): Likewise.
8907 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
8909         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
8911 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
8913         * configure.in (targargs): Strip out any supplied --build argument
8914         before adding our own. Always add --build.
8916 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
8918         * configure.in (targargs): Pass --build if we're doing
8919         a cross-compile.
8921 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
8923         * configure: Use '|' instead of ":" as the separator in
8924         sed. Otherwise sed chokes on NT path names with drive
8925         designators. Also look for "?:*" as the leading characters in an
8926         absolute pathname.
8928 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
8930         * config.sub: Support for r3900.
8932 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
8934         * configure.in: Use install-sh, not install.sh.
8936 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
8938         * Makefile.in (taz): Improve check for BISON so it doesn't try to
8939         apply it twice.
8941 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
8943         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
8944         install-binutils.
8946 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
8948         * Makefile.in: Add automake targets.
8949         * configure.in (host_tools): Add automake.
8951 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
8953         * configure: Default CXX to c++, not gcc.
8954         * Makefile.in (CXX): Set to c++, not gcc.
8955         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
8957 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
8959         * install-sh: try appending a .exe if source file doesn't
8960         exist
8962 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
8964         * configure.in: Turn on multilib by default.
8965         (cross_only): Remove target-libiberty.
8967         * Makefile.in (all-gcc): Don't depend on libiberty.
8969 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
8971         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
8973 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
8975         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
8976         (DISTBISONFILES): Add ld/Makefile.in
8978 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
8980         * configure.in: if target is cygwin32 but host isn't cygwin32,
8981         don't configure gdb tcl tk expect, not just gdb.
8983 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
8985         * configure.in: Added gnuserv everywhere sn appears.
8987         * Makefile.in (ALL_MODULES): Added all-gnuserv.
8988         (CROSS_CHECK_MODULES): Added check-gnuserv.
8989         (INSTALL_MODULES): Added install-gnuserv.
8990         (CLEAN_MODULES): Added clean-gnuserv.
8991         (all-gnuserv): New target.
8993 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
8995         * config.guess: Fixes for MIPS OpenBSD systems.
8997 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
8999         * Makefile.in (INSTALL_XFORM): Remove.
9000         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
9002         * mkinstalldirs: New file, copied from automake.
9003         * Makefile.in (installdirs): Rename from install-dirs.  Use
9004         mkinstalldirs.  Change all users.
9005         (DEVO_SUPPORT): Add mkinstalldirs.
9007 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
9009         * install-sh: Rename from install.sh.
9010         * Makefile.in (INSTALL): Change install.sh to install-sh.
9011         (DEVO_SUPPORT): Likewise.
9013         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
9014         Graichen <graichen@rzpd.de>.
9016 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
9018         * config.guess: Recognize OpenBSD systems correctly.
9020 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
9022         * README, Makefile.in (ETC_SUPPORT): Remove references to
9023         cfg-paper*, configure.{texi,man,info*}._
9025 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
9027         * Makefile.in (all.normal): Ensure that gcc is built after all
9028         the x11 - ie gdb - targets.
9030 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
9032         * makefile.vms: Don't run conf-a-gas.
9034 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
9036         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
9038 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
9040         * configure.in: Remove noconfigdirs case since gdb also
9041         configures and builds for tic80-coff.
9043 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
9045         * configure: Set cache_file to config.cache.
9046         * Makefile.in (local-distclean): Remove config.cache.
9048 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
9050         * COPYING: Update FSF address.
9052 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
9054         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
9055         noconfigdirs.
9057 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
9059         * Makefile.in (install-dirs): Don't crash if prefix, and hence
9060         MAKEDIRS, is empty.
9062 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
9064         * config.sub: Tweak mn10300 entry.
9066 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
9068         * configure.in (host_tools): Put sim before gdb, so gdb's
9069         configure.tgt can determine if the simulator was configured.
9071 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
9073         * config.sub: Move BeOS $os case to be with other Cygnus
9074         local cases.
9076 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
9078         * config.sub: Remove misplaced comment that broke Linux.
9080 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
9082         * config.sub: Add BeOS support.
9084 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
9086         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
9088 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
9090         * configure.in (noconfigdirs): Remove tcl and tk from
9091         noconfigdirs for cygwin32 builds.
9093 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
9095         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
9097 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
9099         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
9100         make-all.com, use makefile.vms instead.
9102 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
9104         * config.sub: Accept -lnews*.
9106 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
9108         * configure.in (noconfigdirs): Disable target-newlib,
9109         target-examples and target-libiberty for d30v.
9111 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
9113         * configure.in (noconfigdirs): Enable ld for d30v.
9115 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
9117         * configure.in (tic80-*-*): Build compiler.
9119 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
9121         * configure.in (d30v-*): Remove sim directory from list of
9122         unsupported d30v directories
9124 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
9126         * config.sub, configure.in: Add d30v target cpu.
9128 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
9130         * makefile.vms: New file.
9131         * make-all.com: Remove.
9133 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
9135         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
9137 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
9139         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
9141 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
9143         * Makefile.in (ALL_MODULES): Added all-db.
9144         (CROSS_CHECK_MODULES): Addec check-db.
9145         (INSTALL_MODULES): Added install-db.
9146         (CLEAN_MODULES): Added clean-db.
9148 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
9150         * config.guess: Merge with latest FSF sources.
9152 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
9154         * Makefile.in (ALL_MODULES): Added all-itcl.
9155         (CROSS_CHECK_MODULES): Added check-itcl.
9156         (INSTALL_MODULES): Added install-itcl.
9157         (CLEAN_MODULES): Added clean-itcl.
9159 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
9161         * configure.in: build gdb for mn10200
9163 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
9165         * Makefile.in (all-target-winsup): Depend on all-target-libio.
9167 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
9169         * configure.in (tic80-*-*): Turn off most targets right now.
9171 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
9173         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
9174         rather than the makeinfo program.
9175         (do-info): Depend upon all-texinfo.
9177 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
9179         * configure.in: Remove uses of config/mh-linux.
9181         * config.sub, config.guess: Merge with latest FSF sources.
9183 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
9185         * config.sub (case $basic_machine): Add tic80 entries.
9187 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
9189         * config.sub, config.guess: Merge with latest FSF sources.
9191 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
9193         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
9194         * mpw-config.in: Test for NewFolderRecursive.
9195         * mpw-install: Use symbolic name for startup filename.
9196         * mpw-README: Add various additional details.
9198 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
9200         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
9202 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
9204         * configure.in: Do build gcc and the target libraries for
9205         the mn10200.
9207 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
9209         * configure.in: don't avoid building gdb for mn10300 any more
9210         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
9211         instead of single-quoting it.
9213 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
9215         * configure.in: Don't use --with-stabs on IRIX 6.
9217 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
9219         * configure.in (m32r): Build gdb, libg++ now.
9221 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
9223         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
9224         directories from noconfigdirs.
9226 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
9228         * config.sub (basic_machine): added mips16 configuration
9230 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9232         * config.sub: Handle d10v-unknown.
9234 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
9236         * config.sub: Handle v850-unknown.
9238 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
9240         * Makefile.in: add findutils
9241         * configure.in: add findutils to list of host_tools
9243 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
9245         * config.sub: Handle mn10200 and mn10300.
9247 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9249         * configure.in (d10v-*): Do not build librx.
9251 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
9253         * configure.in (mn10300): Build everything except gdb & libgloss.
9255 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
9257         * config.guess:  Patch for Dansk Data Elektronik servers,
9258         from Niels Skou Olsen <nso@dde.dk>.
9260         For ncr, use /bin/uname rather than uname, since GNU uname does not
9261         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
9263         Patch for MIPS R4000 running System V,
9264         from Eric S. Raymond <esr@snark.thyrsus.com>.
9266         Fix thinko for nextstep.
9268         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
9270         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
9271         * config.guess: Guess mips-dec-mach_bsd4.3.
9273         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
9274         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
9275         release numbers.
9276         * config.guess (mips-mips-riscos*):  Emit just enough of the
9277         release number.
9279         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
9280         * config.guess (sparc-auspex-sunos*):  Added.
9281         (f300-fujitsu-*): Added.
9283         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
9284         * config.guess:  Recognize a Tadpole as a sparc.
9286 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
9288         * config.guess: Don't assume that NextStep version is either 2 or
9289         3.  NextStep 4 (aka OpenStep 4) has come out now.
9291 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
9293         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
9294         From Rik Faith <faith@cs.unc.edu>.
9296 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
9298         * config.sub: Contributions from bug-gnu-utils to:
9299         Support plain "hppa" (no version given) architecture, reported by
9300         OpenStep.
9301         OpenBSD like NetBSD.
9302         LynxOs is not a hardware supplier.
9304         * config.guess: Contributions from bug-gnu-utils to add support for:
9305         OpenBSD like NetBSD.
9306         Stratus systems.
9307         More Pyramid systems.
9308         i[n>4]86 Intel chips.
9309         M680[n>4]0 Motorola chips.
9310         Use unknown instead of lynx for hardware manufacturer.
9312 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
9314         * install.sh (chmodcmd): Set to null if the DST directory already
9315         exists.
9317 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9319         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
9320         not use mt-ppc target Makefile fragment any more.
9322 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
9324         * configure.in (*-*-windows):  Exclude everything but those dirs
9325         needed to build windows.
9327 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
9329         * Makefile.in (all-target-winsup): Depend on all-target-librx.
9331 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
9333         * configure.in:  Exclude mmalloc from i386-windows.
9335 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
9337         * Undo my previous change.
9339 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
9341         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
9342         unconditionally.
9343         (MAKEOVERRIDES): Define (revert this part of October 18 change).
9345 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
9347         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
9348         host to add it's own flags.
9350 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
9352         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
9354 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
9356         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
9357         (CXX_FOR_TARGET): Likewise.
9358         (GCC_FOR_TARGET): Define.
9359         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
9360         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
9361         CC_FOR_TARGET was specified on the command line.
9362         (MAKEOVERRIDES): Don't define.
9364 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
9366         * configure.in (m32r): Fix spelling of libg++ libs.
9368 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
9370         * config.sub (-apple*): Remove, now redundant.
9372 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
9374         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
9376         * configure: Rework yesterday's sed script patch.
9378         * config.sub: Merge with FSF.
9380 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
9382         * config.guess:  Merge from FSF.
9384         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
9385         * config.guess: Use pc instead of unknown, for pc clone systems.
9386         Change linux to linux-gnu.
9388         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
9389         * config.guess: Avoid non-portable tr syntax.
9391 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
9393         * test-build.mk (HOLES): Add "xargs" for gdb.
9395         * configure: Avoid hpux10.20 sed bug.
9397 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
9399         * configure.in:  Add support for windows host
9400         (that is a build done under the Microsoft build environment).
9402 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
9404         * Makefile.in: Replace all uses of srcroot with s, to shrink
9405         command line lengths.
9407         Patches from Geoffrey Noer <noer@cygnus.com>:
9408         * configure.in: If configuring for newlib, pass --with-newlib to
9409         subdirectories.
9410         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
9411         -Bnewlib/ and -Lwinsup to gcc.
9412         (CXX_FOR_TARGET): Likewise.
9414 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
9416         * Makefile.in (ETC_SUPPORT): Add configure.
9418 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
9420         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
9421         host configuration file.
9423 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
9425         * configure.in: Break mn10x00 support into separate
9426         mn10200 and mn10300 configurations.
9427         * config.sub: Likewise.
9429 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
9431         * configure.in: Add lots of stuff to noconfigdirs for
9432         the mn10x00 targets.
9434         * config.sub, configure.in: Add mn10x00 support.
9436 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
9438         * make-all.com: Call conf-a-gas, not config-a-gas.
9440 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
9442         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
9443         targets.
9445 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
9447         * mpw-README: Add much more detail for native PowerMac.
9448         * mpw-install: New file.
9449         * mpw-configure: Add --norecursion and --help options.
9450         * mpw-config.in: Translate readme and install files when
9451         copying to objdir.
9452         * mpw-build.in: Don't always depend on byacc and flex.
9453         (install-only-top): New action.
9455 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
9457         * configure.in:  You can now configure GDB for the v850.
9459 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
9461         * configure.in (noconfigdirs): Don't configure any C++ dirs
9462         if targeting D10V.
9464 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
9466         * config.sub: Recognize mips64vr5000.
9468 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
9470         * configure.in: Use a single line for host_tools and native_only.
9472 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
9474         * config.sub, configure.in: Add entries for m32r.
9476 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
9478         * Makefile.in (inet-install): Don't run install-gzip.
9480 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
9482         * configure.in:  Don't config lots of things for *-*-windows*.
9484 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
9486         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
9487         (host_libs, host_tools): Copy from configure.in.
9488         * mpw-configure: Don't complain about directories not found.
9490 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9492         * configure.in (i[345]86): Recognize i686 for pentium pro.
9493         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
9494         file.
9496         * config.guess (i[345]86): Ditto.
9498 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
9500         * configure.in (noconfigdirs): Removed gdb for D10V.
9502 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
9504         * configure.in: Remove ld, target-libio, target-libg++, and
9505         target-libstdc++ from noconfigdirs.
9507 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
9509         * configure: Fix three locations where shell scripts were
9510         being run directly rather than with config_shell.
9512 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
9514         * configure.in (v850-*-*): Set up initial $noconfigdirs.
9515         * config.sub (basic_machine): Recognize v850.
9517 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
9519         * mpw-configure: Handle multiple enable/disable options and
9520         pass them down recursively, handle -c and -s flags appropriately
9521         depending on choice of compiler, add escape mechanism for
9522         quoted arguments to gC.
9524 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9526         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
9527         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
9528         so that -mrelocatable-lib and -mno-eabi are used.
9530         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
9531         not support --print-multi-lib, don't abort.
9533 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
9535         * make-all.com: Run config-a-gas.
9536         * setup.com: Don't copy subdirectory files around.
9538 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
9540         * configure.in (*-*-ose): Remove exclusion of libgloss for this
9541         target, it now compiles correctly.
9543 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
9545         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
9547 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
9549         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
9551 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
9553         * configure.in (native_only): Add prms.
9555 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
9557         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
9558         (BINUTILS_SUPPORT_DIRS): Likewise.
9560 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9562         * configure.in (d10v-*-*): Don't configure ld or gdb until the
9563         d10v support is added.
9565 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
9567         * configure.in (d10v-*-*): New target.
9569 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
9571         * config.guess (HP 9000/811): Recognize this as a PA1.1
9572         machine.
9574 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
9576         * Makefile.in (do-tar-gz): New target, split out from tail end of
9577         taz target.  Run each command separately, don't use pipes.
9578         (taz): Use it.
9580 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
9582         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
9583         * mpw-build.in: No builds should depend on building byacc or flex,
9584         they are assumed to be installed already.
9586 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9588         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
9589         variable that CC_FOR_TARGET needs.
9591 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9593         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
9594         options have changed since the last time the subdirectory was
9595         configured, and if it has, reconfigure.
9596         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
9597         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
9599 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
9601         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
9602         CLEAN_MODULES): Add bash.
9603         (all-bash): New target.
9605 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
9607         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
9609 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9611         * config.sub (basic_machine): Recognize d10v as a valid processor.
9613 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
9615         * mpw-configure: Add support for --bindir.
9616         * mpw-build.in: Use a GCC-specific build script for GCC actions.
9618 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
9620         * configure.in: add bash, time, gawk to list of hosttools and things
9621         to only build for native toolchains
9623 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
9625         * Makefile.in (docdir): Remove.
9627 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
9629         * Makefile.in (datadir): Set to $(prefix)/share.
9631 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
9633         * configure.in: build diff and patch for cygwin32-hosted
9634         toolchains.
9636 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
9638         * config.sub: Accept -rtems*.
9640 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
9642         * configure.in: enable dosrel for cygwin32-hosted builds,
9643                 remove diff from the list of things not buildable
9644                 via Canadian Cross
9646 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
9648         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
9649         don't get ". ".
9651 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
9653         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
9655 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
9657         * Makefile.in (taz): Handle case where tex3patch didn't even get
9658         checked out.  Also, if it was found, put the symlink in a new util
9659         subdirectory.
9661 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9663         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
9665 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
9667         * config.sub: Recognize -openvms.
9668         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
9669         * make-all.com, setup.com: New files.
9671 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
9673         * Makefile.in (taz): tex3patch moved to texinfo/util.
9675 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
9677         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
9678         * configure.in: remove make from disable-if-Can-Cross list
9679                 enable gdb if ${host} and ${target} are cygwin32
9681 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
9683         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
9684         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
9686 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
9688         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
9689         distinguish sysv/svr4/bsd variants.
9690         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
9692 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
9694         * configure.in: Added copyright notice.
9695         * move-if-change: Added copyright notice.
9697 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9699         * configure.in (powerpcle-*-solaris*): Until we get shared
9700         libraries working, don't build gdb, sim, make, tcl, tk, or
9701         expect.
9703 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
9705         * config.guess:  Merge with FSF:
9707         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
9708         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
9710         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
9711         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
9713         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
9714         * config.guess:  Combine two OSF1 rules.
9715         Also recognize field test versions.  From mjr@zk3.dec.com.
9716         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
9717         because GNU uname does not support -p.  From pmr@pajato.com.
9719 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
9721         * Makefile.in (MAKEDIRS): Removed $(tooldir).
9723 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
9725         * mpw-README: Document GCCIncludes.
9727 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
9729         * configure.in (alpha-*-linux*): Set enable_shared to yes.
9731 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
9733         * mpw-configure: Handle --enable-FOO and --disable-FOO.
9735 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
9737         * configure.in (*-*-cygwin32): Configure make.
9739 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
9741         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
9743 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
9745         * Makefile.in (all-inet): Depend on all-perl.
9747         * Makefile.in (inet-install): New target.
9749         * Makefile.in (all-inet): Depend on all-tcl.
9750         (all-inet): Depend on all-send-pr.
9752 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9754         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
9755         temporarily.
9757 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
9759         * configure.in: Don't configure --with-gnu-ld on AIX.
9761 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
9763         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
9765 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
9767         * Makefile.in (ALL_MODULES): Added all-inet.
9768         (CROSS_CHECK_MODULES): Added check-inet.
9769         (INSTALL_MODULES): Added install-inet.
9770         (CLEAN_MODULES): Added clean-inet.
9771         (all-indent): New target.
9773         * configure.in (host_tools): Added inet.
9774         (native_only): Added inet.
9775         (noconfigdirs): Added inet.
9777 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
9779         * configure.in: Don't configure libgloss if we are not configuring
9780         newlib.
9782 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
9784         * configure.in: Don't configure libgloss for unsupported
9785         architectures.
9787 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9789         * Makefile.in (CLEAN_MODULES): Add clean-apache.
9791 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
9793         * Makefile.in (ALL_MODULES): Include all-apache.
9794         (CROSS_CHECK_MODULES): Include check-apache.
9795         (INSTALL_MODULES): Include install-apache.
9796         (all-apache): New target.
9798         * configure.in: Added apache everywhere perl is seen.
9800 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9802         * Makefile.in: Add support for clean-{module} and
9803         clean-target-{module} rules.
9805 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
9807         * configure.in (*-*-ose) do not build libgloss.
9809 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9811         * config.guess (prep*:SunOS:5.*:*): Turn into
9812         powerpele-unknown-solaris2.
9814 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
9816         * configure.in: Permit --enable-shared to specify a list of
9817         directories.
9819 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
9821         * configure.in (host==solaris): Pass only the first word of $CC
9822         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
9824 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
9826         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
9828 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
9830         * Makefile.in (ALL_MODULES): Include all-perl.
9831         (CROSS_CHECK_MODULES): Include check-perl.
9832         (INSTALL_MODULES): Include install-perl.
9833         (ALL_X11_MODULES): Include all-guile.
9834         (CHECK_X11_MODULES): Include check-guile.
9835         (INSTALL_X11_MODULES): Include install-guile.
9836         (all-perl): New target.
9837         (all-guile): New target.
9839         * configure.in (host_tools): Include perl and guile.
9840         (native_only): Include perl and guile.
9841         (noconfigdirs): Don't build guile and perl; no ports have been
9842         done.
9844 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
9846         * configure (--enable-*): Handle quoted option lists such as
9847         --enable-sim-cflags='-g0 -O' better.
9849 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9851         * Makefile.in ({,inst}all-target): New rule so we can make and
9852         install all of the target directories easily.
9854 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9856         * configure.in: Add missing global flag in sed substitution when
9857         deleting `target-' from ${configdirs}.
9859 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
9861         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
9862         option.
9864         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
9865         config/mh-necv4.
9867         * install.sh: Correct misspelling of transformbasename.
9869         * config.guess: Recognize mips-*-sysv*.
9871 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
9873         * config.sub: Recognize mon960.
9875 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
9877         * configure: Restore Canadian Cross handling of BISON and LEX,
9878         removed in Feb 20 change.
9880 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
9882         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
9883         Mention make install.  Remove the old copyright date as well the
9884         clumsy and rather pointless copyright on the README file.
9886 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
9888         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
9889         Makefile after running symlink-tree, then run `make distclean' to
9890         avoid clobbering any generated files in srcdir.
9892 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
9894         * configure.in (m68k-*-netbsd*): Build everything now.
9896 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
9898         * Makefile.in (taz): Fix quoting.
9900 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
9902         * configure.in (sparclet-*-*): Build everything now.
9904 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9906         * configure.in (m68k-*-linux*): New host.
9908 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
9910         * configure: Check for bison before byacc.
9912 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
9914         * Makefile.in configure:  Change the way LEX and BISON/YACC are
9915         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
9916         searching PATH.  These are used as fallbacks by Makefile.in if
9917         flex/bison/byacc aren't in objdir.
9919 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
9921         * Makefile.in: Make everything which depends upon all-bfd also
9922         depend upon all-opcodes, in case --with-commonbfdlib is used.
9924 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9926         * configure.in (host *-*-cygwin32): Don't build gdb if we are
9927         building NT native compilers on Unix.
9929 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
9931         * configure.in: Don't get CC from the host Makefile fragment if we
9932         can find gcc in PATH, or if this is a Canadian Cross.  Move the
9933         Solaris test for /usr/ucb/cc to the post target script, just after
9934         the compiler sanity test.
9936 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
9938         * config.sub: Merge with FSF.
9940 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
9942         * Makefile.in (RPATH_ENVVAR): New variable.
9943         (REALLY_SET_LIB_PATH): Use it.
9944         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
9946 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
9948         * config.sub, configure.in: Recognize sparclet cpu.
9950 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
9952         * config.guess:  Support m68k-cbm-sysv4.
9954 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9956         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
9957         m68k-unknown-linuxaout from linker help string.  Put quotes around
9958         $ld_help_string.
9960 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
9962         * config.guess (powerpc-harris-powerunix): Add guess for port
9963         to new target.
9965 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
9967         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
9969 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
9971         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
9972         $(REALLY_SET_LIB_PATH) in Makefile.
9973         * Makefile.in (SET_LIB_PATH): New variable.
9974         (REALLY_SET_LIB_PATH): New variable.
9975         ($(DO_X)): Use $(SET_LIB_PATH).
9976         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
9977         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
9978         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
9979         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
9980         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
9981         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
9982         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
9983         (install-dosrel): Likewise.
9984         (all-opcodes): Depend upon all-libiberty.
9986 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
9988         * config.guess (*:CYGWIN*): New
9990 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9992         * Makefile.in (all-target-winsup): All all-target-libiberty.
9994 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9996         * configure.in (noconfigdirs): Add missing # in front of comment.
9998 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
10000         * configure.in: add second pass to things added to noconfigdirs
10001         so *-gm-magic can exclude libgloss properly.
10003 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
10005         * mpw-configure (extralibs_name, rez_name): Set correctly
10006         for MWC68K compiler.
10008         * mpw-README: Add more info on the necessary build tools.
10010 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
10012         * configure.in, config.sub: Recognize cygwin32.
10014 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
10016         * config.guess, config.sub: Recognize A/UX.
10018 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
10020         * config.sub: Merge with gcc/config.sub.
10022 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
10024         * mpw-build.in (do-binutils): Add build of stamps.
10026 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
10028         * config.sub: Add recognition for mips64vr4100*-* targets.
10030 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
10032         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
10033         Add creation of gconfigargs with `--enable-shared' turned on.
10034         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
10035         ($(host)-stamp-stage3-configured): Likewise.
10036         (HOLES): Add chatr and ldd.
10037         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
10039 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
10041         * configure: Pass --nfp to recursive configures.
10043 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
10045         * Makefile.in (DLLTOOL): New.
10046         (DLLTOOL_FOR_TARGET): New.
10047         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
10048         (EXTRA_TARGET_FLAGS): Ditto.
10049         (EXTRA_GCC_FLAGS): Ditto.
10050         (CONFIGURE_TARGET_MODULES): Ditto.
10051         (DO_X): Ditto.
10052         * configure: Add DLLTOOL.
10054 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
10056         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
10057         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
10058         mh-sco, since old workarounds no longer needed, and don't
10059         build ld, since libraries have weak symbols in COFF.
10061 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
10063         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
10065 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
10067         * configure.in: Make sure that ${CC} can be used to compile an
10068         executable.
10070 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
10072         * Makefile.in (all-gdb): Depend on $(GDB_TK).
10073         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
10074         nothing depending on whether gdbtk is being built.
10076 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
10078         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
10080 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
10082         * configure.in (noconfigdirs): Put ld or gas in this early, if the
10083         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
10085 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
10087         * config-ml.in: Add support for
10088         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
10089         Simplify setting of multidirs from --disable-foo.
10091 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
10093         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
10094         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
10095         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
10096         non-empty, pass them on to the  GCC make.
10097         (all-bootstrap): New rule that is like all-gcc, except it executes
10098         the GCC bootstrap rule instead of the GCC all rule.
10100 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
10102         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
10104 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
10106         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
10107         DG/UX support.
10109 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
10111         * config.sub (i*86*) Change [345] to [3456]
10113 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
10115         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
10116         --with-gnu-ld=no.
10118 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
10120         * config-ml.in (rs6000*, powerpc*): Add switches to control which
10121         AIX multilibs get built.
10123 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
10125         * configure.in (i386-win32): Don't build expect if we're not
10126         building the tcl subdir.
10128 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
10130         * Makefile.in: (configure-target-examples, all-target-examples):
10131         New targets, configure and build example programs.
10133 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
10135         * mpw-configure: If an mpw-config.in generated a file mk.sed,
10136         use it as input to sedit the generated MPW makefile.
10137         * mpw-README: Add a suggestion about Gestalt.h.
10139 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
10141         * config.sub: Accept *-*-ieee*.
10143 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
10145         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
10146         Ronald F. Guilmette <rfg@monkeys.com>.
10148 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
10150         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
10151         for powerpc-pe native.
10152         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
10153         (target==powerpc-pe): duplicate i386-win32 entry.
10155 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
10157         * configure.in (noconfigdirs): Exclude target-newlib for all versions
10158         of vxworks, not just vxworks5.1.
10160 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
10162         * mpw-configure: Add support for exec-prefix.
10164 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
10166         * config.guess: Recognize HP model 816 machines as having
10167         a PA1.1 processor.
10169 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
10171         * configure: Ignore new autoconf configure options.
10173 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
10175         * config.guess:  Recognize Pentium under SCO.
10176         From Robert Lipe <robertl@arnet.com>.
10178 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
10180         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
10182 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
10184         * configure.in: Don't configure gas for alpha-dec-osf*.
10186 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
10188         * configure.in: Default to --with-stabs for some targets for which
10189         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
10190         i[345]86*-*-unixware*.
10192 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
10194         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
10195         rather than basing it on the target.  Simplify handling of options
10196         controlling which directories to configure.  Remove extraneous
10197         slash in multi-clean target.
10199 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
10201         * config-ml.in: Prefix more variables with ml_ so they don't collide
10202         with configure's.
10204 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
10206         * configure: Don't turn -v into --v.
10208 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
10210         * configure.in (targargs): Fix typo.
10212         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
10214 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
10216         * configure.in: Strip --host and --target options from
10217         CONFIG_ARGUMENTS, and always configure for --host only.  Add
10218         --with-cross-host option when building with a cross-compiler.
10219         * configure: Canonicalize the arguments put into config.status by
10220         always using `=' for an option with an argument.  Pass a presumed
10221         --host or --target explicitly.
10223 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
10225         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
10226         into general OS recognition case.
10228 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
10230         * configure.in (target_configdirs): add target-winsup only
10231         for win32 target systems.
10233 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
10235         * Makefile.in (all-target-libgloss): Depend upon
10236         configure-target-newlib, since when libgloss is built it looks to
10237         see if the newlib directory exists.
10239 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
10241         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
10242         cfg-ml-*.in.
10244 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
10246         * configure: Handle LD and LD_FOR_TARGET when configuring a
10247         Canadian Cross.
10249 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
10251         * configure.in (target_libs): add target-winsup.
10252         (target==i386-win32): add patch diff flex make to $noconfigdirs.
10253         (target==ppcle-pe): remove ld from $noconfigdirs.
10255 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
10257         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
10258         Preserve relative path names in $srcdir.  Build symlink tree if
10259         configuring cross target dir and srcdir=. (= no VPATH support).
10260         (configure-target-libg++): Depend on configure-target-librx.
10261         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
10262         * config-ml.in: New file.
10263         * symlink-tree: New file.
10264         * configure: Ensure srcdir="." if that's what it is.
10266 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
10268         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
10269         includes and FLEX_SKELETON setting.
10270         * mpw-configure (--with-gnu-ld): New option, controls whether
10271         to use PPCLink or ld with PowerMac GCC.
10272         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
10273         * mpw-config.in: Configure grez if targeting Mac.
10275         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
10276         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
10277         just macos.
10278         * configure.in: Configure grez resource compiler if targeting Mac.
10279         * Makefile.in (all-grez, install-grez): New targets.
10281 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
10283         * configure: CXX defaults to gcc, not g++.  If we find
10284         gcc in the path, set CC to gcc -O2.
10286 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
10288         * configure: Default ${build} correctly.  Avoid picking up extra
10289         spaces when reading CC and CXX from Makefile.  When doing a
10290         Canadian Cross, use plausible default values for numerous
10291         variables.
10292         * configure.in: When doing a Canadian Cross, don't try to
10293         configure tools whose configure script can't handle it.
10295 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
10297         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
10299 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10301         * configure:  Remove dubious bug reporting address.
10303 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10305         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
10306         configure script, run that instead of this directory's configure.
10307         In either case, print a message that we're configuring the sub-dir.
10309 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10311         * configure.in: Before checking for the existence of various files,
10312         use sed to filter out "target-".
10314 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
10316         * Makefile.in (DO_X): Split rule to decrease command line length
10317         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
10318         (Philippe De Muyter).
10320 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
10322         * Makefile.in (all-patch): depend on all-libiberty.
10324 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
10326         * configure.in: If the only directory in target_configdirs which
10327         actually exists is libiberty, then set target_configdirs to empty,
10328         to avoid trying to build a target libiberty in a gas or gdb
10329         distribution.
10331 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
10333         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
10334         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
10335         systems.
10337 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
10339         * configure.in (copy_dirs): Use sys-include instead of include
10340         for --with-headers option.
10342 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
10344         * Makefile.in, configure.in: Make winsup builds work with
10345         new scheme.
10347 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
10349         * configure.in: Build the linker on AIX.
10351 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10353         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
10354         where needed.
10356 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
10358         * Makefile.in (all-gcc): Fix typo.
10360 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10362         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
10364 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10366         * configure.in:  Rename libFOO to target-libFOO, and xiberty
10367         to target-xiberty, to provide more flexibility.
10368         (target_subdir):  Define.  Create if cross.
10369         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
10370         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
10371         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
10372         check-libFOO -> check-target-libFOO, etc.
10373         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
10374         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
10375         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
10376         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
10377         allow ALL_GCC="" to only configure.
10378         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
10379         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
10380         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
10382 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
10384         * Makefile.in (taz): Build "info" in etc explicitly.
10386 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
10388         * configure.in:  Make sure that CC is undefined (as opposed to
10389         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
10390         problem with autoconf trying to configure on a host without GCC.
10392 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
10394         * mpw-configure: Set host alias from choice of host compiler,
10395         only use generic MPW Makefile sed if present, edit a file
10396         named "hacked_Makefile.in" instead of "Makefile.in" if present.
10397         * mpw-README: Add problem notes about CW6 and CW7.
10399 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
10401         * Makefile.in (taz): Use ";" instead of ";;".
10403 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10405         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
10406         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
10407         DISTDOCDIRS.
10408         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
10409         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
10411 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10413         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
10414         and gnats, because they are now subsumed by DISTSTUFFDIRS.
10415         Move bfd to DISTSTUFFDIRS.
10417 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
10419         * Makefile.in (X11_LIB): Removed.
10420         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
10422         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
10424 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
10426         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
10427         names.
10429 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
10431         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
10433 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
10435         * configure.in (i[345]86-*-win32): Always build newlib.
10436         Don't configure cvs, autoconf or texinfo.
10437         * Makefile.in (LD_FOR_TARGET): New.
10438         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
10439         Pass down LD_FOR_TARGET.
10441 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
10443         * winsup: New directory.
10444         * Makefile.in: Build winsup.
10445         * configure.in: Winsup is configured when target is win32.
10446         Can only build win32 target GDB when native.
10448 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
10450         * config.guess: Recognize HP model 819 machines as having
10451         a PA 1.1 processor.
10453 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
10455         * configure: Fix sed loop which substitutes for CC and CXX to
10456         avoid bug found in various sed implementations.
10458 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
10460         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
10461         simulator.  Use standard powerpc-*-eabi*.
10463 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
10465         * configure.in: Stop putting gas and binutils in noconfigdirs for
10466         powerpc-*-aix* and rs6000-*-*.
10468 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
10470         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
10471         -mcall-aixdesc libraries.
10473 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
10475         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10477         * config.sub (arm | armel | armeb): Fix shell syntax.
10479 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
10481         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
10482         -msoft-float and -mcpu=common support.
10483         (powerpc*-*-eabisim*): Add support for building -mcall-aix
10484         libraries.
10486 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
10488         * configure.in: Allow configuration and build of emacs19 for the alpha.
10490 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
10492         * configure.in (CC): Get ^CC, not just any old CC, from
10493         ${host_makefile_frag}.
10495 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
10497         * configure.in (CC): Try to get CC from
10498         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
10500 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
10502         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
10503         only if it exists in $(srcdir).
10505 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
10507         * configure: If CC and CXX are not set in the environment, set
10508         them, based on either an existing Makefile or on searching for gcc
10509         in PATH.  Substitute for CC and CXX in Makefile.
10510         * configure.in: Remove libm from target_libs.  Separate
10511         target_configdirs from configdirs.  If CC is not set in
10512         environment, try to get it from a host Makefile fragment.  Rewrite
10513         changes of configdirs to use skipdirs instead.  A few minor
10514         tweaks.  Take directories out of target_configdirs as they are
10515         taken out of configdirs.  Remove existing Makefile files from
10516         subdirectories.  Substitute for TARGET_CONFIGDIRS and
10517         CONFIG_ARGUMENTS in Makefile.
10518         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
10519         by configure.in.
10520         (CONFIG_ARGUMENTS): Likewise.
10521         (CONFIGURE_TARGET_MODULES): New variable.
10522         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
10523         ($(CONFIGURE_TARGET_MODULES)): New target.
10524         (configure-libg++, configure-libio): New targets.
10525         (all-libg++): Depend upon configure-libg++.
10526         (all-libio): Depend upon configure-libio.
10527         (configure-libgloss, all-libgloss): New targets.
10528         (configure-libstdc++): New target.
10529         (all-libstdc++): Depend upon configure-libstdc++.
10530         (configure-librx, all-librx): New targets.
10531         (configure-newlib): New target.
10532         (all-newlib): Depend upon configure-newlib
10533         (configure-xiberty): New target.
10534         (all-xiberty): Depend upon configure-xiberty.
10536 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
10538         * configure.in (host i[345]86-*-win32):  Expand the
10539         noconfigdirs again.
10541 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
10543         * mpw-configure: Fix sed command file name.
10545 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
10547         * configure.in (host i[345]86-*-win32): Reduce the
10548         noconfigdirs again.
10550 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
10552         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
10553         or powerpc*-*-pe*, since they are not yet supported.
10555 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
10557         Add PowerMac support and many other enhancements.
10558         * mpw-configure: New option --cc to select compiler to use,
10559         paste options set according to --cc into the generated
10560         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
10561         if mpw-make.sed is present.
10562         * mpw-config.in: Don't test for gC1, test for mpw-touch,
10563         add forward includes for PowerPC include files.
10564         * mpw-build.in: Build using Makefile.PPC if present.
10565         (do-byacc, etc): Remove separate version resource builds.
10566         (do-gas): Build "stamps" before "all".
10567         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
10568         * mpw-README: Update to reflect --cc option, PowerMac support,
10569         and recently-reported compatibility problems.
10571 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
10573         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
10574         embedded m68k systems (-aout, -coff, -elf, -vxworks).
10575         (--with-multilib-top): Pass to recursive invocations.
10577 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
10579         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
10580         v810-*-*.
10582 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
10584         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
10585         gdb, ld and opcodes on v810-*-*.
10587 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
10589         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
10590         (local-maintainer-clean): New target.
10591         (maintainer-clean): New target.
10592         (realclean): Just depend upon maintainer-clean.
10594 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
10596         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
10598 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
10600         * configure.in: Build ld in mips*-*-bsd* case.
10602 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
10604         * config.sub: Accept -lites* OS.  From Ian Dall.
10606 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
10608         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
10609         targets.
10611 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
10613         * configure.in: treat i386-win32 canadian cross the same as
10614         i386-go32 canadian cross.
10616 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
10618         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
10619         running under the simulator to build a reduced set of libraries.
10620         (powerpc-*-eabiaix): Add fine grained multilib support added to
10621         other powerpc targets yesterday.
10623 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
10625         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
10626         -disable-softfloat, -disable-relocatable, -disable-aix, and
10627         -disable-sysv to control which multilib libraries get built.
10629 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
10631         * configure: Add Makefile.tem to list of files to remove in trap
10632         handler.
10634 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10636         * config.guess (*Linux*):  Add missing "exit"s.
10637         Also, need specific check for alpha-unknown-linux (uses COFF).
10639 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10641         * config.guess:  Merge with FSF:
10643         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
10644         * config.guess (AIX4): More robust release numbering discovery.
10646         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
10647         * config.guess (i386-sequent-ptx): Properly get version number.
10649         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
10650         * config.guess (mips:*:4*:UMIPS): New case.
10652 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
10654         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
10655         (i386-win32 host): Likewise.  Don't build readline.
10657 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
10659         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
10660         SUPPORT_FILES to submakes.
10662 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
10664         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
10665         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
10666         mpw-configure.
10668 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
10670         * configure.in (appdirs): Use =, not ==, in test expression when
10671         trying to build the text to print in the warning message for
10672         Solaris users.
10674 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
10676         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
10678 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
10680         * config.guess: Recognize lynx-2.3.
10682 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
10684         * config.sub (z8ksim): Deleted
10685         (z8k-*-coff): New, this is the one true name of the target.
10687 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
10689         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
10691 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
10693         * config.guess (*:Linux:*:*): First try asking the linker what the
10694         default object file format is (elf, aout, or coff).  Then if this
10695         fails, try previous methods.
10697 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
10699         * configure.in: Don't build newlib for *-*-vxworks5.1.
10701 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
10703         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
10704         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
10706 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
10708         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
10710 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
10712         * cfg-ml-com.in: New file.
10713         * cfg-ml-pos.in: New file.
10715 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
10717         * COPYING.NEWLIB: Add HP free copyright to list.
10719 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
10721         * config.sub: Recognize -eabi* for the system, not just -eabi.
10723 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
10725         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
10726         * config.sub, configure.in (win32): New target and host.
10728 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
10730         * configure.in: Add i386-pe configuration.
10732 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
10734         * mpw-build.in (install): Install GDB after LD.
10736 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
10738         * mpw-config.in (elf/mips.h): Always forward-include, needed
10739         for GDB to build.
10741 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
10743         * testsuite: New directory for customer acceptance and whole tool
10744         chain tests.
10746 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
10748         * configure: If per-host line isn't found, but AC_OUTPUT is found
10749         and a configure script exists, run it instead.
10751 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10753         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
10755 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
10757         * configure: Set build_{cpu,vendor,os,alias} to host values when
10758         --build isn't specified.
10760 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
10762         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
10763         (FLAGS_TO_PASS): Pass them.
10764         (EXTRA_TARGET_FLAGS): Ditto.
10766 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
10768         * Makefile.in (all-libg++): Depend on all-libstdc++.
10770 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
10772         * configure.in (noconfigdirs): Enable all packages for
10773           i386-unknown-netbsd.
10775 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
10777         * configure.in (noconfigdirs): Don't configure tk for i386-go32
10778         hosted builds (DOS builds)
10780 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
10782         Changes for ARM based on patches from Richard Earnshaw:
10783         * config.sub: Handle armeb and armel.
10784         * configure.in: Omit arm linker only for riscix.
10786 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10788         * config.guess:  Update from FSF.
10790 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
10792         * config.sub: Recognize powerpcle as the little endian varient of
10793         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
10794         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
10795         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
10796         temporarily.
10798 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
10800         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
10802 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
10804         * config.sub: Accept -lites* as a basic system type.
10806 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
10808         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
10809         installed, and if so return linuxoldld as the system name.
10811 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
10813         * config.guess: Add hppa1.1-hp-lites support.
10815 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
10817         * configure.in: Don't build newlib for m68k-vxworks5.1.
10819 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
10821         * configure.in (mips-sgi-irix6): Use mh-irix5.
10823 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
10825         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
10827 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
10829         * test-build.mk: Enable building of shared libraries on IRIX 5 and
10830         OSF/1.  Fix compiler flags.
10831         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
10833 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
10835         * configure.in: Recognize --with-newlib.
10836         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
10838 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
10840         * Makefile.in: move {all,check,install}-gdb from *_MODULES
10841         to *_X11_MODULES due to gdbtk needing X include files et al.
10843 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
10845         Merge in support for Mac MPW as a host.
10846         (Old change descriptions retained for informational value.)
10848         * mpw-config.in: Add generic include forwards for cpu-specific
10849         include files in aout and elf directories.
10851         * mpw-configure: Added copyright.
10852         * mpw-config.in: Check for presence of required build tools.
10853         (target_libs): Add newlib.
10854         (target_tools): Add examples.
10855         (Read Me): Generate as "Read Me for MPW" instead.
10856         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
10857         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
10858         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
10860         * mpw-configure: Remove subdir-specific makefile hackery,
10861         delete mk.tmp after using it.
10863         * mpw-build.in (all): Display start and end times.
10865         * mpw-configure (host_canonical): Set.
10866         (target_cpu): Always add to makefiles.
10867         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
10868         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
10869         (mpw-mh-mpw): Look for in srcdir and srcroot.
10870         Use sed instead of mpw-edit-prefix to edit prefix definitions.
10872         * mpw-build.in: (install-only): New target.
10874         * mpw-configure (host_alias, target_alias): Rename from hostalias
10875         and targetalias, add into generated Makefile.
10876         (mk.tmp): If present, add into generated Makefile.
10877         * mpw-build.in (all-gas): Build config.h first before gas proper.
10879         * mpw-configure (config.status): Write only if changed.
10880         * mpw-config.in (readline): Configure it (not built, just used for
10881         definitions).
10883         * mpw-config.in (elf/mips.h): Add a forward include.
10885         * mpw-config.in: Forward-include most .h files in include into
10886         extra-include.
10887         (readline): Don't build.
10888         mpw-build.in (install): Install GDB.
10890         * mpw-configure (prefix, mpw_prefix): Handle it.
10891         * mpw-config.in (mmalloc, readline): Don't configure.
10892         * mpw-build.in (thisscript): Rename to ThisScript.
10893         Use mpw-build instead of BuildProgram everywhere.
10894         (mmalloc, readline): Don't build.
10895         * mpw-README: New file, basic documentation about the MPW port.
10897         * mpw-config.in: Use forward-include to create include files.
10899         * mpw-configure: Add more things to the top of each configured
10900         Makefile, including contents of config/mpw-mh-mpw.
10901         * mpw-config.in (extra-include): Create this directory and fill it
10902         with Posix-like include files when configuring.
10904         * config.sub (apple, mac, mpw): Add various aliases.
10906         * mpw-build.in: New file, top-level build script fragment for MPW.
10907         * mpw-configure: New file, configure script for MPW.
10908         * mpw-config.in: New file, config fragment for MPW.
10910 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
10912         * configure.in (host_libs): Remove glob, since it is gone from the
10913         sources.
10915 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
10917         * Makefile.in: define empty GDB_NLM_DEPS var.
10919         * configure.in(target_makefile_frag): use config/mt-netware
10920         for netware targets.
10922 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
10924         * config.sub: Merge in recent FSF changes.  Remove linux special
10925         cases.
10927 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
10929         Revert this change:
10931         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
10933                 * build-all.mk: Use CC=cc -Xs on Solaris.
10935 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
10937         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
10938         stop using it.
10939         * Makefile.in: Nuke all references to glob subdirectory.
10941 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
10943         * configure.in: Fix --enable-shared logic in per-host.
10945 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
10947         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
10949 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
10951         * configure.in (noconfigdirs): Don't build gas on AIX, for
10952         powerpc*-*-aix* as well as for rs6000*-*-aix*.
10954 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
10956         * configure: Fix --cache-file to work if the file argument is a
10957         relative path.
10959 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
10961         * configure: If the --cache-file is used, pass it down to
10962         configure in subdirectories.
10964 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
10966         * config.sub: add vxworks29k configuration.
10968 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
10970         * Makefile.in (taz): Do "diststuff" part quietly.
10972 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
10974         * config.sub: Mini-merge with gcc/config.sub.
10976 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
10978         * config.guess (IRIX): Sed - to _.
10980 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
10982         * Makefile.in (source-vault, binary-vault): New targets.
10984 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
10986         * config.sub: Recognize -eabi as a basic system type.
10988 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
10990         * configure.in (enable_shared stuff): Fix typo.
10992 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
10994         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
10996 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
10998         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
11000 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
11002         * configure.in (rs6000-*-*): Don't build gas.
11004 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
11006         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
11007         reduce command line length.
11008         (AS_FOR_TARGET): Check for as.new, not Makefile.
11009         (NM_FOR_TARGET): Check for nm.new, not Makefile.
11011 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11013         * config.guess:  Merge from FSF.
11015 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
11017         * configure: Don't use $ when handling program_suffix.
11019 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
11021         * configure.in:  Configure tk for hppa/hpux.
11023 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
11025         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
11027 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
11029         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
11030         to LIBCXXFLAGS.  Tests are better run without it.
11032 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
11034         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
11036 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
11038         * configure.in (*-*-netware*): Don't configure xiberty.
11040 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
11042         * configure.in:  Remove tk from native_only list.
11044 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
11046         * build-all.mk: Add mips-ncd-elf target to sun4 targets
11047           for special NCD build.
11049 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
11051         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
11052         makeall.bat, they're only useful for binutils snapshots.
11053         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
11054         makeall.bat to specified SUPPORT_FILES.
11056 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
11058         * build-all.mk: Add Ericsson targets to sun4 and solaris
11059           hosts.  Add  BNR's sun4 target to solaris host, so their
11060           build-from-source will be tested in-house first.
11062 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
11064         * Makefile.in (LIBCFLAGS): New variable.
11065         (CFLAGS_FOR_TARGET): Ditto.
11066         (LIBCFLAGS_FOR_TARGET): Ditto.
11067         (LIBCXXFLAGS): Ditto.
11068         (CXXFLAGS_FOR_TARGET): Ditto.
11069         (LIBCXXFLAGS_FOR_TARGET): Ditto.
11070         (BASE_FLAGS_TO_PASS): Pass them.
11071         (EXTRA_TARGET_FLAGS): Ditto.
11073         * configure.in: Support --enable-shared.
11075 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
11077         * configure.in (target_libs):  Include libstdc++ again.
11078         * config.guess:  Update from FSF (for FreeBSD).
11080 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
11082         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
11083         makeall.bat.
11084         (DISTDOCDIRS): Add `etc'.
11085         (ETC_SUPPORT_PFX): New variable.
11086         (taz): Include anything from etc starting with a word in
11087         ETC_SUPPORT_PFX.
11089 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
11091         * config.sub: Update for recent FSF changes.  Remove obsolete
11092         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
11093         spacing changes.
11095 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
11097         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
11099         * config.guess:  Merge with FSF.
11100         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
11102 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
11104         * configure: Since the "trap 0" handler will override the exit
11105         status on many systems, only use it for "exit 1", and make it set
11106         a non-zero exit status; reset it before "exit 0".  Also, check
11107         exit status of config.sub, and error out if it failed.
11109 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
11111         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
11112         and install libgloss.
11114 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
11116         * Makefile.in (all-binutils): Depend upon all-byacc.
11118         * configure.in: Don't build emacs on Irix 5.
11120 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
11122         * configure.in (*-*-netware*): Add libio.
11124 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
11126         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
11127         (CHECK_TARGET_MODULES): Ditto.
11128         (INSTALL_TARGET_MODULES): Ditto.
11129         (TARGET_LIBS): Ditto.
11130         (all-libstdc++): Note dependencies.
11132 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
11134         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
11136 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
11138         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
11139         -fexternal-templates.
11141         * configure.in (target_libs): Add libstdc++.
11142         (noconfigdirs): Add libstdc++ as appropriate.
11144 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11146         * config.guess:  Update from FSF.
11148 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
11150         * configure: Use ${config_shell} when running ${configsub}.
11152 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
11154         * config.sub: No longer recognize h8300h.
11156 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
11158         * config.sub: Remove extraneous differences between config.sub and
11159         gcc/config.sub.
11161 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
11163         * Makefile.in (DISTSTUFFDIRS): Add gas.
11165 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
11167         * COPYING.NEWLIB: New file.
11169 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11171         * config.guess (HP-UX):  Patch from Harlan Stenn
11172         <harlan@landmark.com> to also emit release level.
11174 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
11176         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
11178 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11180         * config.sub:  Merge nextstep cleanup from FSF.
11182 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
11184         * configure.in (arm-*-*): Don't configure ld for this target.
11186 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
11188         * configure.in (*-*-netware): don't configure libg++, libio,
11189           librx, or newlib.
11191 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
11193         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
11194         configure ld--it works, but it doesn't support shared libraries.
11196 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11198         * config.guess (*-unknown-freebsd*):  Get rid of possible
11199         trailing "(Release)" in version string.
11200         Patch from Paul Richards <paul@isl.cf.ac.uk>.
11202 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11204         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
11205         Fix type: *-next-neststep -> *-next-nextstep.
11207         * config.guess:  Merge from FSF:
11209         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
11211         * config.guess: Recognize powerpc-ibm-aix3.2.5.
11213         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
11215         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
11216         instead of UNIX_SV for UnixWare 1.0).
11218 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
11220         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
11221         to make gdb/nlm/* build after the compiler and linker.
11223 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11225         * config.guess (netbsd, freebsd, linux):  Accept any machine,
11226         not just i[34]86.
11227         (m68k-atari-sysv4):  Relocate to match FSF version.
11229         * config.guess:  More merges from the FSF:
11231         Add a space before function call or macro invocation.
11233         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11235         * config.guess: Add trap cmd to remove dummy.c and dummy when
11236         interrupted.
11238         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11240         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
11241         (dummy): Redirect stderr from compilation of dummy.c.
11243         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
11245         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
11247 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
11249         * configure: Accept and ignore --cache*, for compatibility with
11250         new autoconf.
11252 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11254         * config.guess:  Merge from FSF:
11256         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
11258         * config.guess (Pyramid*:OSx*:*:*): New case.
11259         (PATH): Add /.attbin at end for finding uname.
11260         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
11262         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
11264         * config.guess (M88*:DolphinOS:*:*): New case.
11266         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
11268         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
11269         to select whether to use ELF or COFF.
11271         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
11273         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
11275         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
11277         * config.guess: Guess the OS version for HPUX.
11279         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
11281         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
11283 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
11285         * configure.in: Recognize --with-headers, --with-libs, and
11286         --without-newlib.
11287         * Makefile.in (all-xiberty): Depend upon all-ld.
11289 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
11291         * configure.in: Change i[34]86 to i[345]86.
11293 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
11295         * configure (version): A few more tweaks to help message.
11297 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11299         * Makefile.in:  Remove (for now) librx as a host library,
11300         now that we're building it for target.
11302 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
11304         * configure: Fix up help message; from karl@owl.hq.ileaf.com
11305         (Karl Berry).
11307 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11309         * configure.in:  Also configure librx.
11311 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11313         * Makefile.in:  Update various rules to reflect that librx
11314         is now needed for libg++.
11316 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
11318         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
11320 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
11322         * configure.in: Configure the examples directory.
11324 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
11326         * configure: Simplify Jun 2 1994 change.
11328 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
11330         * change CC to /usr/latest/bin/gcc for lynx host builds, since
11331         /bin/gcc isn't good enough to build gcc.
11333 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
11335         * Makefile.in (GDB_SUPPORT_FILES): Remove
11336         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
11337         (gdb.tar.gz): Add new rule to use standard distribution building
11338         mechanism.
11340 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11342         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
11343         Bill Cox <bill@cygnus.com>.
11345 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11347         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
11349 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
11351         * configure:  Search current dir first in .gdbinit.
11353 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11355         * config.sub:  Recognize freebsd (merged from gcc config.sub).
11357 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11359         * config.sub:  Refer to NeXT's operating system as nextstep.
11361         * config.sub (case $basic_machine):  Re-order the cases, to match
11362         the order in the FSF version (which is mostly alphabethical).
11363         Merge in some additions and changes from the FSF.
11365 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
11367         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
11368         * config.sub: Recognize cxux7.
11369         * configure.in: Use mh-cxux for m88k-harris-cxux*.
11371 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11373         * config.sub:  Fix typo powerpc -> powerpc-*.
11375 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
11377         * Makefile.in: `all-emacs19' depends on `all-byacc'.
11379         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
11380         parallel with all-emacs and install-emacs).  Top-level command
11381         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
11383 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
11385         * test-build.mk ($(host)-stamp-stage2-installed): Remove
11386         $(relbindir)/make before doing ``make install'', and use
11387         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
11388         installing over running make binary.
11389         ($(host)-stamp-stage3-installed): Likewise.
11391 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11393         * config.guess: Recognize Mach.
11395 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
11397         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
11398         see whether --exec-prefix was used.
11400 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11402         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
11404 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11406         * Makefile.in: Add all-librx target similar to all-libproc.
11408 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
11410         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
11411         with post 1.2 uname bogosity.
11413 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11415         * configure: Remove temporary files on receipt of a signal.
11417 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
11419         * configure: If there is a package_makefile_frag, remove
11420         ${subdir}/Makefile.tem after copying it in.
11422 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
11424         * build_all.mk: support rs6000 lynx identifies itself as
11425         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
11426         since /bin/gcc is too feeble to compile a modern gcc.
11428 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
11430         * brought devo/test-build.mk update-to-date with progressive/
11431           test-build.mk. Add lynx targets and hppa flag info.
11433 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11435         * configure.in:  Use mh-ncrsvr43.  Patch from
11436         Tom McConnell <tmcconne@sedona.intel.com>.
11438 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11440         * config.guess (i386-unknown-bsdi):  No longer need to
11441         check #if defined(__bsdi__) && defined(__i386__).
11443 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11445         * configure: Set program_transform_nameoption correctly.
11447 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
11449         * brought build-all.mk update-to-date with progressive build-all.mk,
11450           added new targets and hppa info.
11452 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11454         * configure: If config.guess result is a prefix of the user
11455         specified target, assume a native build and use the user specified
11456         target as the host alias.  Remove SunOS patch suffix removal hack.
11457         * configure.in: Remove SunOS patch suffix removal hack.
11459         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
11460         in NATIVE_CHECK_MODULES.
11462 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
11464         * Makefile.in: Rename HOST_ONLY to NATIVE.
11465         * configure: Delete SunOs patch suffix from host_canonical
11466           and build_canonical variables that are prepended to Makefiles.
11467         * configure.in: Add comments for easier maintenance.
11469 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11471         * Makefile.in: Add all-libproc target similar to all-gui.
11473 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
11475         * Makefile.in (CHECK_MODULES): split into
11476         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
11478 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
11480         * config.guess (i386-unknown-bsdi): New system to guess.
11482 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11484         * Makefile.in: Add all-gui target (but not yet build by "all").
11486 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
11488         * config.sub: Move deletion of patch suffix from here...
11489         * configure.in: To here, at Ian's suggestion.  The top-
11490           level scripts might need to know of a patch level.
11492 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
11494         * config.sub: Strip off patch suffix so rtl is recognized
11495           as a sunos4.1.3 machine, even though it's been patched.
11497 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
11499         * Makefile.in (INSTALL_LAST): Delete.
11500         (INSTALL_DOSREL): New.
11502 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11504         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
11505         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
11506         whether we pass down --with-gnu-ld anyhow.
11508 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
11510         * Makefile.in (INSTALL_LAST): Change operation so it works
11511         on more flavors of make.
11512         * configure.in (go32): Don't build libg++ or libio.
11514 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
11516         * Makefile.in (Move HOST_PREFIX_1 and friends up so
11517         they can be overriden by templates.
11519 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
11521         * configure.in (target==go32): Don't build gdb.
11522         * dosrel: New directory.
11524 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
11526         * configure.in (host==go32): Configure dosrel too.
11527         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
11528         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
11529         be set by incoming names or templates.
11530         (INSTALL_LAST): New rule.
11532 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
11534         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
11536 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
11538         * configure.in (appdirs): New variable.  Currently empty, but will
11539         be used in gas distribution.  If nonempty, lists a set of
11540         directories at least one of which must get configured, or top
11541         level configuration is considered to have failed.
11542         (rs6000-*-lynxos*): Use new file name.
11544 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11546         Eliminate XTRAFLAGS.
11547         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
11548         newlib include files using -idirafter, and also use -nostdinc.
11549         (CXX_FOR_TARGET): Likewise.
11550         (XTRAFLAGS): Removed.
11551         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
11552         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
11553         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
11554         ($(DO_X)): Don't pass down XTRAFLAGS.
11556 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
11558         * configure.in (mips*-dec-bsd*): New target; do build linker.
11559         (mips*-*-bsd*): New target; don't build linker.
11561 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
11563         * configure.in: support rs6000-*-lynxos* configuration.
11564         support sunos4 as a cross target.
11566         * config.sub: look for lynx*, not lynx since the OS version may
11567         legitimately be part of the name.
11569 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
11571         * configure.in (i[34]86-*-sco*): Move to be with other i386
11572         targets.
11573         (romp-*-*): New target.  Skip various binary utilities.
11574         (vax-*-*): New target.  Don't build newlib.
11575         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
11577 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
11579         * configure.in: Only set host_makefile_frag if config
11580         directory exists.
11582 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
11584         * install.sh: If $dstdir exists, don't check whether each
11585         component does.
11587 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11589         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
11591 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
11593         * configure.in (*-*-lynxos*): Don't configure newlib for either
11594         native or cross Lynx.
11596 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
11598         * config.sub (sparc64-elf): Fix os.
11599         (z8k): Remove duplicate.
11601 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11603         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
11604         gcc/stmp-fixproto, to try to prevent fixproto from being run.
11606 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
11608         * configure: Make file links cleanly even if Lynx fails on
11609           an NFS symlink (at least fail cleanly).
11611 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
11613         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
11614         -XNh2000.
11616 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
11618         * configure: Unknown options are fatal again.
11620 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
11622         * configure: Ignore --x-includes and --x-libraries, for Autoconf
11623         compatibility.
11625 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
11627         * build-all.mk: Add `clean' target.
11629 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11631         * config.guess:  Add SINIX support.
11632         * configure.in:  Add mips-*-sysv4* support.
11634 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
11636         * build-all.mk: Document all useful targets.
11637         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
11638         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
11640 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
11642         * configure: Support --silent, --quiet.
11644 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
11646         * configure: Support --disable-FEATURE.
11648 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11650         * config.guess: Recognize NCR running SVR4.3.
11652 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11654         * config.guess:  Make BSDI generate i386-unknown-bsd386.
11655         Patch from Paul Eggert <eggert@twinsun.com>.
11657 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11659         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
11661 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
11663         * configure: Make unrecognized options give nonfatal warnings
11664         instead of fatal errors, and pass them to any subdirectory
11665         configures in case they recognize them.
11666         Make --x equivalent to --with-x.
11668 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
11670         * configure: Add --enable-* options.  Clean up usage message and
11671         some comments.
11673 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
11675         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
11677 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
11679         * configure.in (hppa*-*-*): Enable binutils.
11681 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11683         * config.sub: Recognize cisco.
11685 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
11687         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
11689 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11691         * config.guess: about target *-hitachi-hiuxwe2, don't print more
11692         than one configuration name.  Add comment.
11694 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
11696         * config.guess: about target *-hitachi-hiuxwe2, fixed
11697         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
11698         macro is incorrect.]
11700 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11702         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
11703         than the "make ls" stuff which used to be here.
11705 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11707         * config.guess:  Recognize i[34]86-unknown-freebsd.
11708         From Shawn M Carey <smcarey@rodan.syr.edu>.
11710 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11712         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
11714 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
11716         * config.guess: Check for ptx.
11718 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
11720         * config.sub: Add os9k checking.
11722 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
11724         * config.guess: Handle OSF1 running on HPPA processors
11726 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
11728         * configure: If subdir configure fails, print out a message with
11729         subdirectory name, in case subdir's configure code didn't identify
11730         itself.
11732 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
11734         * configure.in: Remove embedded newlines from configdirs.
11735         Avoid mismatches of substrings.  Fix matching strings at end
11736         of configdirs.
11738 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
11740         * config.guess:  Add Lynx/rs6000 config support.
11742 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
11744         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
11746 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
11748         * configure.in (hppa*-*-osf*): Treat this just like most other
11749         PA configurations (eg no binutils or ld).
11750         (hppa*-*-*elf*): These configurations have binutils and ld.
11752 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
11754         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
11756 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11758         * configure.in (rs6000-*-*): Build gas.
11760 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
11762         * Makefile.in:  Avoid bug in losing hpux sed.
11764 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11766         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
11767         for GDB and GDB has been fixed to not need it.
11769 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
11771         * config.guess: Recognize vax hosts.
11773 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
11775         * configure (while loop): Don't use "break 2" inside case
11776         statement -- the case statement isn't an enclosing loop.
11778 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11780         * config.guess:  Clean up NeXT support, to allow nextstep
11781         on Intel machines.  Make OS be nextstep.
11783 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
11785         * config.guess: Add alternate forms for Convex.
11787 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
11789         * configure:  Completely rewrite option processing.  Take
11790         advantage of pattern-matching to avoid invoking test frequently.
11791         Also clean up host and target defaulting logic.
11793 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
11795         * Makefile.in: Replace all occurrances of "rootme" with "r" and
11796         "$${rootme}" with "$$r", to increase the likelihood that the do-*
11797         commands (plus user environment) will fit SCO limits.
11799 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11801         * configure.in: Don't issue warnings about directories which are
11802         not being configured if -norecursion is set.  Correct test for
11803         --with-gnu-as and --with-gnu-ld to not get confused by substring
11804         matches.
11806         * configure.in: Don't build gas for alpha-dec-osf1*.
11808 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
11810         * configure:  Back out Per's change of 12/19/1993.  It changes the
11811         behavior of configure in unexpected and confusing ways.
11813         Also, use different delim char when calculating
11814         program_transform_name so that the name can contain slashes.
11816 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
11818         * configure.in, config.sub: Add support for VSTa micro-kernel.
11820 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
11822         * configure.in: Nuke hacks which were used to get a special
11823         version of GAS for HPPA configurations.
11825 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
11827         * configure:  If only ${target_alias} is given, use that
11828         as the default for ${host_alias}.
11829         * configure:  Add missing back-slashes before nested quotes.
11831 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
11833         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
11835 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
11837         * config.guess:  Recognize some Tektronix configurations.
11838         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
11840 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
11842         * config.sub: Match any flavor of SH.
11844 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
11846         * configure.in: Don't try to configure newlib for Alpha.
11848 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11850         * configure.in: Don't build ld for Irix 5.  Don't build gas,
11851         libg++ or libio for any Alpha target.
11853         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
11855 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
11857         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
11858         default arguments -- so it tried to compress itself.
11860 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
11862         * configure.in (notsupp): ensure that a space is always at the end
11863           of the configdirs list, since the grep checks for an explicit space
11865 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11867         * configure.in (target i386-sysv4.2): don't build ld, since static
11868           versions of many libraries are not available.
11870 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11872         * config.guess: Recognize Apollos (using environment variables).
11873         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
11875 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11877         * config.guess: Recognize Sony news mips running newsos.
11879 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
11881         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
11882         "fi ; else" for bash.
11884 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
11886         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
11888 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
11890         * config.sub: accept unixware as an alias for svr4.2.
11891         Fix some inconsistancies with the gcc version.
11893 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11895         * Makefile.in (DISTDOCDIRS):  Add gdb.
11897 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
11899         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
11901 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
11903         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
11904         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
11905         this now.
11907 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11909         * config.sub: Accept hiux* as an OS name.
11911         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
11912         etc/make-stds.texi.  The underscore came from gcc, and dje now
11913         agrees that RUNTESTFLAGS is the correct name.
11915 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
11917         * install.sh:  Remove 'set -e'.  It makes any conditionals
11918         in the script useless.
11920         * config.guess: Automatically recognize arm-acorn-riscix
11921         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
11923 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
11925         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
11927 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
11929         * Makefile.in (DISTDOCDIRS): New variable.
11930         (taz): Edit local Makefile.in sooner, instead of proto-toplev
11931         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
11933 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11935         * configure.in (hppa target): check the source directory for the
11936           pagas sub-directory
11938 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
11940         * config.sub: Allow -aout* and -elf*.
11942 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
11944         * configure.in: Don't build ld on i386-solaris2, same as for
11945         sparc-solaris2.
11947 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
11949         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
11951 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11953         * configure.in:  Configure gdb for alpha.
11955 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11957         * Makefile.in (CXXFLAGS): Add -O.
11959 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11961         * config.guess: added support for DG Aviion
11963 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
11965         * configure.in: Produce warning message for subdirectories not
11966         configurable for this host/target combination.  Don't try to
11967         configure gdb for vms.
11969 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
11971         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
11972         appropriate files before making "diststuff".
11973         (DISTBISONFILES): New var: list of files to be edited.
11974         (DISTSTUFFDIRS): Add binutils.
11976 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11978         * config.sub: also handle mipsel and mips64el (for little endian mips)
11980 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11982         * configure.in: Add * to end of all OS names.
11984 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
11986         * configure.in: Build newlib for LynxOS native.
11988 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11990         * config.guess: Add support for delta 88k running SVR3.
11992         * configure.in: Add comment about HP compiler vs. emacs.
11994 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11996         * configure.in: don't build ld on solaris2 (not a viable option
11997           due to bugs in getpwnam & getpwuid)
11999 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
12001         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
12002         config.guess will produce a full version number.
12004 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12006         * configure.in: Build linker and binutils for alpha-dec-osf1.
12008 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12010         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
12011         and gdb/testsuite/Makefile.in.
12013 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12015         * configure.in: recognize mips*- instead of mips-
12017 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
12019         * config.sub: Accept linux*coff and linux*elf as operating
12020         systems.
12022 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12024         * config.sub: Recognize mips64, and mips3 as an alias for it.
12026 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
12028         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
12029         gdb knows how to handle OSF/1 shared libraries.
12031 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12033         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
12034         * config.guess: Recognize Hitachi's HIUX.
12035         * config.sub: Recognize h3050r* and hppahitachi.
12036         Remove redundant cases for hp9k[23]*.
12038 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12040         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
12041         if gas and ld are in the source tree and are in ${configdirs}.
12042         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
12043         --with options (but still pass them down on the command line,
12044         if they were explicitly specified).
12046 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12048         * configure: substitute SHELL value in Makefile.in with
12049         ${CONFIG_SHELL}
12051 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12053         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
12054         *-*-solaris2* targets.
12056 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12058         * Makefile.in: define M4, and pass it down to sub-makes;
12059         all-autoconf now depends on all-m4
12061 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12063         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
12064         presence of {ar,ranlib} instead of a configured directory
12066 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
12068         * config.guess: Accept 34?? as well as 33?? for NCR.
12070 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12072         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
12073         of 'gas' in sed commands, since 'gash' is now in the tree as well.
12075 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12077         * configure: grab values for $(CC) and $(CXX) from the
12078         environment, so that someone can do "CC=gcc configure; make" and
12079         have it work right (matching the way that autoconf works now)
12081         * configure.in, Makefile.in: add support for gash, the tcl
12082         interface to Galaxy
12084         * config.guess: add NetBSD variants (hp300, x86)
12086 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
12088         * install.sh: Support -d option (in the manner of SunOS 4 install,
12089         as it is more deterministic than that of GNU install)
12090         (chmodcmd): Set file to mode 755 by default (should also do default
12091         chgrp and chown, but I don't feel like dealing with that now)
12093 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
12095         * config.sub: Remove h8300hhms alias.
12097 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12099         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
12101 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12103         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
12104         as stmp-fixinc
12106 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
12108         * config.sub: recognize m88110-bug-coff.
12110 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12112         * Makefile.in (all-libio): all dependencies on the toolchain used
12113         to build this (gcc, gas, ld, etc)
12115 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12117         * config.guess: Deal with OSF/1 1.3 on alpha.
12119 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12121         * install.sh: add some 'else true' clauses for portability
12123         * configure.in: don't build libio for h8[35]00-*-* targets
12125 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
12127         * Makefile.in:  Add support for new libio.
12129 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12131         * install.sh: If one command fails, don't try the rest.  Don't try
12132         to remove $dsttmp (via trap) unless we have already created it.
12133         If $src doesn't exist, detect it and exit with an error.
12135         * config.guess: Recognize BSD on hp300.
12137 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
12139         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
12140         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
12142 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
12144         * Makefile.in (all-send-pr): depends on all-prms
12146 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12148         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
12150 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12152         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
12153         Added test for mips-mips-riscos5.
12155 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12157         * configure.in: use mh-hp300 for 68k HP hosts
12159 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12161         * configure: add support for CONFIG_SHELL, so that you can use
12162         some alternate shell for evaluating configure scripts
12164 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
12166         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
12167         in configure script to bug-gdb@prep.ai.mit.edu when building
12168         distribution archive.
12169         * Makefile.in (COMPRESS):  Remove def.
12170         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
12171         gdb.tar.Z and make-gdb.tar.Z respectively.
12172         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
12173         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
12174         to convergence with 'taz' target in Makefile.in.
12176 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12178         * install.sh (dsttmp): use trap to ensure that tmp files go
12179         away on error conditions
12181 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12183         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
12185 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12187         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
12188         its parent is '/' not ''.
12190         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
12192 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
12194         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
12195         that ${newsrcdir}/configure.in does.
12197 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12199         * test-build.mk: support for CONFIG_SHELL
12201 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
12203         * config.sub (netware):  Add as a basic system type.
12205 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
12207         * Makefile.in (Makefile): depend on configure.in.  Also drop the
12208           $(srcdir)/ from the dependency on Makefile.in.
12210 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
12212         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
12213         (h8300hhms is temporary until multi-libraries are implemented).
12214         * configure.in: Handle h8300h too.
12216 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12218         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
12220 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
12222         * configure:  Remove extraneous output when guessing host type.
12223         * config.guess:  Remove extraneous output when guessing using C
12224         compiler rather than uname, or when guessing fails.
12226 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
12228         * Makefile.in: remove all.cross and install.cross targets
12230         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
12231           definitions
12233 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
12235         * configure.in (target sh): Build gprof.
12237 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12239         * config.sub: change -solaris to -solaris2
12241 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12243         * configure.in: Use config/mh-riscos for mips-*-sysv*.
12245 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
12247         * configure: Correct error message for missing Makefile.in to
12248         print correct directory.
12250 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12252         * install.sh: kludge around 386BSD shell bug
12254 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
12256         * config.guess:  Recognize NeXT.
12257         * config.guess:  Recognize i486-ncr-sysv4.
12258         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
12260 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
12262         * Makefile.in (MAKEINFOFLAGS): New variable.
12263         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
12264         * build-all.mk, test-build.mk: Pass down --no-split as
12265         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
12267 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
12269         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
12271 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
12273         * Makefile.in (libg++.tar.z):  New rule.
12274         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
12275         * Makefile.in (taz):  Only do a single chmod.
12277 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
12279         * install.sh: don't use dirname anymore (replaced with sed usage)
12281 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
12283         * Makefile.in:  Change extension for gzip'd files from '.z' to
12284         '.gz' per new FSF standard usage.
12286 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
12288         * configure: put quotes around the final value of program_transform_name
12290 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12292         * Makefile.in: new install.sh support; update install-info rules
12294 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
12296         * configure.in: Build diff for crosses, but not for go32 host.
12298         * configure.in: Build gprof only for native, and don't build it
12299         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
12301 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
12303         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
12305 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
12307         * configure.in (host_tools): Add prms.
12309 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12311         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
12312         with $(FLAGS_TO_PASS) on the command line
12314         * config.sub: Recognize lynx and lynxos
12316 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
12318         * config.sub: Accept -ecoff*, not just -ecoff.
12320 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
12322         * Makefile.in (taz): Use .gz suffix instead of .z.
12323         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
12324         names.
12326 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12328         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
12330 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12332         * Makefile.in (install-no-fixedincludes):  install gcc last, so
12333         that rebuilds that might happen during 'make install' don't get
12334         bogus gcc include files
12336 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
12338         Change from Utah for HPPA support:
12339         * config.guess: Recognize hppa1.x-hp-bsd.
12341 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
12343         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
12344         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
12346 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
12348         * config.sub: Add support for rom68k and bug boot monitors.
12350 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
12352         * Makefile.in: Make all-opcodes depend on all-bfd.
12354 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
12356         * config.guess: Added special check for i[34]86-univel-sysv4*.
12358 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
12360         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
12361         the processor rather than assuming i486.
12363 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12365         * config.guess: Recognize SunOS6 as Solaris3.
12367 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
12369         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
12370         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
12372 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
12374         * build-all.mk (all-cross): New target for Canadian Cross.
12375         Added Q2 go32 targets.
12376         * test-build.mk: Configure go32 cross sparclite-aout and
12377         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
12378         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
12380 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12382         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
12383         GO32 hosted toolchains
12385 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
12387         * configure: change  so "-exec-prefix" gets passed down rather
12388         than "-exec_prefix" so autoconf generated Makefiles get the
12389         exec_prefix set right.
12391 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12393         * config.guess: get the Solaris2 minor version number
12395         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
12397 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
12399         * config.guess: Recognize some Sequent platforms.
12401 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12403         * Makefile.in: added the vault-install target
12405         * configure.in: actually use the Sun3 makefile fragment that's in
12406         config, also added the release dir to configdirs
12408 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
12410         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
12412 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12414         * configure.in: remove some program from Alpha targetted toolchains
12416 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
12418         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
12419         gprof.
12420         (taz): Run "make diststuff" in those directories instead of "make
12421         proto-dir".  Look for "VERSION=" only at start of line in subdir
12422         Makefile.  Use "gzip -9" for compression.
12423         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
12424         (binutils.tar.z): New target.
12426 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
12428         * Makefile.in (taz): Include gpl.texinfo.
12430 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
12432         * Makefile.in (setup-dirs): Merged into "taz" target.
12433         (taz): Only do `proto-dir' stuff if a directory is actually needed
12434         for this target.
12436 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
12438         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
12439         (FLAGS_TO_PASS): Pass down MUNCH_NM.
12440         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
12441         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
12442         (gcc-no-fixedincludes): Correct for current gcc Makefile.
12444 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
12446         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
12447         config.sub, and move-if-change to gdb testsuite distribution
12448         archive, so the testsuite can be extracted, configured, and
12449         run separately from the gdb distribution.  Blow away the Chill
12450         tests that require a Chill compiled executable, since GNU Chill
12451         is not yet publically available.
12453 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12455         * test-build.mk: set environment variables in a single command,
12456         instead of a list of assignments and exports
12458         * config.guess: recognize Alpha/OSF1 systems
12460 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
12462         * configure: Change help message to prefer --options rather than
12463           -options.
12465 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
12467         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
12468         zippy@ecst.csuchico.edu.
12469         * config.guess: Recognize miniframe.
12471 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
12473        * Makefile.in: Use srcroot to find runtest rather than rootme.
12474        Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
12476 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
12478         * test-build.mk: Extensive additions to support building on a
12479         machine other than the host.
12481 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
12483         * configure (tooldir): Fix for i386-aix again.
12485 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
12487         * configure, Makefile.in:  Change definition of $(tooldir)
12488         to match the FSF.
12490 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
12492         * config.guess:  Recognize i[34]86/SVR4.
12494 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
12496         * Makefile.in (all-gdb): gdb depends on sim.
12498 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
12500         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
12501         at the same time we make the prototype gdb directory.
12502         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
12503         files at the same time as the gdb base release distribution.
12505 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
12507         * Makefile.in (check): Use individual check targets rather than
12508         DO_X rule.
12509         (check-gcc): Added.
12511 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
12513         * config.sub: Use sysv3.2 not sysv32 for canonical OS
12514         for System V release 3.2.
12516 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
12518         * config.sub: Recognize hppaosf.
12519         * configure.in: Do configure ld/binutils/gas for it.
12521 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
12523         * configure (tooldir): Alter syntax used to set this, for systems
12524         where "\$" isn't handled right, like i386-aix.
12526 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
12528         * configure: Pass program-transform-name, not
12529         program_transform_name, to recursive configures.
12531 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
12533         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
12534         of gas+ld+binutils.
12536 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
12538         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
12540 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12542         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
12544 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
12546         * Makefile.in (PRMS): Set back to all-prms.
12548 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
12550         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
12551         targets, rather than for MIPS hosts.
12553 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12555         * configure.in: add comment for --with-x default values
12557         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
12559         * Makefile.in: add check-* targets for each of the directories in
12560         the tree.  Add a definition of RUNTEST that will use the one we
12561         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
12563 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
12565         * configure.in: Removed obsolete references to bfd_target and
12566         target_makefile_frag.
12568         * build-all.mk: Set assorted targets for Q2.
12569         * config.sub: Recognize z8k-sim and h8300-hms.
12570         * test-build.mk: Really don't pass host to configure.
12571         (HOLES): Added uname.
12573 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
12575         * configure: Handle an empty program-prefix, program-suffix or
12576         program-transform-name correctly.
12578 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
12580         * build-all.mk: -G 8 no longer required for MIPS targets.
12581         * test-build.mk: Don't pass host argument to configure; make it
12582         guess.
12584 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
12586         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
12587         * Makefile.in (COMPRESS):  New macro, like GZIP.
12589 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
12591         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
12593         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
12594         with gas currently defaults to -G 0.
12596 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
12598         * Makefile.in (all-flex): flex depends on byacc.
12600         * build-all.mk: If host not specified, use config.guess.  Pass TAG
12601         to test-build.mk as RELEASE_TAG.
12602         * test-build.mk (configargs): New variable containing arguments to
12603         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
12604         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
12606         * config.guess: Use /bin/uname when checking -X argument on SCO,
12607         to avoid invoking GNU uname which doesn't understand -X.
12609         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
12611         * configure.in: Build gas for mips-*-*.
12613 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
12615         * Makefile.in (all.normal): insert missing backslash.
12617 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
12619         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
12621         * Makefile.in: Complete overhaul to merge many almost identical
12622         targets.
12624 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
12626         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
12627         (gdb.tar.Z): Adjusted.
12629         * Makefile.in (setup-dirs, taz): New targets; should be general
12630         enough to adapt for gdb sometime.  Build only .z file.
12631         (gas.tar.z): New target.
12633 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
12635         * build-all.mk: Use CC=cc -Xs on Solaris.
12637 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
12639         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
12640         for handling BISON for FSF releases.
12642 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
12644         * configure: Actually implement the change zoo just documented.
12646 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
12648         * configure: when using config.guess, only set target_alias when
12649         it's not already been set (ie, on the command line)
12651 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12653         * Makefile.in: add installcheck target, set PRMS to install-prms
12655 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12657         * configure: add support for package_makefile_fragment, handle the
12658         case where a directory has a configure.in file but no Makefile.in
12659         more gracefully (with an actual understandable error message, even);
12660         add support for --without (and add this to the usage message); also
12661         explicitly add a --host=${host_alias} to the command line when
12662         config.guess is used
12664 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
12666         * configure: Must use both --host and --target in recursive calls.
12668 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
12670         * Makefile.in: Change deja-gnu to dejagnu.
12672 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
12674         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
12676 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12678         * configure.in: canonicalize all instances to *-*-solaris2*,
12679         also strip out a number of tools to not build for go32 host
12681 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
12683         * config.guess: add GPL.
12685         * Makefile.in, config.guess, config.sub, configure: bump
12686           copyrights to 93.
12688 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
12690         * Makefile.in (do-info): Removed obsolete check for existence of
12691         localenv file.
12693         * Makefile.in (MAKEOVERRIDES): Define to be empty.
12695 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12697         * Makefile.in: a couple of 'else true' for decstation,
12698         support for TclX
12700         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
12702 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
12704         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
12706 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
12708         * config.guess: Recognize i386-ibm-aix (PS/2).
12709         * configure.in: Use config/mh-aix386 file for it.
12711 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
12713         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
12714         CC_FOR_TARGET instead.
12715         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
12717 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
12719         * Makefile.in: Add sim to list of directories sent with gdb
12721 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
12723         * configure.in: Put back mips-dec-bsd* case.
12725 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
12727         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
12728         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
12729         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
12731 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12733         * configure.in: remove no-op mips-dec-bsd* in "case $target"
12735         * Makefile.in (dir.info): only run gen-info-dir if it exists,
12736         (install-info): install dir.info only if it exists,
12737         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
12739 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
12741         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
12742         gas for mips-dec-bsd.
12744 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
12746         * configure (makesrcdir): If ${srcdir} is relative and not ".",
12747         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
12749 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
12751         * configure.in: Added "dejagnu" to hosttools list.
12753 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
12755         * config.sub, configure.in, config.guess:  Add support
12756         for Bosx, an AIX variant from Bull.
12757         Patches from F.Pierresteguy@frcl.bull.fr.
12759 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
12761         * devo/dejagnu: Initial creation of devo/dejagnu.
12762         Migrated dejagnu testcases and support files for testing software
12763         tools to reside as subdirectories, currently called "testsuite",
12764         within the directory of the software tool.  Migrated all programs,
12765         support libraries, etc. beloging to dejagnu proper from
12766         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
12767         with no modifications.  The changes to these files which will
12768         allow them to configure, build, and execute properly will be made
12769         in a future update.
12771 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
12773         * Makefile.in: Change send_pr to send-pr.
12774         * configure.in: Likewise.
12775         * send_pr: Renamed directory to send-pr.
12777 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
12779         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
12781 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
12783         * README:  Update for gdb-4.8 release.
12784         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
12785         gdb-xxx.tar.z (gzip'd) file also.
12787 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12789         * Makefile.in: make all-diff depend on all-libiberty
12791 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
12793         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
12795 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12797         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
12799 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
12801         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
12802         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
12803         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
12805 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12807         * Makefile.in:  makeinfo binary is in a new location
12809 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
12811         * config.sub: Accept -ecoff as an OS.
12813         * Makefile.in: Various changes to eliminate a level of make
12814         recursion and reduce the required command line length.
12815         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
12816         sub-makes.
12817         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
12818         variables holding settings for specific sub-makes.
12819         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
12820         in terms of BASE_FLAGS_TO_PASS.
12821         (TARGET_LIBS): New variable listing directories which use
12822         TARGET_FLAGS_TO_PASS.
12823         (subdir_do): Eliminated.
12824         (do-*): New set of targets to replace subdir_do.
12825         (various): All targets which used subdir_do now depend on do-*.
12826         (local-clean): Renamed from do_clean.
12827         (local-distclean): New target, dependency of distclean and
12828         realclean.
12829         (install-info): Don't create directories.  Depend on dir.info
12830         rather than calling make recursively.
12831         (install-dir.info): Eliminated.
12832         (install-info-dirs): Create all info directories here.
12833         (dir.info): Depend upon do-install-info.
12835         * test-build.mk (HOLES): Added false.
12837 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
12839         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
12841 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12843         * Makefile.in (info): remove dependency on all-texinfo.  The
12844         problem was really in texinfo/C, not at this level.
12846 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
12848         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
12850 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
12852         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
12853         GDB releases.
12855 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
12857         * configure: Include srcdir in message about target of link not
12858         being found.  Don't convert `-' to `_' in `with' options being
12859         passed to subdirs.
12861 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12863         * configure.in: add uudecode to host_tools
12865         * Makefile.in: added {all,install}-uudecode targets, added them to
12866         the appropriate lists
12868 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
12870         * Makefile.in (all-gcc): Added dependency on all-gas.
12872         * configure.in (mips-*-*): Build ld and binutils.
12874 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
12876         * configure: check return code from mkdir, print error message and
12877           exit on failure.
12879 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
12881         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
12883 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
12885         * test-build.mk (HOLES): Added tar, cpio and uudecode.
12887 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
12889         * config.sub (h8500):  Recognize this as a cpu type.
12891 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12893         * configure: source directory missing is no longer a warning
12895         * configure.in: recognize irix[34]* instead of irix[34]
12897         * Makefile.in: define and pass down X11_LIB
12899 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
12901         * guess-systype: Renamed to ...
12902         * config.guess:  ... by popular request.
12903         * configure.in, Makefile.in:  Update accordingly.
12905 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
12907         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
12908         + Add Convex, Cray/Unicos, and Encore/Multimax support.
12909         + Execute ./dummy instead of assuming . is in PATH.
12911 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
12913         * guess-systype:  New shell script.  Attempts to guess the
12914         canonical host name of the executing host.
12915         Only a few hosts are supported so far.
12916         * configure:  Call guess-systype if no host is specified.
12918 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
12920         * Makefile.in (gcc-no-fixedincludes): Made to work with current
12921         gcc Makefile.
12924 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
12926         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
12927         (all-gcc, install-gcc, subdir_do): Use it.
12929 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
12931         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
12933 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
12935         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
12936           set exclusively by configure, using configure.in .
12938 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12940         * test-build.mk: set $PATH for all builds
12942         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
12944 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
12946         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
12947         the one used in gcc/Makefile.in, so that a null expansion doesn't
12948         override the one needed to build gcc with a native cc.
12951 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
12953         * configure: Accept -with arguments.
12955 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
12957         * Makefile.in: added h8300sim
12959 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
12961         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
12962         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
12963         (all-cygnus, native, build-cygnus): Make
12964         $(canonhost)-stamp-3stage-done, not $(host)....
12965         * test-build.mk (stamp-3stage-compared): Use tail +10c for
12966         i386-sco3.2v4.  Added else true to if command.
12968 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
12970         * config.sub: (from FSF) Sequent uses a BSD-like OS.
12972 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
12974         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
12976 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12978         * configure.in: don't remove binutils from Solaris builds
12980 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
12982         * Makefile.in: get rid of earlier definitions for *clean,
12983         also handle the recursive info rule better
12985 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
12987         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
12988         do more-or-less the right thing.
12990 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
12992         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
12993         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
12995 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12997         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
12998         $(host_canonical).
13000         * configure.in: split the configdirs list into 4 categories (native
13001         v. cross, library v. tool) and handle the cross-only and native-
13002         only in more reasonable (and correct!) way.
13004 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
13006         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
13007         configdirs anymore.
13009 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13011         * Makefile.in: extensive cleanup::  removed all of the explicit
13012         clean-* targets, collapsed many wrappers around subdir_do into
13013         one, added additional targets to satisfy standards.texi, deleted
13014         some old targets, some changes for consistency
13016 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13018         * configure.in: handle some programs as cross-only, and others as
13019         native only
13021         * test-build.mk: handle partial holes in a more generic manner
13023         * Makefile.in: m4 depends on libiberty
13025 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13027         * configure.in: add m4, textutils, fileutils, sed, shellutils,
13028         time, wdiff, and find to configdirs
13030         * Makefile.in: all, clean, and install rules for the new programs
13031         added to configure.in
13033 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13035         * configure.in: use mh-sun for all *-sun-* hosts
13037 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13039         * Makefile.in: define flags for X11 include files and library file
13040         locations, pass them down to the programs that need this info
13042         * build-all.mk: added a 'native' target, to 3stage the native toolchain
13044 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13046         * configure.in: start building libg++ for HP-UX targets
13048 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
13050         * README:  Update references to files moved into etc/.
13052 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
13054         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
13055         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
13057 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
13059         * configure: accept dash as well as underscore in long option
13060         names for FSF compatibility.
13062 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
13064         * config.sub: added -sco3.2v4 support from FSF.
13066 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13068         * configure.in: expand the section that adds or removes
13069         directories from the list of programs to build, to handle native
13070         vs. cross in addition to host v. native
13072 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
13074         * Makefile.in:  Replace C++ in macro names with CXX.
13075         This is less likely to break ...
13077 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13079         * test-build.mk: add -w to GNU_MAKE
13081 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13083         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
13084         add 'sparc' to list of recognized cpus.  This needed to make
13085         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
13086         Delete some redundant ose68 variants.  Recognize -wrs as an os,
13087         then changes that into $CPU-wrs-vxworks.
13089         * configure.in: remove most references to gdbtest, regularize
13090         target based program removal
13092         * test-build.mk: import from p3 tree (many fixes and changes)
13094 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
13096         * Makefile.in: added rules to handle tcl, tk, and expect
13098         * configure.in: handle those directories if they exist
13100 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13102         * config.sub: removed bogus hppabsd and hppahpux names, since
13103         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
13105 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13107         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
13108         depends upon all-xiberty
13110         * Makefile.in: changes from p3, including:
13112         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
13114         * Makefile.in (XTRAFLAGS): include newlib directories if
13115         newlib/Makefile exists, rather than if host != target.
13117         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
13119         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
13120         from the same source tree and not building a cross-compiler.  This
13121         matters for the libg++ configuration if reconfiguring a tree that
13122         has already been installed.
13124         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
13126         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
13127         pick up the machine and system specific header files.
13129         * Makefile.in: added AS_FOR_TARGET, passed down in
13130         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
13131         the C compiler to use to create programs which are run in the
13132         build environment, set it to default to $(CC), and passed it down
13133         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
13135         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
13137         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
13138         We need them for unusual native builds, like systems without
13139         ranlib.
13141         * configure: also define $(host_canonical) and
13142         $(target_canonical), which are the full, canonical names for the
13143         given host and target
13145 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
13147         * Makefile.in:  Added separate definitions for C++.
13149 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
13151         * configure.in (configdirs):  Add deja-gnu.
13153 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
13155         * README:  Update for configure.texi and gdb-4.7 release.
13157 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
13159         * Makefile.in:  Move "all" target to top of file.
13160         Previously, first target was ".PHONY" which caused BSD4.4 make
13161         to build .PHONY when make was run without arguments.
13163 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
13165         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
13166         Library-copylefted code in libiberty.
13168 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
13170         * config.sub:  Replace m68kmote with plain old m68k.
13172 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
13174         * Makefile.in:  Remove space from blank line, avoid Make complaints.
13176 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
13178         * config.sub: Complain if no argument is given.  Added support for
13179         386bsd as OS and target alias.
13181 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
13183         * Makefile.in (XTRAFLAGS): include newlib directories if
13184         newlib/Makefile exists, rather than if host != target.
13186 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
13188         * config.sub: recognize sparclite-wrs-vxworks.
13190         * Makefile.in (install-xiberty): added *-xiberty make rules (from
13191         p3.) Added clean-xiberty to clean.
13193 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13195         * configure.in: use *-*-* instead of nested cases for host and target
13197 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
13199         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
13200         from the same source tree and not building a cross-compiler.  This
13201         matters for the libg++ configuration if reconfiguring a tree that
13202         has already been installed.
13204 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
13206         * config.sub (i486v/i486v4):  Merge in from FSF version.
13208 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
13210         * configure: only set PWD if it is already set.
13212 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
13214         * configure: just set PWD=`pwd` at the top, since Ultrix sh
13215         doesn't have unset and all success paths (and most error paths)
13216         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
13217         to just ${PWD} to avoid confusion.)
13219 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
13221         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
13222         even for a native compilation.
13224 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
13226         Changes to make the gdb.tar.Z rule work better.
13228         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
13229         (DEVO_SUPPORT):  Add configure.texi.
13230         (bfd-ilrt.tar.Z):  Remove ancient rule.
13232 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
13234         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
13235         pick up the machine and system specific header files.
13237         * configure.in, config.sub: added new target m68010-adobe-scout,
13238         with alias of adobe68k.  Changed configure.in to check for
13239         -scout before -sco* to avoid a false match.
13241         * Makefile.in: added AS_FOR_TARGET, passed down in
13242         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
13243         the C compiler to use to create programs which are run in the
13244         build environment, set it to default to $(CC), and passed it down
13245         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
13247 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
13249         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
13250         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
13251         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
13252         FOR_TARGET variants, to newlib and libg++.
13254 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
13256         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
13257         first.
13259 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
13261         * config.sub:  Accept `elf' as an environment.
13263 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
13265         * Makefile.in (all-opcodes):  cd into the right directory
13267 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
13269         * configure: added -program_transform_name option, used as
13270         argument to sed when installing programs.
13271         configure.texi: added documentation for -program_prefix,
13272         -program_suffix and -program_transform_name.
13274 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
13276         * config.sub:  Accept i486 where i386 ok.
13278 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
13280         * config.sub: accept we32k
13282 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
13284         * config.sub, configure.in: accept OSE68000 and OSE68k.
13286         * Makefile.in: don't create all directories for ``make install'';
13287         let the subdirectories create the ones they need.
13289 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13291         * COPYING: new file, GPL v2
13293 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13295         * Makefile.in: use the new gen-info-dir, which needs a template
13296         argument (which also lives in texinfo)
13298         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
13300 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
13302         * config.sub (ncr3000):  Change i386 to i486.
13304 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13306         * Makefile.in: add install-rcs, install-grep to
13307         install-no-fixedincludes, removed install-bison and install-libgcc
13309 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
13311         * configure.in: grab the HPUX makefile fragment if on HPUX
13313 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
13315         * Makefile.in: eradicate bison spoor (ditto libgcc).
13316          configure.in: recognise m68{k,000}-ericsson-OSE.
13317          es1800 is alias for m68k-ericsson-OSE
13319 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13321         * configure.in: rearrange the parts that remove programs from
13322         configdirs, based now on HOST==TARGET or by canonical triple.
13324 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
13326         * test-build.mk: recurse explicitly with -f test-build.mk when
13327           appropriate.  predicate stage3 and comparison on the existence
13328           of gcc.  That is, if gcc isn't around, we aren't three-staging.
13329           On very clean, also remove ...stamp-co.  Build in-place before
13330           doing other builds.
13332 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
13334         * Makefile.in, configure.in: add tgas
13336 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
13338         * Makefile.in: a number of changes merged in from progressive.
13340         * configure.in: add libm.
13342         * .cvsignore: ignore some stuff that comes from test-build.mk.
13344 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
13346         * config.sub:  Add es1800 (m68k-ericsson-es1800).
13348 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
13350         * configure: Add program_suffix (parallel to program_prefix)
13351         * Makefile.in: adjust directory-creating script for losing decstation
13353 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
13355         * configure:  Minor $subdir-related fixes.
13357 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
13359         * configure: fix various problems with propogating
13360         makefile_target_frag in subdirs.
13361         * configure.in: config libgcc if its there
13363 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
13365         * config.sub:  HPPA merge.
13367 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
13369         * Makefile.in:  Replace all-bison with all-byacc in all
13370         dependency lines for other tools (which now use byacc).
13372 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
13374         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
13376 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
13378         * Makefile.in: make gprof rules similar to byacc rules (instead of
13379         vestigal $(unsubdir) that didn't work...)
13381 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
13383         * config.sub:  Add support for Linux.
13384         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
13385         (at least for libg++).
13387 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
13389         * configure.texi: fix doc for the -nfp option to configure
13391 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
13393         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
13395 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
13397         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
13398         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
13399         * configure.in: added solaris* host_makefile_frag hook.
13401 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13403         * config.sub: changed recognition of m68000 so that various
13404         m68k types can be specified via m680[01234]0
13406 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13408         * config.sub (basic_machine): fix sed so that '-foo' isn't
13409         completely substituted out while .+'-foo' loses the '-foo'
13411 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
13413         * config.sub ($os): Add -aout.
13415 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
13417         * configure:  If host_makefile_frag is absolute, don't
13418         prefix ${invsubdir} (relevant to libg++ auto-configure).
13420 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
13422         * Makefile.in (tooldir): Define it.
13423         (all-ld): Depend on all-flex.
13425 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
13427         * Makefile.in (check):  Fix libg++ special case.
13429 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
13431         * configure: do not bury `pwd` into config.status, thus do fewer
13432           pwd's.
13434         * configure: print the "Building in" message only when building in
13435           other than "." AND verbose.
13437         * configure: remove -s, rework -v to better accomodate guested
13438           configures.
13440         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
13442 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
13444         * Makefile.in: macroize flags passed on recursion.  remove
13445           fileutils.
13447 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
13449         * configure: get makesrcdir right for subdirs deeper than 1.
13451         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
13452           install.
13454 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
13456         * Makefile.in: don't print subdir_do or recursion lines.
13458 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
13460         * standards.texi: added menu item.
13462         * Makefile.in: build and install standards.info.
13464         * standards.texi: new file.
13466 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
13468         * configure: test for and move config.status pieces from
13469           ${subdir}/.
13471 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
13473         * configure:  Test for existance of files before trying to mv
13474         them, to avoid numerous non-existance messages.
13476 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
13478         * configure: correct final line of config.status.
13480         * configure: patch from eggert.  Avoids a protection problem if
13481           the original Makefile.in is read only.
13483         * configure: use move-if-change from gcc to create config.status.
13484           Some makefiles depend on config.status to tell if a directory
13485           has been reconfigured for a different host.  This change
13486           prevents those directories from remaking everything in the case
13487           where the reconfig was only intended to rebuild a Makefile.
13489         * configure: test for config.sub with "config.sub sun4" rather
13490           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
13491           host alias from a missing config.sub.
13493 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
13495         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
13496           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
13498 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
13500         * configure: mkdir ${subdir} as needed.
13502 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
13504         * Makefile.in,configure.in: added autoconf.
13506 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
13508         * Makefile.in: no longer pass against on recursion.
13510         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
13511           definitions are not inherited.
13513         * configure: correct makesrcdir when subdir is .
13515 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
13517         * configure:  Add support for 'subdirs' variable, which is
13518         like 'configdirs', except that configure doesn't re-invoke
13519         itself for subdirs, it just creates a Makefile for each subdir.
13520         * configure.texi:  Document subdirs.
13522 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13524         * configure.in: added flex to configdirs
13526 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
13528         * Makefile.in: remove clean-stamps from clean.
13530 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
13532         * configure.in:  Add gdbtest to configdirs.
13534 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
13536         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
13537         to recursive makes.
13538         * configure.in:  Recognize new ncr3000 config.
13540 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
13542         * Makefile.in, configure.in: removed references to gdbm.
13544 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
13546         * config.sub:  Don't canonicalize os value
13547         newsos* to bsd (readline needs to check for newsos).
13548         (This fix was earlier made Jan 31, but got re-broken.)
13550 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
13552         * configure.in:  sco is an os, not a vendor!
13554         * configure:  Quote $( better.  Keep various shells happy.
13556 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
13558         * Makefile.in: eliminate stamp-files.
13560 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
13562         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
13563           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
13565 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
13567         * config.sub:  fix iris/iris3.
13569 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
13571         * configure: re-add -rm.
13573 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
13575         * Maskefile.in: add .stmp-rcs to all.
13577         * configure.in: remove gas from rs6000 build, use aix host fragment.
13579 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
13581         * configure: pass down site_option during recursion.
13583 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
13585         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
13587 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
13589         * configure: Change exec_prefix so that it really defaults to prefix.
13591 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
13593         * Makefile.in, configure.in:  Add support for mmalloc library.
13595 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
13597         * Makefile.in: add stmp dependencies for a few more things.
13599 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
13601         * configure: adjusted error message on objdir/srcdir configure
13602           collision, per john's suggestion.
13604         * Makefile.in: add libiberty stmp to all and all.cross.
13606 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
13608         * Makefile.in: remove force dependencies, add grep to all.
13610 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
13612         * Makefile.in: drop flex.  make stamp files work.
13614         * configure: added test for conflicting configuration in srcdir,
13615           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
13616           gets cranky.  use relative paths for configure and srcdir
13617           whenever possible.  Send some error messages to stderr that were
13618           going to stdout.
13620 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
13622         * Makefile.in:  Fix libg++ rule to check for gcc directory
13623         before using gcc/gcc.  Also pass XTRAFLAGS.
13625 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
13627         * Makefile.in: added stmp-files so that directories aren't polled
13628           when they are already built.
13630         * configure.texi: fixed a node pointer problem.
13632 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
13634         * config.sub configure.in gdb/configure.in
13635         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
13636         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
13637         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
13639 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
13641         * configure: -recurring becomes -silent.  corrected help message
13642           for -site= option.
13644         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
13646 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
13648         * configure: when building Makefile for crosses, replace
13649           tooldir and program_prefix.  default srcdir from location of
13650           config.sub.  remove "for host in hosts" and "for target in
13651           targets" loops.
13653 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
13655         * Makefile.in: Do not pass bindir or mandir to cvs.
13657 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
13659         * Makefile.in, configure.in: removed traces of namesubdir,
13660           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
13661           copyrights to '92, changed some from Cygnus to FSF.
13663         * configure.texi: remove most references to multiple hosts,
13664           multiple targets, subdirs, etc.
13666         * configure.man: removed rcsid. reference config.sub not
13667           config.subr.
13669         * Makefile.in: mkdir $(infodir) on install-info.
13671 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
13673         * configure.texi:  Explain better about .gdbinit and about
13674         the environment that configure.in sections run in.
13676 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
13678         * configure.in:  Ultrix is only a decstation if it's a MIPS.
13680 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
13682         * README:  DOC.configure => cfg-paper.texi.
13684 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
13686         * config.sub (near case $os):  Don't convert newsos* to bsd!
13688 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
13690         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
13691         the number of copies of COPYING that go into the GDB tar file.
13693 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
13695         * bfd/configure.in, gdb/config/mh-i386sco,
13696         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
13697         Fix SCO configuration stuff.
13699 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
13701         * Makefile.in:  For libg++, make sure the -I pointing
13702         to the gcc directory goes *after* all the libg++-local -I flags.
13703         Also, move just-gcc dependency from just-libg++ to all-libg++.
13705 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
13707         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
13709 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
13711         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
13713 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
13715         * config.sub:  Add stratus configuration frags.  Also
13716         submitted to FSF.
13718 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
13720         * Makefile.in (DEV_SUPPORT):  add configure.man.
13722         * config.sub(Decode manufacturer-specific):  add -none*.
13724 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
13726         * Makefile.in:  remove form feeds to make Sun's make happy.
13727         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
13729 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
13731         * Makefile.in (AR_FLAGS):  Make quieter.
13733 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
13735         * configure.in:  Add libg++.
13736         * configure:  When verbose, don't output the command line at each
13737         level; it will be unremarkably the same as the previous version,
13738         which will be the same as what the user typed.
13740 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
13742         * configure.in, Makefile.in: fix clean-info, add flex.  add
13743           fileutils.
13745         * configure: be less sensitive to spaces in Makefile.in.  Do not
13746           look for sources in "..".  Doing so breaks subdirectories that
13747           might have their own configure.  If a subdir has it's own
13748           configure script, use it.
13750 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
13752         * cfg-paper.texi: some changes suggested by rms.
13754 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
13756         * config.sub:  Merge in some small additions from the FSF version,
13757         taken from the gcc distribution, to bring the Cygnus and FSF
13758         versions into closer sync.
13760 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
13762         * configure.in:  Changed svr4 references to sysv4.
13764 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
13766         * configure: added -V for version number option.
13768 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
13770         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
13771           renamed from DOC.configure to cfg-paper.texi.
13773 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
13775         * configure, config.subr, config.sub: config.subr is now
13776           config.sub again.
13778 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
13780         * configure.texi: new file, in progress.
13782         * Makefile.in: build info file and install the man page for
13783           configure.
13785         * configure.man: new file, first cut.
13787         * configure: find config.subr again now that configuration "none"
13788           has gone.  removed all traces of the -ansi option.  removed all
13789           traces of the -languages option.
13791         * config.subr: resync from rms.
13793 1991-12-11  K. Richard Pixley  (rich at rtl.cygnus.com)
13795         * configure, config.sub, config.subr: merge config.sub into
13796           config.subr, call the result config.subr, remove config.sub, use
13797           config.subr.
13799         * Makefile.in: revised install for dir.info.
13801 1991-12-10  K. Richard Pixley  (rich at rtl.cygnus.com)
13803         * configure.in: add decstation host makefile frag.
13805         * Makefile.in: BISON now bison -y again.  also install-gcc on
13806           install.  clean-gdbm on clean.  infodir belongs in datadir.
13807           Make directories for info install.  Build dir.info here then
13808           install it.
13810 1991-12-09  K. Richard Pixley  (rich at rtl.cygnus.com)
13812         * Makefile.in: fix for bad directory tests.
13814 1991-12-07  K. Richard Pixley  (rich at rtl.cygnus.com)
13816         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
13817           regexp.  -srcdir relative was being handled incorrectly.
13819         * Makefile.in: unwrapped some for loops so that parallel makes
13820           work again and so one can focus one's attention on a particular
13821           package.
13823 1991-12-06  K. Richard Pixley  (rich at rtl.cygnus.com)
13825         * configure: added PWD as a stand in for `pwd` (for speed). use
13826           elif wherever possible.  make -srcdir work without -objdir.
13827           -objdir= commented out.
13829 1991-12-05  K. Richard Pixley  (rich at rtl.cygnus.com)
13831         * configure: +options become --options.  -subdirs commented out.
13832           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
13833           Makefile now at top of generated Makefile.  Removed cvs log
13834           entries.  added -srcdir.  create .gdbinit only if there is one
13835           in ${srcdir}.
13837         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
13838           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
13839           and mandir now keyed off datadir by default.
13841 1991-11-22  K. Richard Pixley  (rich at rtl.cygnus.com)
13843         * Freshly created ChangeLog.
13846 Local Variables:
13847 mode: change-log
13848 left-margin: 8
13849 fill-column: 76
13850 version-control: never
13851 End: