* configure.ac: Pass any --cache-file=/dev/null option on to
[binutils.git] / ChangeLog
blobf470dabeb487a7c048aed45c9bae635a9467fd47
1 2009-09-25  Nick Clifton  <nickc@redhat.com>
3         * configure.ac: Pass any --cache-file=/dev/null option on to
4         subconfigures.
5         * configure: Regenerate.
7 2009-09-23  Nick Clifton  <nickc@redhat.com>
9         * config.sub, config.guess: Update from upstream sources.
11 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13         PR bootstrap/32272
14         * configure.ac: Error out if $srcdir isn't '.' but contains
15         host-${host_noncanonical}.
16         * configure: Regenerate.
18 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20         * configure.ac: If bootstrapping a combined tree with
21         --enable-gold, require c++ in stage1_languages.
22         * configure: Regenerate.
24         * configure.ac: Also add target_libs of stage1_languages to
25         bootstrap_target_libs.
26         * configure: Regenerate.
28         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
29         with --enable-languages not containing c++.
30         * configure: Regenerate.
32 2009-09-16  Jie Zhang  <jie.zhang@analog.com>
34         * configure.ac: Disable java and boehm-gc for bfin-*-*.
35         * configure: Regenerate.
37 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39         * configure.ac: Do not use $extrasub for replacing @if/@endif
40         parts in Makefile; instead, use additional arguments to
41         AC_CONFIG_COMMANDS to do the replacement manually, with several
42         sed invocations, to avoid HP-UX sed command limits.
43         * configure: Regenerate.
45 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
47         * configure.ac (with-build-config): Document.  Handle without.
48         Handle missing argument.
49         * configure: Rebuilt.
51 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
53         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
54         Default to bootstrap-debug only if compare-debug works.
55         * configure: Rebuilt.
56         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
57         * Makefile.in: Rebuilt.
59 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
61         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
62         * Makefile.in: Rebuilt.
64 2009-09-02  Paolo Bonzini  <bonzini@gnu.org>
66         * Makefile.tpl (AWK): Fix typo.
67         * Makefile.in: Regenerate.
69 2009-09-02  Paolo Bonzini  <bonzini@gnu.org>
71         * configure.ac: Detect awk and sed.
72         * Makefile.def (flags_to_pass): Add AWK and SED.
73         * Makefile.tpl (AWK, SED): New.
74         (BASE_FLAGS_TO_PASS): Add AWK and SED.
75         * configure: Regenerate.
76         * Makefile.in: Regenerate.
78 2009-09-01  Tristan Gingold  <gingold@adacore.com>
80         * setup.com: Ported to Itanium VMS.  Can also build using DCL scripts.
81         Remove logical names.
83 2009-08-31  Dave Korn  <dave.korn.cygwin@gmail.com>
85         * ltmain.sh (func_normal_abspath): New function.
86         (func_relative_path): Likewise.
87         (func_mode_help): Document new -bindir option for link mode.
88         (func_mode_link): Add new -bindir option, and use it to place
89         output DLL if specified.
91 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
93         * configure.ac (AC_PREREQ): Bump to 2.64.
95 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
97         * README-maintainer-mode: Point directly to upstream locations
98         for autoconf, automake, libtool, gettext, instead of copies on
99         sources.redhat.com.  Document required versions.
100         * configure.ac: Do not substitute datarootdir, htmldir,
101         pdfdir, docdir.  Do not process --with-datarootdir,
102         --with-htmldir, --with-pdfdir, --with-docdir.
103         * configure: Regenerate.
105         * configure: Regenerate.
107         * compile: Sync from Automake 1.11.
108         * depcomp: Likewise.
109         * install-sh: Likewise.
110         * missing: Likewise.
111         * mkinstalldirs: Likewise.
112         * ylwrap: Likewise.
114 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
116         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
117         (baseargs): Add --disable-option-checking.
118         * configure: Regenerate.
120         * Makefile.def (configure-target-libiberty): Depend on
121         all-binutils and all-ld.
122         (configure-target-newlib): Likewise.
123         * Makefile.in: Regenerate.
125 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
127         Sync with GCC, merge:
129         2009-07-31  Christian Bruel  <christian.bruel@st.com>
131         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
132         * configure: Regenerate.
134         2009-07-06  Ian Lance Taylor  <iant@google.com>
136         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
137         * configure: Rebuild.
139         2009-06-26  Steve Ellcey  <sje@cup.hp.com>
141         PR bootstrap/40338
142         * configure.ac (comparestring): Create new variable.
143         * Makefile.tpl (comparestring): Use to skip some comparisions.
144         * configure: Regenerate.
145         * Makefile.in: Regenerate.
147         2009-06-23  Ian Lance Taylor  <iant@google.com>
149         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
150         boot_languages.  Only bootstrap target libraries listed in
151         target_libs for some boot language.  Add --with-stage1-ldflags,
152         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
153         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
154         if not building with C++.
155         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
156         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
157         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
158         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
159         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
160         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
161         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
162         * configure, Makefile.in: Rebuild.
164         2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
166         * configure.ac: Detect MPC in default directory.
167         * configure: Regenerate.
169         2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
171         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
172         to noconfdirs.
173         * configure: Regenerate.
175         2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
177         * Makefile.def: Add MPC support and dependencies.
178         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
180         * Makefile.in, configure: Regenerate.
182         2009-05-24  Nicolas Roche  <roche@adacore.com>
184         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
185         * Makefile.in: Regenerate.
187         2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
189         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
190         * configure:  Regenerate.
192         2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
194         * configure.ac ($with_ppl):  Default to no if not supplied.
195         ($with_cloog):  Likewise.
196         configure:  Regenerate.
198         2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
200         PR bootstrap/39739
201         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
202         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
204         * configure, Makefile.in: Regenerate.
206         2009-04-14  Jakub Jelinek  <jakub@redhat.com>
208         * configure.ac: Change copyright header to refer to version
209         3 of the GNU General Public License and to point readers at the
210         COPYING3 file and the FSF's license web page.
211         * Makefile.def: Likewise.
212         * Makefile.tpl: Likewise.
213         * Makefile.in: Regenerate.
215         2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
217         * configure.ac: Restore match for darwin9 or later. Use double
218         brackets since regeneration eats one pair.
219         * configure: Regenerate.
221 2009-08-18  Christopher Faylor  <me+cygwin@cgf.cx>
223         * MAINTAINERS: Perform some obvious fixups.
225 2009-08-17  Ben Elliston  <bje@au.ibm.com>
227         * config.sub, config.guess: Update from upstream sources.
229 2009-08-06  Michael Eager <eager@eagercon.com>
231         * configure.ac: Add Microblaze target.
232         * configure: Regenerate.
234 2009-07-02  Tristan Gingold  <gingold@adacore.com>
236         * configure.ac: Do not exclude gas for i386-*-darwin.
237         Add a case for x86_64-*-darwin.
238         * configure: Regenerate.
240 2009-06-26  Doug Evans  <dje@sebabeach.org>
242         * Makefile.def (host_modules): Add cgen.
243         * Makefile.in: Regenerate.
244         * configure.ac (host_tools): Add cgen.
245         * configure: Regenerate.
247 2009-06-17  Michael Eager <eager@eagercon.com>
249         * COPYING.LIBGLOSS: Add Xilinx license.
251 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
253         * configure.ac: Define is_elf for QNX Neutrino targets.
254         * configure: Regenerate.
256 2009-06-03  Jerome Guitton  <guitton@adacore.com>
257             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
259         * Makefile.tpl (all): Avoid a trailing backslash.
260         * Makefile.in: Regenerate.
262 2009-06-03  Ben Elliston  <bje@au.ibm.com>
264         * config.sub, config.guess: Update from upstream sources.
266 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
268         * Makefile.tpl ([+compare-target+]): Compare all stage
269         directories, rather than just gcc.
270         * Makefile.in: Rebuilt.
272 2009-05-28  Doug Kwan  <dougkwan@google.com>
274         * configure.ac: Support gold for target arm*-*-*.
275         * configure: Regenerate.
277 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
279         * Makefile.tpl (all): Avoid harmless warning in make all when
280         gcc-bootstrap is enabled but stage_last does not exist.
281         * Makefile.in: Rebuilt.
283 2009-05-25  Tristan Gingold  <gingold@adacore.com>
285         * setup.com: Complete the file with configuration and build.
287 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
289         PR other/40159
290         * Makefile.tpl (all): Don't assume gcc-bootstrap and
291         gcc-no-bootstrap are mutually exclusive.
292         * Makefile.in: Rebuilt.
294 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
296         PR other/40159
297         * Makefile.tpl (all): Don't end with unconditional success.
298         * Makefile.in: Rebuilt.
300 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
302         PR target/37137
303         * Makefile.def (flags_to_pass): Remove redundant and incomplete
304         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
305         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
306         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
307         stage_configureflags, stage_cflags and stage_libcflags into
308         explicit Makefile macros.
309         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
310         GFORTRAN.
311         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
312         CC.  Set CC_FOR_BUILD from CC.
313         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
314         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
315         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
316         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
317         and GFORTRAN.
318         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
319         (_LIBCFLAGS): Renamed to _TFLAGS.
320         (do-compare-debug, do-compare3-debug): Drop.
321         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
322         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
323         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
324         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
325         (XGCC_FLAGS_FOR_TARGET): New.
326         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
327         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
328         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
329         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
330         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.    Add it along with TFLAGS
331         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
332         TFLAGS.
333         (BUILD_CONFIG): Include if requested.
334         (all): Set TFLAGS on bootstrap.
335         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
336         (all-stageid-prefixmodule): Likewise.
337         (do-clean, distclean-stageid): Set TFLAGS.
338         (restrap): Fix whitespace.
339         * Makefile.in: Rebuilt.
341 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
343         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
344         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
345         * Makefile.in: Regenerate.
347 2009-04-24  Eli Zaretskii  <eliz@gnu.org>
349         * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
350         consistency with config.sub.  (Update from upstream sources.)
352 2009-04-21  Joseph Myers  <joseph@codesourcery.com>
354         * texinfo/texinfo.tex: Update to version 2009-03-28.05.
356 2009-04-17  Ben Elliston  <bje@au.ibm.com>
358         * config.sub, config.guess: Update from upstream sources.
360 2009-04-15  Anthony Green  <green@moxielogic.com>
362         * configure.ac: Add moxie support.
363         * configure: Rebuilt.
365 2009-04-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
367         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
368         * configure: Regenerate.
370 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
372         PR gas/10039
373         * configure.ac: Require texinfo 4.7.
374         * configure: Regenerated.
376 2009-04-09  Steve Ellcey  <sje@cup.hp.com>
378         * Makefil.def (languages): New entries.
379         * Makefile.tpl (check-gcc-*): New generic target.
380         * Makefile.in: Regenerate.
382 2009-03-27  Eli Zaretskii  <eliz@gnu.org>
384         * djunpack.bat: Use ".." quoting in Sed command, for the sake of
385         Windows builds of Sed.
387 2009-03-18  Tom Tromey  <tromey@redhat.com>
389         * configure: Rebuild.
390         * configure.ac (host_libs): Add libiconv.
391         * Makefile.in: Rebuild.
392         * Makefile.def (host_modules): Add libiconv.
393         (configure-gdb, all-gdb): Depend on libiconv.
395 2009-03-16  Tristan Gingold  <gingold@adacore.com>
397         * configure.ac: Treat gdb as supported on x86_64-darwin.
398         * configure: Regenerate.
400 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
402         Merge from GCC:
404         2009-03-16  Joseph Myers  <joseph@codesourcery.com>
406         * configure.ac (--with-host-libstdcxx): New option.
407         * configure: Regenerate.
409         2009-01-29  Robert Millan  <rmh@aybabtu.com>
411         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
412         * configure: Regenerate.
414         2009-01-12  Sebastian Pop <sebastian.pop@amd.com>
416         PR tree-optimization/38515
417         * configure.ac (cloog-polylib): Removed.
418         (with_ppl, with_cloog): Test for "no".
419         * configure: Regenerated.
421 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
423         Backport from git Libtool:
425         2009-01-19  Robert Millan  <rmh@aybabtu.com>
426         Support GNU/kOpenSolaris.
427         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
428         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
429         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
430         GNU/kOpenSolaris.
432 2009-02-05  Andreas Schwab  <schwab@suse.de>
434         * Makefile.tpl (stage_last): Define $r and $s before using
435         $(RECURSE_FLAGS_TO_PASS).
436         * Makefile.in: Regenerate
438 2009-01-21  Jeff Johnston  <jjohnstn@redhat.com>
440         * COPYING.NEWLIB: Add ARM license.
442 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
444         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
445         (all-opcodes): Depend on all-libiberty.
446         * Makefile.in: Regenerate.
448 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
450         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
451         * configure: Regenerate.
453 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
455         Backport link test fix from upstream Libtool:
457         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
458         Add cache variables to tests that require the linker to work.
459         For shlibpath_overrides_runpath, this also changes the semantics
460         to let the result from the C compiler take precedence.
461         compiler take precedence.
463 2008-12-02  Ben Elliston  <bje@au.ibm.com>
465         * config.sub, config.guess: Update from upstream sources.
467 2008-12-17  Jeff Johnston  <jjohnstn@redhat.com>
469         * COPYING.NEWLIB: Updated.
470         * COPYING.LIBGLOSS: Ditto.
472 2008-12-16  Paolo Bonzini  <bonzini@gnu.org>
474         Sync with GCC:
476         2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
478         * configure.ac (ppllibs): Add by default the lib flags.
479         * configure: Regenerate.
481         2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
483         * configure.ac: Add double brackets on darwin[912].
484         * configure: Regenerate.
486         2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
488         * configure.ac: Expand to darwin10 and later.
489         * configure: Regenerate.
491 2008-12-02  Andreas Schwab  <schwab@suse.de>
493         * Makefile.def: configure-target-boehm-gc depends on
494         all-target-libstdc++-v3.
495         * Makefile.in: Regenerate.
497 2008-12-02  Ben Elliston  <bje@au.ibm.com>
499         * config.sub, config.guess: Update from upstream sources.
501 2008-11-27  Joseph Myers  <joseph@codesourcery.com>
503         Merge from GCC:
505         2007-12-02  Matthias Klose  <doko@ubuntu.com>
507         * config-ml.in: Remove 64bit configure tests.
509         2008-05-14  Rafael Espindola  <espindola@google.com>
511         * config-ml.in: don't handle --enable-shared and --enable-static.
513         2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
514             Tobias Grosser  <grosser@fim.uni-passau.de>
515             Jan Sjodin  <jan.sjodin@amd.com>
516             Harsha Jagasia  <harsha.jagasia@amd.com>
517             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
518             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
519             Adrien Eliche  <aeliche@isty.uvsq.fr>
521         Merge from graphite branch.
522         * configure: Regenerate.
523         * Makefile.in: Regenerate.
524         * configure.ac (host_libs): Add ppl and cloog.
525         Add checks for PPL and CLooG.
526         * Makefile.def (ppl, cloog): Added modules and dependences.
527         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
528         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
530         2008-09-03  Richard Guenther  <rguenther@suse.de>
532         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
533         cloog test.
534         * configure: Re-generate.
536         2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
538         * configure.ac (--with-cloog-polylib): New.
539         (--disable-cloog-version-check): New.
540         (--disable-ppl-version-check): New.
541         * configure: Re-generate.
543         2008-09-05  Richard Guenther  <rguenther@suse.de>
545         * configure.ac: Initialize clooglibs to -lcloog.
546         * configure: Re-generate.
548         2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
550         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
551         recommended version to 2.3.2.
553         * configure: Regenerate.
555         2008-10-31  Ben Elliston  <bje@au.ibm.com>
557         * configure.ac (spu-*-*): Remove special case.
558         * configure: Regenerate.
560         Complete comment text from GCC version of:
562         2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
564         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
565         (GCC_SHLIB_SUBDIR): New.
566         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
567         * configure: Regenerate.
568         * Makefile.in: Regenerate.
570 2008-11-27  Tristan Gingold  <gingold@adacore.com>
572         * configure.ac: Build gdb for i?86-*-darwin*
573         * configure: Regenerated.
575 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
577         PR bootstrap/38014
578         PR bootstrap/37923
580         Revert:
582         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
584         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
585         * Makefile.in: Regenerated.
587         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
589         PR gdb/921
590         PR gdb/1646
591         PR gdb/2175
592         PR gdb/2176
594         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
595         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
596         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
597         (HOST_EXPORTS): Pass CPPFLAGS.
598         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
599         (LDFLAGS_FOR_TARGET): Initialize from configure script.
600         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
601         * Makefile.in, configure: Regenerated.
602         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
603         and CPPFLAGS_FOR_BUILD.
605 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
607         * configure.ac [spu-*-*]: Do not set skipdirs.
608         * configure: Re-generate.
610 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
612         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
613         * Makefile.in: Regenerated.
615 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
617         PR gdb/921
618         PR gdb/1646
619         PR gdb/2175
620         PR gdb/2176
622         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
623         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
624         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
625         (HOST_EXPORTS): Pass CPPFLAGS.
626         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
627         (LDFLAGS_FOR_TARGET): Initialize from configure script.
628         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
629         * Makefile.in, configure: Regenerated.
630         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
631         and CPPFLAGS_FOR_BUILD.
633 2008-09-29  Peter O'Gorman  <pogma@thewrittenword.com>
635         * libtool.m4: Update to libtool 2.2.6.
636         * lt~obsolete.m4: Update to libtool 2.2.6.
637         * ltmain.sh: Update to libtool 2.2.6.
638         * ltsugar.m4: Update to libtool 2.2.6.
639         * ltversion.m4: Update to libtool 2.2.6.
640         * ltoptions.m4: Update to libtool 2.2.6.
641         * ltgcc.m4: Update to match changes from libtool 2.2.6.
643 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
645         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
646         (GCC_SHLIB_SUBDIR): New.
647         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
648         * configure: Regenerate.
649         * Makefile.in: Regenerate.
651 2008-08-28  Tristan Gingold  <gingold@adacore.com>
653         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
654         Enable bfd, binutils and opcodes.
655         * configure: Regenerate.
657 2008-08-16  Nicolas Roche  <roche@adacore.com>
659         * Makefile.tpl: Add BOOT_ADAFLAGS.
660         * Makefile.in: Regenerate.
662 2008-08-16  Richard Sandiford  <rdsandiford@googlemail.com>
664         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
665         * configure: Regenerate.
667 2008-07-30 Paolo Bonzini  <bonzini@gnu.org>
669         Sync with gcc:
670         2008-07-30 Paolo Bonzini  <bonzini@gnu.org>
672         * configure.ac: Add makefile fragments for hpux.
673         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
674         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
675         * configure: Regenerate.
676         * Makefile.in: Regenerate.
678         2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
680         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
681         * Makefile.in: Regenerate.
682         * configure: Regenerate.
684 2008-06-18  Ian Lance Taylor  <iant@google.com>
686         * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
688         * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
690 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
692         * configure: Regenerate.
694 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
696         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
697         "$@" is still intact with both Autoconf 2.59 and 2.62.
698         * configure: Regenerate.
700 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
702         * Makefile.tpl: Fix comment errors.
703         * Makefile.in: Regenerate.
705 2008-06-13  Julian Brown  <julian@codesourcery.com>
707         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
708         of libobjc for ARM EABI Linux.
709         * configure: Regenerate.
711 2008-06-12  David S. Miller  <davem@davemloft.net>
712             David Edelsohn  <edelsohn@gnu.org>
714         * configure.ac: Add powerpc*-*-* to gold supported targets.
715         * configure: Regenerate.
717 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
719         PR tree-optimization/36218
720         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
721         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
722         (all prefix="build-"): Pass them to build-system sub-makes.
723         * Makefile.in: Regenerate.
725 2008-05-16  Daniel Jacobowitz  <dan@codesourcery.com>
727         * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
728         README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
729         mkdep, and compile.  Update comments.
730         (ETC_SUPPORT): Add ChangeLog and update comments.
732 2008-05-11  Ian Lance Taylor  <iant@google.com>
734         * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
736 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
738         Sync with gcc:
739         2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
741         PR bootstrap/35457
742         * configure.ac: Include override.m4.
743         * configure: Regenerate.
745         2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
747         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
748         * Makefile.in: Regenerate.
750         2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
752         * configure.ac: Do not build libssp for the AVR.
753         * configure: Regenerate.
755 2008-04-18  Nick Clifton  <nickc@redhat.com>
757         * MAINTAINERS: Replace reference to configure.in with reference to
758         configure.ac.
760 2008-04-18  M R Swami Reddy <MR.Swami.Reddy@nsc.com>
762         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
763         as nonconfigurable directories list.
764         * configure: Regenerate.
766 2008-04-14  David S. Miller  <davem@davemloft.net>
768         * configure.ac: Add sparc*-*-* to gold supported targets.
769         * configure: Regenerate.
771 2008-04-14  Ben Elliston  <bje@au.ibm.com>
773         * config.sub, config.guess: Update from upstream sources.
775 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
777         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
778         * Makefile.in: Regenerate.
780 2008-04-07  Ian Lance Taylor  <iant@google.com>
782         * Makefile.def: check-gold depends upon all-binutils.
783         * Makefile.in: Regenerate.
785 2008-04-04  Nick Clifton  <nickc@redhat.com>
787         PR binutils/4334
788         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
789         builds.
790         * configure: Regenerate.
792 2008-04-04  NightStrike  <NightStrike@gmail.com>
794         PR other/35151
795         * configure.ac: Combine rules for mingw32 and mingw64.
796         * configure: Regenerate.
798 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
800         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
801         * Makefile.in: Regenerate.
803 2008-03-20  Ian Lance Taylor  <iant@google.com>
805         * configure.ac: Add support for --enable-gold.
806         * Makefile.def: Add gold as a directory like ld.
807         * configure, Makefile.in: Regenerate.
809 2008-03-19  Andreas Krebbel  <krebbel1@de.ibm.com>
811         * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
812         (s390_cond_extensions): Reduced extensions to the compare related.
813         (main): z10 cpu type option added.
814         (expandConditionalJump): Renamed to ...
815         (insertExpandedMnemonic): ... this.
817         * opcodes/s390-opc.c: Re-group the operand format makros.
818         (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
819         INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
820         INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
821         INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
822         INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
823         INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
824         INSTR_SIL_RDU): New instruction formats added.
825         (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
826         MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
827         MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
828         MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
829         MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
830         MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
831         masks added.
832         (s390_opformats): New formats added "ris", "rrs", "sil".
833         * opcodes/s390-opc.txt: Add the conditional jumps with the
834         extensions removed from automatic expansion in s390-mkopc.c manually.
835         (asi - trtre): Add new System z10 EC instructions.
836         * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
838 2008-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
840         * configure.ac: m4_include config/proginstall.m4.
841         * configure: Regenerate.
843 2008-03-16  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
845         Backport from upstream Libtool:
847         2007-10-12  Eric Blake  <ebb9@byu.net>
849         Deal with Autoconf 2.62's semantic change in m4_append.
850         * ltsugar.m4 (lt_append): Replace broken versions of
851         m4_append.
852         (lt_if_append_uniq): Don't require separator to be overquoted,
853         and avoid broken m4_append.
854         (lt_dict_add): Fix typo.
855         * libtool.m4 (_LT_DECL): Don't overquote separator.
857 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
859         * config.rpath: Add AIX 6 support.
861 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
863         * Makefile.def (stageprofile).  Remove -fprofile-generate
864         from stage_libcflags.
865         * Makefile.in: Regenerate.
867 2008-03-13  Ben Elliston  <bje@au.ibm.com>
869         * config.sub, config.guess: Update from upstream sources.
871 2008-03-06  Florian Krohm  <fkrohm@us.ibm.com>
873         * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
874         * s390-opc.txt (cmpsc): Duplicate entry removed.
875         (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
876         cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
877         fier, cu42, cu41): Fix operand format.
879 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
881         PR bootstrap/32009
882         PR bootstrap/32161
884         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
885         * configure: Regenerate.
887         * Makefile.def: Define stage_libcflags for all bootstrap stages.
888         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
889         STAGE4_LIBCFLAGS): New.
890         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
891         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
892         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
893         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
894         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
895         for target modules.  Don't export LIBCFLAGS.
896         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
897         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
898         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
899         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
900         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
901         * Makefile.in: Regenerate.
903 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
905         PR libgcj/33085
906         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
907         Do not use -DDLL_EXPORT.  Backport from upstream.
909 2008-02-14  Nick Clifton  <nickc@redhat.com>
911         Import this patch from gcc:
912         2008-01-24  David Edelsohn  <edelsohn@gnu.org>
914         * libtool.m4: Backport AIX 6 support from ToT Libtool.
916 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
918         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
919         * configure: Regenerate.
921 2008-01-31  Marc Gauthier  <marc@tensilica.com>
923         * configure.ac (xtensa*-*-*): Recognize processor variants.
924         * configure: Regenerate.
926 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
928         PR bootstrap/34922
929         * configure.ac (PARSE_ARGS): Push suitable setting of
930         ac_subdirs_all, for `./configure --help=recursive'.
931         Handle `+' in generic toplevel directory disabling.
932         * configure: Regenerate.
934 2008-01-23  Ben Elliston  <bje@au.ibm.com>
936         * config.sub, config.guess: Update from upstream sources.
938 2008-01-08  Ben Elliston  <bje@au.ibm.com>
940         * config.sub, config.guess: Update from upstream sources.
942 2007-12-19  Jeff Johnston  <jjohnstn@redhat.com>
944         * COPYING.LIBGLOSS: Update default copyright.
946 2007-12-19  Jeff Johnston  <jjohnstn@redhat.com>
948         * COPYING.NEWLIB: Update default copyright.
950 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
952         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
953         Change recommended MPFR from 2.2.1 > 2.3.0.
954         * configure: Regenerate.
956 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
958         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
959         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
960         * Makefile.in: Regenerate.
962 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
964         * configure.ac: Enable libjava for x86_64-*-darwin9.
965         * configure: Regenerate.
967 2007-12-05  Ben Elliston  <bje@au.ibm.com>
969         * config.sub, config.guess: Update from upstream sources.
971 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
973         * config-ml.in: Robustify against white space in absolute file
974         names.
976         * config-ml.in (multi-clean): Substitute ${Makefile}.
977         Remove superfluous ${Makefile} in list.
979 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
981         * Makefile.def (dependencies): Make configure-gdb depend on
982         all-intl.
983         * Makefile.in: Regenerated.
985 2007-10-15  Patrick Mansfield <patmans@us.ibm.com>
987         * Makefile.def: To avoid problems running with parallel makes,
988         build newlib before libgloss so that target specific header
989         files are availble.
990         * Makefile.in: Regenerate.
992 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
994         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
995         * Makefile.in: Regenerate.
997 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
999         * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
1000         * libdecnumber: New directory, imported from GCC.
1002 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
1004         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
1005         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
1006         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
1007         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
1008         * configure: Regenerate.
1010 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
1012         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
1013         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
1014         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
1015         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
1016         * configure.ac: Default them to host tools for $host = $build.
1017         Subst them.
1019         * configure: Regenerate.
1020         * Makefile.in: Regenerate.
1022 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
1024         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
1025         * configure: Regenerate.
1027 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
1029         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
1030         libstdc++.
1031         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
1032         * configure: Regenerate.
1033         * Makefile.in: Regenerate.
1035 2007-09-17  Andreas Schwab  <schwab@suse.de>
1037         * configure.ac: Raise minimum makeinfo version to 4.6.
1038         * configure: Regenerate.
1040 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
1042         * configure.ac: Correct makeinfo version check.
1043         * configure: Regenerate.
1045 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
1047         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
1048         to $skipdirs and only disable gprof for newlib.  Use the normal
1049         mips*-elf* handling in other respects.
1050         * configure: Regnerate.
1052 2007-09-12  David Daney  <ddaney@avtrex.com>
1054         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
1055         enabling libgcj.
1056         * configure: Regenerate.
1058 2007-09-12  Richard Guenther  <rguenther@suse.de>
1060         * configure.ac (--enable-stage1-checking): If neither --enable-checking
1061         nor --disable-checking is provided also turn on yes and types
1062         checking for stage1.
1063         * configure: Re-generate.
1065 2007-09-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1067         PR target/33281
1068         * configure.ac: Use config/mh-mingw on mingw.
1069         * configure: Regenerate.
1071 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
1073         PR other/32154
1074         * configure.ac: For libgloss targets, point the linker to the linker
1075         script, startup code and simulator library.
1076         * configure: Regenerate.
1078 2007-09-09  Andrew Haley  <aph@redhat.com>
1080         * configure.ac (noconfigdirs): Remove target-libffi and
1081         target-libjava.
1083 2007-08-29  Nick Clifton  <nickc@redhat.com>
1085         * config.sub, config.guess: Update from upstream sources.
1087 2007-08-21  Richard Guenther  <rguenther@suse.de>
1089         * configure.ac: Add types checking to stage1 checking flags.
1090         * configure: Regenerate.
1092 2007-08-18  Paul Brook  <paul@codesourcery.com>
1093             Joseph Myers  <joseph@codesourcery.com>
1095         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
1096         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
1097         * Makefile.in: Regenerate.
1098         * configure.ac (--with-debug-prefix-map): New.
1099         * configure: Regenerate.
1101 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
1102             Nigel Stephens  <nigel@mips.com>
1104         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
1105         as target_makefile_frag.
1106         * configure: Regenerate.
1108 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
1110         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
1111         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
1112         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
1113         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
1114         (do-compare, do-compare3, do-compare-debug): New.
1115         ([+compare-target+]): Use them.
1117 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
1119         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
1120         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
1121         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
1122         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
1123         (do-compare, do-compare3, do-compare-debug): New.
1124         ([+compare-target+]): Use them.
1126 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1127             Ben Elliston  <bje@au.ibm.com>
1129         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
1130         --silent if $silent.
1131         * configure: Regenerate.
1133 2007-08-12  Daniel Jacobowitz  <dan@codesourcery.com>
1135         * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
1137 2007-07-17  Nick Clifton  <nickc@redhat.com>
1139         * COPYING3: New file.  Contains version 3 of the GNU General
1140         Public License.
1141         * COPYING3.LIB: New file.  Contains version 3 of the GNU
1142         Lesser General Public License.
1144 2007-07-11  Bernd Schmidt  <bernd.schmidt@analog.com>
1146         * configure.ac: Fix my previous change to really match GCC.
1147         * configure: Regenerate.
1149 2007-07-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1151         * configure.ac: Rewrite 'configure --help' strings to look nicer.
1152         * configure: Regenerate.
1154 2007-07-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1156         * configure.ac: Add some missing m4 quotation.
1157         * configure: Regenerate.
1159 2007-07-09  Kai Tietz   <kai.tietz@onevision.com>
1161         * Makefile.def: Add windmc tool to build.
1162         * Makefile.tpl: Likewise.
1163         * configure.ac: Likewise.
1164         * Makefile.in: Regenerate.
1165         * configure: Regenerate.
1167 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
1169         * lt~obsolete.m4: New. Import from 20070318 libtool.
1171 2007-06-29  Bernd Schmidt  <bernd.schmidt@analog.com>
1173         * configure.ac: Don't add target-libmudflap to noconfigdirs for
1174         uclinux and linux-uclibc targets.
1175         * configure: Regenerate.
1177 2007-06-28  DJ Delorie  <dj@redhat.com>
1179         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
1180         not building newlib.
1181         * configure: Regenerated.
1183 2007-06-22  Daniel Jacobowitz  <dan@codesourcery.com>
1185         * src-release (DEVO_SUPPORT): Correct typos.
1187 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
1189         * Makefile.def: Add dependency from configure-gdb to all-bfd.
1190         * Makefile.in: Regenerated.
1192 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
1194         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
1195         (distclean-stage[+id+]): Possibly delete stage_last.
1196         * Makefile.in: Regenerate.
1198 2007-06-07  Ben Elliston  <bje@au.ibm.com>
1200         * config.sub, config.guess: Update from upstream sources.
1202 2007-06-07  Ben Elliston  <bje@au.ibm.com>
1204         * Makefile.tpl: Fix spelling error.
1205         * Makefile.in: Regenerate.
1207 2007-06-04  Paolo Bonzini  <bonzini@gnu.org>
1209         Sync with gcc:
1210         2007-05-30  Jakub Jelinek  <jakub@redhat.com>
1212         PR bootstrap/29382
1213         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
1214         * configure: Rebuilt.
1216 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
1218         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
1219         lt_cv_sys_max_cmd_len.
1221 2007-05-31  Paolo Bonzini  <bonzini@gnu.org>
1223         * ltgcc.m4: Update from GCC.
1225 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
1227         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
1229 2007-05-24  Steve Ellcey  <sje@cup.hp.com>
1231         * ltmain.sh: Update from GCC.
1232         * libtool.m4: Update from GCC.
1233         * ltsugar.m4: New. Update from GCC.
1234         * ltversion.m4: New. Update from GCC.
1235         * ltoptions.m4: New. Update from GCC.
1236         * ltconfig: Remove.
1237         * ltcf-c.sh: Remove.
1238         * ltcf-cxx.sh: Remove.
1239         * ltcf-gcj.sh: Remove.
1240         * src-release: Update with new libtool file list.
1242 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
1244         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
1245         stage_cflags.
1246         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
1247         Remove CFLAGS/LIBCFLAGS.
1248         (configure-stage[+id+]-[+prefix+][+module+],
1249         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
1250         * Makefile.in: Regenerate.
1252 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
1254         * config-ml.in: Update from GCC.
1256 2007-04-09  Daniel Jacobowitz  <dan@codesourcery.com>
1258         * src-release (do-proto-toplev): Process the support directories before
1259         the tool directory.
1261 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
1263         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
1264         of glob.  Quote arguments with single quotes too.
1265         * configure: Regenerate.
1267 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
1269         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
1270         * Makefile.in: Regenerate
1272 2007-03-07  Andreas Schwab  <schwab@suse.de>
1274         * configure: Regenerate.
1276 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
1278         * configure.ac: Add "--with-pdfdir" configure option,
1279         which defines pdfdir variable.
1280         * Makefile.def (target=fixincludes): Add install-pdf to
1281         missing targets.
1282         (recursive_targets): Add install-pdf target.
1283         (flags_to_pass): Add pdfdir.
1284         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
1285         target.
1286         * configure: Regenerate
1287         * Makefile.in: Regenerate
1289 2007-02-28  Eric Christopher  <echristo@apple.com>
1291         Revert:
1292         2006-12-07  Mike Stump  <mrs@apple.com>
1294         * Makefile.def (dependencies): Add dependency for
1295         install-target-libssp and install-target-libgomp on
1296         install-gcc.
1297         * Makefile.in: Regenerate.
1299 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
1301         * configure: Regenerate.
1302         * configure.ac: Move statements after variable declarations.
1304 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
1306         * configure.ac: Adjust for loop syntax.
1307         * configure: Regenerate.
1309 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
1311         * configure: Rebuilt.
1313 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
1315         * configure.ac: Drop multiple occurrences of --enable-languages,
1316         and fix its quoting.
1317         * configure: Rebuilt.
1319 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
1320             Nathan Sidwell  <nathan@codesourcery.com>
1321             Vladimir Prus  <vladimir@codesourcery.com
1322             Joseph Myers  <joseph@codesourcery.com>
1324         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
1325         * configure: Regenerate.
1327 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
1329         * configure.ac (target_libraries): Move libgcc before libiberty.
1330         * configure: Regenerated.
1332 2007-02-13  Paolo Bonzini  <bonzini@gnu.org>
1334         * configure: Regenerate again?
1336 2007-02-13  Paolo Bonzini  <bonzini@gnu.org>
1338         * configure: Reapply PR30748 fix which was lost in the previous commit.
1340 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
1341             Paolo Bonzini  <bonzini@gnu.org>
1343         PR bootstrap/30753
1344         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
1345         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
1346         * configure: Regenerated.
1348 2007-02-10  Paolo Bonzini  <bonzini@gnu.org>
1350         * configure: Regenerate.
1352 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
1354         PR bootstrap/30748
1355         * configure.ac: Correct syntax for Solaris ksh.
1356         * configure: Regenerated.
1358 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
1360         * Makefile.def: Sync with GCC.
1361         * Makefile.tpl: Sync with GCC.
1362         * Makefile.in: Regenerate.
1363         * configure: Regenerate.
1365 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
1367         * Makefile.tpl (build_alias, host_alias, target_alias): Use
1368         noncanonical equivalents.
1369         * configure.in: Rename to...
1370         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
1371         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
1372         target_noncanonical.  Use them.  Rewrite removal of configure
1373         arguments for autoconf 2.59.  Discard variable settings.  Force
1374         program_transform_name for native tools.
1376         * Makefile.in: Regenerated.
1377         * configure: Regenerated with autoconf 2.59.
1379         * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
1381 2007-02-08  Jeff Johnston  <jjohnstn@redhat.com>
1383         * COPYING.LIBGLOSS: Reformat default Red Hat
1384         license to fit within 80 columns.
1385         * COPYING.NEWLIB: Ditto.
1387 2007-02-05  Dave Brolley  <brolley@redhat.com>
1389         * Contribute the following changes:
1390         2006-11-28  DJ Delorie  <dj@redhat.com>
1392         * configure.in: Fix typo for mep's target_makefile_frag.
1393         * configure: Regenerated.
1395         2005-04-22  Richard Sandiford  <rsandifo@redhat.com>
1397         * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
1398         * configure: Regenerate.
1400         2001-09-19  DJ Delorie  <dj@redhat.com>
1402         * configure.in (target_makefile_frag): use mt-mep
1404         2001-06-12  Don Howard  <dhoward@redhat.com>
1406         * configure.in: Remove gdb from MeP skip list.
1408         2001-04-05  DJ Delorie  <dj@redhat.com>
1410         * configure.in (noconfigdirs): Remove gcc from MeP skip list.
1412         2001-03-20  Ben Elliston  <bje@redhat.com>
1414         * configure.in (noconfigdirs): Add gcc and gdb for MeP.
1416         2001-03-19  Ben Elliston  <bje@redhat.com>
1418         * config.sub (mep, mep-*): Add.
1420 2007-01-31  Andreas Schwab  <schwab@suse.de>
1422         * Makefile.tpl (LDFLAGS): Substitute it.
1423         * Makefile.in: Regenerate.
1425 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
1427         * configure.in: Change == to = in test command.
1428         * configure: Regenerate.
1430 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
1431             Nick Clifton  <nickc@redhat.com>
1432             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
1434         * configure.in (build_configargs, host_configargs, target_configargs):
1435         Remove build/host/target parameters.
1436         (host_libs): Add gmp and mpfr.
1437         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
1438         * Makefile.def (gmp, mpfr): New.
1439         (gcc): Remove target.
1440         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
1441         target_os, target_vendor): New.
1442         (configure): Add host_alias/target_alias arguments.  Adjust invocations.
1443         * configure: Regenerate.
1444         * Makefile.in: Regenerate.
1446 2007-01-11  Matt Fago  <fago@earthlink.net>
1448         * configure.in: Try to link to functions only in mpfr 2.2.x
1449         to improve robustness of configure tests.
1450         * configure: Regenerate.
1452 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
1454         * configure.in: Add support for an x86_64-mingw* target.
1455         * configure: Regenerate.
1457 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
1459         * Makefile.tpl (all-target): Correct @if conditional for target
1460         modules.
1461         * configure.in: Omit libiberty if building only target libgcc.
1462         * configure, Makefile.in: Regenerated.
1464 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
1466         * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
1467         * configure: Regenerate.
1469 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
1471         * Makefile.def (target_modules): Add libgcc.
1472         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
1473         * Makefile.tpl (clean-target-libgcc): Delete.
1474         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
1475         on gcc even for bootstrapped modules.  Rewrite handling of
1476         lang_env_dependencies to loop over target_modules.
1477         * configure.in (target_libraries): Add target-libgcc.
1478         * Makefile.in, configure: Regenerated.
1480 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
1482         Sync with gcc:
1483         2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
1485         * configure.in: Reorganize recognition of languages.  Add
1486         --enable-stage1-languages.  Show supported languages for the chosen
1487         target rather than all recognized languages.
1488         * configure: Regenerate.
1490         2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
1492         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
1493         * Makefile.in: Regenerate.
1495         2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1497         * configure.in: Warn that MPFR 2.2.0 is buggy.
1498         * configure: Regenerate.
1500 2006-12-27  Ian Lance Taylor  <iant@google.com>
1502         * configure.in: When removing Makefiles to force a reconfigure, also
1503         remove prev-DIR*/Makefile.
1504         * configure: Regenerate.
1506 2006-12-23  Kazu Hirata  <kazu@codesourcery.com>
1508         * config.bfd: Recognize fido.
1510 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
1512         Sync with gcc:
1514         2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
1516         * configure.in: Remove "$build" case for powerpc-*-darwin* since
1517         it only affects bootstrap and could be tested on "$host" as well.
1518         * configure: Regenerate.
1519         * config/mh-ppc-darwin: Add to the stage1 cflags here.
1521         2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
1523         PR bootstrap/29544
1524         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
1525         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
1526         move here comment from Makefile.tpl.
1527         * Makefile.tpl: Move some definitions higher in the file.
1528         (STAGE1_CHECKING): New.
1529         * configure.in: Add --enable-stage1-checking.
1530         * configure: Regenerate.
1531         * Makefile.in: Regenerate.
1533         2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1535         * configure.in: Update error message for missing GMP/MPFR.
1537         * configure: Regenerate.
1539         2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1541         * configure.in: Update MPFR version in error message.
1543         * configure: Regenerate.
1545         2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1547         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
1548         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
1549         --with-gmp-lib): New flags.
1551         * configure: Regenerate.
1553 2006-12-12  Andreas Tobler  <a.tobler@schweiz.org>
1555         PR bootstrap/30134
1556         * configure.in: Correct x86 darwin support for libjava to powerpc
1557         and i?86 only.
1558         * configure: Regenerate.
1560 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
1562         * configure.in:  Handle spu makefile frag.
1563         * Makefile.tpl (MAINT): Define
1564         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
1565         * configure: Regenerate.
1566         * Makefile.in: Regenerate.
1568 2006-12-11  Ben Elliston  <bje@au.ibm.com>
1570         * config.sub, config.guess: Update from upstream sources.
1572 2006-12-11  Ben Elliston  <bje@au.ibm.com>
1574         * configure.in: Sync with GCC (spu-*-*).
1575         * configure: Sync with GCC.
1577 2006-12-07  Mike Stump  <mrs@apple.com>
1579         * Makefile.def (dependencies): Add dependency for
1580         install-target-libssp and install-target-libgomp on
1581         install-gcc.
1582         * Makefile.in: Regenerate.
1584 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
1586         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
1587         (unstage): Test for stage_last presence.
1589         PR bootstrap/29802
1590         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
1591         * Makefile.in: Regenerate.
1593 2006-11-14  DJ Delorie  <dj@redhat.com>
1595         * Makefile.tpl (clean-stage*): Sync with GCC (clean).
1596         * Makefile.in: Sync with GCC.
1597         * configure.in: Sync with GCC (mpfr, gmp).
1598         * configure: Sync with GCC.
1600 2006-11-08  Jie Zhang  <jie.zhang@analog.com>
1602         * configure.in: Remove target-libgloss from noconfigdirs for
1603         bfin-*-*.
1604         * configure: Regenerated.
1606 2006-10-27  Jeff Johnston  <jjohnstn@redhat.com>
1608         * COPYING.NEWLIB: Add spu license.
1609         * COPYING.LIBGLOSS: Ditto.
1611 2006-10-17  Brooks Moses  <bmoses@stanford.edu>
1613         * Makefile.def: Added pdf target handling.
1614         * Makefile.tpl: Added pdf target handling.
1615         * Makefile.in: Regenerated.
1617 2006-10-11  Jeff Johnston  <jjohnstn@redhat.com>
1619         * COPYING.NEWLIB: Updated.
1620         * COPYING.LIBGLOSS: Ditto.
1622 2006-09-27  Dave Brolley  <brolley@redhat.com>
1624         * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
1625         $s instead of $r.
1626         * configure: Regenerated.
1628 2006-09-26  Ben Elliston  <bje@au.ibm.com>
1630         * config.sub, config.guess: Update from upstream sources.
1632 2006-09-20  Thiemo Seufer  <ths@mips.com>
1634         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
1635         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
1636         * configure: Regenerate.
1638 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
1640         * configure.in: Never build newlib for a Mingw host.
1641         Never build newlib as Mingw target library.
1642         Test the existence of winsup/cygwin for building a Cygwin newlib,
1643         rather than just winsup.
1644         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
1645         building a Mingw target.
1646         * configure: Regenerate.
1648 2006-08-15  Thiemo Seufer  <ths@mips.com>
1649             Nigel Stephens  <nigel@mips.com>
1650             David Ung  <davidu@mips.com>
1652         * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
1654 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
1656         Sync from GCC:
1657         2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
1659         PR bootstrap/18058
1660         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
1661         if the bootstrap compiler is a GCC version that supports it.
1662         * configure: Regenerate.
1664 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
1666         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
1667         * configure: Regenerated.
1669 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
1671         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
1672         for stages after the first.
1674 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
1676         * Makefile.def: Add dependencies for configure-opcodes
1677         on configure-intl and all-opcodes on all-intl.
1678         * Makefile.in: Regenerated.
1680 2006-07-04  Peter O'Gorman  <peter@pogma.com>
1682         * ltconfig: chmod 644 before ranlib during install.
1684 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
1686         * configure.in: Fix thinkos in previous check-in.
1687         * configure: Regenerate.
1689 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
1691         Sync from gcc:
1693         2007-07-03  Paolo Bonzini  <bonzini@gnu.org>
1695         PR other/27063
1696         * configure.in: Test subdir_requires and give an appropriate
1697         error message.
1698         * configure: Regenerate.
1700         2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1702         PR target/27540
1703         * configure.in: Only enable libgomp on IRIX 6.
1704         * configure: Regenerate.
1706 2006-06-20  David Ayers  <d.ayers@inode.at>
1708         PR bootstrap/28072
1709         * configure.in: Add target-boehm-gc to noconfigdirs depending on
1710         whether target-libjava is being configured instead of whether the
1711         java front end is enabled.
1712         * configure: Regenerate.
1714 2006-06-15  Mark Shinwell  <shinwell@codesourcery.com>
1716         * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
1717         to R_ARM_LDC_SB_G{0,1,2} respectively.
1719 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
1721         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
1722         too.
1723         * Makefile.in: Regenerate.
1725 2006-06-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1727         Sync from gcc:
1729         2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1730         * configure.in: Don't enable libgomp on hpux10.
1731         * configure: Rebuilt.
1733 2006-06-13  David Ayers  <d.ayers@inode.at>
1735         Sync from gcc:
1737         2006-06-12  David Ayers  <d.ayers@inode.at>
1739         PR bootstrap/27963
1740         PR target/19970
1741         * configure.in: Remove target-boehm-gc from noconfigdirs where
1742         ${libgcj} is specified.
1743         * configure: Regenerate.
1745 2006-06-08  Jeff Johnston  <jjohnstn@redhat.com>
1747         Sync from gcc:
1749         2005-01-12  David Edelsohn  <edelsohn@gnu.org>
1750                     Andreas Schwab  <schwab@suse.de>
1752         PR bootstrap/18033
1753         * config-ml.in: Eval option if surrounded by single quotes.
1755 2006-06-07  Carlos O'Donell  <carlos@codesourcery.com>
1757         Sync from gcc:
1759         2006-06-06  David Ayers  <d.ayers@inode.at>
1761         PR libobjc/13946
1762         * Makefile.def: Add dependencies for libobjc which boehm-gc.
1763         * Makefile.in: Regenerate.
1764         * configure.in: Add --enable-objc-gc at toplevel and have it
1765         enable boehm-gc for Objective-C.
1766         Remove target-boehm-gc from libgcj.
1767         Add target-boehm-gc to target_libraries.
1768         Add target-boehm-gc to noconfigdirs where ${libgcj}
1769         is specified.
1770         Assert that boehm-gc is supported when requested for Objective-C.
1771         Only build boehm-gc if needed either for Java or Objective-C.
1772         * configure: Regenerate.
1774         2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
1776         PR 27674
1777         * Makefile.tpl (configure-[+prefix+][+module+],
1778         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
1779         Remove rule to unstage bootstrapped modules.
1780         (stage_current): New.
1781         * Makefile.in: Regenerate.
1783         2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1784         Andreas Tobler  <a.tobler@schweiz.ch>
1786         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
1787         * configure: Rebuilt.
1789         Revert
1790         2006-01-31  Richard Guenther  <rguenther@suse.de>
1791         Paolo Bonzini  <bonzini@gnu.org>
1793         * Makefile.def (target_modules): Add libgcc-math target module.
1794         * configure.in (target_libraries): Add libgcc-math target library.
1795         (--enable-libgcc-math): New configure switch.
1796         * Makefile.in: Re-generate.
1797         * configure: Re-generate.
1799 2006-06-05  Jeff Johnston  <jjohnstn@redhat.com>
1801         * config-ml.in: Alter CCASFLAGS to include special
1802         multilib options the same as is done for CFLAGS.
1804 2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
1806         * Makefile.def: Added dependencies from sim and gdb on intl, and
1807         added configure dependencies to everything with an all dependency
1808         on intl.
1809         * gettext.m4: Removed.
1810         * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
1811         (GDB_SUPPORT_DIRS): Add intl.
1812         * Makefile.in: Regenerated.
1814 2006-05-25  Daniel Jacobowitz  <dan@codesourcery.com>
1816         * src-release (DEVO_SUPPORT): Add config.rpath.
1818 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
1820         * Makefile.def (bfd, opcodes): Fix lib_path.
1821         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
1822         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
1823         * Makefile.in: Regenerate.
1825 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
1827         * configure.in: Enable gprof for cross builds.
1828         * configure: Regenerate.
1830 2006-05-17  Daniel Jacobowitz  <dan@codesourcery.com>
1832         * src-release (MAKEINFOFLAGS): Define.
1833         (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
1835 2006-05-14  Ben Elliston  <bje@au.ibm.com>
1837         * config.sub, config.guess: Update from upstream sources.
1839 2006-05-12  Ben Elliston  <bje@au.ibm.com>
1841         * config.sub, config.guess: Update from upstream sources.
1843 2006-05-04  Steve Ellcey  <sje@cup.hp.com>
1845         * blt, iwidgets, mmalloc: Remove directories.
1847 2006-05-01  DJ Delorie  <dj@redhat.com>
1849         * configure.in: Restore CFLAGS if GMP isn't present.
1850         * configure: Regenerate.
1852 2006-04-18  DJ Delorie  <dj@redhat.com>
1854         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
1855         reference libgloss so that libssp can be built in a combined
1856         tree.
1857         * configure: Regenerate.
1859 2006-04-10  Ben Elliston  <bje@au.ibm.com>
1861         * contrib: Remove directory.
1863 2006-04-06  Carlos O'Donell <carlos@codesourcery.com>
1865         * Makefile.tpl: Add install-html target.
1866         * Makefile.def: Add install-html target.
1867         * Makefile.in: Regenerate.
1868         * configure.in: Add --with-datarootdir, --with-docdir,
1869         and --with-htmldir options.
1870         * configure: Regenerate.
1872 2006-03-31  Ben Elliston  <bje@au.ibm.com>
1874         PR binutils/1860
1875         * configure.in: Require makeinfo 4.4 or higher.
1876         * configure: Regenerate.
1878 2006-03-14  Paolo Bonzini  <bonzini@gnu.org>
1880         * Makefile.in: Regenerate.
1882 2006-03-14  Paolo Bonzini  <bonzini@gnu.org>
1884         Sync with gcc:
1885         2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
1887         * configure.in: Handle --disable-<component> generically.
1888         * configure: Regenerate.
1890         2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
1892         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
1893         (TARGET_CONFIGDIRS): Remove.
1894         * configure.in: Remove AC_SUBST(target_configdirs).
1895         * Makefile.in, configure: Regenerated.
1898 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
1900         PR libgcj/17311
1901         * ltmain.sh: Don't use "$finalize_rpath" for compile.
1903 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
1905         PR bootstrap/25670
1907         * Makefile.tpl ([+compare-target+]): Print explanation messages.
1909         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
1910         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
1911         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
1912         BUILD_PREFIX, BUILD_PREFIX_1.
1913         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
1915         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
1916         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
1918         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
1919         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
1920         of `cat stage_current`.  Always provide the `r' and `s' variables.
1921         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
1922         a single shell execution.
1923         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
1924         bootstrapped modules, make the stage1 module if the build was not
1925         started yet, else build the current stage.
1926         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
1927         (all-build, all-host, all-target, [+make_target+]-host,
1928         [+make_target+]-target): Do not use \-continued lines.
1929         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
1930         (current_stage, restrap, stage_last): New.
1932         * Makefile.in: Regenerate.
1933         * configure: Regenerate.
1935 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
1937         Sync from gcc:
1939         2006-01-31  Richard Guenther  <rguenther@suse.de>
1940                     Paolo Bonzini  <bonzini@gnu.org>
1942         * Makefile.def (target_modules): Add libgcc-math target module.
1943         * configure.in (target_libraries): Add libgcc-math target library.
1944         (--enable-libgcc-math): New configure switch.
1945         * Makefile.in: Re-generate.
1946         * configure: Re-generate.
1947         * libgcc-math: New toplevel directory.
1949         2006-01-18  Richard Henderson  <rth@redhat.com>
1950                     Jakub Jelinek  <jakub@redhat.com>
1951                     Diego Novillo  <dnovillo@redhat.com>
1953         * libgomp: New directory.
1954         * Makefile.def: Add target_module libgomp.
1955         * Makefile.in: Regenerate.
1956         * configure.in (target_libraries): Add target-libgomp.
1957         * configure: Regenerate.
1959 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
1960             Andreas Schwab  <schwab@suse.de>
1962         * configure: Regenerate.
1964 2006-01-16  Paolo Bonzini  <bonzini@gnu.org>
1966         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
1967         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
1968         the assembler, linker and binutils.
1969         * configure: Regenerate.
1971 2006-01-16  Nick Clifton  <nickc@redhat.com>
1973         * config.sub, config.guess: Sync from config repository.
1975 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
1977         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
1978         @ from continuation.
1979         * Makefile.in: Rebuilt.
1981 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
1983         Sync from gcc:
1985         2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
1987         PR bootstrap/24252
1989         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
1990         * Makefile.tpl (OBJDUMP): New.
1991         (EXTRA_HOST_FLAGS): Add it.
1992         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
1994         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
1995         to use symbolic links between directories.  Avoid race conditions
1996         or make them harmless.
1997         * configure.in: Do not try to use symbolic links between directories.
1999         * Makefile.def (LEAN): Pass.
2000         * Makefile.tpl (LEAN): Define.
2001         (stage[+id+]-start): Accept that the previous directory does not
2002         exist, if the bootstrap is lean.
2003         (stage[+id+]-bubble): Invoke lean bootstrap commands after
2004         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
2005         configure substitution.
2006         ([+compare-target+]): Likewise.
2007         ([+bootstrap-target+]-lean): New.
2008         * configure.in: Remove lean bootstrap support from here.
2010         * Makefile.in: Regenerate.
2011         * configure: Regenerate.
2013         2006-01-02  Andreas Schwab  <schwab@suse.de>
2015         * configure.in: When reconfiguring remove Makefile in
2016         all stage directories.
2017         * configure: Regenerate.
2019 2005-12-27  Leif Ekblad  <leif@rdos.net>
2021         * configure.in: Add support for RDOS target.
2022         * configure: Regenerate.
2024 2005-12-27  Nick Clifton  <nickc@redhat.com>
2026         PR binutils/1990
2027         * libtool.m4: Synchronize with version in GCC sources.
2029 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
2031         Revert Ada-related part of the previous change.
2033         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
2034         Do not pass.
2035         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
2036         * Makefile.in: Regenerate.
2037         * configure.in: Do not include mt-ppc-aix target fragment.
2038         * configure: Regenerate.
2040 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
2042         * configure.in: Select appropriate fragments for PowerPC/AIX.
2043         * configure: Regenerate.
2045         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
2046         BOOT_CFLAGS, BOOT_LDFLAGS.
2047         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
2048         BOOT_CFLAGS, BOOT_LDFLAGS.
2049         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
2050         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
2051         (stage): Fail if we cannot complete the work.
2052         * Makefile.in: Regenerate.
2054 2005-12-16  Jeff Johnston  <jjohnstn@redhat.com>
2056         * COPYING.NEWLIB: Update copyright year for default
2057         copyright.
2059 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
2061         * Makefile.tpl (all, do-[+make_target+], do-check, install,
2062         install-host-nogcc): Don't invoke $(stage) at the end.
2063         * Makefile.in: Regenerate.
2065 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
2067         * configure.in: Flip the top-level bootstrap switch.
2068         * configure: Regenerate.
2070         Merge from gcc:
2072         2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
2074         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
2075         $(stage) and $(unstage).
2076         (EXTRA_TARGET_FLAGS): Correct double-quoting.
2077         (all): Remove stray semicolon.
2078         (local-distclean): Don't handle multilib.tmp and multilib.out.
2079         (install.all): Set $s for consistency.
2080         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
2081         check_multilibs setting.  Always make the install directory.
2082         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
2083         Correct @if/@endif.
2084         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
2085         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
2086         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
2087         (multilib.out): Remove.
2088         * Makefile.in: Regenerated.
2090 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
2092         * config.sub: Replace ms1 arch with mt.  Allow ms1 as alias.
2093         * configure.in: Replace ms1 arch with mt.
2094         * configure: Rebuilt.
2096 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
2098         Sync with gcc:
2100 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
2102         * config.sub: Replace ms1 arch with mt.  Allow ms1 as alias.
2103         * configure.in: Replace ms1 arch with mt.
2104         * configure: Rebuilt.
2106 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
2108         Sync with gcc:
2110         2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
2112         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
2113         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
2114         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
2115         Find in-tree tools if available.
2116         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
2117         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
2118         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
2119         (COMPILER_*_FOR_TARGET): New.
2120         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
2121         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
2122         (CONFIGURED_*, USUAL_*): Remove.
2123         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
2124         STRIP): Use autoconf substitutions.
2125         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
2126         COMPILER_NM_FOR_TARGET): New.
2127         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
2129         (all): Make all-host and all-target in parallel.
2130         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
2131         that $$r and $$s are set before invoking a recursive make.
2132         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
2133         ([+bootstrap-target+]): Inline most of the `all' target.
2135         2005-11-29  Ben Elliston  <bje@au.ibm.com>
2137         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
2138         from the gcc build directory.
2139         * Makefile.in: Regenerate.
2141         2005-11-29  Ben Elliston  <bje@au.ibm.com>
2143         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
2144         depend on all-libdecnumber.
2145         * configure.in (host_libs): Include libdecnumber.
2146         * Makefile.in: Regenerate.
2147         * configure: Likewise.
2149         2005-11-21  Kean Johnston  <jkj@sco.com>
2151         * config.sub, config.guess: Sync from upstream sources.
2153 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
2155         * Makefile.def: Remove gdb dependencies for gdbtk.
2156         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
2157         (configure-gdb, install-gdb): New rules.
2158         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
2159         * Makefile.in, configure: Regenerated.
2161 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
2163         PR bootstrap/24297
2164         * Makefile.tpl (do-[+make-target+], do-check, install,
2165         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
2166         are set before recursing.
2167         * Makefile.in: Regenerate.
2169 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
2171         PR bootstrap/18939
2172         * Makefile.def (gcc) <target>: Fix thinko.
2173         * Makefile.in: Regenerate.
2175 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
2177         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
2178         * configure: Regenerate.
2180 2005-10-09  Kazu Hirata  <kazu@codesourcery.com>
2182         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
2183         target-libffi, target-qthreads, target-libjava, and
2184         targetlibobjc.
2185         * configure: Regenerate.
2187 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
2189         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
2190         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
2191         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
2192         (USUAL_OBJDUMP_FOR_TARGET): New.
2193         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
2194         * configure.in: Check for $OBJDUMP_FOR_TARGET.
2195         * configure, Makefile.in: Regenerated.
2197 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
2199         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
2200         before other host packages.
2202 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
2204         PR bootstrap/22340
2206         * configure.in (default_target): Remove.
2207         * Makefile.tpl (all): Do not use prerequisites as subroutines
2208         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
2209         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
2210         use prerequisites as subroutines.
2211         (check-host, check-target): New.
2212         (bootstrap configure & all targets): Do not use stage*-start
2213         if the directory layout is already ok.
2214         (non-bootstrap configure & all targets): Prepend a $(unstage).
2215         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
2216         (NOTPARALLEL): Remove.
2217         (unstage, stage variables): New variables.
2218         (unstage, stage targets): Simply expand to those variables.
2220         * configure: Regenerate.
2221         * Makefile.in: Regenerate.
2223 2005-10-04  James E Wilson  <wilson@specifix.com>
2225         * Makefile.def (lang_env_dependencies): Add libmudflap.
2226         * Makefile.in: Regenerate.
2228 2005-10-03  Catherine Moore  <clm@cm00re.com>
2230         * configure.in (bfin-*-*): Support bfin.
2231         * configure: Regenerated.
2233 2005-09-30  H.J. Lu  <hongjiu.lu@intel.com>
2235         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
2236         * configure: Regenerated.
2238 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
2240         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
2241         (LIPO_FOR_TARGET): New.
2242         (CONFIGURED_LIPO_FOR_TARGET): New.
2243         (USUAL_LIPO_FOR_TARGET): New.
2244         (STRIP_FOR_TARGET): New.
2245         (CONFIGURED_STRIP_FOR_TARGET): New.
2246         (USUAL_STRIP_FOR_TARGET): New.
2247         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
2248         STRIP_FOR_TARGET.
2249         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
2250         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
2251         * Makefile.in: Regenerate.
2252         * configure: Regenerate.
2254 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
2256         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
2257         (rs6000-*-aix*): Same.
2258         * configure: Regenerate.
2260 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
2262         * configure.in: Recognize f95 in the --enable-languages option,
2263         and substitute it for fortran, issuing a warning.
2264         * configure: Regenerate.
2266 2005-09-07  Ben Elliston  <bje@au.ibm.com>
2268         Import from Autoconf sources:
2270         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
2271         * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
2272         Elliston.  Handle weird characters correctly.
2274 2005-08-30  Phil Edwards  <phil@codesourcery.com>
2276         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
2277         * configure:  Regenerated.
2279 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
2281         * Makefile.def (libssp): Add to lang_env_dependencies.
2282         * Makefile.in: Regenerate.
2284 2005-08-17  Christian Groessler  <chris@groessler.org>
2286         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
2287         * Makefile.in: Regenerate.
2289 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
2291         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
2292         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
2293         Look for alternate names of the target cc and c++
2294         * configure: Regenerate.
2296 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
2298         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
2299         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
2300         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
2301         tools; remove code to manually set them.
2302         (Target tools): Look in the environment for them.
2303         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
2304         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
2305         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
2306         build directory.
2307         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
2308         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
2309         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
2310         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
2311         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
2312         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
2313         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
2314         * configure: Regenerate.
2315         * Makefile.in: Regenerate.
2317 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
2319         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
2320         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
2321         * Makefile.in: Regenerated.
2323 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
2325         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
2326         (CFLAGS_FOR_TARGET): Use it.
2327         (CXXFLAGS_FOR_TARGET): Likewise.
2328         * Makefile.in: Regenerated.
2329         * configure.in (--with-build-sysroot): New option.
2330         * configure: Regenerated.
2332 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
2334         * Makefile.tpl: Wrap install between unstage and stage
2335         * Makefile.in: Regenerate.
2337 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
2339         * all files: Update FSF address.
2341 2005-07-14  Jim Blandy  <jimb@redhat.com>
2343         * configure.in: Add cases for Renesas m32c.
2344         * configure: Regenerated.
2346 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
2348         * COPYING, compile, config-ml.in, config.guess,
2349         config.sub, install-sh, missing, mkinstalldirs,
2350         symlink-tree, ylwrap: Sync from upstream sources.
2352 2005-07-13  Eric Christopher  <echristo@redhat.com>
2354         * configure.in: Add toplevel noconfigdir support for tpf.
2355         * configure: Regenerate.
2357 2005-07-11  Jakub Jelinek  <jakub@redhat.com>
2359         * Makefile.def (target_modules): Add libssp.
2360         * configure.in (target_libraries): Add target-libssp.
2361         * configure: Rebuilt.
2362         * Makefile.in: Rebuilt.
2364 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
2366         PR ada/22340
2368         * Makefile.def: Sync with gcc.
2369         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
2370         * Makefile.in: Regenerate.
2372 2005-07-07  Andreas Schwab  <schwab@suse.de>
2374         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
2375         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
2376         * Makefile.in: Regenerated.
2378 2005-07-07  Kazu Hirata  <kazu@codesourcery.com>
2380         * configure.in: Add --enable-libssp and --disable-libssp.
2381         * configure: Regenerate with autoconf-2.13.
2383 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
2385         * configure.in: Don't build sim or rda when targetting darwin.
2386         * configure: Regenerate.
2388 2005-07-04  Ben Elliston  <bje@gnu.org>
2390         * src-release (do-proto-toplev): Remove dejagnu bits.
2391         (DEJAGNU_SUPPORT_DIRS): Remove.
2392         (dejagnu.tar.bz2, dejagnu.tar): Likewise.
2393         (GDBD_SUPPORT_DIRS): Likewise.
2394         (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
2395         (INSIGHTD_SUPPORT_DIRS): Likewise.
2396         (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
2398 2005-06-30  Ben Elliston  <bje@gnu.org>
2400         * setup.com (mpw): Remove unused directive.
2402 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
2404         * Makefile.def (stagefeedback): Come after profile.
2405         Define profiledbootstrap target.
2406         * Makefile.tpl (profiledbootstrap): Remove.
2407         (stageprofile-end): Zap stagefeedback.
2408         (stagefeedback-start): Copy all .gcda files, not only GCC's.
2409         * Makefile.in: Regenerate.
2411 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
2413         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
2414         In 'cpp' stanza, support '#line' as well as '# '.
2416 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
2418         * configure.in (unsupported_languages): New macro.
2419         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
2420         non-ported target libraries in noconfigdirs.
2421         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
2422         non-linux-gnu.  Remove libgcj_ex_libffi.
2423         <lang_frag loop>: Set add_this_lang=no if the language is in
2424         unsupported_languages.
2425         * configure: Regenerate.
2427 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
2429         * configure.in: Fix typo in handling of --with-mpfr-dir.
2430         * configure: Regenerate.
2432 2005-06-02  Jim Blandy  <jimb@redhat.com>
2434         * config.sub: Add cases for the Renesas m32c.  (This patch has been
2435         accepted into the master sources.)
2437 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
2438             Michael Snyder  <msnyder@redhat.com>
2439             Stan Cox  <scox@redhat.com>
2441         * configure.in: Set noconfigdirs for ms1.
2443         * configure: Regenerate.
2445 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
2447         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
2448         (Dependencies): Consider target modules for bootstrap dependencies.
2449         Make target bootstrap modules depend on each stage's gcc.
2450         * Makefile.in: Regenerate.
2452 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
2454         * Makefile.def (configure-gcc): Depend on binutils having been built.
2455         (all-gcc): No need to do it here.
2456         * Makefile.in: Regenerate.
2458 2005-05-19  Paul Brook  <paul@codesourcery.com>
2460         * configure.in: Rewrite misleading error message when requested
2461         language cannot be built.
2462         * configure: Regenerate.
2464 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
2466         * ylwrap: Import from Automake 1.9.5.
2468 2005-05-04  Mike Stump  <mrs@apple.com>
2470         * configure.in: Always pass --target to target configures as
2471         otherwise rebuilds that do --recheck will fail.
2472         * configure: Rebuilt.
2474 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
2476         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
2477         STAGE_HOST_EXPORTS.
2478         (configure, all): Add bootstrap support.
2479         (Host modules, target modules): Pass post-stage1 flags and exports.
2480         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
2481         * Makefile.in: Regenerate.
2483 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
2485         Sync from gcc:
2487         2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
2489         * config.sub: Update from master copy.
2491         2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
2493         * configure.in <crisv32-*-*, cris-*-*>: New local variable
2494         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
2495         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
2496         "*-*-elf" and "*-*-linux*".
2497         * configure: Regenerate.
2499 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
2501         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
2502         (TARGET_CONFIGARGS): Include --with-target-subdir.
2503         (configure, all): New macros.  Use them throughout.
2505 2005-04-05  Paolo Bonzini  <bonzini@gnu.org>
2507         * Makefile.tpl: Sync with gcc.
2508         * Makefile.in: Regenerate.
2510 2005-03-30  J"orn Rennecke <joern.rennecke@st.com>
2512         * config/mh-mingw32: Delete.
2513         * configure.in: Don't use it.
2514         * configure: Regenerate.
2516 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
2518         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
2519         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
2520         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
2521         (HOST_LIB_PATH): Generate from Makefile.def.
2522         (TARGET_LIB_PATH): Likewise.
2523         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
2524         * Makefile.in: Regenerate.
2525         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
2526         (RPATH_ENVVAR): Include Darwin case.
2527         * configure: Regenerate.
2529 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
2531         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
2532         * configure: Regenerate.
2534 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
2536         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
2537         gcc_version, and gcc_version_trigger from set of flags to pass.
2538         * Makefile.tpl: Remove definitions of above variables.
2539         (config.status): Remove dependency on $(gcc_version_trigger).
2540         * Makefile.in: Regenerate.
2541         * configure.in: Do not reference config/gcc-version.m4 nor
2542         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
2543         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
2544         * configure: Regenerate.
2546 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
2547             Andrew Pinski <pinskia@physics.uc.edu>
2549         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
2550         * Makefile.in: Regenerate.
2552 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
2554         PR libgcj/20160
2555         * ltmain.sh: Avoid creating archives with components that have
2556         duplicate basenames.
2558 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
2560         PR bootstrap/20250
2561         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
2562         instead of check.
2563         * Makefile.in: Regenerate.
2565 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
2567         Sync from gcc.
2569         2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
2571         PR bootstrap/17383
2572         * Makefile.def (target_modules): Remove "stage", now unnecessary.
2573         * Makefile.tpl (HOST_SUBDIR): New substitution.
2574         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
2575         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
2576         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
2577         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
2578         (Host modules, Bootstrapped modules): Use it.
2579         (Build modules, Target modules): Do not create symlink trees,
2580         always configure out-of-srcdir.
2581         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
2582         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
2583         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
2584         $(HOST_SUBDIR).  Create a symlink for host_subdir.
2586         * Makefile.in: Regenerate.
2587         * configure: Regenerate.
2589         Merged from libada-gnattools-branch:
2590         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
2592         * Makefile.def: Add gnattools as a module, depending on target-libada.
2593         * Makefile.in: Regenerate.
2594         * configure.in: Include gnattools in host_tools; disable it if ada
2595         is disabled.
2596         * configure: Regenerate.
2598 2005-02-23  Nick Clifton  <nickc@redhat.com>
2600         * configure: Regenerate.
2602 2005-02-22  Paul Schlie  <schlie@comcast.net>
2604         * configure.in: Allow darwin targeted ports to build tk, itcl and
2605         libgui.
2607 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
2609         PR libgcj/10353
2610         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
2611         * configure: Regenerate.
2613 2005-02-08  Andrew Cagney  <cagney@gnu.org>
2615         * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
2616         gdb/ section.  Update GDB's URL.
2618 2005-01-31  Andrew Cagney  <cagney@gnu.org>
2620         * gettext.m4: Only set ENABLE_NLS when gettext is present.
2622 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
2624         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
2625         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
2626         target-libgloss when not *-*-elf and *-*-aout.
2627         * configure: Regenerate.
2629 2005-01-27  Andrew Cagney  <cagney@gnu.org>
2631         * gettext.m4: Don't use NONE as a default for CATOBJEXT.
2633 2005-01-24  Andrew Cagney  <cagney@gnu.org>
2635         * gettext.m4: Only fall back to ../intl/ when it's present.
2637 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
2639         * install-sh, config.sub: Import from upstream.
2641 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
2643         PR bootstrap/18222
2644         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
2645         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
2646         * Makefile.in: Regenerate.
2648 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
2650         Revert 2004-12-28 Makefile changes, a better fix will be
2651         applied to mainline and src after GCC 4.0 branches.
2653 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
2655         PR bootstrap/17383
2657         * Makefile.def (target_modules): Remove stage parameter,
2658         it is always true now.
2659         * Makefile.tpl (configure-build-[+module+],
2660         configure-target-[+module+]): Always build symlink tree
2661         for the directory and for include.  BUILD_SUBDIR and
2662         TARGET_SUBDIR cannot be . anymore.
2663         * Makefile.in: Regenerate.
2665 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
2667         Revert 2004-12-08 Makefile changes.
2669 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
2671         * configure.in (sh64-*-*): Reenable gprof.
2672         * configure: Regenerate.
2674 2004-12-09  Jim Blandy  <jimb@redhat.com>
2676         * MAINTAINERS: List 'depcomp' as part of automake.
2678 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
2680         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
2681         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
2682         (EXTRA_TARGET_FLAGS): Add PICFLAG.
2683         * Makefile.in: Regenerate.
2685 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
2687         * Makefile.tpl: Generate normal dependencies if the LHS module is
2688         not bootstrapped.
2689         * Makefile.in: Regenerate.
2691 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
2693         * configure.in: Include config/gxx-include-dir.m4.  Use
2694         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
2695         * configure: Regenerate.
2697 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
2699         * config.if: Delete.
2700         * configure.in: Set libstdcxx_incdir directly.
2701         * configure: Regenerate.
2702         * MAINTAINERS: Remove mention of config.if.
2703         * src-release (DEVO_SUPPORT): Remove config.if.
2705 2004-12-02  Eric Christopher  <echristo@redhat.com>
2707         * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
2708         of things to remove.
2709         * Makefile.in: Regenerate.
2711 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
2713         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
2714         * configure: Regenerate.
2716 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
2718         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
2719         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
2720         * configure: Regenerate.
2722 2004-11-26  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2724         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
2725         (hppa*64*-*-*): Delete incorrect comment.
2726         * configure: Rebuilt.
2728 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
2730         * install-sh, compile: Import from automake.
2732 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
2734         * config.guess, config.sub:  Import from savannnah.
2736 2004-11-12  Mike Stump  <mrs@apple.com>
2738         * Makefile.def: Add html support.
2739         * Makefile.tpl: Likewise.
2740         * Makefile.in: Regenerate.
2742 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
2744         PR 18423
2745         * configure.in: Remove all instances of build-fixincludes from
2746         noconfigdirs.
2747         (build_configargs): Supply --target to subdirectories.
2748         * configure: Regenerate.
2750         * Makefile.def: Make gcc install depend on fixincludes install.
2751         * Makefile.in: Regenerate.
2753 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
2755         * configure.in (noconfigdirs) [mmix-*-*]: Disable
2756         target-libgfortran.
2757         * configure: Regenerate.
2759 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
2761         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
2762         like CC.
2764 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
2766         * Makefile.def (host fixincludes): Specify missing targets.
2767         * Makefile.in: Regenerate.
2769 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
2771         PR other/17783
2772         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
2773         * configure: Regenerated.
2775 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
2777         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
2778         * configure: Regenerated.
2780 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
2782         PR target/18151
2783         * configure.in (case ${target}): Do not build fixincludes for avr.
2784         * configure: Regenerated.
2786 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
2788         * configure.in (case ${target}): Do not build fixincludes
2789         on platforms where it is not used.
2790         * configure: Regenerated.
2792 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
2794         * configure.in: Use an absolute path to install-sh.
2795         * configure: Regenerated.
2797 2004-10-19  Andrew Cagney  <cagney@gnu.org>
2799         * src-release (do-djunpack, do-md5sum): Install the generated file
2800         directly into the proto-toplev/ directory.
2802 2004-10-19  Andrew Cagney  <cagney@gnu.org>
2804         * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
2806 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
2808         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
2809         * configure: Regenerate.
2811 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
2813         Fix wrong conflict resolution in:
2815         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
2817         * Makefile.in: Regenerate.
2818         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
2819         in the recursive `make', instead of hardwiring `all'.
2820         (Autogenerated TARGET-* variables): New.
2822 2004-10-05  Ulrich Weigand  <uweigand@de.ibm.com>
2824         Merged from GCC / libtool upstream:
2825         2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
2826         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
2827         * ltcf-cxx.sh (tpf*): Likewise.
2828         * ltconfig (tpf*): Add TPF OS configuration support.
2830 2004-09-30  Tomer Levi  <Tomer.Levi@nsc.com>
2832         * configure.in: Enable target-libgloss for crx-*-*.
2833         * configure: Regenerate.
2835 2004-09-24  Michael Roth  <mroth@nessie.de>
2837         * configure.in (--without-headers): Add missing double quotes.
2838         * configure: Regenerate.
2840 2004-09-24  Kelley Cook <kcook@gcc.gnu.org>
2842         * ylwrap: Revert to previous version.
2844 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
2846         PR bootstrap/17369
2847         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
2848         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
2849         SET_GCC_LIB_PATH_CMD.
2850         (BASE_TARGET_EXPORTS): Likewise.
2851         * Makefile.in: Regenerated.
2853         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
2854         * configure: Regenerated.
2856 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
2858         * config.guess: New upstream version
2859         * compile, depcomp, install-sh, ylwrap: Likewise.
2861 2004-09-19  Roger Sayle  <roger@eyesopen.com>
2863         * config/mh-x86omitfp: New host makefile fragment.  Add
2864         -fomit-frame-pointer to the default BOOT_CFLAGS.
2865         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
2866         * configure: Regenerate.
2868 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
2870         PR target/11572
2871         * configure.in (*-*-darwin*): Renable libobjc.
2872         * configure: Regenerate.
2874 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
2876         * Makefile.def: Remove libbanshee.
2877         * Makefile.tpl: Ditto.
2878         * configure.in: Ditto.
2879         * Makefile.in: Regen.
2880         * configure: Ditto.
2882 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
2884         * missing: Import latest version from master repository.
2886 2004-09-04  Nick Clifton  <nickc@redhat.com>
2888         * config.sub: Import latest version from master repository.
2889         * config.guess: Likewise.
2890         This includes these changes:
2892         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
2894         * config.sub: Handle crisv32, alias etraxfs.
2895         * config.guess (crisv32:Linux:*:*): Handle.
2897         2004-08-13  Brad Smith  <brad@comstyle.com>
2899         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
2900         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
2902         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
2904         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
2905         assume the processor is a powerpc.  This is because coreutils
2906         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
2907         in this case, due to a MacOS X bug that causes
2908         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
2909         to return a negative number.
2910         Problem reported by Petter Reinholdtsen in:
2911         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
2913         2004-07-19  Ben Elliston  <bje@gnu.org>
2915         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
2917         2004-06-24  Ben Elliston  <bje@gnu.org>
2919         * config.guess: Update copyright years.
2920         * config.sub: Likewise.
2922         2004-06-22  Robert Millan  <robertmh@gnu.org>
2924         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
2925         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
2927         2004-06-22  Stanley F. Quayle <stan@stanq.com>
2929         * config.guess (*:*VMS:*:*): New entry. Replaces
2930         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
2931         manufacturer.
2933         2004-06-22  Ben Elliston  <bje@gnu.org>
2935         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
2936         * config.sub: Likewise.
2938         2004-06-22  Ben Elliston  <bje@gnu.org>
2940         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
2941         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
2943         2004-06-11  Ben Elliston  <bje@gnu.org>
2945         * config.guess (pegasos:OpenBSD:*:*): Remove.
2947         2004-06-11  Ben Elliston  <bje@gnu.org>
2949         From Wouter Verhelst <wouter@grep.be>:
2950         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
2952         2004-06-11  Ben Elliston  <bje@gnu.org>
2954         * config.guess (luna88k:OpenBSD:*:*): New.
2956         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
2958         * config.guess (m32r*:Linux:*:*): New case.
2959         * config.sub: Handle m32rle.
2961         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
2963         From Jens Petersen  <petersen@redhat.com>:
2964         * config.sub: Handle sparcv8.
2966         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
2968         From Tom Smith <smith@cag.lkg.hp.com>:
2969         * config.guess: Version suffixes are equally significant on Tru64
2970         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
2971         prefix of "P" (patched kernel).
2973         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
2975         * config.sub: Add support for National Semiconductor CRX target.
2977 2004-09-03  Jan Beulich  <jbeulich@novell.com>
2979         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
2980         *-*-netware, but add target-libmudflap.
2981         Consolidate *-*-netware targets (of which really only i?86 exists)
2982         into a single entry.
2983         * configure: Likewise.
2985 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
2987         * Makefile.tpl (sorry): Remove.
2988         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
2989         (cleanstrap targets): Depend on distclean, not distclean-stage1.
2990         (do-clean): Clean per-stage directories too.
2991         (do-distclean): Run distclean-stage1 too.
2992         (.NOTPARALLEL): Enable during toplevel bootstrap.
2993         (stage[+id+]-bubble): Enable parallel execution during
2994         the recursive invocation.
2995         * Makefile.in: Regenerate.
2997         Sync from gcc (moving the Makefile.in change to Makefile.tpl):
2999         2004-08-31  Robert Bowdidge <bowdidge@apple.com>
3001         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
3002         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
3003         * configure: regenerate
3004         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
3005         -mdynamic-no-pic
3007 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
3009         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
3010         include.
3011         * configure.in: Fix indentation.
3012         * configure: Regenerate.
3014 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
3016         * Makefile.def (build_modules): Add fixincludes.
3017         (dependencies): Make gcc depend on fixincludes.
3018         * configure.in (build_tools): Add fixincludes.
3019         (build_configdirs): Always include build_libs.
3020         * Makefile.in: Regenerate.
3021         * configure: Regenerate.
3023 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
3025         * Makefile.def (bootstrap stages): Add 'lean' parameter.
3026         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
3027         phony targets; do not generate timestamp files.
3028         (distclean-stageN): Remove references to their timestamp files.
3029         (restageN, touch-stageN): Remove.
3030         (stageN-bubble): Rewritten.
3031         (compare): Support lean bootstraps.
3032         * Makefile.in: Regenerate.
3034         * configure.in: Only warn when bootstrapping but
3035         build != host or build != target.  Support lean bootstraps.
3036         * configure: Regenerate.
3038         Sync from gcc:
3039         2004-08-26  Phil Edwards  <phil@codesourcery.com>
3041         * configure.in:  Give a better error message if GMP/MPFR are missing
3042         and a language needing them has been requested.
3043         * configure:  Regenerated.
3045         2004-08-25  Phil Edwards  <phil@codesourcery.com>
3047         * configure.in:  Print a list of available language front-ends if
3048         a requested one is missing.  Tidy stray tab characters.
3049         * configure:  Regenerated.
3051 2004-08-17  Paolo Bonzini  <bonzini@gnu.org>
3053         * Makefile.in: Regenerate.
3054         * configure: Regenerate.
3056         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
3057         stage_*_flags.
3058         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
3059         for bootstrapped modules if toplevel bootstrap is going.
3060         (GCC bootstrap): Generate per-stage targets for all bootstrapped
3061         modules.  Adjust for changes in Makefile.def.  Enable several
3062         rules even in non-bootstrap mode, just to avoid peppering the
3063         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
3064         (stage-[+prev+]-bubble): Remove.
3066         * Makefile.def (Dependencies): Depend on all-build-bison,
3067         all-build-flex, all-build-byacc, all-build-texinfo, rather
3068         than the host variations.
3069         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
3070         with BUILD_SUBDIR.
3071         (BISON): Update for recent Bisons.
3072         (YACC): Fix typo.
3073         (cross): Depend on all-build.
3074         (all): Do not depend on all-build.
3075         (prebootstrap): Remove.
3076         (dep-kind): Accept separate prefixes for MODULE and ON variables.
3077         (Prebootstrap dependencies): Add them to the per-stage targets
3078         and to all-prebootstrap.
3079         * configure.in (build_configdirs): Always enable build_tools.
3080         (BUILD_DIR_PREFIX): Remove.
3082         * Makefile.def (gcc): Add target variable.
3083         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
3084         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
3085         in the recursive `make', instead of hardwiring `all'.
3086         (Autogenerated TARGET-* variables): New.
3088 2004-08-17  Robert Millan  <robertmh@gnu.org>
3090         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
3091         (instead of FreeBSD).
3092         * configure: Regenerate.
3094 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
3096         * Makefile.def, configure.in, src-release: Remove useless, bogus
3097         references to tix.
3098         * Makefile.in, configure: Regenerate.
3100         * src-release: Stop distributing mmalloc with gdb (which doesn't
3101         use it).
3102         * Makefile.def: GDB doesn't depend on mmalloc anymore.
3103         * Makefile.in: Regenerate.
3105 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
3107         * configure.in (arm*-*-eabi*): New target.
3108         * configure: Regenerate.
3110 2004-08-01  Robert Millan  <robertmh@gnu.org>
3112         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
3113         libmudflap for all GNU-based systems (with Glibc).
3114         * configure: Regenerate.
3116 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
3118         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
3119         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
3120         (Dependencies): New section.
3121         * Makefile.tpl (Dependencies): Generate from Makefile.def.
3122         (configure-target-[+module+]): Depend on maybe-all-gcc
3123         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
3124         (toplevel profiledbootstrap): Fix dependencies.
3125         * Makefile.in: Regenerate.
3127 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
3129         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
3130         target-libiberty to noconfigdirs.
3132 2004-08-03  Paul Brook  <paul@codesourcery.com>
3134         * configure.in: Check for MPFR as well as GMP.
3135         * configure: Regenerate.
3137 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
3139         * Makefile.def (host-modules): Add gcc.
3140         * Makefile.in: Regenerate.
3141         * Makefile.tpl (sorry): New rule.
3142         (configure-host, all-host, [+make_target+]-host, do-check,
3143         install-host): Do not add gcc as a special case.
3144         (host modules): Add a small special-casing for gcc.  Export
3145         extra_make_flags through the environment.
3146         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
3147         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
3148         other recursive targets for gcc): Remove.
3150         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
3151         (stage, unstage): New rules.
3152         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
3153         distclean-stage[+id+]): Use stage_current.
3154         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
3155         the stage*-start rules.
3157 2004-07-19  Robert Millan  <robertmh@gnu.org>
3159         Synced from gcc:
3161         2004-04-26  Robert Millan  <robertmh@gnu.org>
3163         Add patches from libtool CVS.
3164         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
3165         * ltconfig: Likewise.
3166         * ltcf-c.sh: Likewise.
3167         * ltcf-cxx.sh: Likewise.
3168         * ltcf-gcj.sh: Likewise.
3170 2004-07-12  Paolo Bonzini  <bonzini@gnu.org>
3172         * configure.in: Add noconfigdirs for crx-*-*.
3173         * configure: Regenerate.
3175 2004-07-12  Paolo Bonzini  <bonzini@gnu.org>
3177         Synced from gcc:
3179         2004-07-09  Loren J. Rittle <ljrittle@acm.org>
3181         * configure.in: Build libmudflap by default on FreeBSD.
3182         * configure: Regenerated.
3184         2004-07-09  Mark Mitchell  <mark@codesourcery.com>
3186         * configure.in: Do not build libmudflap by default on non-GNU/Linux
3187         systems.
3188         * configure: Regenerated.
3190         2004-07-08 John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3192         PR target/16344
3193         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
3194         feedback based compiler.
3195         * Makefile.in: Rebuilt.
3197         2004-07-05  Phil Edwards  <phil@codesourcery.com>
3199         * configure.in:  Do not prepend $srcdir to /dev/null in
3200         makefile fragments.
3201         * configure:  Regenerate.
3203 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
3205         * Makefile.def (host_modules): Set bootstrap=true for flex.
3206         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
3207         * Makefile.in: Rebuilt.
3209 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
3211         * Makefile.def (build_modules): Add bison, byacc, flex,
3212         m4, texinfo.
3213         (flags_to_pass): Add FLEX.
3214         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
3215         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
3216         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
3217         DEFAULT_MAKEINFO): Remove.
3218         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
3219         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
3220         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
3221         objdir or else use configured tool.
3222         (all-build): New.
3223         (all): Depend on it.
3224         (Build module dependencies): Add.
3225         * Makefile.in: Regenerate.
3226         * configure.in: Better support for multiple build modules,
3227         matching what is done for host/target modules.  Do not look
3228         for "plausible" locations of build tools if Canadian cross.
3229         Use autoconf's AC_PROG_CC to find a C compiler.  Define
3230         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
3231         * configure: Regenerate.
3233 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
3235         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
3236         * Makefile.in: Regenerate.
3238 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
3240         * Makefile.tpl (configure-build-[+module+],
3241         configure-[+module+], configure-target-[+module+]): Pass
3242         [+extra_configure_args+].
3243         (all-build-[+module+], all-[+module+], check-[+module+],
3244         install-[+module+], [+make_target+]-[+module+],
3245         all-target-[+module+], check-target-[+module+],
3246         install-target-[+module+], [+make_target+]-target-[+module+]):
3247         Pass [+extra_make_args+].
3248         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
3249         (GCC_HOST_EXPORTS): Remove.
3250         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
3251         cross, check-gcc, check-gcc-c++, install-gcc,
3252         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
3253         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
3254         * Makefile.in: Regenerate.
3256 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
3258         * configure.in: Check for srcdir/winsup rather than build directory
3259         winsup.
3260         * configure: Regenerate.
3262 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
3264         * configure.in: Don't build Cygwin native newlib if winsup
3265         directory is missing.  Emit warning instead.
3266         * configure: Regenerate.
3268 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
3270         * Makefile.tpl (touch-stage[+id+]): New.
3271         (restage[+prev+]): Depend on touch-stage[+id+].
3273         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
3274         Use it throughout.
3276         * Makefile.def: Add profile and feedback bootstrap stages.
3277         Remove next field from bootstrap stages.
3278         * Makefile.tpl (LN, LN_S): Substitute.
3279         (stageN-start, stageN-end): Use double-colon rules, to
3280         provide a hook for additional setup commands.
3281         (distclean-stageN-gcc, restageN): Create dependencies from
3282         [+prev+], not from [+next+].
3283         (stageN-bubble): Add commands for successive stages from
3284         [+prev+], using double-colon rules.
3285         (all-stageN-gcc): Fix typo.
3286         (stagefeedback-start, profiledbootstrap): New.
3287         * Makefile.in: Regenerate.
3288         * configure.in: Call ACX_PROG_LN.
3289         * configure: Regenerate.
3291 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
3293         * configure.in: Fix --enable-bootstrap breakage introduced in trees
3294         without gcc.
3295         * configure: Regenerate.
3297 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
3299         * Makefile.tpl: Fix typo.
3300         * Makefile.in: Regenerate.
3302 2004-06-01  Paolo Bonzini <bonzini@gnu.org>
3304         * configure.in: Remove new- prefix from toplevel
3305         bootstrap targets.
3306         * configure: Regenerate.
3308 2004-06-01  Paolo Bonzini <bonzini@gnu.org>
3310         Merge this patch from the gcc tree:
3312         2004-05-30  Andreas Jaeger  <aj@suse.de>
3313                     Jim Wilson <wilson@specifixinc.com>
3315         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
3316         like CC.
3318 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
3320         * Makefile.tpl (all.normal): Rename to all.
3321         (all): Replace with a rule to pick the default
3322         target from configure.
3323         (all-gcc, configure-gcc): Use conditionals to
3324         do nothing when toplevel bootstrap is going on.
3325         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
3326         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
3327         * configure.in: Support --enable-bootstrap.
3329         * Makefile.def: Remove new- prefix from toplevel
3330         bootstrap targets.
3331         * Makefile.tpl: Likewise.
3333         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
3334         target.
3336         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
3337         $(RECURSE_FLAGS) to recursive invocation of make.
3339         * Makefile.in: Regenerate.
3340         * configure: Regenerate.
3342 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
3344         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
3345         * configure: Regenerate.
3347 2004-05-25  Daniel Jacobowitz  <drow@false.org>
3349         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
3350         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
3351         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
3352         targets.
3353         * Makefile.in: Regenerate.
3355 2005-05-24  Paolo Bonzini <bonzini@gnu.org>
3357         * configure.in: Test the ability to symlink directories.
3358         * configure: Regenerate.
3360         * Makefile.def (bootstrap-stage): New definitions.
3361         * Makefile.tpl (configure-stage1-gcc,
3362         configure-stage2-gcc, configure-stage3-gcc,
3363         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
3364         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
3365         new-restage3, compare): Autogenerate, see Makefile.in
3366         entry for behavioral changes.
3367         (distclean-stage1, new-stage1-start, new-stage1-end,
3368         new-stage1-bubble, distclean-stage2, new-stage2-start,
3369         new-stage2-end, new-stage2-bubble, distclean-stage3,
3370         new-stage3-start, new-stage3-end): New autogenerated targets.
3371         (objext, prebootstrap, BOOT_CFLAGS,
3372         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
3373         targets.
3375         * Makefile.in: Regenerate.
3376         (distclean-stage1, new-stage1-start, new-stage1-end,
3377         new-stage1-bubble, distclean-stage2, new-stage2-start,
3378         new-stage2-end, new-stage2-bubble, distclean-stage3,
3379         new-stage3-start, new-stage3-end): New targets.
3380         (all-stage1-gcc): Move prebootstrap dependency from here...
3381         (configure-stage1-gcc): ...to here.
3382         (new-bootstrap): Use bubble targets.
3383         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
3384         Use per-stage distclean targets.
3385         (configure-stage1-gcc, configure-stage2-gcc,
3386         configure-stage3-gcc, all-stage1-gcc,
3387         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
3388         Use new-stageN-start to prepare the tree.
3390 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
3392         * Makefile.def (host_modules): add libcpp.
3393         * Makefile.tpl: Add dependencies on and for libcpp.
3394         * Makefile.in: Regenerate.
3395         * configure.in: Add libcpp host module.
3396         * configure: Regenerate.
3398 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
3400         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
3401         of libf2c.
3402         * configure, Makefile.in: Regenerate.
3404 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
3406         Merge from tree-ssa-20020619-branch.
3408         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
3409         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
3410         (HOST_GMPLIBS): Define.
3411         (HOST_GMPINC): Define.
3412         (TARGET_LIB_PATH): Add libmudflap.
3413         (GFORTRAN_FOR_TARGET): Define.
3414         (configure-build*): Export GFORTRAN.
3415         (configure-gcc): Export GMPLIBS and GMPINC.
3416         (all-gcc): Add maybe-all-libbanshee.
3417         (configure-target-libgfortran): Define.
3418         * Makefile.in: Regenerate.
3419         * configure.in (host_libs): Add libbanshee.
3420         (target_libraries): Add target-libmudflap and target-libgfortran.
3421         Add --with-libbanshee.
3422         Handle --disable-libmudflap.
3423         (*-*-freebsd*): Use with_gmp.
3424         Add $(libgcj) to noconfigdirs.
3425         * configure: Regenerate.
3426         * depcomp: New file.
3427         * MAINTAINERS: Add tree-ssa maintainers.
3429 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
3431         * config/acx.m4: Fix fastcompare support for new-bootstrap.
3432         * configure: Regenerate.
3434 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
3436         Revert:
3437         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
3439         * Makefile.def (flags_to_pass): Remove *dir variables that
3440         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
3441         as well as prefix and exec_prefix.
3442         * Makefile.in: Regenerate.
3444 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
3446         * Makefile.def (host_modules): Mark with the bootstrap
3447         flag packages on which gcc depends.
3448         * Makefile.tpl (all-bootstrap): Use it.
3449         * Makefile.in: Regenerate.
3451 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
3453         * Makefile.def (flags_to_pass): Remove *dir variables that
3454         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
3455         as well as prefix and exec_prefix.
3456         * Makefile.in: Regenerate.
3458 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
3460         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
3461         * configure: Regenerate.
3462         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
3463         * gcc/Makefile.tpl (compare): Use the result of the test.
3464         * gcc/Makefile.in: Regenerate.
3466 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
3468         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
3469         Always relocate gcc and prev-gcc to the original names, even
3470         if the build fails.
3471         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
3472         New targets.
3474 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3476         * configure.in (mips*-*-irix5*): Enable ld.
3477         * configure: Regenerate.
3479 2004-04-15  James E Wilson  <wilson@specifixinc.com>
3481         * Makefile.tpl (configure-[+module+], configure-gcc,
3482         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
3483         Set and export LDFLAGS.
3484         * Makefile.in: Regenerate.
3486 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
3488         PR bootstrap/14871
3489         * Makefile.tpl: If we don't have built-in-tree target tools,
3490         use the ones found by configure rather than hacking around with
3491         program_transform_name.
3492         * configure.in: Give Makefile.tpl the information necessary
3493         to do that.
3494         * Makefile.in: Regenerate.
3495         * configure: Regenerate.
3497 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
3499         PR bootstrap/14760
3500         * configure.in: When computing baseargs, strip *all* copies of
3501         offending options.  Also, don't match/substitute the trailing space,
3502         so that this actually works when two similar options are separated by
3503         only one space.
3504         * configure: Regenerate.
3506 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
3508         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
3509         (rs6000-*-aix*): Same.
3510         * configure: Regenerate.
3512 2004-03-25  Stan Shebs  <shebs@apple.com>
3514         Remove MPW support, no longer used.
3515         * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
3516         mpw-install: Remove files.
3517         * src-release (DEVO_SUPPORT): Remove names of removed files.
3518         * MAINTAINERS: Likewise.
3520 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
3522         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
3523         STRICT_WARN, WARN_CFLAGS flags passed down to make.
3524         * Makefile.in: Regenerate.
3526         * configure.in (top level bootstrap support): Rework --enable-werror
3527         to set @stage2_werror_flag@.
3528         * configure: Regenerate.
3529         * Makefile.tpl (top level bootstrap support): Pass
3530         @stage2_werror_flag@ down to configure in stages 2 and 3.
3531         * Makefile.in: Regenerate.
3533 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
3535         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
3536         for stages 2 and 3 as well as in make.  As a consequence, remove
3537         OUTPUT_OPTION (now detected by configure) from the flags passed down
3538         to make.
3539         * Makefile.in: Regenerate.
3541         * Makefile.tpl (new-bootstrap): Fix typo.
3542         * Makefile.in: Regenerate.
3544 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
3546         * Makefile.tpl: Rearrange by moving recursive_targets rules
3547         into their proper sections.
3548         * Makefile.tpl (top level bootstrap support): Move disabling
3549         of coverage flags from 'make' to 'configure'; improve comments.
3550         * Makefile.in: Regenerate.
3552         * Makefile.tpl (experimental top level bootstrap) Move stage1
3553         language setting from all- target to configure- target; disable
3554         intermodule optimization in stage 1; prevent gratuitous rebuilds
3555         of stage 1.
3556         * Makefile.in: Regenerate.
3557         * configure.in: Comma-separate stage 1 language list for top
3558         level bootstrap.
3559         * configure: Regenerate.
3561         * Makefile.tpl: Clean up experimental top level bootstrap support:
3562         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
3563         prev-gcc in configure- targets as well as all- targets.
3564         * Makefile.in: Regenerate.
3566 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
3568         * configure.in: Remove symbolic link section.
3569         * configure: Regenerate.
3570         * Makefile.tpl (links): Remove.
3571         * Makefile.in: Regenerate.
3573 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
3574             Nathanael Nerode  <neroden@gcc.gnu.org>
3576         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
3577         Set with AC_CHECK_PROGS.
3578         * configure.in: Fix comment typo from last patch.
3579         * configure: Regenerate.
3581 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
3583         * Makefile.tpl: Introduce experimental top level bootstrap support.
3584         * Makefile.in: Regenerate.
3585         * configure.in: Introduce support for top level bootstrap.
3586         * configure: Regenerate.
3588 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
3589             Paolo Bonzini  <bonzini@gnu.org>
3591         PR bootstrap/14522
3592         * configure.in: Cope with shells that do not support unquoted ^
3593         * configure: Regenerate.
3595 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
3596             Paolo Bonzini  <bonzini@gnu.org>
3598         PR bootstrap/14522
3599         * configure.in: Cope with shell that do not support nesting
3600         quotes inside quoted backquote substitutions.
3601         * configure: Regenerate.
3603 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
3605         PR bootstrap/14522
3606         * configure.in: Fix escaping of $.
3607         * configure: Regenerate.
3609 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
3611         * configure: Regenerate.
3613 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
3615         PR ada/14131
3616         Move language detection to the top level.
3617         * configure.in: Find default values for the tools as
3618         soon as possible.  Disable ada if GNAT is not found.
3619         Emit error message about missing languages.  Expand
3620         --enable-languages=all for the gcc subdirectory.
3622 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
3624         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
3625         and disable libgcj.
3626         * configure: Regenerated.
3628 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
3630         PR bootstrap/7087
3631         * Makefile.tpl: Guard XFOO sed statements better.
3632         * Makefile.tpl: Add dependency for configure-target-libada.
3633         * Makefile.in: Regenerate (incidentally fixes broken
3634         commit when libada-branch was merged).
3636 2004-02-28  Andrew Cagney  <cagney@redhat.com>
3638         * src-release (CVS_NAMES): Define.
3639         (do-tar, do-tar): Prune $(CVS_NAMES).
3641 2004-02-23  Andrew Cagney  <cagney@redhat.com>
3643         * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
3644         2004-02-19.09.
3646 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
3648         PR bootstrap/11932
3649         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
3651 2004-02-19  Andrew Cagney  <cagney@redhat.com>
3653         * config.guess: Update from version 2003-06-12 to 2004-02-16.
3654         * config.sub: Update from version 2003-06-13 to 2004-02-16.
3656 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
3658         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
3659         (rs6000-*-aix*): Same.
3660         * configure: Regenerate.
3662 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
3664         * configure.in (host): Add in missing $noconfigdirs to defines.
3665         * configure: Regenerate.
3667 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
3668             Nathanael Nerode  <neroden@gcc.gnu.org>
3670         PR ada/6637, PR ada/5911
3671         Merge with libada-branch:
3672         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
3673         with appropriate dependencies. Add --enable-libada configure switch.
3674         * configure, Makefile.in: Regenerate.
3676 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3678         * configure.in: Don't pass --with-stabs on IRIX 5 either.
3679         * configure: Regenerate.
3681 2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>
3683         * COPYING.NEWLIB: Update Red Hat license to 2004.
3685 2004-01-23  DJ Delorie  <dj@redhat.com>
3687         * Makefile.def (target_modules) [libiberty]: Don't stage.
3688         * Makefile.in: Rebuilt.
3690 2004-01-23  Jeff Johnston  <jjohnstn@redhat.com>
3692         * COPYING.NEWLIB: Update to include copyrights for new
3693         iconv code.
3695 2004-01-15  Andrew Cagney  <cagney@redhat.com>
3697         * src-release: Update copyright year.
3698         (do-proto-toplev): Configure using i686-pc-linux-gnu.
3699         (NEWLIB_SUPPORT_DIRS): Delete macro.
3700         (newlib.tar.bz2): Delete rule.
3702 2004-01-14  Loren J. Rittle <ljrittle@acm.org>
3704         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
3705         * Makefile.tpl (configure-target-[+module+]): Support stage.
3706         * Makefile.in: Rebuilt.
3708 2003-01-14  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
3710         * gettext.m4: Quote names of macros to be defined by AC_DEFUN
3711         throughout.
3713 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
3715         * configure.in: Use ./config.cache, not config.cache.
3716         * configure: Regenerate.
3717         * Makefile.tpl: Special-casing not needed for GCC any more.
3718         * Makefile.in: Regenerate.
3720         * configure.in: Don't share a cache file for host dirs.
3721         * configure: Regenerate.
3723         * config-ml.in: Don't mess with the cache file.
3725 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
3727         * Makefile.tpl: Make GCC use a separate config.cache.
3728         * Makefile.in: Regenerate.
3730         PR bootstrap/11932, PR bootstrap/11933
3731         (I don't know if it will fix either of them, but it relates
3732         to them.)
3733         * configure.in: Don't use shared config.cache for target
3734         directories.
3735         * configure: Regenerate.
3737 2003-12-31  Roger Sayle  <roger@eyesopen.com>
3739         * configure.in (ia64*-*-hpux*): Disable building java libraries.
3740         * configure: Regenerated.
3742 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
3744         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
3745         * configure: Regenerated.
3747 2003-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
3749         Port change over from GCC:
3750         2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
3751         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
3752         (configure-build-[+module+], configure-[+module+]): Likewise.
3753         (configure-target-[+module+], configure-gcc, config.status): Likewise.
3754         * Makefile.in: Regenerate.
3756 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
3758         * configure.in (raw_libstdcxx_flags): Remove the leading space.
3759         * configure: Regenerate.
3761 2003-11-27  Jeff Johnston  <jjohnstn@redhat.com>
3763         * COPYING.NEWLIB: Add license info for long long routines added to
3764         stdlib.
3766 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
3768         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
3769         * Makefile.in: Regenerate.
3771 2003-10-20  Phil Edwards  <phil@codesourcery.com>
3773         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
3774         * configure:  Regenerate.
3776 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
3778         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
3779         HOST_FLAGS_TO_PASS.
3780         * Makefile.in: Regenerate.
3782 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
3784         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
3785         * configure: Rebuilt
3786         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
3787         * Makefile.in: Rebuilt
3789 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
3791         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
3793 2003-10-01  Phil Edwards  <pme@gcc.gnu.org>
3795         * config-ml.in:  Use ac_configure_args directly instead of
3796         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
3797         actually seen.
3799 2003-10-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
3801         * config-ml.in: Propagate INSTALL variables.
3803 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
3805         * configure.in: Pass a computed --program-transform-name
3806         to subconfigures.
3807         * configure: Regenerated.
3809 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
3811         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
3812         * Makefile.in: Regenerate.
3814         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
3815         * Makefile.in: Regenerate.
3817 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
3819         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
3820         quoting.
3821         * configure: Regenerated.
3823 2003-09-12  Michael Chastain  <mec@shout.net>
3825         Fix PR gdb/857.
3826         * src-release (do-proto-topleve): Remove junk files
3827         intl/config.cache, intl/config.status,
3828         intl/config.h, intl/stamp-h.
3830 2003-09-14  Andrew Cagney  <cagney@redhat.com>
3832         * src-release (dejagnu.tar): New target.
3833         (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
3834         (do-djunpack): Use $(PACKAGE) for the package name.
3836 2003-09-04  DJ Delorie  <dj@redhat.com>
3838         * configure: Regenerate.
3840 2003-09-04  Robert Millan  <robertmh@gnu.org>
3842         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
3844 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3846         * configure.in: Ensure arguments to sed are properly spaced.
3847         * configure: Regenerate.
3849 2003-08-28  Daniel Jacobowitz  <drow@mvista.com>
3851         Merge from gcc:
3852         2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
3853         * install-sh:  Update to newer upstream versions (associated with
3854         aclocal 1.7).
3855         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
3857 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
3859         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
3860         * configure: Regenerated.
3862 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
3864         * configure.in:  Use newline instead of semicolon when assuming
3865         shell arguments in a for loop.
3866         * configure:  Regenerated.
3868 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
3870         PR 8180
3871         * configure.in: When testing with_libs and with_headers, treat
3872         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
3873         * configure: Regenerate.
3875         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
3876         make, shell, etc.
3877         (baseargs): Likewise.
3878         * configure: Regenerate.
3880 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
3882         * configure.in: Disable libgcj for darwin not on powerpc.
3883         * configure: Rebuild.
3885 2003-08-15  Michael Chastain  <mec@shout.net>
3887         * src-release (do-proto-toplev): Remove junk files
3888         dejagnu/example/calc/config.status,
3889         dejagnu/example/calc/config.log.
3891 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
3893         * config-ml.in, symlink-tree: Add license.
3895 2003-08-01  Nathanael Nerode  <neroden@gcc.gnu.org>
3897         Merge from gcc:
3899         2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
3900         * Makefile.tpl (check, check-c++): Express dependencies using
3901         dependencies rather than commands.
3902         * Makefile.in: Regenerate.
3904         2003-07-31  Geoffrey Keating  <geoffk@apple.com>
3905         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
3906         * Makefile.in: Update.
3908 2003-08-01  Andrew Cagney  <cagney@redhat.com>
3910         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
3911         * configure: Ditto.
3913 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
3915         * configure.in: Enable libgcj for darwin.
3916         * configure: Rebuild.
3918 2003-07-29  Nathanael Nerode  <neroden@gcc.gnu.org>
3920         * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
3922 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
3924         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
3925         creating target and build subdirs to build all parent dirs as needed.
3926         * Makefile.in: Rebuild.
3927         * configure.in: Don't build dirs explicitly here.
3928         * configure: Rebuild.
3930 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
3932         * Makefile.tpl (all-make): Depend on intl.
3933         * Makefile.in: Rebuilt.
3935 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
3937         * config.if: Remove unused libc_interface determination.
3939 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
3941         * Makefile.in: Regenerate, correctly this time.
3943 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
3945         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
3946         unused INSTALL_PROGRAM_ARGS.
3947         * configure.in: Use AC_PROG_INSTALL.
3948         * Makefile.in: Regenerate.
3949         * configure: Regenerate.
3951 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
3953         * configure: Rebuilt.
3954         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
3955         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
3956         newlib nor libgloss.
3957         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
3958         * configure.in (am33_2.0-*-linux*): Added.
3960 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
3962         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
3963         * configure: Regenerate.
3965 2003-07-06  H.J. Lu <hongjiu.lu@intel.com>
3967         * config-ml.in: Replace PWD with PWD_COMMAND.
3968         * Makefile.tpl: Likewise.
3969         * Makefile.in: Regenerated.
3971 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
3973         * configure.in: Clean up config-lang.in handling.  Delete
3974         useless assignment to "subdirs".
3975         * configure: Regenerate.
3977 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
3979         * configure.in: Rename 'target_libs' to 'target_libraries'.
3980         Remove useless reference to 'target_libs'.
3981         * configure: Regenerate.
3983 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
3985         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
3986         * Makefile.in: Regenerate.
3988 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
3990         * Makefile.def: Introduce flags_to_pass.
3991         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
3992         * Makefile.in: Regenerate.
3994 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
3996         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
3997         and target-libgloss.
3998         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
3999         <h8300*-*-*>: Disable libf2c and ${libgcj}.
4000         * configure: Regenerate.
4002 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
4004         * configure.in: Update testsuite_flags to new location.
4005         * configure. Regenerate.
4007 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
4009         * Makefile.tpl: Remove BUILD_CC stuff.
4010         * Makefile.in: Regenerate.
4012 2003-06-14  H.J. Lu <hongjiu.lu@intel.com>
4014         * config.guess: Update to 2003-06-12 version.
4015         * config.sub: Update to 2003-06-13 version.
4017 2003-06-12  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
4019         * MAINTAINERS: Add myself as MIPS co-maintainer.
4021 2003-06-12  H.J. Lu <hongjiu.lu@intel.com>
4023         * config.guess: Update to 2003-06-06 version.
4024         * config.sub: Update to 2003-06-06 version.
4026 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4028         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
4029         * configure. Regenerate.
4031 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
4033         * configure.in: Disable serial configure by default.
4034         * configure: Regenerate.
4035         * Makefile.tpl: Abolish .NOTPARALLEL.
4036         * Makefile.in: Regenerate.
4038         * Makefile.tpl: Replace {build,host,target}_canonical by
4039         {build,host,target}.
4040         * Makefile.in: Regenerate.
4042         * Makefile.tpl: Fix stupid pasto.
4043         * Makefile.in: Regenerate.
4045 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
4047         * Makefile.tpl: Remove bogus conditional.
4048         * Makefile.in: Regenerate.
4050 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
4052         * Makefile.tpl: Make 'recursive targets' using autogen rather
4053         than shell loop.  Remove duplicate 'clean' targets and false
4054         comments.
4055         * Makefile.def: Add systematic dependencies to 'recursive' targets.
4056         Add systematic method of specifying missing targets in subdirs.
4057         Add copyright boilerplate.
4058         * Makefile.in: Regenerate.
4059         * configure.in: Add 'recursive targets' to maybe list.
4060         * configure: Regenerate.
4062         * Makefile.tpl: Rename [+target+] to [+make_target+].
4063         * Makefile.def: Rename 'target' to 'make_target'.
4065 2003-05-30  Nick Clifton  <nickc@redhat.com>
4067         * README-maintainer-mode: Update URL for locating blessed config
4068         tools.
4070 2003-05-29  Robert Millan  <rmh@debian.org>
4072         * ltconfig: Import this patch and modify for use with current
4073         version of ltconfig:
4075         2003-05-21  Bruno Haible  <bruno@clisp.org>
4077         * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
4078         GNU/FreeBSD.
4080 2003-05-28  DJ Delorie  <dj@redhat.com>
4082         * Makefile.tpl: Make maybe-check-gcc .PHONY.
4083         * Makefile.in: Regenerate.
4085 2003-05-28  Jeff Johnston  <jjohnstn@redhat.com>
4087         * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
4089 2003-05-21  DJ Delorie  <dj@redhat.com>
4091         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
4092         newlib or libgloss.
4093         * Makefile.in: Regenerate.
4095 2003-05-21  DJ Delorie  <dj@redhat.com>
4097         * Makefile.tpl: Add missing empty maybe-check-gcc target.
4098         * Makefile.in: Regenerate.
4100 2003-05-20  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
4102         * configure.in: Use curly braces in the definition of tooldir.
4103         * configure: Regenerate.
4105 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
4107         * configure.in: Switch more things to use maybe dependencies.
4108         * Makefile.tpl: Switch more things to use maybe dependencies.
4109         Factor out common code from autogen IF statements.
4110         * configure: Regenerate.
4111         * Makefile.in: Regenerate.
4113 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
4115         * configure.in: Accept i[3456789]86 for machine type.
4116         * configure: Regenerate.
4118 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
4120         * configure.in: Switch more things to use maybe dependencies.
4121         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
4122         * configure: Regenerate.
4123         * Makefile.tpl: Switch more things to use maybe dependencies.
4124         * Makefile.in: Regenerate.
4126 2003-05-16  Andreas Schwab  <schwab@suse.de>
4128         * Makefile.tpl (install-opcodes): Define.
4129         * Makefile.in: Rebuild.
4131 2003-05-13  Andreas Jaeger  <aj@suse.de>
4133         * config.guess: Update to 2003-05-09 version.
4134         * config.sub: Update to 2003-05-09 version.
4136 2003-05-13  Michael Eager <eager@mvista.com>
4138         * configure.in: Correct sed script so that options in quotes are not
4139         deleted.
4140         * configure: Rebuild.
4142 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
4144         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
4145         and $$s/newlib/libc/sys/cygwin32 include paths.
4146         * configure: Ditto.
4148 2003-05-05  H.J. Lu <hjl@gnu.org>
4150         * config-ml.in: Restored from gcc repository.
4152 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
4154         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
4155         * Makefile.in: Regenerate.
4157 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
4159         * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
4160         and Makefile.def.
4162 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
4164         * Makefile.tpl: Clean $(BUILD_SUBDIR).
4165         * Makefile.in: Regenerated.
4167 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4169         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
4170         * Makefile.in: Regenerate.
4172 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
4174         * configure.in (powerpc64*-*-linux*): Remove.
4175         * configure: Rebuilt.
4177 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
4179         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
4180         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
4181         and restrap.
4182         * Makefile.in:  Regenerate.
4184 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
4186         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
4187         * configure: Regenerated.
4189 2003-04-11  Alexandre Oliva  <aoliva@redhat.com>
4191         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
4192         * */configure: Rebuilt.
4194 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
4196         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
4197         * Makefile.in: Regenerate.
4199 2003-03-14  Michael Chastain  <mec@shout.net>
4201         * Makefile.in: Regenerate with correct Makefile.def.
4203 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
4205         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
4206         Make macro.
4207         * Makefile.in: Regenerate.
4208         * configure.in: Clean up gxx_include_dir logic.
4209         * configure: Regenerate.
4211 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4213         * configure.in (gxx_include_dir): Fix typo.
4214         * configure: Regenerated.
4216 2003-03-06  Andrew Cagney  <cagney@redhat.com>
4218         * texinfo/texinfo.tex: Import version 2003-02-03.16.
4220 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
4222         * configure.in: Include $(build_tooldir)/sys-include in
4223         FLAGS_FOR_TARGET.
4224         * configure: Regenerated.
4226 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
4228         * Makefile.tpl: Reindent.
4229         * Makefile.in: Regenerate.
4230         * configure.in: Reindent.  Don't set unused variables.
4231         * configure: Regenerate.
4233         * Makefile.tpl: Always pass down RANLIB.
4234         * Makefile.in: Regenerate.
4236         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
4237         * Makefile.in: Regenerate.
4238         * configure.in: Remove unused logic relating to --enable-shared
4239         and --enable-threads.  Remove bogus comments.  Remove redundant
4240         noconfigdirs.
4241         * configure: Regenerate.
4243         * configure.in: Replace ${libstdcxx_version} by its value.
4244         Remove reference to mh-dgux.
4245         * configure: Regenerate.
4247 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
4249         * Makefile.tpl: Rearrange.
4250         * Makefile.in: Regenerate.
4252 2003-02-25  Nick Clifton  <nickc@redhat.com>
4254         * configure: Remove site-file supprot - it is obsolete.
4256 2003-02-24  Uwe Stieber <uwe@wwws.de>
4258         * configure.in: Add support for kaOS as cross build target system.
4259         * configure: Regenerated.
4261 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
4263         * Makefile.tpl: Add definition of CPPFLAGS to pass into
4264         configure-target-* as some target builds may require additional
4265         flags for preprocessor tests.
4266         * Makefile.in: Regenerated.
4268 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
4270         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
4271         * ltconfig: Handle it.
4272         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
4273         auto-detecting it.
4275 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
4277         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
4278         it is used as argument to $CC.
4279         * ltcf-gcj.sh: Likewise.
4281 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
4283         * configure.in: Introduce --enable-maintainer-mode.
4284         * configure: Rebuilt.
4285         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
4286         for maintainer mode.
4287         * Makefile.in: Rebuilt.
4289 2003-02-19  Andrew Cagney <ac131313@redhat.com>
4291         * configure: Regenerate using autoconf 2.13.
4293 2003-02-19  Alan Modra  <amodra@bigpond.net.au>
4295         * config.guess: Import latest version.
4296         * config.sub: Import latest version.
4298 2003-02-18  Jason Merrill  <jason@redhat.com>
4300         * Makefile.tpl (check-c++): Allow parallelism.
4302 2003-02-17  Andrew Cagney  <ac131313@redhat.com>
4304         * configure: Regenerate using autoconf 000227.
4306 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
4308         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
4309         don't configure target-libobjc.
4310         * configure: Regenerate.
4312 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4314         * Makefile.tpl (RANLIB): Define.
4315         * Makefile.in: Regenerate.
4317 2003-02-06  Keith R Seitz  <keiths@redhat.com>
4319         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
4320         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
4321         * Makefile.in: Regenerated.
4322         * configure.in: Remove all traces of snavigator, db, and grep.
4323         * configure: Regenerated.
4325 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
4327         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
4328         * Makefile.in: Regenerated.
4330 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
4332         * config.if: Copy from GCC.
4334 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
4336         * configure.in:  Revert 24Jan change.
4337         * configure:  Regenerate.
4339 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
4341         * configure.in: Revert previous change.
4342         * configure: Regenerate.
4344 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
4346         * configure.in: Make rda native-only.
4347         * configure: Regenerate.
4349 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
4351         * configure.in: Add missing \.
4352         * configure: Rebuilt.
4354 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
4356         * configure.in (baseargs): Avoid using \| in sed regular
4357         expressions.
4358         * configure: Rebuilt.
4360 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
4362         * configure.in (baseargs): Remove all supported forms of
4363         --cache-file, --srcdir, --host, --build and --target options
4364         from argument lists.
4365         * configure: Rebuilt.
4367 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
4369         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
4370         * configure: Rebuilt.
4372 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
4374         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
4375         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
4376         * Makefile.in: Regenerate.
4377         * configure: Regenerate.
4379 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
4381         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
4382         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
4383         * Makefile.in: Regenerate.
4385 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
4387         * configure.in: Remove Makefile in build, host and target modules
4388         unless configure was run with --no-recursion.
4389         * configure: Rebuilt.
4391 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
4393         * config.guess: Update to 2003-01-03 version.
4394         * config.sub: Update to 2003-01-03 version.
4396 2003-01-07  Christopher Faylor  <cgf@redhat.com>
4398         * configure: Regenerate with proper autoconf 2.13.
4400 2003-01-07  Christopher Faylor  <cgf@redhat.com>
4402         * configure.in: Add AC_PREREQ for consistency.
4403         * configure: Regenerate.
4405 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
4407         * configure.in (GDB_TK): Add tcl directories conditional on
4408         gdb/gdbtk directory being present.
4409         * configure: Regenerate.
4411 2003-01-04 John David Anglin  <dave.anglin@nrc.ca>
4413         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld used
4414         by gcc if LD is not defined and we are not doing a Canadian Cross.
4415         * configure: Rebuilt.
4417 2003-01-01  Daniel Jacobowitz  <drow@mvista.com>
4419         * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
4421 2002-12-31  Tom Tromey  <tromey@redhat.com>
4423         * Makefile.in: Rebuilt.
4424         * Makefile.def (target_modules) [libffi]: Allow installation.
4426 2002-12-31  Andreas Schwab  <schwab@suse.de>
4428         * configure.in: Fix use of $program_transform_name.
4429         * configure: Regenerated.
4431 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
4433         * configure.in (baseargs): Don't remove first configure argument.
4434         * configure: Regenerated.
4436 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
4438         * Makefile.tpl (local-distclean): Don't remove...
4439         (multilib.ts): ... this.  Moved into...
4440         (multilib.out): ... this.  Don't use sub-make.
4441         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
4442         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
4443         (configure-build-[+module+], configure-[+module+],
4444         configure-target-[+module+], configure-gcc): ... these.  Test
4445         for Makefile existence.  Drop config.status from dependencies.
4446         * Makefile.in: Rebuilt.
4447         * configure.in: Move gcc-version-trigger to the end of
4448         ac_configure_args.  Add comments to maybedep.tmp and
4449         serdep.tmp.  Introduce --disable-serial-configure.  Remove
4450         nonopt from baseargs, matching and removing corresponding
4451         whitespace while at it.
4452         * configure: Rebuilt.
4454 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
4456         * configure.in (host_configargs): Replace reference to
4457         no-longer-defined buildopts with --build=${build_alias}.
4458         * configure: Rebuilt.
4460 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
4462         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
4463         program_transform_name to standard idiom.
4464         (AUTOGEN, AUTOCONF): Define.
4465         (Makefile.in): Use $(AUTOGEN).
4466         (Makefile): Depend on config.status, and use autoconf-style rule to
4467         build it.  Move original commands to...
4468         (config.status): ... this new target.
4469         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
4470         $(AUTOCONF).
4471         * Makefile.in: Rebuilt.
4473 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
4475         * Makefile.tpl: Fix dramatic bustage due to change in
4476         program_transform_name.
4477         * Makefile.in: Regenerate.
4479         * configure.in: Remove unnecessary PATH setting.
4480         * configure: Regnerate.
4482         * configure.in: Don't default to unprefixed tools unless
4483         the native tools will work.
4484         * configure: Regenerate.
4486         * configure.in: Convert to autoconf script.  Blow away lots
4487         of now-redundant Makefile fragments.
4488         * configure: Generate using Autoconf.
4489         * Makefile.tpl: Rewrite to reflect autoconfiscation.
4490         * Makefile.in: Regenerate.
4492 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
4494         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
4495         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
4497         * ChangeLog: Move a couple of entries from here to winsup/cygwin,
4498         where they belong.
4500 2002-12-24  Andreas Schwab  <schwab@suse.de>
4502         * Makefile.tpl (multilib.out): Fix missing space.
4503         * Makefile.in: Regenerate.
4505 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
4507         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
4508         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
4509         * Makefile.in: Regenerate.
4510         * configure.in: Remove unnecessary leftovers.
4512 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
4514         * configure.in (extra_ranlibflags_for_target): New variable.
4515         (*-*-darwin): Add -c to ranlib commands.
4516         * configure (tooldir): Handle extra_ranlibflags_for_target.
4518 2002-12-20  Jeff Johnston  <jjohnstn@redhat.com>
4520         * COPYING.NEWLIB: Updated.
4521         * COPYING.LIBGLOSS: Ditto.
4523 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
4525         * Makefile.tpl: Revert HJL's change.
4526         * Makefile.in: Regenerated.
4527         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
4528         always.
4530 2002-12-19  Andreas Schwab  <schwab@suse.de>
4532         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
4533         * Makefile.in: Regenerate.
4535 2002-12-18  H.J. Lu <hjl@gnu.org>
4537         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
4538         * Makefile.in: Regenerated.
4540         * configure.in (build_prefix): New. Substitute.
4542 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
4544         * Makefile.tpl: Don't let real targets depend on phony targets.
4545         * Makefile.in: Regenerate.
4547         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
4548         * Makefile.in: Regenerate.
4550 2002-12-16  Jason Merrill  <jason@redhat.com>
4552         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
4553         previous 'make bootstrap'.
4554         * Makefile.in: Regenerate.
4556 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
4558         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
4560 2002-12-13  Jason Merrill  <jason@redhat.com>
4562         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
4563         library tests.
4564         (check-c++): Just depend on it and check-target-libstdc++-v3.
4565         * Makefile.in: Regenerate.
4567 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
4569         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
4570         * Makefile.in: Regenerate.
4572 2002-12-12  Jeff Johnston  <jjohnstn@redhat.com>
4574         * COPYING.NEWLIB: Update list of alternate Regent of California
4575         licenses and discuss official revoking of advertising clause.
4576         * COPYING.LIBGLOSS: Ditto.
4578 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
4580         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
4581         * Makefile.in: Rebuilt.
4583 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
4585         * configure: Fix bug put in by gremlins.
4587         * Makefile.tpl: Substitute more autoconfily.
4588         * configure: Substitute more autoconfily.
4589         * Makefile.in: Regenerate.
4591 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
4593         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
4594         * Makefile.in (all-sim): Ditto.
4596 2002-12-06  DJ Delorie  <dj@redhat.com>
4598         * Makefile.tpl: Change configure dependencies to not have real
4599         targets depend on phony targets.
4601 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
4603         * configure.in: Revert unintentional change.
4605         * src-release: Configure host subdirs.
4607         * Makefile.tpl: Change dependency for */multilib.out so that
4608         it works when gcc isn't in the tree.
4610         * configure.in: Substitute more.
4611         * configure: Run subconfigures from the Makefile.
4612         * Makefile.tpl: Run subconfigures from the Makefile; add a few
4613         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
4615 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
4617         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
4618         and corresponding dependencies.
4619         * Makefile.in: Regenerate.
4621         * configure.in (host_tools): Order binutils, gas and ld for
4622         convenience in running the testsuites.
4624         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
4625         * Makefile.in: Regenerate.
4626         * configure.in: Introduce rules to serialize subconfigure runs.
4628         * configure.in: Introduce BASE_CC_FOR_TARGET.
4629         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
4630         Realize configure-build-* targets.  Realize configure-target-* targets.
4631         * Makefile.in: Regenerate.
4633 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
4635         * configure: Move gcc_version_trigger stuff from here...
4636         * configure.in: ...to here.
4638         * configure.in: Separate subconfigure options added by this file from
4639         options given by the user.  Add machinery to put args for host
4640         subconfigures into the Makefile.
4642         * Makefile.tpl: Remove 'vault' targets.
4643         * Makefile.tpl: Reorder and comment dependencies.
4644         * Makefile.in: Regenerate.
4646 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
4648         * configure.in: Move host-specific darwin noconfigdirs into
4649         the host-specific section.
4651 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
4653         * Makefile.tpl: Restore bkorb's style patch, accidentally lost
4654         during replay.
4655         * Makefile.in: Regenerate.
4657         (finishing slow-motion replay)
4658         * configure: Remove skip-this-dir support.
4659         * Makefile.tpl: Remove skip-this-dir support.
4661         * Makefile.tpl: Remove leftover support for non-autoconfiscated
4662         subdirectories.
4663         * Makefile.in: Regenerate.
4665         * Makefile.tpl: Strip out useless setting of 'dir'.
4666         * Makefile.in: Regenerate.
4668 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
4670         (finishing slow-motion replay)
4671         * configure.in: Fix deeply stupid bug.
4673         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
4674         shell code in CXX_FOR_TARGET
4675         * Makefile.def: Introduce raw_cxx.
4676         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
4677         RAW_CXX_FOR_TARGET.
4678         * Makefile.in: Regenerate.
4680 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
4682         (finishing slow-motion replay)
4683         * Makefile.tpl: Remove unnecessary ifs.
4684         * Makefile.in: Regenerate.
4686         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
4687         dependencies.  Maybe-ize build-libiberty.  Create dummy install
4688         targets for 'no_install' modules.
4689         * configure: Move GDB_TK substitution to configure.in.  Move
4690         build_modules stuff to configure.in.
4691         * configure.in: Implement soft dependency machinery.  Maybe-ize
4692         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
4693         * Makefile.in: Regenerate.
4695 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
4697         (continuing slow-motion replay)
4698         * Makefile.tpl: Make all-target, install-target behave similarly
4699         to all, install (only hitting configured targets).  Eliminate
4700         unused macro defintions.
4702         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
4703         build != host.
4705         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
4707         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
4709         * configure.in: Produce lists of subdir targets we're actually
4710         configuring.  Remove references to "dosrel".
4711         * Makefile.tpl: Let configure set which subdir targets are hit.
4712         Remove install-cross; clean up install; remove ALL.  Remove
4713         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
4714         Autogenerate host module targets.  Remove empty dependency lines
4715         and redundant dependency; rearrange slightly.
4716         * Makefile.def: Add host-side libtermcap, utils.
4718         * Makefile.in: Regenerate.
4720 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
4722         (Continuing slow-motion replay)
4723         * Makefile.def: Add list of recursive targets to autogenerate.
4724         Add build_modules.
4725         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
4726         targets.  Autogenerate *-build-* targets.
4727         * Makefile.in: Regenerate.
4729 2002-11-30  Nathanael Nerode  <neroden@gcc.gnu.org>
4731         (Continuing slow-motion replay)
4732         * configure: More autoconf-style substitutions.
4733         * Makefile.tpl: More autoconf-style substitutions.
4734         * Makefile.in: Regenerate.
4736 2002-11-30  Nathanael Nerode  <neroden@gcc.gnu.org>
4738         (Continuing slow-motion replay)
4739         * configure: Substitute more variables in a more autoconf-friendly
4740         way.  Simplify slightly.
4741         * Makefile.tpl: Make more variables substitutable in an
4742         autoconf-friendly way.
4743         * Makefile.in: Regenerate.
4745 2002-11-29  Nathanael Nerode  <neroden@gcc.gnu.org>
4747         (Continuing slow-motion replay)
4748         * configure.in (v810*): Remove special setting of tools.
4750         * configure: Add support for extra required flags for ar or nm.
4751         * configure.in (aix4.3+): Use above support for target-specific
4752         issues, rather than using config/mt-aix43.
4754 2002-11-29  Nathanael Nerode  <neroden@gcc.gnu.org>
4756         (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
4757         * configure: Remove 'removing', which doesn't work.  Replace $subdir
4758         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
4759         with $srcdir.  Reformat indentation.  Substitute some variables
4760         formerly hard-coded in the Makefile for build=host.
4761         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
4762         * Makefile.def: Autogenerate more.
4763         * Makefile.in: Regenerate.
4765 2002-11-13  Bruce Korb  <bkorb@gnu.org>
4767         * Makefile.tpl: syntactic cleanup
4769 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
4771         * Makefile.def (host_modules): Add rda.
4772         * Makefile.in: Regenerate.
4773         * configure.in (target_tool): Add target-rda to list.
4775 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
4777         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
4778         and restrap targets to this rule.
4779         * Makefile.in:  Regenerate.
4781 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
4783         * configure.in (i[3456]86-*-linux*): Add check to disable
4784         ${libgcj} for glibc1.
4786 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
4788         * configure.in: Add tic4x target.
4790 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
4792         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
4793         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
4794         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
4795         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
4796         * Makefile.in: Regenerate.
4798 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
4800         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
4801         * Makefile.in: Regenerate.
4803         * Makefile.def: Remove order dependency comments.
4804         * Makefile.tpl: Add explicit install-install dependencies.
4805         * Makefile.in: Regenerate.
4807         * Makefile.tpl: Remove material now in src-release.  (Finally!)
4808         * Makefile.in: Regenerate.
4810         * configure: Restore my original patch by syncing with gcc version.
4812         * Bring following over from gcc:
4814 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
4816         * configure.in (s390*-*-linux*): Enable libgcj.
4818 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
4820         * Makefile.in: Regenerate.  This really ought to fix things. :sigh:
4822 2002-10-02  Alan Modra  <amodra@bigpond.net.au>
4824         * configure: Move stray lines back to where they belong.
4826 2002-10-01  Nathanael Nerode  <neroden@gcc.gnu.org>
4828         * Makefile.tpl: Insert configure-target target, for src-release.
4830         * configure: Finish reverting change which Andrew Cagney started
4831         reverting.  Should fix bustage.
4833         * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
4834         * src-release: New file.  Contains material for making net
4835         releases for gdb, binutils, et al., formerly in Makefile.in.
4837 2002-09-30  Nick Clifton  <nickc@redhat.com>
4839         * cpu: New top level directory.  Intended to hold input files for
4840         CGEN which have FSF copyright assignment.
4841         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
4843 2002-09-29  Andrew Cagney  <ac131313@redhat.com>
4845         Revert below (note that src does not contain Makefile.tpl):
4846         * Makefile.tpl: Make subsituted variables more autoconfy.
4847         * Makefile.in: Regenerate.
4849 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
4851         * configure: Revert accidentally applied changes.
4853         * Makefile.tpl: Make more autoconf-friendly.
4854         * Makefile.in: Regenerate.
4855         * configure: Make substitution more autoconf-like.
4857 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
4859         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
4860         single entry to handle all these.
4861         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
4862         libjava on arm-*-elf.
4864 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
4866         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
4867         things that depend on them.
4869 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
4871         * Makefile.tpl: Make subsituted variables more autoconfy.
4872         * Makefile.in: Regenerate.
4873         * configure: Make seds more autoconfy.
4875 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
4877         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
4878         * Makefile.in: Regenerate.
4879         * configure.in: Rewrite sed statements to look autoconfy.
4881         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
4882         all-target-foo on configure-target-foo.
4883         * Makefile.def: Ditto.
4884         * Makefile.in: Rebuild.
4886 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
4888         * Makefile.def: New file.
4889         * Makefile.tpl: New file.
4890         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
4892         * configure.in: Minor rearrangement.  Simplify tests.
4894 2002-09-23  Jason Thorpe  <thorpej@wasabisystems.com>
4896         * configure.in (with_headers): Skip copy if value is "yes".
4897         (with_libs): Likewise.
4899 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
4901         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
4902         * configure.in (sh*-*-pe*): Ditto.
4903         * configure.in (mips*-*-pe*): Ditto.
4904         * configure.in (*arm-wince-pe): Ditto.
4906         * configure.in: Rearrange.
4908 2002-09-12  Nick Clifton  <nickc@redhat.com>
4910         * Import these changes from the config master repository:
4912         2002-09-05  Svein E. Seldal  <Svein.Seldal@solidas.com>
4914                 * config.sub: Add tic4x target.
4916         2002-09-03  Ben Elliston  <bje@redhat.com>
4918                 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
4919                 Reported by <Duncan_Stodart@insession.com>.
4921 2002-09-10  Jeff Johnston  <jjohnstn@redhat.com>
4923         * COPYING.NEWLIB: More updates.
4925 2002-09-09  Jeff Johnston  <jjohnstn@redhat.com>
4927         * COPYING.NEWLIB: Update.
4929 2002-08-23  Andrew Cagney  <ac131313@redhat.com>
4931         * texinfo/texinfo.tex: Import version 2002-06-04.06.
4933         * config.guess: Import version 2002-08-23.
4934         * config.sub: Import version 2002-08-22.
4936 2002-08-20  Alexandre Oliva  <aoliva@redhat.com>
4938         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
4939         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
4940         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
4942 2002-08-06  Federico G. Schwindt <fgsch@olimpo.com.br>
4944         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
4946 2002-08-04  H.J. Lu  (hjl@gnu.org)
4948         * configure.in (mips*-*-linux*): Don't skip target-libffi.
4950 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
4952         * configure.in: Move generic linux case to end.  Copy generic
4953         linux noconfigdirs to mips*-*-linux* entry and new
4954         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
4956 2002-07-19  Chris Demetriou  <cgd@broadcom.com>
4958         * MAINTAINERS: Clarify on config.guess and config.sub, and add
4959         one instance of them which was missed to the list to update.
4961 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
4963         * config.guess: Update to 2002-07-09 version.
4964         * config.sub: Update to 2002-07-03 version.
4966 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
4968         * configure.in: Remove two redundant tests.
4970 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4972         * configure.in (mips*-*-irix6*o32): Enable stabs.
4974 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
4976         * configure.in: Don't build grez.
4977         * Makefile.in: Ditto.
4979         * Makefile.in: Remove references to bsp, cygmon, libstub.
4980         * configure.in: Ditto.
4982         * configure.in: Remove leftover reference to gdbtest.
4984 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
4986         * configure.in (gxx_include_dir):  Change to match versioned
4987         C++ headers if --enable-version-specific-runtime-libs is used.
4989 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
4991         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
4993 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
4995         * configure.in: Make --without-x work.
4997 2002-07-03  Nick Clifton  <nickc@cambridge.redhat.com>
4999         * contrib: New directory.  Created to contain a copy of the
5000         texi2pod.pl script so that it is in the same place as the version in
5001         the FSF GCC sources.
5003 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
5005         * configure.in: Rearrange target Makefile fragment collection.
5007         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
5008         cvs[src].
5009         * configure.in: Ditto.
5011 2002-07-01  Nathanael Nerode <neroden@gcc.gnu.org>
5013         * Makefile.in: Eliminate 'apache' targets.
5014         * configure.in: Eliminate 'apache' targets.
5016         * configure.in: Eliminate redundant tests.  Reorganize.
5018         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
5020         * config-ml.in: Eliminate references to Cygnus configure.
5022         * Makefile.in: Eliminate references to building emacs.
5024 2002-07-01  Denis Chertykov  <denisc@overta.ru>
5026         * configure.in: Add support for ip2k.
5028 2002-06-24  Ben Elliston  <bje@redhat.com>
5030         * configure.in (host_tools): Remove cgen.
5032         * Makefile.in (all-cgen): Remove; runs from its source directory.
5033         (check-cgen, install-cgen, clean-cgen): Likewise.
5034         (all-opcodes): No not depend on all-cgen.
5035         (all-sim): Likewise.
5037 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
5039         * configure.in: Fix AIX configury bug.
5041 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
5043         * configure.in: Replace ${topsrcdir} with ${srcdir}.
5045         * configure.in: Move definition of libstdcxx_flags right above
5046         usage, rather than way earlier.
5048         * configure.in: Pull definition of is_cross_compiler earlier.
5050         * configure.in: Rearrange a little.
5052         * configure.in: Remove references to librx.
5053         * Makefile.in: Remove references to librx.
5055 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
5057         * configure.in: Eliminate ${gasdir} variable.
5059 2002-06-18  Dave Brolley  <brolley@redhat.com>
5061         * configure.in: Add support for frv.
5062         * config.sub: Add support for frv.
5064 2002-06-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5066         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
5068 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
5070         * configure.in (vax-*-netbsd*): Re-enable gas.
5072 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
5074         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
5075         BUILD_PREFIX_1, to correct nomenclature.
5076         * configure: Likewise.
5078         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
5079         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
5081 2002-05-31  Olaf Hering  <olh@suse.de>
5083         * config-ml.in: Propogate DESTDIR also.
5085 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
5087         * configure.in (vax-*-netbsd*): Don't build gas for this
5088         platform.
5090 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
5092         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
5093         and libgcj for AVR.
5095 2002-05-28  Nick Clifton  <nickc@cambridge.redhat.com>
5097         * config.sub: Add DLX target.
5099 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
5101         * config.guess: Update to 2002-05-22 version.
5102         * config.sub: Likewise.
5104 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5106         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
5107         * config-ml.in: Likewise.
5108         * configure: Likewise.
5109         * configure.in: Likewise.
5111 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
5113         * configure.in: Simplify makefile fragment collection.
5115         * configure.in: Remove code to build emacs.
5117         * configure.in : Remove --srcdir argument from targargs and buildargs
5118         (it's always overridden in the Makefile anyway).  Rearrange a bit.
5120         * configure: Move some logic to configure.in.
5121         * configure.in: Move some logic from configure.
5123 2002-05-07  Jeff Johnston  <jjohnstn@redhat.com>
5125         * COPYING.LIBGLOSS: New file.
5127 2002-05-07  Federico G. Schwindt <fgsch@olimpo.com.br>
5129         * Makefile.in: Honour DESTDIR.
5131 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
5133         * configure.in (noconfigdirs): Don't disable libgcj on
5134         sparc64-*-solaris* and sparcv9-*-solaris*.
5136 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
5138         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
5140 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
5142         * configure.in (FLAGS_FOR_TARGET): Do not add
5143         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
5144         on i[3456]86-*-linux*.
5146 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
5148         * configure.in (noconfigdirs): Replace [ ] with test.
5150         * configure.in (noconfigdirs): Do not add target-newlib if
5151         target == i[3456]86-*-linux*, and host == target.
5153 2002-04-29  Mark Mitchell  <mark@codesourcery.com>
5155         * config.guess: Updated to 2002-04-26's version.
5156         * config.sub: Updated to 2002-04-26's version.
5158 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
5160         * configure.in: delete reference to absent file
5162         * configure.in: replace '[' with 'test'
5164         * configure.in: Eliminate references to gash.
5165         * Makefile.in: Eliminate references to gash.
5167         * configure.in: remove useless references to 'pic' makefile fragments.
5169         * configure.in: (*-*-windows*) Finish removing.
5171         * configure.in: Eliminate redundant test for libgui.
5173 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
5175         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
5176         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
5178 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
5180         * configure.in: remove references to dead files
5182 2002-04-18  Tom Tromey  <tromey@redhat.com>
5184         * configure.in: Disallow configuring libgcj when it is already
5185         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
5186         Solaris 2.8 by default.  For PR libgcj/6158.
5188 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
5190         * configure.in:  Move default CC setting out of config/mh-* fragments
5191         directly into here.
5193 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
5195         * configure.in: don't even try to configure or make a subdirectory
5196         if there's no configure script for it.
5198 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
5200         * MAINTAINERS: Remove chill maintainers.
5201         * Makefile.in (CHILLFLAGS): Remove.
5202         (CHILL_LIB): Remove.
5203         (TARGET_CONFIGDIRS): Remove libchill.
5204         (CHILL_FOR_TARGET): Remove.
5205         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
5206         CHILL_LIB.
5207         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
5208         (CHECK_TARGET_MODULES): Likewise.
5209         (INSTALL_TARGET_MODULES): Likewise.
5210         (CLEAN_TARGET_MODULES): Likewise.
5211         (configure-target-libchill): Remove.
5212         (all-target-libchill): Remove.
5213         * configure.in (target_libs): Remove target-libchill.
5214         Do not compute CHILL_FOR_TARGET.
5215         * libchill: Remove directory.
5217 2002-04-15  DJ Delorie  <dj@redhat.com>
5219         * Makefile.in, configure.in, configure: Sync with gcc, entries
5220         follow...
5222 2002-04-08  Tom Tromey  <tromey@redhat.com>
5224         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
5225         Fixes PR libgcj/6068.
5227 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
5229         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
5231 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5233         * configure.in (alpha*-dec-osf*): Enable libgcj.
5235 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
5237         Fix for: PR bootstrap/3591, target/5676
5238         * configure.in (mcore-pe): Disable the configuration of
5239         libstdc++-v3 since exceptions are not supported.
5241 2002-03-20  Anthony Green  <green@redhat.com>
5243         * configure.in: Enable libgcj for xscale-elf target.
5245 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
5247         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
5248         libjava.
5249         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
5251 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
5253         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
5254         libstdc++-v3 and libjava.
5256 2002-02-11  Adam Megacz <adam@xwt.org>
5258         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
5259         boehm-gc
5261 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
5263         * config.guess: Updated to 2002-01-30's version.
5264         * config.sub: Updated to 2002-02-01's version.
5265         Contribute sh64-elf.
5266         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
5267         * configure.in: Added sh64-*-*.
5269 2002-01-17  H.J. Lu <hjl@gnu.org>
5271         * Makefile.in (all-fastjar): Also depend on all-libiberty.
5272         (all-target-fastjar): Also depend on all-target-libiberty.
5274 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
5276         * configure, configure.in: Use temp file for long sed commands.
5278 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
5280         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
5281         libf2c.
5283 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
5285         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
5287 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
5289         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
5291 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
5293         * configure: Handle temporary files securely using mkdir.
5295 2001-09-26  Will Cohen <wcohen@redhat.com>
5297         * configure.in (*-*-linux*): Disable configuration of target-newlib
5298         and target-libgloss.
5300 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
5302         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
5303         RANLIB.
5305 2001-08-11  Graham Stott  <grahams@redhat.com>
5307         * Makefile.in (check-c++): Add missing semicolon.
5309 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
5311         * configure.in (sh-*-linux*): New.
5313 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
5315         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
5316         and libgcj on m68hc11/m68hc12.
5318 2001-06-27  H.J. Lu  (hjl@gnu.org)
5320         * Makefile (CFLAGS_FOR_BUILD): New.
5321         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
5323 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
5325         * configure.in (libstdcxx_flags): Do not try to execute
5326         libstdc++-v3/testsuite_flags until it exists.
5328 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
5330         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
5332 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
5334         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
5336 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
5338         * configure.in: Move *-chorusos target case to the proper switch.
5339         Disable libgcj.
5341 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5343         * Makefile.in (STAGE1_CFLAGS): Pass down.
5345 2001-04-13  Alan Modra  <amodra@one.net.au>
5347         * config.guess: Add hppa64-linux support.  Note for next import that
5348         this is already in the master file.
5349         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
5351 2001-03-22  Colin Howell  <chowell@redhat.com>
5353         * Makefile.in (DO_X): Do not backslash single-quotes in
5354         backquotes (two places).
5356 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
5358         * Makefile.in (DO_X): Quote nested quotes.
5360 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
5362         * Makefile.in (DO_X): Use double quotes for quoting
5363         "RANLIB=$${RANLIB}".
5365 2001-03-09  Nicola Pero <n.pero@mi.flashnet.it>
5367         * configure.in: Only use `lang_requires' for languages athat are
5368         actually enabled.
5370 2001-03-07  Tom Tromey  <tromey@redhat.com>
5372         * configure.in: Allow config-lang.in to set `lang_requires' to list
5373         of other required languages.
5375 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
5377         * Makefile.in: Remove RANLIB definition. Use RANLIB
5378         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
5379         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
5381 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
5382             Alexandre Oliva  <aoliva@redhat.com>
5384         * Makefile.in (check-c++): Use tabs, not spaces.
5386 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
5388         * Makefile.in (check-c++): New rule.
5390         * configure.in (target_libs): Remove libg++.
5391         (noconfigdirs): Remove libg++.
5392         (noconfigdirs): Same.
5393         (noconfigdirs): Same.
5394         (noconfigdirs): Same.
5396         * config-ml.in: Remove libg++ references.
5398         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
5399         (ALL_TARGET_MODULES): Same.
5400         (configure-target-libg++): Remove.
5401         (all-target-libg++): Remove.
5402         (configure-target-libio): Remove.
5403         (all-target-libio): Remove.
5404         (check-target-libio): Remove.
5405         (.PHONY): Remove.
5406         (libg++.tar.bz2): Remove.
5407         (all-target-cygmon): Remove libio.
5408         (all-target-libstdc++): Remove.
5409         (configure-target-libstdc++): Remove.
5410         (TARGET_LIB_PATH): Remove libstdc++.
5411         (ALL_GCC_CXX): Remove libstdc++.
5412         (all-target-gperf): Correct.
5414 2001-02-15  Anthony Green  <green@redhat.com>
5416         * configure: Introduce GCJ_FOR_TARGET.
5417         * configure.in: Ditto.
5418         * Makefile.in: Ditto.
5420 2001-02-08  Chandrakala Chavva <cchavva@redhat.com>
5422         * configure.in: for *-chorusos, don't config target-newlib and
5423         target-libgloss.
5425 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
5427         Remove V2 C++ library.
5428         * configure.in: Remove --enable-libstdcxx_v3 support.
5430 2001-01-27  Richard Henderson  <rth@redhat.com>
5432         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
5434 2001-01-26  Tom Tromey  <tromey@redhat.com>
5436         * configure.in: Allow libgcj to be built on Sparc Solaris.
5438 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
5440         * configure.in: Enable libgcj on several additional platforms.
5442 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
5444         * configure.in: Enable libgcj for linux targets.
5446 2001-01-09  Mike Stump  <mrs@wrs.com>
5448         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
5449         failures of subdirectories.
5451 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
5453         * configure: handle DOS-style absolute paths.
5455 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
5457         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
5459 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
5461         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
5462         (libstdcxx_incdir): Pass down.
5463         * config.if: Remove expired bits for cxx_interface, add stub.
5464         (libstdcxx_incdir): Add variable for g++ include directory.
5465         * configure.in (gxx_include_dir): Use it.
5467 2000-12-15  Andreas Jaeger  <aj@suse.de>
5469         * configure.in: Handle lang_dirs.
5471 2000-12-13  Anthony Green  <green@redhat.com>
5473         * configure.in: Disable libgcj for any target not specifically
5474         listed.  Disable libgcj for x86 and Alpha Linux until compatible
5475         with g++ abi.
5477 2000-12-13  Mike Stump  <mrs@wrs.com>
5479         * Makefile.in (local-distclean): Also remove fastjar.
5481 2000-12-10  Anthony Green  <green@redhat.com>
5483         * configure.in: Define libgcj.  Disable libgcj target libraries for
5484         most targets.
5486 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5488         * configure.in (target_libs): Revert 2000-12-08 patch.
5489         (noconfigdirs): Added target-libjava.
5491 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
5493         * Makefile.in: handle DOS-style absolute paths.
5495 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5497         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
5498         libjava.
5499         * configure.in (target_libs): Removed `target-libjava'.
5501 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5503         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
5504         (ALL_MODULES): Added fastjar.
5505         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
5506         (all-target-libjava): all-fastjar replaces all-zip.
5507         (all-fastjar): Added.
5508         (configure-target-fastjar, all-target-fastjar): Likewise.
5509         * configure.in (host_tools): Added fastjar.
5511 2000-12-07  Mike Stump  <mrs@wrs.com>
5513         * Makefile.in (local-distclean): Remove leftover built files.
5515 2000-11-16  Fred Fish  <fnf@be.com>
5517         * configure.in (enable_libstdcxx_v3): Fix typo,
5518         libstd++ -> libstdc++.
5520 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
5522         * configure: Provide the original toplevel configure arguments
5523         (including $0) to subprocesses in the environment rather than
5524         through gcc/configargs.h.
5526 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
5528         * configure: Turn on libstdc++ V3 by default.
5530 2000-10-16  Michael Meissner  <meissner@redhat.com>
5532         * configure (gcc/configargs.h): Only create if there is a build GCC
5533         directory created.
5535 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
5537         * configure: Save configure arguments to gcc/configargs.h.
5539 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
5541         * Makefile.in (bootstrap): avoid recursion if subdir missing
5542         (cross): ditto
5543         (do-proto-toplev): ditto
5545 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
5547         * configure.in: Do not build byacc for hppa64.  Provide paths to the
5548         X11 libraries for hppa64.
5550 2000-09-02  Anthony Green  <green@cygnus.com>
5552         * Makefile.in (all-gcc): Depend on all-zlib.
5553         (CLEAN_MODULES): Add clean-zlib.
5554         (ALL_MODULES): Add all-zlib.
5555         * configure.in (host_libs): Add zlib.
5557 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
5559         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
5560         $targargs to tell whether newlib is going to be built.
5562         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
5563         $$r/TARGET_SUBDIR/libio for _G_config.h.
5565 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
5567         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
5569         * configure: Make enable_threads and enable_shared defaults
5570         explicit.  Substitute enable_threads into generated Makefiles.
5571         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
5572         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
5574 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
5576         * configure.in: Re-enable all references to libg++ and librx.
5578 2002-04-09  Loren James Rittle  <rittle@labs.mot.com>
5580         * configure.in: Add *-*-freebsd* configurations.
5582 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
5584         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
5585         (do-tar, do-bz2): New rules.
5586         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
5587         (gdb-tar): New rule.
5588         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
5589         (insight_dejagnu.tar): New rule.
5590         (insight.tar): New rule.
5591         (gdb+dejagnu.tar): New rule.
5592         (gdb.tar): New rule.
5594 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
5596         * MAINTAINERS: Update dejagnu/
5598 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
5600         * ltmain.sh (relink_command): Fix typo in previous change.
5602 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
5604         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
5605         (relink_command): Added --tag flags.
5606         (mode=install): If relinking fails; error out.
5608 2002-03-12  Richard Henderson  <rth@redhat.com>
5610         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
5611         .NOTPARALLEL tag.
5612         (do-check): Rename from check.
5613         (check): Allow parallel check.
5615 2002-03-11  Richard Henderson  <rth@redhat.com>
5617         * Makefile.in (.NOTPARALLEL): Add fake tag.
5619 2002-03-07  H.J. Lu  (hjl@gnu.org)
5621         * configure.in: Enable gprof for mips*-*-linux*.
5623 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
5625         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
5626         libjava.
5627         (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
5629 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
5631         * texinfo/texinfo.tex: Update to version 2002-02-14.08.
5633 2002-02-23  Daniel Jacobowitz  <drow@mvista.com>
5635         * config.guess: Import from master sources, rev 1.232.
5636         * config.sub: Import from master sources, rev 1.246.
5638 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
5640         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
5641         because its Makefile is there; test for the executable instead.
5643 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
5645         Contribute sh64-elf.
5646         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
5647         * configure.in: Added sh64-*-*.
5649 2002-02-04  Jeff Johnston  <jjohnstn@redhat.com>
5651         * COPYING.NEWLIB: Remove advertising clause from
5652         Berkeley and Red Hat licenses.
5654 2002-02-01  Mo DeJong  <supermo@bayarea.net>
5656         * Makefile.in: Add all-tix to deps for all-snavigator
5657         so that tix is built when building snavigator.
5659 2002-02-01  Ben Elliston  <bje@redhat.com>
5661         * config.guess: Import from master sources, rev 1.229.
5662         * config.sub: Import from master sources, rev 1.240.
5664 2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
5666         From Steve Ellcey <sje@cup.hp.com>:
5667         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
5668         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
5669         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
5670         IA64.
5671         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
5672         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
5673         soname_spec, sys_lib_search_path_spec): Ditto.
5675 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
5677         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
5678         target-libiberty, and target-libgloss.  Skip Java-related
5679         libraries if not supported for NetBSD on target CPU.
5681 2002-01-23  Nick Clifton  <nickc@cambridge.redhat.com>
5683         * configure.in: Import StrongARM and XScale target_configdirs from
5684         FSF GCC version.
5686 2002-01-16  H.J. Lu  (hjl@gnu.org)
5688         * config.guess: Import from master sources, rev 1.225.
5689         * config.sub: Import from master sources, rev 1.238.
5691         * MAINTAINERS: Updated notes on config.guess and config.sub.
5693 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
5695         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
5696         ld and gdb are not supported.
5698 2002-01-07  Jeff Johnston  <jjohnstn@redhat.com>
5700         * Change reference to Cygnus Solutions to be Red Hat.
5702 2002-01-07  Jeff Johnston  <jjohnstn@redhat.com>
5704         * COPYING.NEWLIB: Update generic copyright date.
5706 2002-01-07  Mark Salter  <msalter@redhat.com>
5708         * configure.in: Remove target-bsp and target-cygmon from arm builds.
5709           Allow target-libgloss to be built for arm, strongarm, and xscale.
5711 2002-01-03  Ben Elliston  <bje@redhat.com>
5713         * MAINTAINERS: Update URL for config.* scripts.
5715 2001-12-18  Alan Modra  <amodra@bigpond.net.au>
5717         * config.sub: Import latest version.
5718         * config.guess: Likewise.
5720 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
5722         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
5723         options for i[3456]86-pc-linux* native builds.
5725 2001-12-05  Laurent Guerby  <guerby@acm.org>
5727         * MAINTAINERS: gcc adopts symlink-tree, refer more to
5728         libiberty.
5730         Import this patch from gcc:
5732         2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
5734             * symlink-tree: handle DOS-style absolute paths.
5736 2001-11-28  DJ Delorie <dj@redhat.com>
5737             Zack Weinberg  <zack@codesourcery.com>
5739         When build != host, create libiberty for the build machine.
5741         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
5742         CONFIG_ARGUMENTS.
5743         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
5744         New variables.
5745         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
5746         and rules.
5747         (all.normal): Depend on ALL_BUILD_MODULES.
5748         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
5749         (all-build-libiberty): Depend on configure-build-libiberty.
5751         * configure: Calculate and substitute proper value for
5752         ALL_BUILD_MODULES.
5753         * configure.in: Create the build subdirectory.
5754         Calculate and substitute TARGET_CONFIGARGS (formerly
5755         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
5757 2001-11-26  Geoffrey Keating  <geoffk@redhat.com>
5759         * config.sub: Update to version 1.232 on subversion.
5761 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
5763         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
5764         files from .po files for a distribution.
5766 2001-11-19  Hans-Peter Nilsson  <hp@bitrange.com>
5768         * COPYING.NEWLIB: Mention preserved notice in specific parts.
5770 2001-11-13  Jeff Holcomb  <jeffh@redhat.com>
5772         Merged from net gcc:
5773         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
5774         * ltcf-c.sh: Use $objext, not $ac_objext.
5775         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
5776         * ltcf-cxx.sh: Add support for GNU.
5777         2001-07-22  Timothy Wall  <twall@redhat.com>
5778         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
5779         default settings if using GNU tools with that configuration.
5780         * ltcf-cxx.sh: Ditto.
5781         * ltcf-gcj.sh: Ditto.
5782         2001-07-21  Michael Chastain  <chastain@redhat.com>
5783         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
5784         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
5785         * ltmain.sh: Mark as gcc-local.
5787 2001-11-13  Jeff Holcomb  <jeffh@redhat.com>
5789         * Makefile.in (all-bison): Revert 2001-10-24.
5790         Don't depend on texinfo.
5792 2001-11-12  Hans-Peter Nilsson  <hp@bitrange.com>
5794         * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
5796 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
5798         * configure.in (--enable-languages): Be more permissive about
5799         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
5801 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
5803         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
5805 2001-10-24  Jeff Holcomb  <jeffh@redhat.com>
5807         Makefile.in (all-bison): Don't depend on texinfo.
5809 2001-10-03  Alan Modra  <amodra@bigpond.net.au>
5811         * gettext.m4: Test po/POTFILES.in exists before trying to read.
5813 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
5815         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
5817 2001-09-28  Hans-Peter Nilsson  <hp@axis.com>
5819         * config.sub, config.guess: Import latest from subversions.
5821 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
5823         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
5824         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
5825         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
5826         avoid quotes nesting problems.
5827         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
5828         (DO_X): Export only variables that are set.
5830 2001-09-19  Ben Elliston  <bje@redhat.com>
5832         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
5833         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
5834         semantics.  Use the shell built-in "type" command instead.
5836 2001-09-15  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5838         * config.sub: Reverted the earlier change, this version is not the
5839         master file.
5841 2001-09-14  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5843         * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
5844         Add support for mips64.
5846 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
5848         * configure.in: Enable libstdc++-v3 for h8300 targets.
5850 2001-08-30  Eric Christopher  <echristo@redhat.com>
5851             Jason Eckhardt  <jle@redhat.com>
5853         * config.sub: Add support for mipsisa32.
5855 2001-08-30  Eric Christopher  <echristo@redhat.com>
5857         * config.sub, config.guess: Import latest from subversions.
5859 2001-08-20  Alan Modra  <amodra@bigpond.net.au>
5861         * config.sub, config.guess: Import latest from subversions.
5863 2001-07-26  DJ Delorie  <dj@redhat.com>
5865         * MAINTAINERS: Clarify libiberty merge rules and procedures.
5867 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
5869         * Makefile.in: Revert 2001-06-17.
5870         (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
5872 2001-06-17  H.J. Lu <hjl@gnu.org>
5874         * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
5875         (gas+binutils.tar.bz2): Likewise.
5876         (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
5878 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
5880         * Makefile.in (VER): When present, extract the version number from
5881         the file version.in.
5883 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
5885         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
5886         gcc/xgcc is built, use -print-prog-name to find out the program
5887         name to use.
5889 2001-06-04  Mark Mitchell  <mark@codesourcery.com>
5891         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
5892         with_gcc]: Use `gcc -shared' to build a shared library.
5894 2001-06-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
5896         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
5897         archives.
5899 2001-05-28  Simon Patarin <simon.patarin@inria.fr>
5901         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
5902         libraries when using g++ with native linker.
5904 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
5906         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
5908 2001-05-24  Tom Rix <trix@redhat.com>
5910         * configure.in : enable ld for aix
5912 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
5914         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
5915         [aix4*|aix5*]: Prepend blank.
5917 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
5919         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
5920         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
5921         of subdir/configure scripts to use the new libtool.m4.
5923 2001-05-14  H.J. Lu <hjl@gnu.org>
5925         * config.if (libc_interface): Set to -libc6.2- for cross
5926         compiling to Linux/glibc 2.2.
5928 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
5930         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
5931         libgcj.
5933 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
5935         * configure.in (noconfigdirs): Don't reset it from scratch in the
5936         target case; only append to it.
5938 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
5940         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
5941         sparc-*-solaris2.8]: Disable ${libgcj}.
5943 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
5945         * configure.in (libgcj_saved): Copy from $libgcj.
5946         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
5947         --disable-libgcj.
5949 2001-04-20  Alexandre Oliva  <aoliva@redhat.com>
5951         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
5952         1.641.2.228.
5954 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
5956         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
5957         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
5959 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
5961         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
5962         New macros.
5963         (bootstrap, cross): Use RECURSE_FLAGS.
5964         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
5966 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
5968         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
5970 2001-03-23  Nick Clifton  <nickc@redhat.com>
5972         * README-maintainer-mode: Add note about inability to use "make
5973         distclean" in maintainer mode.
5975 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
5977         Re-installed:
5978         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
5979         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
5980         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
5981         * ltcf-cxx.sh: Likewise.
5982         * ltcf-gcj.sh: Likewise.
5984 2001-03-22  Philip Blundell  <philb@gnu.org>
5986         * config.sub, config.guess: Import latest from subversions.
5988 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
5990         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
5991         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
5993 2001-03-20  Michael Chastain  <chastain@redhat.com>
5995         * Makefile.in: all-m4 depends on all-texinfo.
5997 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
5999         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
6001 2001-02-22  Jeff Johnston <jjohnstn@redhat.com>
6003         * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
6004         longer valid.
6006 2001-02-16  Nick Clifton  <nickc@redhat.com>
6008         * configure.in (noconfigdirs): Allow configuration of texinfo
6009         for Cygwin hosts.
6011 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
6013         * config.guess: Add linux target for S/390.
6014         * config.sub: Likewise.
6015         * configure.in: Likewise.
6017 2001-02-06  Ben Elliston  <bje@redhat.com>
6019         * configure: Output host type to stdout, not stderr.
6021 2001-02-04  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
6023         * config.guess: Import from subversions.gnu.org (revision 1.181).
6024         * config.sub: Import from subversions.gnu.org (revision 1.199).
6026 2001-01-30  Alan Modra  <alan@linuxcare.com.au>
6028         * config.guess: Handle hppa64-linux systems.
6030 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
6032         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
6033         Don't unset, it's non-portable and no longer necessary, set to empty
6034         instead.
6036 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
6038         * ltconfig: Shell portability fix for the tagname validity check.
6040 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
6042         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
6044 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
6046         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
6047         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
6049 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
6051         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
6052         keep at least one of build_libtool_libs or build_old_libs set to
6053         yes.
6055 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
6057         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
6058         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
6060 2000-11-07  Philip Blundell  <pb@futuretv.com>
6062         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
6064 2000-11-03  Philip Blundell  <pb@futuretv.com>
6066         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
6067         files.
6069 2001-01-15  Jeff Johnston  <jjohnstn@redhat.com>
6071         * COPYING.NEWLIB: Put into source repository.
6073 2001-01-15  Ben Elliston  <bje@redhat.com>
6075         * configure.in (host_tools): Add sid.
6076         Always configure cgen.
6077         * Makefile.in (all-sid): New target.
6078         (check-sid, clean-sid, install-sid): Likewise.
6080 2001-01-07  Andreas Jaeger  <aj@suse.de>
6082         * config.sub, config.guess: Update from subversions.
6084 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
6086         * configure.in: Disable language-specific target libraries for
6087         languages that aren't enabled.
6089 2000-11-24  Nick Clifton  <nickc@redhat.com>
6091         * configure.in (xscale-elf): Add target.
6092         (xscale-coff): Add target.
6093         (c4x, c5x, tic54x): Move after ARM targets.
6095 2000-11-23  Alexandre Oliva  <aoliva@redhat.com>
6097         * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
6099 2000-11-20  Ian Lance Taylor  <ian@zembu.com>
6101         * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
6103 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
6105         * Makefile.in: Merge with GCC and libgcj.
6106         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
6107         configure-target-<library> when their configure scripts need the C
6108         or C++ library to have already been built to work properly.
6109         (do_proto_toplev): Set them to an empty string.
6111 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
6113         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
6114         (REALLY_SET_LIB_PATH): Use them.
6116 2000-11-06  Christopher Faylor <cgf@cygnus.com>
6118         * config.sub: Add support for Sun Chorus
6120 2000-11-02  Per Lundberg  <plundis@chaosdev.org>
6122         * config.sub: Add support for the *-storm-chaos OS.
6124 2000-10-30  Stephane Carrez  <stcarrez@worldnet.fr>
6126         * configure.in (noconfigdirs): Don't compile some
6127         of the libraries for 68HC11 & 68hc12 targets.
6129 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
6131         * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
6132         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
6133         all affected `configure' scripts.
6135 2000-09-25  Alexandre Oliva  <aoliva@redhat.com>
6137         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
6138         ltcf-c.sh.
6140 2000-09-12  Philip Blundell  <philb@gnu.org>
6142         * config.sub, config.guess: Update from subversions.
6144 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
6146         * Makefile.in (all-zlib): Added dummy target.
6148         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
6149         multi-language branch.
6151 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
6153         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
6154         (bootstrap*): Depend on all-bootstrap.
6156 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
6158         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
6159         crosses, but add gcc/include to the header search path for them.
6161 2000-08-31  Alexandre Oliva  <aoliva@redhat.com>
6163         * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
6164         * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
6165         * gettext.m4: New file, extracted from aclocal.m4.
6167 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
6169         * config-ml.in (CC, CXX): Avoid trailing whitespace.
6170         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
6171         sub-configures.
6173 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
6175         * Makefile.in (ALL_MODULES): Add all-cgen.
6176         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
6177         (all-cgen): New target.
6178         (all-opcodes,all-sim): Depend on all-cgen.
6179         * configure.in (host_tools): Add cgen.
6180         Only configure cgen if --enable-cgen-maint.
6182 2000-08-17  Alexandre Oliva  <aoliva@redhat.com>
6184         * config-ml.in (CC, CXX): Don't introduce a leading space.
6186 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
6188         * configure.in (libstdcxx_flags): Use
6189         libstdc++-v3/src/libstdc++.INC.
6191 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
6193         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
6195 2000-08-11  Jason Merrill  <jason@redhat.com>
6197         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
6198         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
6199         (FLAGS_FOR_TARGET): Not here.
6200         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
6202 2000-08-07  DJ Delorie  <dj@redhat.com>
6204         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
6205         "if we're also building gcc, and it's a gcc that will run on the
6206         build machine, we want to use its includes instead of the system's
6207         default includes".
6209 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
6211         * configure.in (libstdcxx_flags): Don't use `"'.
6213         * config-ml.in: Adjust multilib search paths to the
6214         appropriate multilib tree.
6216 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
6218         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
6219         commas in $LANGUAGES.
6221 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
6223         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
6225 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
6227         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
6228         CXX_FOR_TARGET for sed.
6230 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
6232         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
6233         Do not override if already set in the environment or in configure.
6234         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
6235         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
6237 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
6239         * Makefile.in (FLAGS_FOR_TARGET): New macro.
6240         (GCC_FOR_TARGET): Use it.
6241         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
6242         * configure.in: ... here.
6243         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
6244         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
6246 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
6248         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
6249         (configure-target-libchill, configure-target-libobjc): Likewise.
6251         * configure.in: Use the same cache file for all target libs.
6252         * config-ml.in: But different cache files per multilib variant.
6254 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
6256         * configure (topsrcdir): Don't use dirname.
6258 2000-07-20  Jason Merrill  <jason@redhat.com>
6260         * configure.in: Remove all references to libg++ and librx.
6262         * configure, configure.in, Makefile.in: Unify gcc and binutils.
6264 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
6266         * config.sub: Update to subversions version 2000-07-06.
6268 2000-07-12  Andrew Haley  <aph@cygnus.com>
6270         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
6271         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
6273 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
6275         * symlink-tree:  Check number of arguments.
6277 2000-06-06  Andrew Cagney  <cagney@b1.cygnus.com>
6279         * texinfo/texinfo.tex: Update to version 2000-05-28.15.
6281 2000-07-05  Jim Wilson  <wilson@cygnus.com>
6283         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
6284         search path for a g++ extracted from the build tree.  This
6285         will allow link tests run by configure scripts in
6286         subdirectories to succeed.
6288 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
6290         * ltconfig: Add support for mips-dde-sysv4.2MP
6292 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
6294         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
6295         `os2'. Force ac_cv_exeext to be ".exe" in that case.
6297 2000-06-19  Timothy Wall  <twall@cygnus.com>
6299         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
6300         * config.sub: Add tic54x target.
6302 2000-06-07  Phillip Thomas  <pthomas@suse.de>
6304         * README-maintainer-mode: New file: Contains notes on using
6305         --enable-maintainer-mode with binutils.
6307 2000-05-29  Andrew Cagney  <cagney@b1.cygnus.com>
6309         * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
6311 2000-05-30  Andrew Cagney  <cagney@b1.cygnus.com>
6313         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
6314         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
6316 20000-05-21  H.J. Lu  (hjl@gnu.org)
6318         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
6319         directory are used if they exist. Make sure
6320         $(build_tooldir)/include is searched for header files,
6321         $(build_tooldir)/lib/ for library files.
6322         (GCC_FOR_TARGET): Likewise.
6323         (CXX_FOR_TARGET): Likewise.
6325 2000-05-18  Jeffrey A Law  (law@cygnus.com)
6327         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
6329 2000-05-17  Alexandre Oliva  <aoliva@cygnus.com>
6331         * Makefile.in (configure-target-libiberty): Depend on
6332         configure-target-newlib.
6334 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
6336         * configure.in, Makefile.in: Merge all libffi-related
6337         configury stuff from the libgcj tree.
6339 2000-05-16  Andrew Cagney  <cagney@b1.cygnus.com>
6341         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
6342         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
6344 2000-05-16  Andrew Cagney  <cagney@b1.cygnus.com>
6346         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
6347         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
6348         current version information.  Add to proto-toplev directory.
6349         (gdb-taz): Build do-djunpack.
6351 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
6353         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
6355 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
6357         * ltmain.sh: Preserve in relink_command any environment
6358         variables that may affect the linker behavior.
6360 2000-05-12  Jeffrey A Law  (law@cygnus.com)
6362         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
6364 2000-05-10  Jim Wilson  <wilson@cygnus.com>
6366         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
6368 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
6370         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
6371         with the version name.
6373 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
6375         * config.if: Tweak.
6377 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
6379         * djunpack.bat: New file.
6381 2000-04-19  Andrew Cagney  <cagney@b1.cygnus.com>
6383         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
6384         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
6385         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
6386         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
6388 2000-04-16  Dave Pitts  <dpitts@cozx.com>
6390         * config.sub (case $basic_machine): Change default for "ibm-*"
6391         to "openedition".
6393 2000-04-12  Andrew Cagney  <cagney@b1.cygnus.com>
6395         * Makefile.in (gdb-taz): New target.  GDB specific archive.
6396         (do-md5sum): New target.
6397         (MD5PROG): Define.
6398         (PACKAGE): Default to TOOL.
6399         (VER): Default to a shell script.
6400         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
6401         md5 checksum generation.
6402         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
6403         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
6404         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
6405         insight.tar.bz2): Use gdb-taz to create archive.
6407 2000-04-07  Andrew Cagney  <cagney@b1.cygnus.com>
6409         * configure (warn_cflags): Delete.
6411 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
6412             Martin v. Loewis  <martin@loewis.home.cs.tu-berlin.de>
6414         * configure.in (enable_libstdcxx_v3): Add.
6415         (target_libs): Add bits here to switch between libstdc++-v2 and
6416         libstdc++-v3.
6417         * config.if: And this file too.
6418         * Makefile.in: Add libstdc++-v3 targets.
6420 2000-04-05  Michael Meissner  <meissner@redhat.com>
6422         * config.sub (d30v): Add d30v as a basic machine type.
6424 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
6426         * configure.in: -linux-gnu*, not -linux-gnu.
6428 2000-03-03  Andrew Cagney  <cagney@b1.cygnus.com>
6430         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
6431         (do-tar-bz2): Replace TOOL with PACKAGE.
6432         (gdb.tar.bz2): Remove GDBTK from GDB package.
6433         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
6434         dejagnu.tar.bz2): New packages.
6436 2000-02-27  Andreas Jaeger  <aj@suse.de>
6438         * configure.in: Add entry for mips*-*-linux*, move catch all
6439         *-*-*linux* entry below this one.
6441 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
6443         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
6445 2000-02-24  Nick Clifton  <nickc@cygnus.com>
6447         * config.sub: Support an OS of "wince".
6449 2000-02-24  Andrew Cagney  <cagney@b1.cygnus.com>
6451         * config.guess, config.sub: Updated to match config's 2000-02-15
6452         version.
6454 2000-02-23  Linas Vepstas <linas@linas.org>
6456         * config.sub: Add support for Linux/IBM 370.
6457         * configure.in: Likewise.
6459 2000-02-22  Nick Clifton  <nickc@cygnus.com>
6461         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
6463 2000-02-20  Christopher Faylor <cgf@cygnus.com>
6465         * config.guess: Guess "cygwin" rather than "cygwin32".
6467 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6469         * configure (gcc_version): When setting, narrow search to
6470         lines containing `version_string'.
6472 2000-02-15  Denis Chertykov  <denisc@overta.ru>
6474         * config.sub: Add support for avr target.
6476 2000-02-01  Hans-Peter Nilsson  <hp@bitrange.com>
6478         * config.sub: Add mmix-knuth-mmixware.
6480 2000-01-27  Christopher Faylor <cgf@redhat.com>
6482         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
6483         structure stuff to -L library search.
6484         (CXX_FOR_TARGET): Ditto.
6485         (CROSS_CHECK_MODULES): Fix spelling mistake.
6487 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
6489         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
6490         the C++ compiler.
6492 2000-01-12  Richard Henderson  <rth@cygnus.com>
6494         * configure.in: Don't build some bits for beos.
6496 2000-01-12  Joel Sherrill (joel@OARcorp.com)
6498         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
6499         as include files.
6501 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
6503         * configure.in: Use mt-aix43 to handle *_TARGET defs,
6504         not mh-aix43.
6506 1999-12-14  Richard Henderson  <rth@cygnus.com>
6508         * config.guess (alpha-osf, alpha-linux): Detect ev67.
6509         * config.sub: Accept alphaev[78], alphaev8.
6511 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
6513         * config.guess, config.sub: Update from autoconf.
6515 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6517         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
6518         necessary libraries are missing.
6520 1999-10-25  Andreas Schwab  <schwab@suse.de>
6522         * configure: Fix quoting inside arguments of eval.
6524 1999-10-21  Nick Clifton  <nickc@cygnus.com>
6526         * config-ml.in: Allow suppression of some ARM multilibs.
6528 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
6530         * config.guess: Add OS/390 match pattern.
6531         * config.sub: Add mvs, openedition targets.
6532         * configure.in (i370-ibm-opened*): New.
6534 1999-09-04  Steve Chamberlain  <sac@pobox.com>
6536         * config.sub: Add support for configuring for pj.
6538 1999-08-31  Nick Clifton  <nickc@cygnus.com>
6540         * config.sub (maybe_os): Add support for configuring for fr30.
6542 1999-08-25  Nick Clifton  <nickc@cygnus.com>
6544         * configure.in: Do not configure or build ld for AIX
6545         platforms.  ld is known to be broken on these platforms.
6547 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6549         * config-ml.in: Pass compiler flag corresponding to multidirs to
6550         subdir configures.
6552 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
6554         * Makefile.in (LDFLAGS): Define.
6556 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
6558         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
6559         noconfigdirs.
6560         (*-*-cygwin*): Likewise.
6562 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
6564         * mkdep: New file.
6565         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
6566         (BINUTILS_SUPPORT_DIRS): Add mkdep.
6568         From Eli Zaretskii <eliz@is.elta.co.il>:
6569         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
6570         long file name when using DJGPP on MS-DOS.
6572 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
6574         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
6576 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
6578         * Makefile.in (check-target-libio): Remove all-target-libstdc++
6579         dependency as this causes "make check" to globally "make all"
6581 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
6583         * configure.in (target_libs): Added target-zlib.
6584         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
6585         (CONFIGURE_TARGET_MODULES): Likewise.
6586         (CHECK_TARGET_MODULES): Likewise.
6587         (INSTALL_TARGET_MODULES): Likewise.
6588         (CLEAN_TARGET_MODULES): Likewise.
6589         (configure-target-zlib): New target.
6590         (all-target-zlib): Likewise.
6591         (all-target-libjava): Depend on all-target-zlib.
6592         (configure-target-libjava): Depend on configure-target-zlib.
6594         * Makefile.in (configure-target-libjava): Depend on
6595         configure-target-newlib.
6596         (configure-target-boehm-gc): New target.
6597         (configure-target-qthreads): New target.
6599         * configure.in (target_libs): Added target-qthreads.
6600         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
6601         (CONFIGURE_TARGET_MODULES): Likewise.
6602         (CHECK_TARGET_MODULES): Likewise.
6603         (INSTALL_TARGET_MODULES): Likewise.
6604         (CLEAN_TARGET_MODULES): Likewise.
6605         (all-target-qthreads): New target.
6606         (configure-target-libjava): Depend on configure-target-qthreads.
6607         (all-target-libjava): Depend on all-target-qthreads.
6609         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
6610         (CONFIGURE_TARGET_MODULES): Likewise.
6611         (CHECK_TARGET_MODULES): Likewise.
6612         (INSTALL_TARGET_MODULES): Likewise.
6613         (CLEAN_TARGET_MODULES): Likewise.
6614         (all-target-libjava): New target.
6615         (all-target-boehm-gc): Likewise.
6616         * configure.in (target_libs): Added libjava, boehm-gc.
6618 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
6620         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
6621         configure.bat in SUPPORT_FILES.
6622         (gas+binutils.tar.bz2): Likewise.
6624         * makeall.bat: Remove; obsolete.
6626 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
6628         From Mark Elbrecht:
6629         * configure.bat: Remove; obsolete.
6631 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
6633         * configure: Add -W -Wall to the default CFLAGS when compiling with
6634         gcc.
6636 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
6638         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
6640 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
6642         * configure.in: Build ld on IRIX6.
6644 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
6646         * Makefile.in: Change distribution targets to use bzip2 instead of
6647         gzip.
6648         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
6649         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
6651 1999-06-04  Nick Clifton  <nickc@cygnus.com>
6653         * config.sub: Add mcore target.
6655 1999-05-30  Cort Dougan  <cort@cs.nmt.edu>
6657         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
6659 1999-05-25  H.J. Lu  (hjl@gnu.org)
6661         * config.guess (dummy): Changed to $dummy.
6663 1999-05-24  Nick Clifton  <nickc@cygnus.com>
6665         * config.sub: Tidied up case statements.
6667 1999-05-22  Ben Elliston  <bje@cygnus.com>
6669         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
6670         <jiro@din.or.jp>.
6672         * config.guess: Merge with FSF version. Future changes will be
6673         more accurately recorded in this ChangeLog.
6674         * config.sub: Likewise.
6676 1999-05-20   Stephen L Moshier  <moshier@world.std.com>
6678          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
6680 1999-04-30  Tom Tromey  <tromey@cygnus.com>
6682         * ltmain.sh: [mode link] Always use CC given by ltconfig.
6684 1999-04-23  Tom Tromey  <tromey@cygnus.com>
6686         * ltconfig, ltmain.sh: Update to libtool 1.2f.
6688 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
6690         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
6691         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
6692         Bad merge removed these two changes.
6694 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
6695                           Martin Heller (Ing.-Buero_Heller@t-online.de)
6697         * config.guess (interix Alpha): Add.
6699 1999-04-11  Richard Henderson  <rth@cygnus.com>
6701         * configure.in (i?86-*-beos*): Do config gperf; don't config
6702         gdb, newlib, or libgloss.
6704 1999-04-11  Alexandre Oliva  <oliva@dcc.unicamp.br>
6706         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
6707         link a trivial program with -mabi=64.  If it fails, remove mabi=64
6708         from multidirs.
6710 1999-04-10  Philipp Thomas  (kthomas@gwdg.de)
6712         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
6714 1999-04-08  Nick Clifton  <nickc@cygnus.com>
6716         * config.sub: Add support for mcore targets.
6718 1999-04-07  Michael Meissner  <meissner@cygnus.com>
6720         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
6721         not mt-ospace, in order to shut up assembler warning about using
6722         symbols that are named the same as registers.
6724 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
6726         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
6727         dependency list for all-target-cygmon.
6729 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
6731         * config-ml.in: Check $host, not $target, for selective multilibs.
6732         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
6733         thumb interworking, and underscore prefix multilibs.
6735 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
6737         * missing: Update to version from current automake.
6739 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
6741         * configure (gxx_include_dir): Removed.
6743         * configure.in (gxx_include_dir): Handle it.
6744         * Makefile.in: Likewise.
6746 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
6748         * config.sub (mips64vr4111,mips64vr4111el) Add.
6750 1999-03-21  Ben Elliston  <bje@cygnus.com>
6752         * config.guess: Correct typo for detecting ELF on FreeBSD.
6754 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
6756         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
6757         config/mh-djgpp.
6759 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
6761         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
6762         all-target-newlib to dependency list for all-target-bsp.
6764 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
6766         * config.sub: Add i386-uwin support.
6767         * config.guess: Likewise.
6769 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6771         * configure.in: cleanup, add mh-*pic handling for arm, special
6772         case powerpc*-*-aix*
6774 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
6776         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
6777         can be built.
6779 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
6781         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
6782         targets.
6784 1999-03-02  Nick Clifton  <nickc@cygnus.com>
6786         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
6788 1999-02-28  Geoffrey Noer  <noer@cygnus.com>
6790         * config.sub: Check for "cygwin*" rather than "cygwin32*"
6792 1999-02-24  Nick Clifton  <nickc@cygnus.com>
6794         * config.sub: Fix typo in arm recognition.
6796 1999-02-24  Drew Moseley  <dmoseley@cygnus.com>
6798         * configure.in (noconfigdirs): Changed target_configdirs to
6799         include target-bsp only for m68k-*-elf* and m68k-*-coff*
6800         rather than m68k-*-* since it is not known to work on
6801         m68k-aout. Ditto for arm-*-*oabi.
6803 1999-02-24  Stan Shebs  <shebs@andros.cygnus.com>
6805         * configure.in (*-*-windows*): Remove, no longer used.
6807 1999-02-19  Ben Elliston <bje@cygnus.com>
6809         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
6810         Smart and improved by Andrew Cagney.
6812 1999-02-18  Marc Espie <espie@cvs.openbsd.org>
6814         * config.guess: Recognize openbsd-*-hppa.
6816 1999-02-17  H.J. Lu  (hjl@gnu.org)
6818         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
6819         only if it is not empty.
6821 1999-02-17  Nick Clifton  <nickc@cygnus.com>
6823         Patch from: Scott Bambrough <scottb@corelcomputer.com>
6825         * config.guess: Modified to recognize uname's armv* syntax.
6827         * config.sub: Modified to recognize uname's armv* syntax.
6829 1999-02-17  Mark Salter  <msalter@cygnus.com>
6831         * configure.in: Added target-bsp for sparclite.
6833 1999-02-08  Richard Henderson  <rth@cygnus.com>
6835         * config.sub: Recognize alphapca5[67] and up to alphaev8.
6837 1999-02-08  Nick Clifton  <nickc@cygnus.com>
6839         * configure.in: Add support for strongarm port.
6840         * config.sub: Add support for strongarm target.
6842 1999-02-07  Mumit Khan  <khan@xraylith.wisc.edu>
6844         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
6845         the old name config/mh-cygwin32.
6846         Enable texinfo.
6848 1999-02-04  Ian Lance Taylor  <ian@cygnus.com>
6850         * configure.in: Do build ld for ix86 Solaris.
6852 1999-02-02  Jim Wilson  <wilson@cygnus.com>
6854         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
6855         $AR_FOR_TARGET.  Likewise for RANLIB.
6857 1999-02-02  Catherine Moore  <clm@cygnus.com>
6859         * config.sub (oabi):  Recognize.
6860         * configure.in (arm-*-oabi):  Handle.
6862 1999-01-30  Robert Lipe  (robertlipe@usa.net)
6864         * config.guess: Improve detection of i686 on UnixWare 7.
6866 1999-01-30  Mumit Khan  <khan@xraylith.wisc.edu>
6868         * config.guess: Add support for i386-pc-interix.
6869         * config.sub: Likewise.
6870         * configure.in: Likewise.
6872 1999-01-18  Christopher Faylor <cgf@cygnus.com>
6874         * Makefile.in: Remove unneeded all-target-libio from
6875         from all-target-winsup target since it is now unneeded.
6876         Add all-target-libtermcap in its place since it is now
6877         needed.
6879 1998-12-30  Christopher Faylor <cgf@cygnus.com>
6881         * configure.in: makefile stub for cygwin target is probably
6882         unnecessary.  Remove it for now.
6884 1998-12-30  Christopher Faylor <cgf@cygnus.com>
6886         * configure.in: libtermcap.a should be built when cygwin is the
6887         target as well as the host.
6888         * config.guess: Allow mixed case in cygwin uname output.
6889         * Makefile.in: Add libtermcap target.
6891 1998-12-23  Jeffrey A Law  (law@cygnus.com)
6893         * config.sub: Clean up handling of hppa2.0.
6895 1998-12-22  Rodney Brown  (rodneybrown@pmsc.com)
6897         * config.guess: Use C code to identify more HP machines.
6899 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
6901         * config.sub: Handle hppa2.0.
6903 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
6905         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
6906         cygmon for all sparclite targets, regardless of object format.
6908 1998-12-15  Mark Salter  <msalter@cygnus.com>
6910         * configure.in: Added target-bsp for several target architectures.
6912         * Makefile.in: Added rules for bsp.
6914 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
6916         * config.guess: Improve detection of hppa2.0 processors.
6918 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
6920         * config.guess: Recognize FreeBSD using ELF automatically.
6922 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
6924         * configure (skip-this-dir): Add handling for new shell script, which
6925         might be created by a sub-directory's configure to indicate, this particular
6926         directory is "unwanted".
6927         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
6929 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
6931         * ltconfig: import from libtool, after changing libtool to
6932         account for the cygwin name change.
6934 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
6936         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
6937         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
6939 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
6941         * configure.in: Add libtermcap to list of cygwin dependencies.
6943 1998-11-17  Geoffrey Noer  <noer@cygnus.com>
6945         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
6946         they include winsup/include when it's a cygwin target.
6948 1998-11-12  Tom Tromey  <tromey@cygnus.com>
6950         * configure.in (host_tools): Added zip.
6951         * Makefile.in (all-target-libjava): Depend on all-zip.
6952         (all-zip): New target.
6953         (ALL_MODULES): Added all-zip.
6954         (NATIVE_CHECK_MODULES): Added check-zip.
6955         (INSTALL_MODULES): Added install-zip.
6956         (CLEAN_MODULES): Added clean-zip.
6958 1998-11-12  Geoffrey Noer  <noer@cygnus.com>
6960         * Makefile.in: lose "32" from comment about cygwin.
6962 1998-11-05  Nick Clifton  <nickc@cygnus.com>
6964         * configure.in: Use -Os to build target libraries for the fr30.
6966 1998-11-04  Dave Brolley  <brolley@cygnus.com>
6968         * config.sub: Add fr30.
6970 1998-11-02  Geoffrey Noer  <noer@cygnus.com>
6972         * configure.in: drop "32" from config/mh-cygwin32.  Check
6973         cygwin* instead of cygwin32*.
6974         * config.sub: Check cygwin* instead of cygwin32*.
6976 1998-10-22  Robert Lipe  <robertl@dgii.com>
6978         * config.guess: Match any version of Unixware7.
6980 1998-10-20  Syd Polk  <spolk@cygnus.com>
6982         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
6983         if desired.
6985 1998-10-18  Jeffrey A Law  (law@cygnus.com)
6987         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
6988         these if the appropriate directories and files to not exist.
6990 1998-10-14  Jeffrey A Law  (law@cygnus.com)
6992         * Makefile.in (DEVO_SUPPORT): Add config.if.
6994 1998-10-13  Manfred Hollstein  <manfred@s-direktnet.de>
6996         * configure: Add pattern to replace "build_tooldir"'s
6997         definition in the generated Makefile with "tooldir"'s
6998         actual value.
7000 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
7002         * config.sub: Bring back lost sparcv9.
7004         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
7006 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
7008         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
7009         CC_FOR_TARGET and friends.
7011 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
7013         * Makefile.in (build_tooldir): New variable, same as tooldir.
7014         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
7015         -B$(build_tooldir)/bin/.
7016         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
7018 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
7020         * config.sub: Add support for i[34567]86-pc-udk.
7021         * configure.in: Likewise.
7023 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
7025         * Makefile.in: add bzip2 package building bits for user
7026         tools module
7027         * configure.in: ditto
7029 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
7031         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
7032         (ALL_TARGET_MODULES): Add all-target-libobjc.
7033         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
7034         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
7035         (all-target-libchill): Add dependencies.
7036         * configure.in (target_libs): Add libchill.
7038 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
7040         * configure.in (target_subdir): Remove duplicate line.
7042 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
7044         * Makefile.in (all-automake): fix dependencies.
7046 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
7048         * configure.in: Minor cleanups for building in the $(target_alias)
7049         subdir.
7051 1998-09-22  Jim Wilson  <wilson@cygnus.com>
7053         * Makefile.in (bootstrap): Set r and s before make all.  Use
7054         BASE_FLAGS_TO_PASS in make all.
7055         (cross): Likewise.
7057 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
7059         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
7061 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
7063         * config.sub: Fix typo in last change.
7065 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
7067         * config.sub: Add support for C4x target.
7068         * configure.in: Likewise.
7070 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
7072         * config.sub: Recognize sparcv9 just like sparc64.
7074 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
7076         * config.guess: Match "Pent II" or "PentII" for OpenServer.
7078 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
7080         * config.guess: Correctly identify Pentium II sco boxes.
7082         * config.guess: Fix "tr" code.  From Weiwen Liu.
7084 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
7086         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
7087         stabs.
7089 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
7091         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
7092         (ALL_TARGET_MODULES): Add all-target-libchill.
7093         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
7094         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
7095         (all-target-libchill): Add dependencies.
7096         * configure.in (target_libs): Add libchill.
7098 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
7100         * config.guess: Avoid assumptions about "tr" behaves when
7101         LANG is set to something other than English.
7103 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
7105         * configure (gxx_include_dir): Changed to
7106         '${prefix}/include/g++'-${libstdcxx_interface}.
7108         * config.if: New to determine the interfaces.
7110 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
7112         * config.guess: Detect and handle MPE/IX.
7113         * config.sub: Deal with MPE/IX.
7115 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
7117         * configure.in: Use mh-aix43.
7119 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
7121         * configure: Fix --without/--disable cases for gxx-include-dir.
7123 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
7125         * mdata-sh:  Imported.  Needed for automake support.
7127 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
7129         * Makefile.in (taz): Try "chmod -R og=u ." before
7130         "chmod og=u `find . -print`".
7132 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
7134         * configure.in: Add arm-elf and thumb-elf support.
7136 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
7138         * Makefile.in: Undo previous patch.
7140 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
7142         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
7143         to here ...
7144         (install-no-fixedincludes): and here
7145         (INSTALL_MODULES): ... from here.
7147 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
7149         * config.sub: Merge with FSF.
7151         * config.guess: Merge with FSF.
7153 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
7155         * configure (extraconfigdirs): New variable.
7156         (SUBDIRS): Add extraconfigdirs and recurse on them too.
7157         * Makefile.in (all): Move higher in file.
7158         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
7159         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
7160         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
7161         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
7162         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
7164 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
7166         * Makefile.in (all-target-libjava): Depend on all-gcc and
7167         all-target-newlib.
7168         (configure-target-libjava): Depend on $(ALL_GCC).
7170 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
7172         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
7173         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
7175 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
7177         * ylwrap: Change absolute path checks to check for DOS style path
7178         names.
7180         * ylwrap: Don't use a full path name if the source file is in the
7181         same directory.  From hjl@lucon.org (H.J. Lu).
7183         * config-ml.in: Default to being verbose, to match Feb 18 change to
7184         configure.
7186 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
7188         Brought over from egcs:
7190         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
7192         * configure.in (target_subdir): Set to ${target_alias} instead
7193         of "libraries".
7195         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
7197         * configure.in (target_subdir): Set to libraries if enable_multilib.
7199 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
7201         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
7202         multilibs, force reconfiguration the first time we create
7203         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
7205 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
7207         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
7208         avoid confusion with --no-recursion.
7210 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
7212         * configure.in: Win32 hosts shouldn't use install -x
7213         * install-sh: remove -x option, and special .exe-handling
7214         hack.
7216 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
7218         * config.guess: Recognize i586-pc-beos.
7219         * configure.in: Don't build some bits for beos.
7221 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
7223         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
7224         CFLAGS default to -O2.
7226         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
7227         when using GNU ld.
7229 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
7231         * ltmain.sh: Correct install when using a different shell.
7233 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
7235         * ltconfig, ltmain.sh: Update to libtool 1.2b.
7237 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
7239         * makefile.vms: Update to build binutils/makefile.vms.  Add install
7240         target.
7242 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
7244         * ltconfig: Update to correct AIX handling.
7246 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
7248         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
7250         * configure.in (target_subdir): Set to ${target_alias} instead
7251         of "libraries".
7253 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
7255         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
7256         (Makefile): Depend on $(gcc_version_trigger).
7258         * configure (gcc_version): Change default initializer to empty
7259         string.
7260         (gcc_version_trigger): New variable; pass this variable down
7261         to subdir configures to enable them checking gcc's version
7262         themselves. Emit make macros for both gcc_version vars.
7263         (topsrcdir): Initialize reliably.
7264         (recursion line): Remove --with-gcc-version=${gcc_version}.
7266 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
7268         * configure (enable_version_specific_runtime_libs): Implement new flag
7269         --enable-version-specific-runtime-libs which installs C++ runtime stuff
7270         in $(libsubdir); emit definition in each generated Makefile.
7271         (gxx_include_dir): Initialize depending on
7272         $enable_version_specific_runtime_libs.
7274 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
7276         * configure (gcc_version): Initialize properly depending on
7277         how and where configure is started.
7278         (recursion line): Pass a --with-gcc-version=${gcc_version}
7279         to configures in subdirs.
7281 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
7283         * configure.in (noconfigdirs): Add configure pattern for mips tx39
7284         cygmon
7286 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
7288         * configure.in: Add cygmon and libstub support for mn10200.
7290 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
7292         * configure (gcc_version): Add new variable describing the
7293         particular gcc version we're building.
7294         * Makefile.in (libsubdir): Add new macro for the directory
7295         in which the compiler finds executables, libraries, etc.
7296         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
7297         and libsubdir.
7299 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
7301         * Makefile.in (local-clean): Remove *.log.
7302         (warning.log): Built with warn_summary from build.log.
7303         (mail-report.log): Run test_summary.
7304         (mail-report-with-warnings.log): Run test_summary including
7305         warning.log in the report.
7307 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
7309         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
7311 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
7313         * Makefile.in (grep): Grep no longer depends on libiberty.
7315 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
7317         * Makefile.in: all-snavigator needs all-libgui.
7319 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
7321         * configure.in: Add cygmon and libstub support for mn10300.
7323 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
7325         * missing: Update to version from automake 1.3.
7327         * ltmain.sh: On installation, don't get confused if the same name
7328         appears more than once in the list of library names.
7330 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
7332         * config.sub: Accept m68060 and m5200 as CPU names.
7334 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
7336         * configure: Use && rather than using -a in test, because odd
7337         strings can confuse test.
7338         * configure.in: Likewise.
7340 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
7342         * ltconfig, ltmain.sh: Bring in Visual C++ support.
7344 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
7346         * Makefile.in (boostrap2-lean, bootstrap3-lean,
7347         bootstrap4-lean): New targets.
7349 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
7351         * mpw-* Delete.  Not used.
7353 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
7355         * COPYING.LIB: Update FSF address.
7357 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
7359         * ltconfig, ltmain.sh: Update to libtool 1.2a.
7361         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
7362         GAS_SUPPORT_DIRS.
7364 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
7366         * ltconfig, ltmain.sh: Avoid producing a version number if
7367         -version-info was not used.
7369 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
7371         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
7372         building with newlib.
7374 1998-04-30  Paul Eggert  <eggert@twinsun.com>
7376         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
7377         Solaris `make' causes it to continue to next definition.
7379 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
7381         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
7382         the right GUI libraries and files are installed along with GDB.
7384 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
7386         * configure.in: Change alpha to alpha* in several places.
7388 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
7390         * config.sub: Recognize sparc86x.
7392 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
7394         * configure.in (--enable-target-optspace): Remove debug echo.
7396 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
7398         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
7400 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
7402         * ltconfig: Update cygwin32 support.
7404         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
7405         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
7406         (GDB_SUPPORT_DIRS): Likewise.
7408 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
7410         * configure.in (target_makefile_frag): If --enable-target-optspace,
7411         use -Os to compile target libraries rather than -O2.  Default to
7412         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
7413         not used.
7414         * configure.in (target_cflags): Ditto for d30v.
7416 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
7418         * Makefile.in (all-bfd): Depend on all-intl.
7419         (all-binutils): Likewise.
7420         (all-gas): Likewise.
7421         (all-gprof): Likewise.
7422         (all-ld): Likewise.
7424 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
7426         * configure.in (host_tools): Fix typo, lbtool -> libtool.
7428 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
7430         * Makefile.in (all-bfd): Depend upon all-libiberty.
7432         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
7434 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
7436         * Makefile.in: Add libstub.
7438         * configure.in: Ditto. Build libstub for targets that have cygmon
7439         support.
7441 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
7443         * configure.in: Don't set PICFLAG on ix86-cygwin32.
7445 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
7447         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
7448         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
7450 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
7452         * configure: Define DEFAULT_M4 by searching PATH.
7453         * Makfile.in: Use DEFAULT_M4.
7455 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
7457         * ltconfig: Add cygwin32 support.
7459         * Makefile.in, configure.in: Add libtool as a native only directory
7460         to configure and build.
7462 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
7464         * Makefile.in (INSTALL_MODULES): Remove texinfo.
7466 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
7468         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
7470 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
7472         * Makefile.in: add ash make rules
7473         * configure.in: add ash to native_only and host_tools lists
7475 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
7477         * Makefile.in (all-gettext, all-intl): New targets.
7478         (ALL_MODULES): Added all-gettext, all-intl.
7479         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
7480         (INSTALL_MODULES): Added install-gettext, install-intl.
7481         (CLEAN_MODULES): Added clean-gettext, clean-intl.
7483         * configure.in (host_tools): Added gettext.
7484         (native_only): Likewise.
7485         (noconfigdirs) [various cases]: Likewise.
7486         (host_libs): Added intl.
7488 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
7490         * configure: Do not disable building gdbtk for cygwin32 hosts.
7492 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
7494         * configure.in: Add thumb-coff target.
7495         * config.sub: Add thumb-coff target.
7497 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
7499         * Makefile.in: Revert yesterday's change.
7500         (all-target-winsup):  all-target-librx stays out of here.
7502 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
7504         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
7505         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
7506         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
7507         Remove references to librx and libg++.
7509 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
7511         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
7512         recursive makes
7514 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
7516         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
7517         for newlib directory.
7518         (CXX_FOR_TARGET): Likewise.
7520 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
7522         * ltconfig: Update after libtool/ltconfig.in change for
7523         hpux11.
7525 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
7527         * ltconfig, ltmain.sh: Update to libtool 1.2.
7529 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
7531         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
7532         (install-gcc-cross): Instead, override LANGUAGES here.
7534 1998-03-18  Dave Love  <d.love@dl.ac.uk>
7536         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
7537         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
7539 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
7541         * configure.in: Add Thumb-pe target.
7543 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
7545         * Makefile.in - changed sn targets to snavigator
7546         * configure.in - changed sn targets to snavigator
7548 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
7550         * config-ml.in: After building symlink tree call make distclean
7551         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
7552         to be the case for libiberty.
7554 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
7556         * configure: When making link, also check the current
7557         directory. The configure scripts may create one.
7559 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
7561         * config.sub: Accept alphapca56 and alphaev6 properly.
7563 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7565         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
7567 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
7569         * config.sub (sco5): Fix typo.
7571 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
7573         * Makefile.in (INSTALL_MODULES): Move install-tcl before
7574         install-itcl.
7575         (install-itcl): Remove dependency on install-tcl.
7577 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
7579         * configure.in: Remove libgloss from noconfigdirs for MN10300.
7581 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
7583         * configure.in: Don't build libgui for a cygwin32 target when not on
7584         a cygwin32 host.
7586 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
7588         * configure (redirect): Set to null, so default behavior of
7589         configure is now --verbose.
7591 1998-02-16  Dave Love  <d.love@dl.ac.uk>
7593         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
7594         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
7596 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
7598         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
7599         this change to sync Makefile.in with its ChangeLog entries.
7601 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
7603         * ltmain.sh (mkdir): Check that the directory doesn't exist
7604         before we exit with error, so that we don't get races during
7605         parallel builds.
7607 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
7609         * ltconfig, ltmain.sh: Update from libtool 1.0i.
7611 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
7613         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
7614         PICFLAG_FOR_TARGET.
7615         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
7617         * configure: Emit a definition for the new macro enable_shared
7618         into each Makefile.
7620 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
7622         * configure.in (host_tools, native_only): Add libtool.
7624 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
7626         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
7627         Fix typo in ming config comment.
7629 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
7631         * ltconfig, ltmain.sh: Update from libtool 1.0h.
7633 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
7635         * config.sub: Add tic30 cases, and map c30 to tic30.
7637 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
7639         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
7640         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
7641         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
7642         (CLEAN_TARGET_MODULES): Similarly
7643         (all-target-libf2c): Add dependences.
7644         * configure.in (target_libs): Add libf2c.
7646 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
7648         * configure.in: Remove expect from noconfigdirs when target
7649         is cygwin32.  OK to build expect and dejagnu with Canadian
7650         Cross.
7652 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
7654         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
7655         host.
7657         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
7658         and mingw32.
7660 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
7662         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
7663         here as it is not defined in the toplevel Makefile.
7665 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
7667         * configure (package_makefile_rules_frag): New variable, which names
7668         a file with generic rules, ...
7669         Change comment to mention we now have FIVE parts.
7670         * configure: Undo last change.
7672 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
7674         * config.guess: More accurate determination of HP processor types.
7675         * config.sub: More accurate determination of HP processor types.
7677 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
7679         * configure (package_makefile_frag): Move inserting the
7680         ${package_makefile_frag} to where it should be according
7681         to the comment.
7683 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
7685         * config.guess: Add support for Linux/ARM.
7687 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
7689         * .cvsignore: Remove *-info and *-install since they match
7690         release-info and mpw-install, which we don't want to just ignore.
7692 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
7694         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
7696 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
7698         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
7699         local_prefix to sub-make invocations.
7701 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
7703         * configure.in: Check makefile fragments in the source
7704         directory.
7706 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
7708         * configure.in: Check whether host and target makefile
7709         fragments exist before adding them to *_makefile_frag.
7711 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
7713         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
7715 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
7717         * configure.in: Make sure we only replace RPATH_ENVVAR on
7718         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
7719         regexp to sed.
7721         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
7722         to sub-makes.
7724 1998-01-13  Lee Iverson   (leei@ai.sri.com)
7726         * config-ml.in (multi-do): LDFLAGS must include multilib
7727         designator.
7729 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
7731         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
7733 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
7735         * config.sub: Add mingw32 support.
7736         * configure.in: Likewise.
7738 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
7740         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
7742 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
7744         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
7745         * configure (gxx_include_dir): Provide a definition for subdirs
7746         which do not use autoconf.
7748 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
7750         * config.guess: Sync with egcs.  Picks up new alpha support,
7751         BeOS & some additional linux support.
7753 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
7755         * config.guess: HP 9000/803 is a PA1.1 machine.
7757 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
7759         * configure.in: It's alpha*-...
7761 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
7763         * configure.in (host_makefile_frag, target_makefile_frag):
7764         Handle multiple config files.
7765         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
7766         alpha-*-*.
7768 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
7770         * mkdep: New file.
7772 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
7774         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
7776 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
7778         * Makefile.in: Add libgui directory.
7779         (GDB_TK): Add all-libgui.
7780         * configure.in: Add libgui directory.
7781         * configure: Add all-libgui to GDB_TK.
7783 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
7785         * config-ml.in (multidirs): Add m32r to multilib list.
7787 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
7789         * Makefile.in (all-target-gperf): Change dependency to
7790         all-target-libstdc++.
7792 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
7794         * config.guess: Add BeOS support.
7796 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
7798         Source directory cvs renamed to cvssrc:
7799         * configure.in (host_tools): Change cvs to cvssrc.
7800         (native_only): Likewise.
7801         (noconfigdirs) [various cases]: Likewise.
7802         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
7803         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
7804         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
7805         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
7806         (all-cvssrc): Rename target from all-cvs.
7808 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
7810         * configure (gxx_include_dir): Fix thinko.
7812 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
7814         * Makefile.in (INSTALL_TARGET_CROSS): Define.
7815         (install-cross, install-gcc-cross): New targets.
7817 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
7819         * configure.in (noconfigdirs): Add support for Thumb target.
7821         * config.sub (maybe_os): Add support for Thumb target.
7823 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
7825         * Makefile.in: Add rules for cygmon.
7827         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
7829 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
7831         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
7832         * configure (gxx_include_dir): Provide a definition for subdirs
7833         which do not use autoconf.
7835 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
7837         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
7838         11/18/97 build
7840 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
7842         * From Franz Sirl.
7843         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
7844         found on RedHat Linux systems.
7846 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
7848         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
7849         guesses.
7851 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
7853         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
7855 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
7857         * ltmain.sh: If mkdir fails, check whether the directory was created
7858         anyhow by some other process.
7860 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
7862         * configure.in (d30v-*-*): Configure all directories.
7864 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
7866         * configure.in (d30v-*-*): Configure newlib, libiberty directories
7867         for the D30V.
7869 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
7871         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
7873 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
7875         * include/libiberty.h: Add extern "C" { so it can be used with C++
7876         progrms.
7877         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
7878         programs.
7880 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
7882         * configure.in (d30v-*-*): Configure GCC now.
7884 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
7886         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
7887         is no longer needed.
7889 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
7891         * Makefile.in: check-target-libio depends on all-target-libstdc++.
7893 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
7895         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
7896         targets using "$@" to provide support for similar but not identical
7897         targets without having to duplicate code.
7899 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
7901         * makefile.vms: Fix to work with DEC C.
7903 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
7905         * config.sub: Add mips-tx39-elf to marketing names.
7907 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
7909         * ltmain.sh: Handle symlinks in generated script.
7911 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
7913         * configure: Handle autoconf style directory options: --bindir,
7914         --datadir, --includedir, --infodir, --libdir, --libexecdir,
7915         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
7916         --sysconfdir.
7917         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
7918         (sharedstatedir, localstatedir, oldincludedir): New variables.
7919         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
7920         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
7921         sbindir, sharedstatedir, and sysconfdir.
7923 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
7925         * Makefile.in (bootstrap-lean): New target.
7927 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
7929         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
7930         sn, and gnuserv from noconfigdirs.
7932 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
7934         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
7936 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
7938         * Makefile.in (cross): New target.
7940 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
7941                           Jeff Law         <law@cygnus.com>
7943         * Makefile.in (bootstrap2, bootstrap3): New targets.
7944         (all-bootstrap): Remove outdated and confusing target.
7945         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
7947 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
7949         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
7950         windows.  Consistent with gdb/configure.
7952 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
7954         * configure.in: Name Linux target fragment.
7956         * configure: Rewrite so that project Makefile fragment is inserted
7957         first and appears last in the resulting Makefile.
7959 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
7961         * Makefile.in (install-itcl): Install tcl first.
7963 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
7965         * configure.in: remove bison from noconfigdirs for Cygwin32 host
7967 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
7969         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
7971         * configure.in (skipdirs): Add target-librx for Linux.
7972         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
7974 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
7976         * Makefile.in (bootstrap): New target.
7978 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
7980         * config.sub: Accept 'amigados' for backward compatability.
7982 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
7984         * config.guess: Merge with FSF.
7986 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
7988         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
7990 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
7992         * config.sub: Add "marketing-names" patch.
7994 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
7996         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
7998 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
8000         * config.sub: Handle v850-elf.
8002 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
8004         * .cvsignore (*-install): Remove.
8006 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
8008         * ltconfig: Set CONFIG_SHELL in libtool.
8009         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
8011 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
8013         * configure.in (target_subdir): Set to libraries if enable_multilib.
8015 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
8017         * config.guess: Update from gcc directory.
8019 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
8021         * Makefile.in (all-sim): Depends on all-readline.
8023 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
8025         * Makefile.in (BISON, YACC): Use $$s.
8026         (all-bison): Depend on all-texinfo.
8028 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
8030         * Makefile.in (BISON): Add -L flag.
8031         (YACC): Likewise.
8033 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
8035         * configure.in (noconfigdirs): Add support for v850e target.
8037         * config.sub (maybe_os): Add support for v850e target.
8039 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
8041         * configure.in (noconfigdirs): Add support for v850ea target.
8043         * config.sub (maybe_os): Add support for v850ea target.
8045 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
8047         * config.sub: Add mipstx39.  Delete r3900.
8049 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
8051         * Makefile.in (all-autoconf): Depends on all-texinfo.
8053 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
8055         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
8056         eabi targets.
8058 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
8060         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
8062         * configure: When handling a Canadian Cross, handle YACC as well as
8063         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
8064         * Makefile.in (all-bison): Depend upon all-texinfo.
8066 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
8068         * Makefile.in (BISON): bison, not byacc or bison -y.
8069         (YACC): bison -y or byacc or yacc.
8070         (various): Add *-bison as appropriate.
8071         (taz): No need to mess with BISON anymore.
8073 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
8075         * configure: If OSTYPE matches *win32*, try to find a good value for
8076         CONFIG_SHELL.
8078 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
8080         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
8081         configure.in if it is present.
8083 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
8085         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
8087 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
8089         * config.sub: Recognize `arc' cpu.
8090         * configure.in: Likewise.
8091         * config-ml.in: Likewise.
8093 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
8095         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
8097 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
8099         * configure: Changed sed delimiter from ':' to '|' when
8100         attempting to substitute ${config_shell} for SHELL. On
8101         NT ${config_shell} may contain a ':' in it.
8103 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
8105         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
8107 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
8109         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
8111 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
8113         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
8115         * ylwrap: If the program is a relative path, force it to be
8116         absolute.
8118 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
8120         * configure (tooldir): Set BISON to `bison -y' and not just bison.
8122 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
8124         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
8125         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
8126         for libraries.
8128 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
8130         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
8131         separated by spaces.
8133 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
8135         * ylwrap: New file.
8136         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
8138         * ltmain.sh: Handle /bin/sh at start of install program.
8140         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
8142         * ltconfig, ltmain.sh: New files, from libtool 1.0.
8143         * missing: New file, from automake 1.2.
8145 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
8147         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
8148         check-tk to CHECK_X11_MODULES.
8150 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
8152         * config.sub: Merge with FSF.
8154 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
8156         * config.guess: Merge with FSF.
8158 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
8160         * configure: Treat msdosdjgpp like go32.
8161         * configure.in: Likewise.  Don't remove gprof for go32.
8163         * configure: Change Makefile.tem2 to Makefile.tm2.
8165 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
8167         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
8169 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
8171         * install-sh (chmodcmd): Set to null if the DST directory already
8172         exists.  Same as Nov 11th change.
8174 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
8176         * configure (GDB_TK): Needs itcl and tix.
8178 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
8180         * config.guess: Update from FSF.
8182 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
8184         * Makefile.in (GDB_TK): Depend on itcl and tix.
8186 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
8188         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
8189         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
8190         (INSTALL_SCRIPT): New variable.
8191         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
8192         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
8193         to -x.
8194         * install-sh: Add support for -x option.
8196 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
8198         * configure.in, Makefile.in: Treat tix like itcl.
8200 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
8202         * Makefile.in (WINDRES): New variable.
8203         (WINDRES_FOR_TARGET): New variable.
8204         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
8205         (EXTRA_HOST_FLAGS): Add WINDRES.
8206         (EXTRA_TARGET_FLAGS): Add WINDRES.
8207         (EXTRA_GCC_FLAGS): Add WINDRES.
8208         ($(DO_X)): Pass down WINDRES.
8209         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
8210         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
8211         DLLTOOL_FOR_TARGET.
8213 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
8215         * configure.in: configure sim before gdb for win32-x-ppc
8217 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
8219         Move gperf into the toplevel, from libg++.
8220         * configure.in (target_tools): Add target-gperf.
8221         (native_only): Add target-gperf.
8222         * Makefile.in (all-target-gperf): New target, depend on
8223         all-target-libg++.
8224         (configure-target-gperf): Empty rule.
8225         (ALL_TARGET_MODULES): Add all-target-gperf.
8226         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
8227         (CHECK_TARGET_MODULES): Add check-target-gperf.
8228         (INSTALL_TARGET_MODULES): Add install-target-gperf.
8229         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
8231 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
8233         * config.sub (mn10200): Recognize new basic machine.
8235 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
8237         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
8238         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
8240 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
8242         * configure.in: If we're building mips-sgi-irix6* native, turn on
8243         ENABLE_MULTILIB and set TARGET_SUBDIR.
8245 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
8247         * Makefile.in (all-sn): Depend on all-grep.
8249 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
8251         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
8253         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
8254         Makefile.  From Jeff Makey <jeff@cts.com>.
8255         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
8257         * Makefile.in (DISTBISONFILES): Remove.
8258         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
8259         $(DEFAULT_YACC).
8261         * configure.in: Build itl, db, sn, etc., when building for native
8262         cygwin32.
8264         * Makefile.in (LD): New variable.
8265         (EXTRA_HOST_FLAGS): Pass down LD.
8266         ($(DO_X)): Likewise.
8268 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
8270         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
8272 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
8274         * configure.in (targargs): Strip out any supplied --build argument
8275         before adding our own. Always add --build.
8277 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
8279         * configure.in (targargs): Pass --build if we're doing
8280         a cross-compile.
8282 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
8284         * configure: Use '|' instead of ":" as the separator in
8285         sed. Otherwise sed chokes on NT path names with drive
8286         designators. Also look for "?:*" as the leading characters in an
8287         absolute pathname.
8289 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
8291         * config.sub: Support for r3900.
8293 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
8295         * configure.in: Use install-sh, not install.sh.
8297 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
8299         * Makefile.in (taz): Improve check for BISON so it doesn't try to
8300         apply it twice.
8302 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
8304         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
8305         install-binutils.
8307 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
8309         * Makefile.in: Add automake targets.
8310         * configure.in (host_tools): Add automake.
8312 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
8314         * configure: Default CXX to c++, not gcc.
8315         * Makefile.in (CXX): Set to c++, not gcc.
8316         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
8318 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
8320         * install-sh: try appending a .exe if source file doesn't
8321         exist
8323 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
8325         * configure.in: Turn on multilib by default.
8326         (cross_only): Remove target-libiberty.
8328         * Makefile.in (all-gcc): Don't depend on libiberty.
8330 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
8332         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
8334 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
8336         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
8337         (DISTBISONFILES): Add ld/Makefile.in
8339 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
8341         * configure.in: if target is cygwin32 but host isn't cygwin32,
8342         don't configure gdb tcl tk expect, not just gdb.
8344 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
8346         * configure.in: Added gnuserv everywhere sn appears.
8348         * Makefile.in (ALL_MODULES): Added all-gnuserv.
8349         (CROSS_CHECK_MODULES): Added check-gnuserv.
8350         (INSTALL_MODULES): Added install-gnuserv.
8351         (CLEAN_MODULES): Added clean-gnuserv.
8352         (all-gnuserv): New target.
8354 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
8356         * config.guess: Fixes for MIPS OpenBSD systems.
8358 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
8360         * Makefile.in (INSTALL_XFORM): Remove.
8361         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
8363         * mkinstalldirs: New file, copied from automake.
8364         * Makefile.in (installdirs): Rename from install-dirs.  Use
8365         mkinstalldirs.  Change all users.
8366         (DEVO_SUPPORT): Add mkinstalldirs.
8368 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
8370         * install-sh: Rename from install.sh.
8371         * Makefile.in (INSTALL): Change install.sh to install-sh.
8372         (DEVO_SUPPORT): Likewise.
8374         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
8375         Graichen <graichen@rzpd.de>.
8377 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
8379         * config.guess: Recognize OpenBSD systems correctly.
8381 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
8383         * README, Makefile.in (ETC_SUPPORT): Remove references to
8384         cfg-paper*, configure.{texi,man,info*}._
8386 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
8388         * Makefile.in (all.normal): Ensure that gcc is built after all
8389         the x11 - ie gdb - targets.
8391 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
8393         * makefile.vms: Don't run conf-a-gas.
8395 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
8397         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
8399 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
8401         * configure.in: Remove noconfigdirs case since gdb also
8402         configures and builds for tic80-coff.
8404 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
8406         * configure: Set cache_file to config.cache.
8407         * Makefile.in (local-distclean): Remove config.cache.
8409 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
8411         * COPYING: Update FSF address.
8413 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
8415         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
8416         noconfigdirs.
8418 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
8420         * Makefile.in (install-dirs): Don't crash if prefix, and hence
8421         MAKEDIRS, is empty.
8423 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
8425         * config.sub: Tweak mn10300 entry.
8427 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
8429         * configure.in (host_tools): Put sim before gdb, so gdb's
8430         configure.tgt can determine if the simulator was configured.
8432 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
8434         * config.sub: Move BeOS $os case to be with other Cygnus
8435         local cases.
8437 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
8439         * config.sub: Remove misplaced comment that broke Linux.
8441 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
8443         * config.sub: Add BeOS support.
8445 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
8447         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
8449 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
8451         * configure.in (noconfigdirs): Remove tcl and tk from
8452         noconfigdirs for cygwin32 builds.
8454 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
8456         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
8458 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
8460         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
8461         make-all.com, use makefile.vms instead.
8463 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
8465         * config.sub: Accept -lnews*.
8467 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
8469         * configure.in (noconfigdirs): Disable target-newlib,
8470         target-examples and target-libiberty for d30v.
8472 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
8474         * configure.in (noconfigdirs): Enable ld for d30v.
8476 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
8478         * configure.in (tic80-*-*): Build compiler.
8480 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
8482         * configure.in (d30v-*): Remove sim directory from list of
8483         unsupported d30v directories
8485 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
8487         * config.sub, configure.in: Add d30v target cpu.
8489 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
8491         * makefile.vms: New file.
8492         * make-all.com: Remove.
8494 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
8496         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
8498 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
8500         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
8502 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
8504         * Makefile.in (ALL_MODULES): Added all-db.
8505         (CROSS_CHECK_MODULES): Addec check-db.
8506         (INSTALL_MODULES): Added install-db.
8507         (CLEAN_MODULES): Added clean-db.
8509 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
8511         * config.guess: Merge with latest FSF sources.
8513 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
8515         * Makefile.in (ALL_MODULES): Added all-itcl.
8516         (CROSS_CHECK_MODULES): Added check-itcl.
8517         (INSTALL_MODULES): Added install-itcl.
8518         (CLEAN_MODULES): Added clean-itcl.
8520 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
8522         * configure.in: build gdb for mn10200
8524 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
8526         * Makefile.in (all-target-winsup): Depend on all-target-libio.
8528 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
8530         * configure.in (tic80-*-*): Turn off most targets right now.
8532 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
8534         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
8535         rather than the makeinfo program.
8536         (do-info): Depend upon all-texinfo.
8538 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
8540         * configure.in: Remove uses of config/mh-linux.
8542         * config.sub, config.guess: Merge with latest FSF sources.
8544 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
8546         * config.sub (case $basic_machine): Add tic80 entries.
8548 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
8550         * config.sub, config.guess: Merge with latest FSF sources.
8552 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
8554         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
8555         * mpw-config.in: Test for NewFolderRecursive.
8556         * mpw-install: Use symbolic name for startup filename.
8557         * mpw-README: Add various additional details.
8559 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
8561         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
8563 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
8565         * configure.in: Do build gcc and the target libraries for
8566         the mn10200.
8568 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
8570         * configure.in: don't avoid building gdb for mn10300 any more
8571         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
8572         instead of single-quoting it.
8574 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
8576         * configure.in: Don't use --with-stabs on IRIX 6.
8578 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
8580         * configure.in (m32r): Build gdb, libg++ now.
8582 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
8584         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
8585         directories from noconfigdirs.
8587 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
8589         * config.sub (basic_machine): added mips16 configuration
8591 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8593         * config.sub: Handle d10v-unknown.
8595 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
8597         * config.sub: Handle v850-unknown.
8599 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
8601         * Makefile.in: add findutils
8602         * configure.in: add findutils to list of host_tools
8604 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
8606         * config.sub: Handle mn10200 and mn10300.
8608 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8610         * configure.in (d10v-*): Do not build librx.
8612 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
8614         * configure.in (mn10300): Build everything except gdb & libgloss.
8616 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
8618         * config.guess:  Patch for Dansk Data Elektronik servers,
8619         from Niels Skou Olsen <nso@dde.dk>.
8621         For ncr, use /bin/uname rather than uname, since GNU uname does not
8622         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
8624         Patch for MIPS R4000 running System V,
8625         from Eric S. Raymond <esr@snark.thyrsus.com>.
8627         Fix thinko for nextstep.
8629         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
8631         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
8632         * config.guess: Guess mips-dec-mach_bsd4.3.
8634         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
8635         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
8636         release numbers.
8637         * config.guess (mips-mips-riscos*):  Emit just enough of the
8638         release number.
8640         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
8641         * config.guess (sparc-auspex-sunos*):  Added.
8642         (f300-fujitsu-*): Added.
8644         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
8645         * config.guess:  Recognize a Tadpole as a sparc.
8647 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
8649         * config.guess: Don't assume that NextStep version is either 2 or
8650         3.  NextStep 4 (aka OpenStep 4) has come out now.
8652 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
8654         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
8655         From Rik Faith <faith@cs.unc.edu>.
8657 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
8659         * config.sub: Contributions from bug-gnu-utils to:
8660         Support plain "hppa" (no version given) architecture, reported by
8661         OpenStep.
8662         OpenBSD like NetBSD.
8663         LynxOs is not a hardware supplier.
8665         * config.guess: Contributions from bug-gnu-utils to add support for:
8666         OpenBSD like NetBSD.
8667         Stratus systems.
8668         More Pyramid systems.
8669         i[n>4]86 Intel chips.
8670         M680[n>4]0 Motorola chips.
8671         Use unknown instead of lynx for hardware manufacturer.
8673 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
8675         * install.sh (chmodcmd): Set to null if the DST directory already
8676         exists.
8678 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8680         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
8681         not use mt-ppc target Makefile fragment any more.
8683 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
8685         * configure.in (*-*-windows):  Exclude everything but those dirs
8686         needed to build windows.
8688 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
8690         * Makefile.in (all-target-winsup): Depend on all-target-librx.
8692 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
8694         * configure.in:  Exclude mmalloc from i386-windows.
8696 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
8698         * Undo my previous change.
8700 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
8702         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
8703         unconditionally.
8704         (MAKEOVERRIDES): Define (revert this part of October 18 change).
8706 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
8708         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
8709         host to add it's own flags.
8711 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
8713         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
8715 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
8717         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
8718         (CXX_FOR_TARGET): Likewise.
8719         (GCC_FOR_TARGET): Define.
8720         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
8721         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
8722         CC_FOR_TARGET was specified on the command line.
8723         (MAKEOVERRIDES): Don't define.
8725 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
8727         * configure.in (m32r): Fix spelling of libg++ libs.
8729 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
8731         * config.sub (-apple*): Remove, now redundant.
8733 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
8735         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
8737         * configure: Rework yesterday's sed script patch.
8739         * config.sub: Merge with FSF.
8741 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
8743         * config.guess:  Merge from FSF.
8745         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
8746         * config.guess: Use pc instead of unknown, for pc clone systems.
8747         Change linux to linux-gnu.
8749         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
8750         * config.guess: Avoid non-portable tr syntax.
8752 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
8754         * test-build.mk (HOLES): Add "xargs" for gdb.
8756         * configure: Avoid hpux10.20 sed bug.
8758 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
8760         * configure.in:  Add support for windows host
8761         (that is a build done under the Microsoft build environment).
8763 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
8765         * Makefile.in: Replace all uses of srcroot with s, to shrink
8766         command line lengths.
8768         Patches from Geoffrey Noer <noer@cygnus.com>:
8769         * configure.in: If configuring for newlib, pass --with-newlib to
8770         subdirectories.
8771         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
8772         -Bnewlib/ and -Lwinsup to gcc.
8773         (CXX_FOR_TARGET): Likewise.
8775 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
8777         * Makefile.in (ETC_SUPPORT): Add configure.
8779 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
8781         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
8782         host configuration file.
8784 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
8786         * configure.in: Break mn10x00 support into separate
8787         mn10200 and mn10300 configurations.
8788         * config.sub: Likewise.
8790 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
8792         * configure.in: Add lots of stuff to noconfigdirs for
8793         the mn10x00 targets.
8795         * config.sub, configure.in: Add mn10x00 support.
8797 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
8799         * make-all.com: Call conf-a-gas, not config-a-gas.
8801 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
8803         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
8804         targets.
8806 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
8808         * mpw-README: Add much more detail for native PowerMac.
8809         * mpw-install: New file.
8810         * mpw-configure: Add --norecursion and --help options.
8811         * mpw-config.in: Translate readme and install files when
8812         copying to objdir.
8813         * mpw-build.in: Don't always depend on byacc and flex.
8814         (install-only-top): New action.
8816 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
8818         * configure.in:  You can now configure GDB for the v850.
8820 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
8822         * configure.in (noconfigdirs): Don't configure any C++ dirs
8823         if targeting D10V.
8825 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
8827         * config.sub: Recognize mips64vr5000.
8829 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
8831         * configure.in: Use a single line for host_tools and native_only.
8833 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
8835         * config.sub, configure.in: Add entries for m32r.
8837 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
8839         * Makefile.in (inet-install): Don't run install-gzip.
8841 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
8843         * configure.in:  Don't config lots of things for *-*-windows*.
8845 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
8847         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
8848         (host_libs, host_tools): Copy from configure.in.
8849         * mpw-configure: Don't complain about directories not found.
8851 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8853         * configure.in (i[345]86): Recognize i686 for pentium pro.
8854         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
8855         file.
8857         * config.guess (i[345]86): Ditto.
8859 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
8861         * configure.in (noconfigdirs): Removed gdb for D10V.
8863 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
8865         * configure.in: Remove ld, target-libio, target-libg++, and
8866         target-libstdc++ from noconfigdirs.
8868 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
8870         * configure: Fix three locations where shell scripts were
8871         being run directly rather than with config_shell.
8873 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
8875         * configure.in (v850-*-*): Set up initial $noconfigdirs.
8876         * config.sub (basic_machine): Recognize v850.
8878 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
8880         * mpw-configure: Handle multiple enable/disable options and
8881         pass them down recursively, handle -c and -s flags appropriately
8882         depending on choice of compiler, add escape mechanism for
8883         quoted arguments to gC.
8885 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8887         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
8888         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
8889         so that -mrelocatable-lib and -mno-eabi are used.
8891         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
8892         not support --print-multi-lib, don't abort.
8894 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
8896         * make-all.com: Run config-a-gas.
8897         * setup.com: Don't copy subdirectory files around.
8899 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
8901         * configure.in (*-*-ose): Remove exclusion of libgloss for this
8902         target, it now compiles correctly.
8904 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
8906         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
8908 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
8910         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
8912 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
8914         * configure.in (native_only): Add prms.
8916 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
8918         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
8919         (BINUTILS_SUPPORT_DIRS): Likewise.
8921 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8923         * configure.in (d10v-*-*): Don't configure ld or gdb until the
8924         d10v support is added.
8926 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
8928         * configure.in (d10v-*-*): New target.
8930 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
8932         * config.guess (HP 9000/811): Recognize this as a PA1.1
8933         machine.
8935 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
8937         * Makefile.in (do-tar-gz): New target, split out from tail end of
8938         taz target.  Run each command separately, don't use pipes.
8939         (taz): Use it.
8941 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
8943         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
8944         * mpw-build.in: No builds should depend on building byacc or flex,
8945         they are assumed to be installed already.
8947 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8949         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
8950         variable that CC_FOR_TARGET needs.
8952 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8954         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
8955         options have changed since the last time the subdirectory was
8956         configured, and if it has, reconfigure.
8957         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
8958         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
8960 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
8962         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
8963         CLEAN_MODULES): Add bash.
8964         (all-bash): New target.
8966 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
8968         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
8970 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8972         * config.sub (basic_machine): Recognize d10v as a valid processor.
8974 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
8976         * mpw-configure: Add support for --bindir.
8977         * mpw-build.in: Use a GCC-specific build script for GCC actions.
8979 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
8981         * configure.in: add bash, time, gawk to list of hosttools and things
8982         to only build for native toolchains
8984 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
8986         * Makefile.in (docdir): Remove.
8988 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
8990         * Makefile.in (datadir): Set to $(prefix)/share.
8992 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
8994         * configure.in: build diff and patch for cygwin32-hosted
8995         toolchains.
8997 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
8999         * config.sub: Accept -rtems*.
9001 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
9003         * configure.in: enable dosrel for cygwin32-hosted builds,
9004                 remove diff from the list of things not buildable
9005                 via Canadian Cross
9007 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
9009         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
9010         don't get ". ".
9012 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
9014         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
9016 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
9018         * Makefile.in (taz): Handle case where tex3patch didn't even get
9019         checked out.  Also, if it was found, put the symlink in a new util
9020         subdirectory.
9022 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9024         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
9026 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
9028         * config.sub: Recognize -openvms.
9029         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
9030         * make-all.com, setup.com: New files.
9032 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
9034         * Makefile.in (taz): tex3patch moved to texinfo/util.
9036 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
9038         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
9039         * configure.in: remove make from disable-if-Can-Cross list
9040                 enable gdb if ${host} and ${target} are cygwin32
9042 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
9044         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
9045         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
9047 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
9049         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
9050         distinguish sysv/svr4/bsd variants.
9051         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
9053 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
9055         * configure.in: Added copyright notice.
9056         * move-if-change: Added copyright notice.
9058 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9060         * configure.in (powerpcle-*-solaris*): Until we get shared
9061         libraries working, don't build gdb, sim, make, tcl, tk, or
9062         expect.
9064 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
9066         * config.guess:  Merge with FSF:
9068         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
9069         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
9071         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
9072         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
9074         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
9075         * config.guess:  Combine two OSF1 rules.
9076         Also recognize field test versions.  From mjr@zk3.dec.com.
9077         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
9078         because GNU uname does not support -p.  From pmr@pajato.com.
9080 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
9082         * Makefile.in (MAKEDIRS): Removed $(tooldir).
9084 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
9086         * mpw-README: Document GCCIncludes.
9088 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
9090         * configure.in (alpha-*-linux*): Set enable_shared to yes.
9092 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
9094         * mpw-configure: Handle --enable-FOO and --disable-FOO.
9096 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
9098         * configure.in (*-*-cygwin32): Configure make.
9100 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
9102         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
9104 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
9106         * Makefile.in (all-inet): Depend on all-perl.
9108         * Makefile.in (inet-install): New target.
9110         * Makefile.in (all-inet): Depend on all-tcl.
9111         (all-inet): Depend on all-send-pr.
9113 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9115         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
9116         temporarily.
9118 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
9120         * configure.in: Don't configure --with-gnu-ld on AIX.
9122 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
9124         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
9126 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
9128         * Makefile.in (ALL_MODULES): Added all-inet.
9129         (CROSS_CHECK_MODULES): Added check-inet.
9130         (INSTALL_MODULES): Added install-inet.
9131         (CLEAN_MODULES): Added clean-inet.
9132         (all-indent): New target.
9134         * configure.in (host_tools): Added inet.
9135         (native_only): Added inet.
9136         (noconfigdirs): Added inet.
9138 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
9140         * configure.in: Don't configure libgloss if we are not configuring
9141         newlib.
9143 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
9145         * configure.in: Don't configure libgloss for unsupported
9146         architectures.
9148 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9150         * Makefile.in (CLEAN_MODULES): Add clean-apache.
9152 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
9154         * Makefile.in (ALL_MODULES): Include all-apache.
9155         (CROSS_CHECK_MODULES): Include check-apache.
9156         (INSTALL_MODULES): Include install-apache.
9157         (all-apache): New target.
9159         * configure.in: Added apache everywhere perl is seen.
9161 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9163         * Makefile.in: Add support for clean-{module} and
9164         clean-target-{module} rules.
9166 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
9168         * configure.in (*-*-ose) do not build libgloss.
9170 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9172         * config.guess (prep*:SunOS:5.*:*): Turn into
9173         powerpele-unknown-solaris2.
9175 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
9177         * configure.in: Permit --enable-shared to specify a list of
9178         directories.
9180 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
9182         * configure.in (host==solaris): Pass only the first word of $CC
9183         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
9185 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
9187         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
9189 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
9191         * Makefile.in (ALL_MODULES): Include all-perl.
9192         (CROSS_CHECK_MODULES): Include check-perl.
9193         (INSTALL_MODULES): Include install-perl.
9194         (ALL_X11_MODULES): Include all-guile.
9195         (CHECK_X11_MODULES): Include check-guile.
9196         (INSTALL_X11_MODULES): Include install-guile.
9197         (all-perl): New target.
9198         (all-guile): New target.
9200         * configure.in (host_tools): Include perl and guile.
9201         (native_only): Include perl and guile.
9202         (noconfigdirs): Don't build guile and perl; no ports have been
9203         done.
9205 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
9207         * configure (--enable-*): Handle quoted option lists such as
9208         --enable-sim-cflags='-g0 -O' better.
9210 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9212         * Makefile.in ({,inst}all-target): New rule so we can make and
9213         install all of the target directories easily.
9215 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9217         * configure.in: Add missing global flag in sed substitution when
9218         deleting `target-' from ${configdirs}.
9220 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
9222         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
9223         option.
9225         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
9226         config/mh-necv4.
9228         * install.sh: Correct misspelling of transformbasename.
9230         * config.guess: Recognize mips-*-sysv*.
9232 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
9234         * config.sub: Recognize mon960.
9236 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
9238         * configure: Restore Canadian Cross handling of BISON and LEX,
9239         removed in Feb 20 change.
9241 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
9243         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
9244         Mention make install.  Remove the old copyright date as well the
9245         clumsy and rather pointless copyright on the README file.
9247 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
9249         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
9250         Makefile after running symlink-tree, then run `make distclean' to
9251         avoid clobbering any generated files in srcdir.
9253 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
9255         * configure.in (m68k-*-netbsd*): Build everything now.
9257 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
9259         * Makefile.in (taz): Fix quoting.
9261 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
9263         * configure.in (sparclet-*-*): Build everything now.
9265 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9267         * configure.in (m68k-*-linux*): New host.
9269 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
9271         * configure: Check for bison before byacc.
9273 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
9275         * Makefile.in configure:  Change the way LEX and BISON/YACC are
9276         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
9277         searching PATH.  These are used as fallbacks by Makefile.in if
9278         flex/bison/byacc aren't in objdir.
9280 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
9282         * Makefile.in: Make everything which depends upon all-bfd also
9283         depend upon all-opcodes, in case --with-commonbfdlib is used.
9285 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9287         * configure.in (host *-*-cygwin32): Don't build gdb if we are
9288         building NT native compilers on Unix.
9290 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
9292         * configure.in: Don't get CC from the host Makefile fragment if we
9293         can find gcc in PATH, or if this is a Canadian Cross.  Move the
9294         Solaris test for /usr/ucb/cc to the post target script, just after
9295         the compiler sanity test.
9297 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
9299         * config.sub: Merge with FSF.
9301 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
9303         * Makefile.in (RPATH_ENVVAR): New variable.
9304         (REALLY_SET_LIB_PATH): Use it.
9305         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
9307 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
9309         * config.sub, configure.in: Recognize sparclet cpu.
9311 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
9313         * config.guess:  Support m68k-cbm-sysv4.
9315 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9317         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
9318         m68k-unknown-linuxaout from linker help string.  Put quotes around
9319         $ld_help_string.
9321 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
9323         * config.guess (powerpc-harris-powerunix): Add guess for port
9324         to new target.
9326 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
9328         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
9330 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
9332         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
9333         $(REALLY_SET_LIB_PATH) in Makefile.
9334         * Makefile.in (SET_LIB_PATH): New variable.
9335         (REALLY_SET_LIB_PATH): New variable.
9336         ($(DO_X)): Use $(SET_LIB_PATH).
9337         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
9338         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
9339         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
9340         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
9341         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
9342         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
9343         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
9344         (install-dosrel): Likewise.
9345         (all-opcodes): Depend upon all-libiberty.
9347 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
9349         * config.guess (*:CYGWIN*): New
9351 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9353         * Makefile.in (all-target-winsup): All all-target-libiberty.
9355 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9357         * configure.in (noconfigdirs): Add missing # in front of comment.
9359 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
9361         * configure.in: add second pass to things added to noconfigdirs
9362         so *-gm-magic can exclude libgloss properly.
9364 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
9366         * mpw-configure (extralibs_name, rez_name): Set correctly
9367         for MWC68K compiler.
9369         * mpw-README: Add more info on the necessary build tools.
9371 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
9373         * configure.in, config.sub: Recognize cygwin32.
9375 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
9377         * config.guess, config.sub: Recognize A/UX.
9379 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
9381         * config.sub: Merge with gcc/config.sub.
9383 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
9385         * mpw-build.in (do-binutils): Add build of stamps.
9387 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
9389         * config.sub: Add recognition for mips64vr4100*-* targets.
9391 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
9393         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
9394         Add creation of gconfigargs with `--enable-shared' turned on.
9395         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
9396         ($(host)-stamp-stage3-configured): Likewise.
9397         (HOLES): Add chatr and ldd.
9398         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
9400 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
9402         * configure: Pass --nfp to recursive configures.
9404 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
9406         * Makefile.in (DLLTOOL): New.
9407         (DLLTOOL_FOR_TARGET): New.
9408         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
9409         (EXTRA_TARGET_FLAGS): Ditto.
9410         (EXTRA_GCC_FLAGS): Ditto.
9411         (CONFIGURE_TARGET_MODULES): Ditto.
9412         (DO_X): Ditto.
9413         * configure: Add DLLTOOL.
9415 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
9417         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
9418         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
9419         mh-sco, since old workarounds no longer needed, and don't
9420         build ld, since libraries have weak symbols in COFF.
9422 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
9424         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
9426 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
9428         * configure.in: Make sure that ${CC} can be used to compile an
9429         executable.
9431 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
9433         * Makefile.in (all-gdb): Depend on $(GDB_TK).
9434         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
9435         nothing depending on whether gdbtk is being built.
9437 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
9439         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
9441 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
9443         * configure.in (noconfigdirs): Put ld or gas in this early, if the
9444         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
9446 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
9448         * config-ml.in: Add support for
9449         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
9450         Simplify setting of multidirs from --disable-foo.
9452 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9454         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
9455         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
9456         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
9457         non-empty, pass them on to the  GCC make.
9458         (all-bootstrap): New rule that is like all-gcc, except it executes
9459         the GCC bootstrap rule instead of the GCC all rule.
9461 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
9463         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
9465 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9467         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
9468         DG/UX support.
9470 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
9472         * config.sub (i*86*) Change [345] to [3456]
9474 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
9476         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
9477         --with-gnu-ld=no.
9479 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9481         * config-ml.in (rs6000*, powerpc*): Add switches to control which
9482         AIX multilibs get built.
9484 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9486         * configure.in (i386-win32): Don't build expect if we're not
9487         building the tcl subdir.
9489 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
9491         * Makefile.in: (configure-target-examples, all-target-examples):
9492         New targets, configure and build example programs.
9494 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
9496         * mpw-configure: If an mpw-config.in generated a file mk.sed,
9497         use it as input to sedit the generated MPW makefile.
9498         * mpw-README: Add a suggestion about Gestalt.h.
9500 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
9502         * config.sub: Accept *-*-ieee*.
9504 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
9506         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
9507         Ronald F. Guilmette <rfg@monkeys.com>.
9509 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9511         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
9512         for powerpc-pe native.
9513         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
9514         (target==powerpc-pe): duplicate i386-win32 entry.
9516 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
9518         * configure.in (noconfigdirs): Exclude target-newlib for all versions
9519         of vxworks, not just vxworks5.1.
9521 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
9523         * mpw-configure: Add support for exec-prefix.
9525 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
9527         * config.guess: Recognize HP model 816 machines as having
9528         a PA1.1 processor.
9530 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
9532         * configure: Ignore new autoconf configure options.
9534 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
9536         * config.guess:  Recognize Pentium under SCO.
9537         From Robert Lipe <robertl@arnet.com>.
9539 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
9541         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
9543 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
9545         * configure.in: Don't configure gas for alpha-dec-osf*.
9547 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
9549         * configure.in: Default to --with-stabs for some targets for which
9550         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
9551         i[345]86*-*-unixware*.
9553 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
9555         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
9556         rather than basing it on the target.  Simplify handling of options
9557         controlling which directories to configure.  Remove extraneous
9558         slash in multi-clean target.
9560 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
9562         * config-ml.in: Prefix more variables with ml_ so they don't collide
9563         with configure's.
9565 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
9567         * configure: Don't turn -v into --v.
9569 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
9571         * configure.in (targargs): Fix typo.
9573         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
9575 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
9577         * configure.in: Strip --host and --target options from
9578         CONFIG_ARGUMENTS, and always configure for --host only.  Add
9579         --with-cross-host option when building with a cross-compiler.
9580         * configure: Canonicalize the arguments put into config.status by
9581         always using `=' for an option with an argument.  Pass a presumed
9582         --host or --target explicitly.
9584 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
9586         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
9587         into general OS recognition case.
9589 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9591         * configure.in (target_configdirs): add target-winsup only
9592         for win32 target systems.
9594 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
9596         * Makefile.in (all-target-libgloss): Depend upon
9597         configure-target-newlib, since when libgloss is built it looks to
9598         see if the newlib directory exists.
9600 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
9602         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
9603         cfg-ml-*.in.
9605 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
9607         * configure: Handle LD and LD_FOR_TARGET when configuring a
9608         Canadian Cross.
9610 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9612         * configure.in (target_libs): add target-winsup.
9613         (target==i386-win32): add patch diff flex make to $noconfigdirs.
9614         (target==ppcle-pe): remove ld from $noconfigdirs.
9616 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
9618         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
9619         Preserve relative path names in $srcdir.  Build symlink tree if
9620         configuring cross target dir and srcdir=. (= no VPATH support).
9621         (configure-target-libg++): Depend on configure-target-librx.
9622         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
9623         * config-ml.in: New file.
9624         * symlink-tree: New file.
9625         * configure: Ensure srcdir="." if that's what it is.
9627 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
9629         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
9630         includes and FLEX_SKELETON setting.
9631         * mpw-configure (--with-gnu-ld): New option, controls whether
9632         to use PPCLink or ld with PowerMac GCC.
9633         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
9634         * mpw-config.in: Configure grez if targeting Mac.
9636         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
9637         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
9638         just macos.
9639         * configure.in: Configure grez resource compiler if targeting Mac.
9640         * Makefile.in (all-grez, install-grez): New targets.
9642 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
9644         * configure: CXX defaults to gcc, not g++.  If we find
9645         gcc in the path, set CC to gcc -O2.
9647 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
9649         * configure: Default ${build} correctly.  Avoid picking up extra
9650         spaces when reading CC and CXX from Makefile.  When doing a
9651         Canadian Cross, use plausible default values for numerous
9652         variables.
9653         * configure.in: When doing a Canadian Cross, don't try to
9654         configure tools whose configure script can't handle it.
9656 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
9658         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
9660 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9662         * configure:  Remove dubious bug reporting address.
9664 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9666         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
9667         configure script, run that instead of this directory's configure.
9668         In either case, print a message that we're configuring the sub-dir.
9670 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9672         * configure.in: Before checking for the existence of various files,
9673         use sed to filter out "target-".
9675 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
9677         * Makefile.in (DO_X): Split rule to decrease command line length
9678         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
9679         (Philippe De Muyter).
9681 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9683         * Makefile.in (all-patch): depend on all-libiberty.
9685 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
9687         * configure.in: If the only directory in target_configdirs which
9688         actually exists is libiberty, then set target_configdirs to empty,
9689         to avoid trying to build a target libiberty in a gas or gdb
9690         distribution.
9692 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
9694         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
9695         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
9696         systems.
9698 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
9700         * configure.in (copy_dirs): Use sys-include instead of include
9701         for --with-headers option.
9703 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
9705         * Makefile.in, configure.in: Make winsup builds work with
9706         new scheme.
9708 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
9710         * configure.in: Build the linker on AIX.
9712 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9714         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
9715         where needed.
9717 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
9719         * Makefile.in (all-gcc): Fix typo.
9721 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9723         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
9725 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9727         * configure.in:  Rename libFOO to target-libFOO, and xiberty
9728         to target-xiberty, to provide more flexibility.
9729         (target_subdir):  Define.  Create if cross.
9730         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
9731         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
9732         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
9733         check-libFOO -> check-target-libFOO, etc.
9734         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
9735         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
9736         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
9737         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
9738         allow ALL_GCC="" to only configure.
9739         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
9740         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
9741         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
9743 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
9745         * Makefile.in (taz): Build "info" in etc explicitly.
9747 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
9749         * configure.in:  Make sure that CC is undefined (as opposed to
9750         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
9751         problem with autoconf trying to configure on a host without GCC.
9753 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
9755         * mpw-configure: Set host alias from choice of host compiler,
9756         only use generic MPW Makefile sed if present, edit a file
9757         named "hacked_Makefile.in" instead of "Makefile.in" if present.
9758         * mpw-README: Add problem notes about CW6 and CW7.
9760 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
9762         * Makefile.in (taz): Use ";" instead of ";;".
9764 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9766         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
9767         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
9768         DISTDOCDIRS.
9769         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
9770         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
9772 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9774         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
9775         and gnats, because they are now subsumed by DISTSTUFFDIRS.
9776         Move bfd to DISTSTUFFDIRS.
9778 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9780         * Makefile.in (X11_LIB): Removed.
9781         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
9783         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
9785 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9787         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
9788         names.
9790 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9792         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
9794 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
9796         * configure.in (i[345]86-*-win32): Always build newlib.
9797         Don't configure cvs, autoconf or texinfo.
9798         * Makefile.in (LD_FOR_TARGET): New.
9799         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
9800         Pass down LD_FOR_TARGET.
9802 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
9804         * winsup: New directory.
9805         * Makefile.in: Build winsup.
9806         * configure.in: Winsup is configured when target is win32.
9807         Can only build win32 target GDB when native.
9809 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
9811         * config.guess: Recognize HP model 819 machines as having
9812         a PA 1.1 processor.
9814 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
9816         * configure: Fix sed loop which substitutes for CC and CXX to
9817         avoid bug found in various sed implementations.
9819 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9821         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
9822         simulator.  Use standard powerpc-*-eabi*.
9824 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
9826         * configure.in: Stop putting gas and binutils in noconfigdirs for
9827         powerpc-*-aix* and rs6000-*-*.
9829 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
9831         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
9832         -mcall-aixdesc libraries.
9834 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
9836         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9838         * config.sub (arm | armel | armeb): Fix shell syntax.
9840 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9842         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
9843         -msoft-float and -mcpu=common support.
9844         (powerpc*-*-eabisim*): Add support for building -mcall-aix
9845         libraries.
9847 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
9849         * configure.in: Allow configuration and build of emacs19 for the alpha.
9851 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9853         * configure.in (CC): Get ^CC, not just any old CC, from
9854         ${host_makefile_frag}.
9856 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9858         * configure.in (CC): Try to get CC from
9859         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
9861 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9863         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
9864         only if it exists in $(srcdir).
9866 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
9868         * configure: If CC and CXX are not set in the environment, set
9869         them, based on either an existing Makefile or on searching for gcc
9870         in PATH.  Substitute for CC and CXX in Makefile.
9871         * configure.in: Remove libm from target_libs.  Separate
9872         target_configdirs from configdirs.  If CC is not set in
9873         environment, try to get it from a host Makefile fragment.  Rewrite
9874         changes of configdirs to use skipdirs instead.  A few minor
9875         tweaks.  Take directories out of target_configdirs as they are
9876         taken out of configdirs.  Remove existing Makefile files from
9877         subdirectories.  Substitute for TARGET_CONFIGDIRS and
9878         CONFIG_ARGUMENTS in Makefile.
9879         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
9880         by configure.in.
9881         (CONFIG_ARGUMENTS): Likewise.
9882         (CONFIGURE_TARGET_MODULES): New variable.
9883         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
9884         ($(CONFIGURE_TARGET_MODULES)): New target.
9885         (configure-libg++, configure-libio): New targets.
9886         (all-libg++): Depend upon configure-libg++.
9887         (all-libio): Depend upon configure-libio.
9888         (configure-libgloss, all-libgloss): New targets.
9889         (configure-libstdc++): New target.
9890         (all-libstdc++): Depend upon configure-libstdc++.
9891         (configure-librx, all-librx): New targets.
9892         (configure-newlib): New target.
9893         (all-newlib): Depend upon configure-newlib
9894         (configure-xiberty): New target.
9895         (all-xiberty): Depend upon configure-xiberty.
9897 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
9899         * configure.in (host i[345]86-*-win32):  Expand the
9900         noconfigdirs again.
9902 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
9904         * mpw-configure: Fix sed command file name.
9906 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
9908         * configure.in (host i[345]86-*-win32): Reduce the
9909         noconfigdirs again.
9911 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
9913         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
9914         or powerpc*-*-pe*, since they are not yet supported.
9916 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
9918         Add PowerMac support and many other enhancements.
9919         * mpw-configure: New option --cc to select compiler to use,
9920         paste options set according to --cc into the generated
9921         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
9922         if mpw-make.sed is present.
9923         * mpw-config.in: Don't test for gC1, test for mpw-touch,
9924         add forward includes for PowerPC include files.
9925         * mpw-build.in: Build using Makefile.PPC if present.
9926         (do-byacc, etc): Remove separate version resource builds.
9927         (do-gas): Build "stamps" before "all".
9928         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
9929         * mpw-README: Update to reflect --cc option, PowerMac support,
9930         and recently-reported compatibility problems.
9932 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
9934         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
9935         embedded m68k systems (-aout, -coff, -elf, -vxworks).
9936         (--with-multilib-top): Pass to recursive invocations.
9938 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
9940         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
9941         v810-*-*.
9943 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
9945         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
9946         gdb, ld and opcodes on v810-*-*.
9948 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
9950         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
9951         (local-maintainer-clean): New target.
9952         (maintainer-clean): New target.
9953         (realclean): Just depend upon maintainer-clean.
9955 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
9957         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
9959 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
9961         * configure.in: Build ld in mips*-*-bsd* case.
9963 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
9965         * config.sub: Accept -lites* OS.  From Ian Dall.
9967 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
9969         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
9970         targets.
9972 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9974         * configure.in: treat i386-win32 canadian cross the same as
9975         i386-go32 canadian cross.
9977 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9979         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
9980         running under the simulator to build a reduced set of libraries.
9981         (powerpc-*-eabiaix): Add fine grained multilib support added to
9982         other powerpc targets yesterday.
9984 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9986         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
9987         -disable-softfloat, -disable-relocatable, -disable-aix, and
9988         -disable-sysv to control which multilib libraries get built.
9990 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
9992         * configure: Add Makefile.tem to list of files to remove in trap
9993         handler.
9995 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9997         * config.guess (*Linux*):  Add missing "exit"s.
9998         Also, need specific check for alpha-unknown-linux (uses COFF).
10000 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10002         * config.guess:  Merge with FSF:
10004         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
10005         * config.guess (AIX4): More robust release numbering discovery.
10007         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
10008         * config.guess (i386-sequent-ptx): Properly get version number.
10010         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
10011         * config.guess (mips:*:4*:UMIPS): New case.
10013 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
10015         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
10016         (i386-win32 host): Likewise.  Don't build readline.
10018 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
10020         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
10021         SUPPORT_FILES to submakes.
10023 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
10025         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
10026         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
10027         mpw-configure.
10029 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
10031         * configure.in (appdirs): Use =, not ==, in test expression when
10032         trying to build the text to print in the warning message for
10033         Solaris users.
10035 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
10037         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
10039 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
10041         * config.guess: Recognize lynx-2.3.
10043 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
10045         * config.sub (z8ksim): Deleted
10046         (z8k-*-coff): New, this is the one true name of the target.
10048 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
10050         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
10052 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
10054         * config.guess (*:Linux:*:*): First try asking the linker what the
10055         default object file format is (elf, aout, or coff).  Then if this
10056         fails, try previous methods.
10058 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
10060         * configure.in: Don't build newlib for *-*-vxworks5.1.
10062 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
10064         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
10065         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
10067 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
10069         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
10071 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
10073         * cfg-ml-com.in: New file.
10074         * cfg-ml-pos.in: New file.
10076 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
10078         * COPYING.NEWLIB: Add HP free copyright to list.
10080 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
10082         * config.sub: Recognize -eabi* for the system, not just -eabi.
10084 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
10086         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
10087         * config.sub, configure.in (win32): New target and host.
10089 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
10091         * configure.in: Add i386-pe configuration.
10093 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
10095         * mpw-build.in (install): Install GDB after LD.
10097 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
10099         * mpw-config.in (elf/mips.h): Always forward-include, needed
10100         for GDB to build.
10102 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
10104         * testsuite: New directory for customer acceptance and whole tool
10105         chain tests.
10107 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
10109         * configure: If per-host line isn't found, but AC_OUTPUT is found
10110         and a configure script exists, run it instead.
10112 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10114         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
10116 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
10118         * configure: Set build_{cpu,vendor,os,alias} to host values when
10119         --build isn't specified.
10121 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
10123         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
10124         (FLAGS_TO_PASS): Pass them.
10125         (EXTRA_TARGET_FLAGS): Ditto.
10127 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
10129         * Makefile.in (all-libg++): Depend on all-libstdc++.
10131 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
10133         * configure.in (noconfigdirs): Enable all packages for
10134           i386-unknown-netbsd.
10136 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
10138         * configure.in (noconfigdirs): Don't configure tk for i386-go32
10139         hosted builds (DOS builds)
10141 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
10143         Changes for ARM based on patches from Richard Earnshaw:
10144         * config.sub: Handle armeb and armel.
10145         * configure.in: Omit arm linker only for riscix.
10147 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10149         * config.guess:  Update from FSF.
10151 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
10153         * config.sub: Recognize powerpcle as the little endian varient of
10154         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
10155         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
10156         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
10157         temporarily.
10159 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
10161         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
10163 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
10165         * config.sub: Accept -lites* as a basic system type.
10167 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
10169         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
10170         installed, and if so return linuxoldld as the system name.
10172 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
10174         * config.guess: Add hppa1.1-hp-lites support.
10176 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
10178         * configure.in: Don't build newlib for m68k-vxworks5.1.
10180 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
10182         * configure.in (mips-sgi-irix6): Use mh-irix5.
10184 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
10186         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
10188 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
10190         * test-build.mk: Enable building of shared libraries on IRIX 5 and
10191         OSF/1.  Fix compiler flags.
10192         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
10194 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
10196         * configure.in: Recognize --with-newlib.
10197         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
10199 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
10201         * Makefile.in: move {all,check,install}-gdb from *_MODULES
10202         to *_X11_MODULES due to gdbtk needing X include files et al.
10204 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
10206         Merge in support for Mac MPW as a host.
10207         (Old change descriptions retained for informational value.)
10209         * mpw-config.in: Add generic include forwards for cpu-specific
10210         include files in aout and elf directories.
10212         * mpw-configure: Added copyright.
10213         * mpw-config.in: Check for presence of required build tools.
10214         (target_libs): Add newlib.
10215         (target_tools): Add examples.
10216         (Read Me): Generate as "Read Me for MPW" instead.
10217         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
10218         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
10219         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
10221         * mpw-configure: Remove subdir-specific makefile hackery,
10222         delete mk.tmp after using it.
10224         * mpw-build.in (all): Display start and end times.
10226         * mpw-configure (host_canonical): Set.
10227         (target_cpu): Always add to makefiles.
10228         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
10229         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
10230         (mpw-mh-mpw): Look for in srcdir and srcroot.
10231         Use sed instead of mpw-edit-prefix to edit prefix definitions.
10233         * mpw-build.in: (install-only): New target.
10235         * mpw-configure (host_alias, target_alias): Rename from hostalias
10236         and targetalias, add into generated Makefile.
10237         (mk.tmp): If present, add into generated Makefile.
10238         * mpw-build.in (all-gas): Build config.h first before gas proper.
10240         * mpw-configure (config.status): Write only if changed.
10241         * mpw-config.in (readline): Configure it (not built, just used for
10242         definitions).
10244         * mpw-config.in (elf/mips.h): Add a forward include.
10246         * mpw-config.in: Forward-include most .h files in include into
10247         extra-include.
10248         (readline): Don't build.
10249         mpw-build.in (install): Install GDB.
10251         * mpw-configure (prefix, mpw_prefix): Handle it.
10252         * mpw-config.in (mmalloc, readline): Don't configure.
10253         * mpw-build.in (thisscript): Rename to ThisScript.
10254         Use mpw-build instead of BuildProgram everywhere.
10255         (mmalloc, readline): Don't build.
10256         * mpw-README: New file, basic documentation about the MPW port.
10258         * mpw-config.in: Use forward-include to create include files.
10260         * mpw-configure: Add more things to the top of each configured
10261         Makefile, including contents of config/mpw-mh-mpw.
10262         * mpw-config.in (extra-include): Create this directory and fill it
10263         with Posix-like include files when configuring.
10265         * config.sub (apple, mac, mpw): Add various aliases.
10267         * mpw-build.in: New file, top-level build script fragment for MPW.
10268         * mpw-configure: New file, configure script for MPW.
10269         * mpw-config.in: New file, config fragment for MPW.
10271 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
10273         * configure.in (host_libs): Remove glob, since it is gone from the
10274         sources.
10276 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
10278         * Makefile.in: define empty GDB_NLM_DEPS var.
10280         * configure.in(target_makefile_frag): use config/mt-netware
10281         for netware targets.
10283 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
10285         * config.sub: Merge in recent FSF changes.  Remove linux special
10286         cases.
10288 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
10290         Revert this change:
10292         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
10294                 * build-all.mk: Use CC=cc -Xs on Solaris.
10296 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
10298         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
10299         stop using it.
10300         * Makefile.in: Nuke all references to glob subdirectory.
10302 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
10304         * configure.in: Fix --enable-shared logic in per-host.
10306 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
10308         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
10310 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
10312         * configure.in (noconfigdirs): Don't build gas on AIX, for
10313         powerpc*-*-aix* as well as for rs6000*-*-aix*.
10315 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
10317         * configure: Fix --cache-file to work if the file argument is a
10318         relative path.
10320 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
10322         * configure: If the --cache-file is used, pass it down to
10323         configure in subdirectories.
10325 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
10327         * config.sub: add vxworks29k configuration.
10329 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
10331         * Makefile.in (taz): Do "diststuff" part quietly.
10333 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
10335         * config.sub: Mini-merge with gcc/config.sub.
10337 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
10339         * config.guess (IRIX): Sed - to _.
10341 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
10343         * Makefile.in (source-vault, binary-vault): New targets.
10345 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
10347         * config.sub: Recognize -eabi as a basic system type.
10349 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
10351         * configure.in (enable_shared stuff): Fix typo.
10353 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
10355         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
10357 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
10359         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
10361 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
10363         * configure.in (rs6000-*-*): Don't build gas.
10365 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
10367         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
10368         reduce command line length.
10369         (AS_FOR_TARGET): Check for as.new, not Makefile.
10370         (NM_FOR_TARGET): Check for nm.new, not Makefile.
10372 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10374         * config.guess:  Merge from FSF.
10376 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
10378         * configure: Don't use $ when handling program_suffix.
10380 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
10382         * configure.in:  Configure tk for hppa/hpux.
10384 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
10386         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
10388 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
10390         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
10391         to LIBCXXFLAGS.  Tests are better run without it.
10393 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
10395         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
10397 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
10399         * configure.in (*-*-netware*): Don't configure xiberty.
10401 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
10403         * configure.in:  Remove tk from native_only list.
10405 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
10407         * build-all.mk: Add mips-ncd-elf target to sun4 targets
10408           for special NCD build.
10410 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
10412         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
10413         makeall.bat, they're only useful for binutils snapshots.
10414         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
10415         makeall.bat to specified SUPPORT_FILES.
10417 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
10419         * build-all.mk: Add Ericsson targets to sun4 and solaris
10420           hosts.  Add  BNR's sun4 target to solaris host, so their
10421           build-from-source will be tested in-house first.
10423 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
10425         * Makefile.in (LIBCFLAGS): New variable.
10426         (CFLAGS_FOR_TARGET): Ditto.
10427         (LIBCFLAGS_FOR_TARGET): Ditto.
10428         (LIBCXXFLAGS): Ditto.
10429         (CXXFLAGS_FOR_TARGET): Ditto.
10430         (LIBCXXFLAGS_FOR_TARGET): Ditto.
10431         (BASE_FLAGS_TO_PASS): Pass them.
10432         (EXTRA_TARGET_FLAGS): Ditto.
10434         * configure.in: Support --enable-shared.
10436 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
10438         * configure.in (target_libs):  Include libstdc++ again.
10439         * config.guess:  Update from FSF (for FreeBSD).
10441 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
10443         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
10444         makeall.bat.
10445         (DISTDOCDIRS): Add `etc'.
10446         (ETC_SUPPORT_PFX): New variable.
10447         (taz): Include anything from etc starting with a word in
10448         ETC_SUPPORT_PFX.
10450 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
10452         * config.sub: Update for recent FSF changes.  Remove obsolete
10453         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
10454         spacing changes.
10456 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
10458         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
10460         * config.guess:  Merge with FSF.
10461         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
10463 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
10465         * configure: Since the "trap 0" handler will override the exit
10466         status on many systems, only use it for "exit 1", and make it set
10467         a non-zero exit status; reset it before "exit 0".  Also, check
10468         exit status of config.sub, and error out if it failed.
10470 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
10472         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
10473         and install libgloss.
10475 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
10477         * Makefile.in (all-binutils): Depend upon all-byacc.
10479         * configure.in: Don't build emacs on Irix 5.
10481 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
10483         * configure.in (*-*-netware*): Add libio.
10485 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
10487         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
10488         (CHECK_TARGET_MODULES): Ditto.
10489         (INSTALL_TARGET_MODULES): Ditto.
10490         (TARGET_LIBS): Ditto.
10491         (all-libstdc++): Note dependencies.
10493 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
10495         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
10497 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
10499         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
10500         -fexternal-templates.
10502         * configure.in (target_libs): Add libstdc++.
10503         (noconfigdirs): Add libstdc++ as appropriate.
10505 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10507         * config.guess:  Update from FSF.
10509 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
10511         * configure: Use ${config_shell} when running ${configsub}.
10513 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
10515         * config.sub: No longer recognize h8300h.
10517 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
10519         * config.sub: Remove extraneous differences between config.sub and
10520         gcc/config.sub.
10522 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
10524         * Makefile.in (DISTSTUFFDIRS): Add gas.
10526 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
10528         * COPYING.NEWLIB: New file.
10530 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10532         * config.guess (HP-UX):  Patch from Harlan Stenn
10533         <harlan@landmark.com> to also emit release level.
10535 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
10537         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
10539 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10541         * config.sub:  Merge nextstep cleanup from FSF.
10543 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
10545         * configure.in (arm-*-*): Don't configure ld for this target.
10547 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
10549         * configure.in (*-*-netware): don't configure libg++, libio,
10550           librx, or newlib.
10552 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
10554         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
10555         configure ld--it works, but it doesn't support shared libraries.
10557 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10559         * config.guess (*-unknown-freebsd*):  Get rid of possible
10560         trailing "(Release)" in version string.
10561         Patch from Paul Richards <paul@isl.cf.ac.uk>.
10563 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10565         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
10566         Fix type: *-next-neststep -> *-next-nextstep.
10568         * config.guess:  Merge from FSF:
10570         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
10572         * config.guess: Recognize powerpc-ibm-aix3.2.5.
10574         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
10576         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
10577         instead of UNIX_SV for UnixWare 1.0).
10579 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
10581         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
10582         to make gdb/nlm/* build after the compiler and linker.
10584 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10586         * config.guess (netbsd, freebsd, linux):  Accept any machine,
10587         not just i[34]86.
10588         (m68k-atari-sysv4):  Relocate to match FSF version.
10590         * config.guess:  More merges from the FSF:
10592         Add a space before function call or macro invocation.
10594         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10596         * config.guess: Add trap cmd to remove dummy.c and dummy when
10597         interrupted.
10599         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10601         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
10602         (dummy): Redirect stderr from compilation of dummy.c.
10604         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
10606         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
10608 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
10610         * configure: Accept and ignore --cache*, for compatibility with
10611         new autoconf.
10613 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10615         * config.guess:  Merge from FSF:
10617         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
10619         * config.guess (Pyramid*:OSx*:*:*): New case.
10620         (PATH): Add /.attbin at end for finding uname.
10621         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
10623         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
10625         * config.guess (M88*:DolphinOS:*:*): New case.
10627         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
10629         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
10630         to select whether to use ELF or COFF.
10632         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
10634         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
10636         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10638         * config.guess: Guess the OS version for HPUX.
10640         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
10642         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
10644 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
10646         * configure.in: Recognize --with-headers, --with-libs, and
10647         --without-newlib.
10648         * Makefile.in (all-xiberty): Depend upon all-ld.
10650 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
10652         * configure.in: Change i[34]86 to i[345]86.
10654 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
10656         * configure (version): A few more tweaks to help message.
10658 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10660         * Makefile.in:  Remove (for now) librx as a host library,
10661         now that we're building it for target.
10663 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
10665         * configure: Fix up help message; from karl@owl.hq.ileaf.com
10666         (Karl Berry).
10668 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10670         * configure.in:  Also configure librx.
10672 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10674         * Makefile.in:  Update various rules to reflect that librx
10675         is now needed for libg++.
10677 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
10679         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
10681 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
10683         * configure.in: Configure the examples directory.
10685 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
10687         * configure: Simplify Jun 2 1994 change.
10689 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
10691         * change CC to /usr/latest/bin/gcc for lynx host builds, since
10692         /bin/gcc isn't good enough to build gcc.
10694 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
10696         * Makefile.in (GDB_SUPPORT_FILES): Remove
10697         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
10698         (gdb.tar.gz): Add new rule to use standard distribution building
10699         mechanism.
10701 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10703         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
10704         Bill Cox <bill@cygnus.com>.
10706 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10708         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
10710 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
10712         * configure:  Search current dir first in .gdbinit.
10714 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10716         * config.sub:  Recognize freebsd (merged from gcc config.sub).
10718 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10720         * config.sub:  Refer to NeXT's operating system as nextstep.
10722         * config.sub (case $basic_machine):  Re-order the cases, to match
10723         the order in the FSF version (which is mostly alphabethical).
10724         Merge in some additions and changes from the FSF.
10726 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
10728         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
10729         * config.sub: Recognize cxux7.
10730         * configure.in: Use mh-cxux for m88k-harris-cxux*.
10732 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10734         * config.sub:  Fix typo powerpc -> powerpc-*.
10736 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
10738         * Makefile.in: `all-emacs19' depends on `all-byacc'.
10740         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
10741         parallel with all-emacs and install-emacs).  Top-level command
10742         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
10744 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
10746         * test-build.mk ($(host)-stamp-stage2-installed): Remove
10747         $(relbindir)/make before doing ``make install'', and use
10748         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
10749         installing over running make binary.
10750         ($(host)-stamp-stage3-installed): Likewise.
10752 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10754         * config.guess: Recognize Mach.
10756 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
10758         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
10759         see whether --exec-prefix was used.
10761 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10763         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
10765 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10767         * Makefile.in: Add all-librx target similar to all-libproc.
10769 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
10771         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
10772         with post 1.2 uname bogosity.
10774 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10776         * configure: Remove temporary files on receipt of a signal.
10778 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
10780         * configure: If there is a package_makefile_frag, remove
10781         ${subdir}/Makefile.tem after copying it in.
10783 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
10785         * build_all.mk: support rs6000 lynx identifies itself as
10786         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
10787         since /bin/gcc is too feeble to compile a modern gcc.
10789 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
10791         * brought devo/test-build.mk update-to-date with progressive/
10792           test-build.mk. Add lynx targets and hppa flag info.
10794 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10796         * configure.in:  Use mh-ncrsvr43.  Patch from
10797         Tom McConnell <tmcconne@sedona.intel.com>.
10799 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10801         * config.guess (i386-unknown-bsdi):  No longer need to
10802         check #if defined(__bsdi__) && defined(__i386__).
10804 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10806         * configure: Set program_transform_nameoption correctly.
10808 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
10810         * brought build-all.mk update-to-date with progressive build-all.mk,
10811           added new targets and hppa info.
10813 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10815         * configure: If config.guess result is a prefix of the user
10816         specified target, assume a native build and use the user specified
10817         target as the host alias.  Remove SunOS patch suffix removal hack.
10818         * configure.in: Remove SunOS patch suffix removal hack.
10820         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
10821         in NATIVE_CHECK_MODULES.
10823 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
10825         * Makefile.in: Rename HOST_ONLY to NATIVE.
10826         * configure: Delete SunOs patch suffix from host_canonical
10827           and build_canonical variables that are prepended to Makefiles.
10828         * configure.in: Add comments for easier maintenance.
10830 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10832         * Makefile.in: Add all-libproc target similar to all-gui.
10834 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
10836         * Makefile.in (CHECK_MODULES): split into
10837         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
10839 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
10841         * config.guess (i386-unknown-bsdi): New system to guess.
10843 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10845         * Makefile.in: Add all-gui target (but not yet build by "all").
10847 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
10849         * config.sub: Move deletion of patch suffix from here...
10850         * configure.in: To here, at Ian's suggestion.  The top-
10851           level scripts might need to know of a patch level.
10853 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
10855         * config.sub: Strip off patch suffix so rtl is recognized
10856           as a sunos4.1.3 machine, even though it's been patched.
10858 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
10860         * Makefile.in (INSTALL_LAST): Delete.
10861         (INSTALL_DOSREL): New.
10863 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10865         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
10866         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
10867         whether we pass down --with-gnu-ld anyhow.
10869 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
10871         * Makefile.in (INSTALL_LAST): Change operation so it works
10872         on more flavors of make.
10873         * configure.in (go32): Don't build libg++ or libio.
10875 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
10877         * Makefile.in (Move HOST_PREFIX_1 and friends up so
10878         they can be overriden by templates.
10880 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
10882         * configure.in (target==go32): Don't build gdb.
10883         * dosrel: New directory.
10885 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
10887         * configure.in (host==go32): Configure dosrel too.
10888         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
10889         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
10890         be set by incoming names or templates.
10891         (INSTALL_LAST): New rule.
10893 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
10895         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
10897 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
10899         * configure.in (appdirs): New variable.  Currently empty, but will
10900         be used in gas distribution.  If nonempty, lists a set of
10901         directories at least one of which must get configured, or top
10902         level configuration is considered to have failed.
10903         (rs6000-*-lynxos*): Use new file name.
10905 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10907         Eliminate XTRAFLAGS.
10908         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
10909         newlib include files using -idirafter, and also use -nostdinc.
10910         (CXX_FOR_TARGET): Likewise.
10911         (XTRAFLAGS): Removed.
10912         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
10913         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
10914         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
10915         ($(DO_X)): Don't pass down XTRAFLAGS.
10917 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
10919         * configure.in (mips*-dec-bsd*): New target; do build linker.
10920         (mips*-*-bsd*): New target; don't build linker.
10922 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
10924         * configure.in: support rs6000-*-lynxos* configuration.
10925         support sunos4 as a cross target.
10927         * config.sub: look for lynx*, not lynx since the OS version may
10928         legitimately be part of the name.
10930 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
10932         * configure.in (i[34]86-*-sco*): Move to be with other i386
10933         targets.
10934         (romp-*-*): New target.  Skip various binary utilities.
10935         (vax-*-*): New target.  Don't build newlib.
10936         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
10938 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
10940         * configure.in: Only set host_makefile_frag if config
10941         directory exists.
10943 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
10945         * install.sh: If $dstdir exists, don't check whether each
10946         component does.
10948 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10950         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
10952 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
10954         * configure.in (*-*-lynxos*): Don't configure newlib for either
10955         native or cross Lynx.
10957 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
10959         * config.sub (sparc64-elf): Fix os.
10960         (z8k): Remove duplicate.
10962 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10964         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
10965         gcc/stmp-fixproto, to try to prevent fixproto from being run.
10967 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
10969         * configure: Make file links cleanly even if Lynx fails on
10970           an NFS symlink (at least fail cleanly).
10972 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
10974         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
10975         -XNh2000.
10977 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
10979         * configure: Unknown options are fatal again.
10981 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
10983         * configure: Ignore --x-includes and --x-libraries, for Autoconf
10984         compatibility.
10986 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
10988         * build-all.mk: Add `clean' target.
10990 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
10992         * config.guess:  Add SINIX support.
10993         * configure.in:  Add mips-*-sysv4* support.
10995 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
10997         * build-all.mk: Document all useful targets.
10998         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
10999         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
11001 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
11003         * configure: Support --silent, --quiet.
11005 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
11007         * configure: Support --disable-FEATURE.
11009 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11011         * config.guess: Recognize NCR running SVR4.3.
11013 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11015         * config.guess:  Make BSDI generate i386-unknown-bsd386.
11016         Patch from Paul Eggert <eggert@twinsun.com>.
11018 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11020         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
11022 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
11024         * configure: Make unrecognized options give nonfatal warnings
11025         instead of fatal errors, and pass them to any subdirectory
11026         configures in case they recognize them.
11027         Make --x equivalent to --with-x.
11029 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
11031         * configure: Add --enable-* options.  Clean up usage message and
11032         some comments.
11034 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
11036         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
11038 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
11040         * configure.in (hppa*-*-*): Enable binutils.
11042 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11044         * config.sub: Recognize cisco.
11046 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
11048         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
11050 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11052         * config.guess: about target *-hitachi-hiuxwe2, don't print more
11053         than one configuration name.  Add comment.
11055 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
11057         * config.guess: about target *-hitachi-hiuxwe2, fixed
11058         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
11059         macro is incorrect.]
11061 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11063         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
11064         than the "make ls" stuff which used to be here.
11066 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11068         * config.guess:  Recognize i[34]86-unknown-freebsd.
11069         From Shawn M Carey <smcarey@rodan.syr.edu>.
11071 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11073         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
11075 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
11077         * config.guess: Check for ptx.
11079 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
11081         * config.sub: Add os9k checking.
11083 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
11085         * config.guess: Handle OSF1 running on HPPA processors
11087 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
11089         * configure: If subdir configure fails, print out a message with
11090         subdirectory name, in case subdir's configure code didn't identify
11091         itself.
11093 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
11095         * configure.in: Remove embedded newlines from configdirs.
11096         Avoid mismatches of substrings.  Fix matching strings at end
11097         of configdirs.
11099 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
11101         * config.guess:  Add Lynx/rs6000 config support.
11103 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
11105         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
11107 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
11109         * configure.in (hppa*-*-osf*): Treat this just like most other
11110         PA configurations (eg no binutils or ld).
11111         (hppa*-*-*elf*): These configurations have binutils and ld.
11113 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
11115         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
11117 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11119         * configure.in (rs6000-*-*): Build gas.
11121 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
11123         * Makefile.in:  Avoid bug in losing hpux sed.
11125 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11127         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
11128         for GDB and GDB has been fixed to not need it.
11130 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
11132         * config.guess: Recognize vax hosts.
11134 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
11136         * configure (while loop): Don't use "break 2" inside case
11137         statement -- the case statement isn't an enclosing loop.
11139 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11141         * config.guess:  Clean up NeXT support, to allow nextstep
11142         on Intel machines.  Make OS be nextstep.
11144 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
11146         * config.guess: Add alternate forms for Convex.
11148 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
11150         * configure:  Completely rewrite option processing.  Take
11151         advantage of pattern-matching to avoid invoking test frequently.
11152         Also clean up host and target defaulting logic.
11154 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
11156         * Makefile.in: Replace all occurrances of "rootme" with "r" and
11157         "$${rootme}" with "$$r", to increase the likelihood that the do-*
11158         commands (plus user environment) will fit SCO limits.
11160 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11162         * configure.in: Don't issue warnings about directories which are
11163         not being configured if -norecursion is set.  Correct test for
11164         --with-gnu-as and --with-gnu-ld to not get confused by substring
11165         matches.
11167         * configure.in: Don't build gas for alpha-dec-osf1*.
11169 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
11171         * configure:  Back out Per's change of 12/19/1993.  It changes the
11172         behavior of configure in unexpected and confusing ways.
11174         Also, use different delim char when calculating
11175         program_transform_name so that the name can contain slashes.
11177 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
11179         * configure.in, config.sub: Add support for VSTa micro-kernel.
11181 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
11183         * configure.in: Nuke hacks which were used to get a special
11184         version of GAS for HPPA configurations.
11186 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
11188         * configure:  If only ${target_alias} is given, use that
11189         as the default for ${host_alias}.
11190         * configure:  Add missing back-slashes before nested quotes.
11192 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
11194         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
11196 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
11198         * config.guess:  Recognize some Tektronix configurations.
11199         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
11201 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
11203         * config.sub: Match any flavor of SH.
11205 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
11207         * configure.in: Don't try to configure newlib for Alpha.
11209 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11211         * configure.in: Don't build ld for Irix 5.  Don't build gas,
11212         libg++ or libio for any Alpha target.
11214         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
11216 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
11218         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
11219         default arguments -- so it tried to compress itself.
11221 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
11223         * configure.in (notsupp): ensure that a space is always at the end
11224           of the configdirs list, since the grep checks for an explicit space
11226 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11228         * configure.in (target i386-sysv4.2): don't build ld, since static
11229           versions of many libraries are not available.
11231 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11233         * config.guess: Recognize Apollos (using environment variables).
11234         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
11236 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11238         * config.guess: Recognize Sony news mips running newsos.
11240 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
11242         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
11243         "fi ; else" for bash.
11245 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
11247         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
11249 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
11251         * config.sub: accept unixware as an alias for svr4.2.
11252         Fix some inconsistancies with the gcc version.
11254 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11256         * Makefile.in (DISTDOCDIRS):  Add gdb.
11258 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
11260         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
11262 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
11264         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
11265         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
11266         this now.
11268 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11270         * config.sub: Accept hiux* as an OS name.
11272         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
11273         etc/make-stds.texi.  The underscore came from gcc, and dje now
11274         agrees that RUNTESTFLAGS is the correct name.
11276 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
11278         * install.sh:  Remove 'set -e'.  It makes any conditionals
11279         in the script useless.
11281         * config.guess: Automatically recognize arm-acorn-riscix
11282         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
11284 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
11286         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
11288 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
11290         * Makefile.in (DISTDOCDIRS): New variable.
11291         (taz): Edit local Makefile.in sooner, instead of proto-toplev
11292         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
11294 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11296         * configure.in (hppa target): check the source directory for the
11297           pagas sub-directory
11299 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
11301         * config.sub: Allow -aout* and -elf*.
11303 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
11305         * configure.in: Don't build ld on i386-solaris2, same as for
11306         sparc-solaris2.
11308 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
11310         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
11312 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11314         * configure.in:  Configure gdb for alpha.
11316 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11318         * Makefile.in (CXXFLAGS): Add -O.
11320 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11322         * config.guess: added support for DG Aviion
11324 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
11326         * configure.in: Produce warning message for subdirectories not
11327         configurable for this host/target combination.  Don't try to
11328         configure gdb for vms.
11330 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
11332         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
11333         appropriate files before making "diststuff".
11334         (DISTBISONFILES): New var: list of files to be edited.
11335         (DISTSTUFFDIRS): Add binutils.
11337 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11339         * config.sub: also handle mipsel and mips64el (for little endian mips)
11341 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11343         * configure.in: Add * to end of all OS names.
11345 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
11347         * configure.in: Build newlib for LynxOS native.
11349 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11351         * config.guess: Add support for delta 88k running SVR3.
11353         * configure.in: Add comment about HP compiler vs. emacs.
11355 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11357         * configure.in: don't build ld on solaris2 (not a viable option
11358           due to bugs in getpwnam & getpwuid)
11360 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
11362         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
11363         config.guess will produce a full version number.
11365 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11367         * configure.in: Build linker and binutils for alpha-dec-osf1.
11369 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11371         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
11372         and gdb/testsuite/Makefile.in.
11374 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11376         * configure.in: recognize mips*- instead of mips-
11378 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
11380         * config.sub: Accept linux*coff and linux*elf as operating
11381         systems.
11383 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11385         * config.sub: Recognize mips64, and mips3 as an alias for it.
11387 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11389         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
11390         gdb knows how to handle OSF/1 shared libraries.
11392 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11394         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
11395         * config.guess: Recognize Hitachi's HIUX.
11396         * config.sub: Recognize h3050r* and hppahitachi.
11397         Remove redundant cases for hp9k[23]*.
11399 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11401         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
11402         if gas and ld are in the source tree and are in ${configdirs}.
11403         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
11404         --with options (but still pass them down on the command line,
11405         if they were explicitly specified).
11407 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11409         * configure: substitute SHELL value in Makefile.in with
11410         ${CONFIG_SHELL}
11412 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11414         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
11415         *-*-solaris2* targets.
11417 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11419         * Makefile.in: define M4, and pass it down to sub-makes;
11420         all-autoconf now depends on all-m4
11422 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11424         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
11425         presence of {ar,ranlib} instead of a configured directory
11427 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
11429         * config.guess: Accept 34?? as well as 33?? for NCR.
11431 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11433         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
11434         of 'gas' in sed commands, since 'gash' is now in the tree as well.
11436 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11438         * configure: grab values for $(CC) and $(CXX) from the
11439         environment, so that someone can do "CC=gcc configure; make" and
11440         have it work right (matching the way that autoconf works now)
11442         * configure.in, Makefile.in: add support for gash, the tcl
11443         interface to Galaxy
11445         * config.guess: add NetBSD variants (hp300, x86)
11447 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
11449         * install.sh: Support -d option (in the manner of SunOS 4 install,
11450         as it is more deterministic than that of GNU install)
11451         (chmodcmd): Set file to mode 755 by default (should also do default
11452         chgrp and chown, but I don't feel like dealing with that now)
11454 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
11456         * config.sub: Remove h8300hhms alias.
11458 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11460         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
11462 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11464         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
11465         as stmp-fixinc
11467 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
11469         * config.sub: recognize m88110-bug-coff.
11471 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11473         * Makefile.in (all-libio): all dependencies on the toolchain used
11474         to build this (gcc, gas, ld, etc)
11476 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11478         * config.guess: Deal with OSF/1 1.3 on alpha.
11480 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11482         * install.sh: add some 'else true' clauses for portability
11484         * configure.in: don't build libio for h8[35]00-*-* targets
11486 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
11488         * Makefile.in:  Add support for new libio.
11490 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11492         * install.sh: If one command fails, don't try the rest.  Don't try
11493         to remove $dsttmp (via trap) unless we have already created it.
11494         If $src doesn't exist, detect it and exit with an error.
11496         * config.guess: Recognize BSD on hp300.
11498 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
11500         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
11501         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
11503 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
11505         * Makefile.in (all-send-pr): depends on all-prms
11507 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11509         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
11511 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11513         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
11514         Added test for mips-mips-riscos5.
11516 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11518         * configure.in: use mh-hp300 for 68k HP hosts
11520 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11522         * configure: add support for CONFIG_SHELL, so that you can use
11523         some alternate shell for evaluating configure scripts
11525 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
11527         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
11528         in configure script to bug-gdb@prep.ai.mit.edu when building
11529         distribution archive.
11530         * Makefile.in (COMPRESS):  Remove def.
11531         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
11532         gdb.tar.Z and make-gdb.tar.Z respectively.
11533         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
11534         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
11535         to convergence with 'taz' target in Makefile.in.
11537 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11539         * install.sh (dsttmp): use trap to ensure that tmp files go
11540         away on error conditions
11542 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11544         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
11546 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11548         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
11549         its parent is '/' not ''.
11551         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
11553 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
11555         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
11556         that ${newsrcdir}/configure.in does.
11558 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11560         * test-build.mk: support for CONFIG_SHELL
11562 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
11564         * config.sub (netware):  Add as a basic system type.
11566 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
11568         * Makefile.in (Makefile): depend on configure.in.  Also drop the
11569           $(srcdir)/ from the dependency on Makefile.in.
11571 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
11573         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
11574         (h8300hhms is temporary until multi-libraries are implemented).
11575         * configure.in: Handle h8300h too.
11577 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11579         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
11581 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
11583         * configure:  Remove extraneous output when guessing host type.
11584         * config.guess:  Remove extraneous output when guessing using C
11585         compiler rather than uname, or when guessing fails.
11587 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
11589         * Makefile.in: remove all.cross and install.cross targets
11591         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
11592           definitions
11594 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
11596         * configure.in (target sh): Build gprof.
11598 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11600         * config.sub: change -solaris to -solaris2
11602 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11604         * configure.in: Use config/mh-riscos for mips-*-sysv*.
11606 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
11608         * configure: Correct error message for missing Makefile.in to
11609         print correct directory.
11611 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11613         * install.sh: kludge around 386BSD shell bug
11615 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
11617         * config.guess:  Recognize NeXT.
11618         * config.guess:  Recognize i486-ncr-sysv4.
11619         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
11621 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
11623         * Makefile.in (MAKEINFOFLAGS): New variable.
11624         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
11625         * build-all.mk, test-build.mk: Pass down --no-split as
11626         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
11628 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
11630         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
11632 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
11634         * Makefile.in (libg++.tar.z):  New rule.
11635         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
11636         * Makefile.in (taz):  Only do a single chmod.
11638 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
11640         * install.sh: don't use dirname anymore (replaced with sed usage)
11642 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
11644         * Makefile.in:  Change extension for gzip'd files from '.z' to
11645         '.gz' per new FSF standard usage.
11647 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
11649         * configure: put quotes around the final value of program_transform_name
11651 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11653         * Makefile.in: new install.sh support; update install-info rules
11655 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
11657         * configure.in: Build diff for crosses, but not for go32 host.
11659         * configure.in: Build gprof only for native, and don't build it
11660         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
11662 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
11664         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
11666 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
11668         * configure.in (host_tools): Add prms.
11670 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11672         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
11673         with $(FLAGS_TO_PASS) on the command line
11675         * config.sub: Recognize lynx and lynxos
11677 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
11679         * config.sub: Accept -ecoff*, not just -ecoff.
11681 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
11683         * Makefile.in (taz): Use .gz suffix instead of .z.
11684         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
11685         names.
11687 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11689         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
11691 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11693         * Makefile.in (install-no-fixedincludes):  install gcc last, so
11694         that rebuilds that might happen during 'make install' don't get
11695         bogus gcc include files
11697 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
11699         Change from Utah for HPPA support:
11700         * config.guess: Recognize hppa1.x-hp-bsd.
11702 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
11704         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
11705         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
11707 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
11709         * config.sub: Add support for rom68k and bug boot monitors.
11711 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
11713         * Makefile.in: Make all-opcodes depend on all-bfd.
11715 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
11717         * config.guess: Added special check for i[34]86-univel-sysv4*.
11719 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
11721         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
11722         the processor rather than assuming i486.
11724 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11726         * config.guess: Recognize SunOS6 as Solaris3.
11728 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
11730         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
11731         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
11733 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
11735         * build-all.mk (all-cross): New target for Canadian Cross.
11736         Added Q2 go32 targets.
11737         * test-build.mk: Configure go32 cross sparclite-aout and
11738         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
11739         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
11741 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11743         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
11744         GO32 hosted toolchains
11746 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
11748         * configure: change  so "-exec-prefix" gets passed down rather
11749         than "-exec_prefix" so autoconf generated Makefiles get the
11750         exec_prefix set right.
11752 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11754         * config.guess: get the Solaris2 minor version number
11756         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
11758 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
11760         * config.guess: Recognize some Sequent platforms.
11762 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11764         * Makefile.in: added the vault-install target
11766         * configure.in: actually use the Sun3 makefile fragment that's in
11767         config, also added the release dir to configdirs
11769 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
11771         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
11773 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11775         * configure.in: remove some program from Alpha targetted toolchains
11777 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
11779         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
11780         gprof.
11781         (taz): Run "make diststuff" in those directories instead of "make
11782         proto-dir".  Look for "VERSION=" only at start of line in subdir
11783         Makefile.  Use "gzip -9" for compression.
11784         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
11785         (binutils.tar.z): New target.
11787 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
11789         * Makefile.in (taz): Include gpl.texinfo.
11791 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
11793         * Makefile.in (setup-dirs): Merged into "taz" target.
11794         (taz): Only do `proto-dir' stuff if a directory is actually needed
11795         for this target.
11797 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
11799         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
11800         (FLAGS_TO_PASS): Pass down MUNCH_NM.
11801         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
11802         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
11803         (gcc-no-fixedincludes): Correct for current gcc Makefile.
11805 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
11807         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
11808         config.sub, and move-if-change to gdb testsuite distribution
11809         archive, so the testsuite can be extracted, configured, and
11810         run separately from the gdb distribution.  Blow away the Chill
11811         tests that require a Chill compiled executable, since GNU Chill
11812         is not yet publically available.
11814 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11816         * test-build.mk: set environment variables in a single command,
11817         instead of a list of assignments and exports
11819         * config.guess: recognize Alpha/OSF1 systems
11821 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
11823         * configure: Change help message to prefer --options rather than
11824           -options.
11826 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
11828         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
11829         zippy@ecst.csuchico.edu.
11830         * config.guess: Recognize miniframe.
11832 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
11834        * Makefile.in: Use srcroot to find runtest rather than rootme.
11835        Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
11837 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
11839         * test-build.mk: Extensive additions to support building on a
11840         machine other than the host.
11842 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
11844         * configure (tooldir): Fix for i386-aix again.
11846 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
11848         * configure, Makefile.in:  Change definition of $(tooldir)
11849         to match the FSF.
11851 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
11853         * config.guess:  Recognize i[34]86/SVR4.
11855 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
11857         * Makefile.in (all-gdb): gdb depends on sim.
11859 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
11861         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
11862         at the same time we make the prototype gdb directory.
11863         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
11864         files at the same time as the gdb base release distribution.
11866 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
11868         * Makefile.in (check): Use individual check targets rather than
11869         DO_X rule.
11870         (check-gcc): Added.
11872 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
11874         * config.sub: Use sysv3.2 not sysv32 for canonical OS
11875         for System V release 3.2.
11877 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
11879         * config.sub: Recognize hppaosf.
11880         * configure.in: Do configure ld/binutils/gas for it.
11882 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
11884         * configure (tooldir): Alter syntax used to set this, for systems
11885         where "\$" isn't handled right, like i386-aix.
11887 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
11889         * configure: Pass program-transform-name, not
11890         program_transform_name, to recursive configures.
11892 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
11894         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
11895         of gas+ld+binutils.
11897 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
11899         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
11901 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11903         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
11905 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
11907         * Makefile.in (PRMS): Set back to all-prms.
11909 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
11911         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
11912         targets, rather than for MIPS hosts.
11914 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11916         * configure.in: add comment for --with-x default values
11918         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
11920         * Makefile.in: add check-* targets for each of the directories in
11921         the tree.  Add a definition of RUNTEST that will use the one we
11922         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
11924 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
11926         * configure.in: Removed obsolete references to bfd_target and
11927         target_makefile_frag.
11929         * build-all.mk: Set assorted targets for Q2.
11930         * config.sub: Recognize z8k-sim and h8300-hms.
11931         * test-build.mk: Really don't pass host to configure.
11932         (HOLES): Added uname.
11934 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
11936         * configure: Handle an empty program-prefix, program-suffix or
11937         program-transform-name correctly.
11939 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
11941         * build-all.mk: -G 8 no longer required for MIPS targets.
11942         * test-build.mk: Don't pass host argument to configure; make it
11943         guess.
11945 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
11947         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
11948         * Makefile.in (COMPRESS):  New macro, like GZIP.
11950 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
11952         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
11954         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
11955         with gas currently defaults to -G 0.
11957 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
11959         * Makefile.in (all-flex): flex depends on byacc.
11961         * build-all.mk: If host not specified, use config.guess.  Pass TAG
11962         to test-build.mk as RELEASE_TAG.
11963         * test-build.mk (configargs): New variable containing arguments to
11964         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
11965         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
11967         * config.guess: Use /bin/uname when checking -X argument on SCO,
11968         to avoid invoking GNU uname which doesn't understand -X.
11970         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
11972         * configure.in: Build gas for mips-*-*.
11974 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
11976         * Makefile.in (all.normal): insert missing backslash.
11978 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
11980         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
11982         * Makefile.in: Complete overhaul to merge many almost identical
11983         targets.
11985 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
11987         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
11988         (gdb.tar.Z): Adjusted.
11990         * Makefile.in (setup-dirs, taz): New targets; should be general
11991         enough to adapt for gdb sometime.  Build only .z file.
11992         (gas.tar.z): New target.
11994 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
11996         * build-all.mk: Use CC=cc -Xs on Solaris.
11998 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
12000         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
12001         for handling BISON for FSF releases.
12003 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
12005         * configure: Actually implement the change zoo just documented.
12007 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
12009         * configure: when using config.guess, only set target_alias when
12010         it's not already been set (ie, on the command line)
12012 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12014         * Makefile.in: add installcheck target, set PRMS to install-prms
12016 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12018         * configure: add support for package_makefile_fragment, handle the
12019         case where a directory has a configure.in file but no Makefile.in
12020         more gracefully (with an actual understandable error message, even);
12021         add support for --without (and add this to the usage message); also
12022         explicitly add a --host=${host_alias} to the command line when
12023         config.guess is used
12025 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
12027         * configure: Must use both --host and --target in recursive calls.
12029 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
12031         * Makefile.in: Change deja-gnu to dejagnu.
12033 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
12035         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
12037 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12039         * configure.in: canonicalize all instances to *-*-solaris2*,
12040         also strip out a number of tools to not build for go32 host
12042 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
12044         * config.guess: add GPL.
12046         * Makefile.in, config.guess, config.sub, configure: bump
12047           copyrights to 93.
12049 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
12051         * Makefile.in (do-info): Removed obsolete check for existence of
12052         localenv file.
12054         * Makefile.in (MAKEOVERRIDES): Define to be empty.
12056 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12058         * Makefile.in: a couple of 'else true' for decstation,
12059         support for TclX
12061         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
12063 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
12065         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
12067 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
12069         * config.guess: Recognize i386-ibm-aix (PS/2).
12070         * configure.in: Use config/mh-aix386 file for it.
12072 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
12074         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
12075         CC_FOR_TARGET instead.
12076         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
12078 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
12080         * Makefile.in: Add sim to list of directories sent with gdb
12082 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
12084         * configure.in: Put back mips-dec-bsd* case.
12086 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
12088         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
12089         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
12090         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
12092 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12094         * configure.in: remove no-op mips-dec-bsd* in "case $target"
12096         * Makefile.in (dir.info): only run gen-info-dir if it exists,
12097         (install-info): install dir.info only if it exists,
12098         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
12100 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
12102         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
12103         gas for mips-dec-bsd.
12105 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
12107         * configure (makesrcdir): If ${srcdir} is relative and not ".",
12108         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
12110 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
12112         * configure.in: Added "dejagnu" to hosttools list.
12114 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
12116         * config.sub, configure.in, config.guess:  Add support
12117         for Bosx, an AIX variant from Bull.
12118         Patches from F.Pierresteguy@frcl.bull.fr.
12120 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
12122         * devo/dejagnu: Initial creation of devo/dejagnu.
12123         Migrated dejagnu testcases and support files for testing software
12124         tools to reside as subdirectories, currently called "testsuite",
12125         within the directory of the software tool.  Migrated all programs,
12126         support libraries, etc. beloging to dejagnu proper from
12127         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
12128         with no modifications.  The changes to these files which will
12129         allow them to configure, build, and execute properly will be made
12130         in a future update.
12132 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
12134         * Makefile.in: Change send_pr to send-pr.
12135         * configure.in: Likewise.
12136         * send_pr: Renamed directory to send-pr.
12138 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
12140         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
12142 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
12144         * README:  Update for gdb-4.8 release.
12145         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
12146         gdb-xxx.tar.z (gzip'd) file also.
12148 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12150         * Makefile.in: make all-diff depend on all-libiberty
12152 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
12154         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
12156 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12158         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
12160 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
12162         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
12163         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
12164         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
12166 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12168         * Makefile.in:  makeinfo binary is in a new location
12170 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
12172         * config.sub: Accept -ecoff as an OS.
12174         * Makefile.in: Various changes to eliminate a level of make
12175         recursion and reduce the required command line length.
12176         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
12177         sub-makes.
12178         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
12179         variables holding settings for specific sub-makes.
12180         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
12181         in terms of BASE_FLAGS_TO_PASS.
12182         (TARGET_LIBS): New variable listing directories which use
12183         TARGET_FLAGS_TO_PASS.
12184         (subdir_do): Eliminated.
12185         (do-*): New set of targets to replace subdir_do.
12186         (various): All targets which used subdir_do now depend on do-*.
12187         (local-clean): Renamed from do_clean.
12188         (local-distclean): New target, dependency of distclean and
12189         realclean.
12190         (install-info): Don't create directories.  Depend on dir.info
12191         rather than calling make recursively.
12192         (install-dir.info): Eliminated.
12193         (install-info-dirs): Create all info directories here.
12194         (dir.info): Depend upon do-install-info.
12196         * test-build.mk (HOLES): Added false.
12198 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
12200         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
12202 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12204         * Makefile.in (info): remove dependency on all-texinfo.  The
12205         problem was really in texinfo/C, not at this level.
12207 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
12209         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
12211 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
12213         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
12214         GDB releases.
12216 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
12218         * configure: Include srcdir in message about target of link not
12219         being found.  Don't convert `-' to `_' in `with' options being
12220         passed to subdirs.
12222 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12224         * configure.in: add uudecode to host_tools
12226         * Makefile.in: added {all,install}-uudecode targets, added them to
12227         the appropriate lists
12229 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
12231         * Makefile.in (all-gcc): Added dependency on all-gas.
12233         * configure.in (mips-*-*): Build ld and binutils.
12235 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
12237         * configure: check return code from mkdir, print error message and
12238           exit on failure.
12240 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
12242         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
12244 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
12246         * test-build.mk (HOLES): Added tar, cpio and uudecode.
12248 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
12250         * config.sub (h8500):  Recognize this as a cpu type.
12252 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12254         * configure: source directory missing is no longer a warning
12256         * configure.in: recognize irix[34]* instead of irix[34]
12258         * Makefile.in: define and pass down X11_LIB
12260 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
12262         * guess-systype: Renamed to ...
12263         * config.guess:  ... by popular request.
12264         * configure.in, Makefile.in:  Update accordingly.
12266 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
12268         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
12269         + Add Convex, Cray/Unicos, and Encore/Multimax support.
12270         + Execute ./dummy instead of assuming . is in PATH.
12272 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
12274         * guess-systype:  New shell script.  Attempts to guess the
12275         canonical host name of the executing host.
12276         Only a few hosts are supported so far.
12277         * configure:  Call guess-systype if no host is specified.
12279 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
12281         * Makefile.in (gcc-no-fixedincludes): Made to work with current
12282         gcc Makefile.
12285 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
12287         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
12288         (all-gcc, install-gcc, subdir_do): Use it.
12290 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
12292         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
12294 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
12296         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
12297           set exclusively by configure, using configure.in .
12299 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12301         * test-build.mk: set $PATH for all builds
12303         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
12305 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
12307         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
12308         the one used in gcc/Makefile.in, so that a null expansion doesn't
12309         override the one needed to build gcc with a native cc.
12312 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
12314         * configure: Accept -with arguments.
12316 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
12318         * Makefile.in: added h8300sim
12320 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
12322         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
12323         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
12324         (all-cygnus, native, build-cygnus): Make
12325         $(canonhost)-stamp-3stage-done, not $(host)....
12326         * test-build.mk (stamp-3stage-compared): Use tail +10c for
12327         i386-sco3.2v4.  Added else true to if command.
12329 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
12331         * config.sub: (from FSF) Sequent uses a BSD-like OS.
12333 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
12335         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
12337 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12339         * configure.in: don't remove binutils from Solaris builds
12341 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
12343         * Makefile.in: get rid of earlier definitions for *clean,
12344         also handle the recursive info rule better
12346 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
12348         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
12349         do more-or-less the right thing.
12351 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
12353         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
12354         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
12356 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12358         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
12359         $(host_canonical).
12361         * configure.in: split the configdirs list into 4 categories (native
12362         v. cross, library v. tool) and handle the cross-only and native-
12363         only in more reasonable (and correct!) way.
12365 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
12367         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
12368         configdirs anymore.
12370 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12372         * Makefile.in: extensive cleanup::  removed all of the explicit
12373         clean-* targets, collapsed many wrappers around subdir_do into
12374         one, added additional targets to satisfy standards.texi, deleted
12375         some old targets, some changes for consistency
12377 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12379         * configure.in: handle some programs as cross-only, and others as
12380         native only
12382         * test-build.mk: handle partial holes in a more generic manner
12384         * Makefile.in: m4 depends on libiberty
12386 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12388         * configure.in: add m4, textutils, fileutils, sed, shellutils,
12389         time, wdiff, and find to configdirs
12391         * Makefile.in: all, clean, and install rules for the new programs
12392         added to configure.in
12394 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12396         * configure.in: use mh-sun for all *-sun-* hosts
12398 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12400         * Makefile.in: define flags for X11 include files and library file
12401         locations, pass them down to the programs that need this info
12403         * build-all.mk: added a 'native' target, to 3stage the native toolchain
12405 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12407         * configure.in: start building libg++ for HP-UX targets
12409 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
12411         * README:  Update references to files moved into etc/.
12413 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
12415         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
12416         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
12418 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
12420         * configure: accept dash as well as underscore in long option
12421         names for FSF compatibility.
12423 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
12425         * config.sub: added -sco3.2v4 support from FSF.
12427 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12429         * configure.in: expand the section that adds or removes
12430         directories from the list of programs to build, to handle native
12431         vs. cross in addition to host v. native
12433 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
12435         * Makefile.in:  Replace C++ in macro names with CXX.
12436         This is less likely to break ...
12438 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12440         * test-build.mk: add -w to GNU_MAKE
12442 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12444         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
12445         add 'sparc' to list of recognized cpus.  This needed to make
12446         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
12447         Delete some redundant ose68 variants.  Recognize -wrs as an os,
12448         then changes that into $CPU-wrs-vxworks.
12450         * configure.in: remove most references to gdbtest, regularize
12451         target based program removal
12453         * test-build.mk: import from p3 tree (many fixes and changes)
12455 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
12457         * Makefile.in: added rules to handle tcl, tk, and expect
12459         * configure.in: handle those directories if they exist
12461 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12463         * config.sub: removed bogus hppabsd and hppahpux names, since
12464         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
12466 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12468         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
12469         depends upon all-xiberty
12471         * Makefile.in: changes from p3, including:
12473         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
12475         * Makefile.in (XTRAFLAGS): include newlib directories if
12476         newlib/Makefile exists, rather than if host != target.
12478         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
12480         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
12481         from the same source tree and not building a cross-compiler.  This
12482         matters for the libg++ configuration if reconfiguring a tree that
12483         has already been installed.
12485         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
12487         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
12488         pick up the machine and system specific header files.
12490         * Makefile.in: added AS_FOR_TARGET, passed down in
12491         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
12492         the C compiler to use to create programs which are run in the
12493         build environment, set it to default to $(CC), and passed it down
12494         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
12496         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
12498         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
12499         We need them for unusual native builds, like systems without
12500         ranlib.
12502         * configure: also define $(host_canonical) and
12503         $(target_canonical), which are the full, canonical names for the
12504         given host and target
12506 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
12508         * Makefile.in:  Added separate definitions for C++.
12510 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
12512         * configure.in (configdirs):  Add deja-gnu.
12514 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
12516         * README:  Update for configure.texi and gdb-4.7 release.
12518 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
12520         * Makefile.in:  Move "all" target to top of file.
12521         Previously, first target was ".PHONY" which caused BSD4.4 make
12522         to build .PHONY when make was run without arguments.
12524 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
12526         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
12527         Library-copylefted code in libiberty.
12529 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
12531         * config.sub:  Replace m68kmote with plain old m68k.
12533 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
12535         * Makefile.in:  Remove space from blank line, avoid Make complaints.
12537 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
12539         * config.sub: Complain if no argument is given.  Added support for
12540         386bsd as OS and target alias.
12542 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
12544         * Makefile.in (XTRAFLAGS): include newlib directories if
12545         newlib/Makefile exists, rather than if host != target.
12547 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
12549         * config.sub: recognize sparclite-wrs-vxworks.
12551         * Makefile.in (install-xiberty): added *-xiberty make rules (from
12552         p3.) Added clean-xiberty to clean.
12554 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12556         * configure.in: use *-*-* instead of nested cases for host and target
12558 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
12560         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
12561         from the same source tree and not building a cross-compiler.  This
12562         matters for the libg++ configuration if reconfiguring a tree that
12563         has already been installed.
12565 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
12567         * config.sub (i486v/i486v4):  Merge in from FSF version.
12569 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
12571         * configure: only set PWD if it is already set.
12573 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
12575         * configure: just set PWD=`pwd` at the top, since Ultrix sh
12576         doesn't have unset and all success paths (and most error paths)
12577         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
12578         to just ${PWD} to avoid confusion.)
12580 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
12582         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
12583         even for a native compilation.
12585 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
12587         Changes to make the gdb.tar.Z rule work better.
12589         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
12590         (DEVO_SUPPORT):  Add configure.texi.
12591         (bfd-ilrt.tar.Z):  Remove ancient rule.
12593 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
12595         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
12596         pick up the machine and system specific header files.
12598         * configure.in, config.sub: added new target m68010-adobe-scout,
12599         with alias of adobe68k.  Changed configure.in to check for
12600         -scout before -sco* to avoid a false match.
12602         * Makefile.in: added AS_FOR_TARGET, passed down in
12603         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
12604         the C compiler to use to create programs which are run in the
12605         build environment, set it to default to $(CC), and passed it down
12606         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
12608 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
12610         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
12611         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
12612         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
12613         FOR_TARGET variants, to newlib and libg++.
12615 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
12617         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
12618         first.
12620 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
12622         * config.sub:  Accept `elf' as an environment.
12624 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
12626         * Makefile.in (all-opcodes):  cd into the right directory
12628 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
12630         * configure: added -program_transform_name option, used as
12631         argument to sed when installing programs.
12632         configure.texi: added documentation for -program_prefix,
12633         -program_suffix and -program_transform_name.
12635 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
12637         * config.sub:  Accept i486 where i386 ok.
12639 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
12641         * config.sub: accept we32k
12643 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
12645         * config.sub, configure.in: accept OSE68000 and OSE68k.
12647         * Makefile.in: don't create all directories for ``make install'';
12648         let the subdirectories create the ones they need.
12650 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12652         * COPYING: new file, GPL v2
12654 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12656         * Makefile.in: use the new gen-info-dir, which needs a template
12657         argument (which also lives in texinfo)
12659         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
12661 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
12663         * config.sub (ncr3000):  Change i386 to i486.
12665 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12667         * Makefile.in: add install-rcs, install-grep to
12668         install-no-fixedincludes, removed install-bison and install-libgcc
12670 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
12672         * configure.in: grab the HPUX makefile fragment if on HPUX
12674 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
12676         * Makefile.in: eradicate bison spoor (ditto libgcc).
12677          configure.in: recognise m68{k,000}-ericsson-OSE.
12678          es1800 is alias for m68k-ericsson-OSE
12680 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12682         * configure.in: rearrange the parts that remove programs from
12683         configdirs, based now on HOST==TARGET or by canonical triple.
12685 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12687         * test-build.mk: recurse explicitly with -f test-build.mk when
12688           appropriate.  predicate stage3 and comparison on the existence
12689           of gcc.  That is, if gcc isn't around, we aren't three-staging.
12690           On very clean, also remove ...stamp-co.  Build in-place before
12691           doing other builds.
12693 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
12695         * Makefile.in, configure.in: add tgas
12697 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12699         * Makefile.in: a number of changes merged in from progressive.
12701         * configure.in: add libm.
12703         * .cvsignore: ignore some stuff that comes from test-build.mk.
12705 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
12707         * config.sub:  Add es1800 (m68k-ericsson-es1800).
12709 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
12711         * configure: Add program_suffix (parallel to program_prefix)
12712         * Makefile.in: adjust directory-creating script for losing decstation
12714 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
12716         * configure:  Minor $subdir-related fixes.
12718 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
12720         * configure: fix various problems with propogating
12721         makefile_target_frag in subdirs.
12722         * configure.in: config libgcc if its there
12724 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
12726         * config.sub:  HPPA merge.
12728 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
12730         * Makefile.in:  Replace all-bison with all-byacc in all
12731         dependency lines for other tools (which now use byacc).
12733 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
12735         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
12737 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
12739         * Makefile.in: make gprof rules similar to byacc rules (instead of
12740         vestigal $(unsubdir) that didn't work...)
12742 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
12744         * config.sub:  Add support for Linux.
12745         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
12746         (at least for libg++).
12748 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
12750         * configure.texi: fix doc for the -nfp option to configure
12752 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
12754         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
12756 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
12758         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
12759         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
12760         * configure.in: added solaris* host_makefile_frag hook.
12762 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12764         * config.sub: changed recognition of m68000 so that various
12765         m68k types can be specified via m680[01234]0
12767 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12769         * config.sub (basic_machine): fix sed so that '-foo' isn't
12770         completely substituted out while .+'-foo' loses the '-foo'
12772 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
12774         * config.sub ($os): Add -aout.
12776 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
12778         * configure:  If host_makefile_frag is absolute, don't
12779         prefix ${invsubdir} (relevant to libg++ auto-configure).
12781 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
12783         * Makefile.in (tooldir): Define it.
12784         (all-ld): Depend on all-flex.
12786 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
12788         * Makefile.in (check):  Fix libg++ special case.
12790 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
12792         * configure: do not bury `pwd` into config.status, thus do fewer
12793           pwd's.
12795         * configure: print the "Building in" message only when building in
12796           other than "." AND verbose.
12798         * configure: remove -s, rework -v to better accomodate guested
12799           configures.
12801         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
12803 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
12805         * Makefile.in: macroize flags passed on recursion.  remove
12806           fileutils.
12808 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
12810         * configure: get makesrcdir right for subdirs deeper than 1.
12812         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
12813           install.
12815 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
12817         * Makefile.in: don't print subdir_do or recursion lines.
12819 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
12821         * standards.texi: added menu item.
12823         * Makefile.in: build and install standards.info.
12825         * standards.texi: new file.
12827 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12829         * configure: test for and move config.status pieces from
12830           ${subdir}/.
12832 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
12834         * configure:  Test for existance of files before trying to mv
12835         them, to avoid numerous non-existance messages.
12837 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
12839         * configure: correct final line of config.status.
12841         * configure: patch from eggert.  Avoids a protection problem if
12842           the original Makefile.in is read only.
12844         * configure: use move-if-change from gcc to create config.status.
12845           Some makefiles depend on config.status to tell if a directory
12846           has been reconfigured for a different host.  This change
12847           prevents those directories from remaking everything in the case
12848           where the reconfig was only intended to rebuild a Makefile.
12850         * configure: test for config.sub with "config.sub sun4" rather
12851           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
12852           host alias from a missing config.sub.
12854 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12856         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
12857           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
12859 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
12861         * configure: mkdir ${subdir} as needed.
12863 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
12865         * Makefile.in,configure.in: added autoconf.
12867 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12869         * Makefile.in: no longer pass against on recursion.
12871         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
12872           definitions are not inherited.
12874         * configure: correct makesrcdir when subdir is .
12876 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
12878         * configure:  Add support for 'subdirs' variable, which is
12879         like 'configdirs', except that configure doesn't re-invoke
12880         itself for subdirs, it just creates a Makefile for each subdir.
12881         * configure.texi:  Document subdirs.
12883 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12885         * configure.in: added flex to configdirs
12887 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
12889         * Makefile.in: remove clean-stamps from clean.
12891 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
12893         * configure.in:  Add gdbtest to configdirs.
12895 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
12897         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
12898         to recursive makes.
12899         * configure.in:  Recognize new ncr3000 config.
12901 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
12903         * Makefile.in, configure.in: removed references to gdbm.
12905 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
12907         * config.sub:  Don't canonicalize os value
12908         newsos* to bsd (readline needs to check for newsos).
12909         (This fix was earlier made Jan 31, but got re-broken.)
12911 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
12913         * configure.in:  sco is an os, not a vendor!
12915         * configure:  Quote $( better.  Keep various shells happy.
12917 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
12919         * Makefile.in: eliminate stamp-files.
12921 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
12923         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
12924           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
12926 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
12928         * config.sub:  fix iris/iris3.
12930 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
12932         * configure: re-add -rm.
12934 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
12936         * Maskefile.in: add .stmp-rcs to all.
12938         * configure.in: remove gas from rs6000 build, use aix host fragment.
12940 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
12942         * configure: pass down site_option during recursion.
12944 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
12946         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
12948 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
12950         * configure: Change exec_prefix so that it really defaults to prefix.
12952 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
12954         * Makefile.in, configure.in:  Add support for mmalloc library.
12956 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
12958         * Makefile.in: add stmp dependencies for a few more things.
12960 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
12962         * configure: adjusted error message on objdir/srcdir configure
12963           collision, per john's suggestion.
12965         * Makefile.in: add libiberty stmp to all and all.cross.
12967 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
12969         * Makefile.in: remove force dependencies, add grep to all.
12971 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
12973         * Makefile.in: drop flex.  make stamp files work.
12975         * configure: added test for conflicting configuration in srcdir,
12976           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
12977           gets cranky.  use relative paths for configure and srcdir
12978           whenever possible.  Send some error messages to stderr that were
12979           going to stdout.
12981 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
12983         * Makefile.in:  Fix libg++ rule to check for gcc directory
12984         before using gcc/gcc.  Also pass XTRAFLAGS.
12986 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
12988         * Makefile.in: added stmp-files so that directories aren't polled
12989           when they are already built.
12991         * configure.texi: fixed a node pointer problem.
12993 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
12995         * config.sub configure.in gdb/configure.in
12996         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
12997         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
12998         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
13000 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
13002         * configure: -recurring becomes -silent.  corrected help message
13003           for -site= option.
13005         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
13007 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
13009         * configure: when building Makefile for crosses, replace
13010           tooldir and program_prefix.  default srcdir from location of
13011           config.sub.  remove "for host in hosts" and "for target in
13012           targets" loops.
13014 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
13016         * Makefile.in: Do not pass bindir or mandir to cvs.
13018 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
13020         * Makefile.in, configure.in: removed traces of namesubdir,
13021           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
13022           copyrights to '92, changed some from Cygnus to FSF.
13024         * configure.texi: remove most references to multiple hosts,
13025           multiple targets, subdirs, etc.
13027         * configure.man: removed rcsid. reference config.sub not
13028           config.subr.
13030         * Makefile.in: mkdir $(infodir) on install-info.
13032 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
13034         * configure.texi:  Explain better about .gdbinit and about
13035         the environment that configure.in sections run in.
13037 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
13039         * configure.in:  Ultrix is only a decstation if it's a MIPS.
13041 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
13043         * README:  DOC.configure => cfg-paper.texi.
13045 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
13047         * config.sub (near case $os):  Don't convert newsos* to bsd!
13049 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
13051         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
13052         the number of copies of COPYING that go into the GDB tar file.
13054 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
13056         * bfd/configure.in, gdb/config/mh-i386sco,
13057         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
13058         Fix SCO configuration stuff.
13060 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
13062         * Makefile.in:  For libg++, make sure the -I pointing
13063         to the gcc directory goes *after* all the libg++-local -I flags.
13064         Also, move just-gcc dependency from just-libg++ to all-libg++.
13066 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
13068         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
13070 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
13072         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
13074 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
13076         * config.sub:  Add stratus configuration frags.  Also
13077         submitted to FSF.
13079 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
13081         * Makefile.in (DEV_SUPPORT):  add configure.man.
13083         * config.sub(Decode manufacturer-specific):  add -none*.
13085 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
13087         * Makefile.in:  remove form feeds to make Sun's make happy.
13088         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
13090 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
13092         * Makefile.in (AR_FLAGS):  Make quieter.
13094 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
13096         * configure.in:  Add libg++.
13097         * configure:  When verbose, don't output the command line at each
13098         level; it will be unremarkably the same as the previous version,
13099         which will be the same as what the user typed.
13101 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
13103         * configure.in, Makefile.in: fix clean-info, add flex.  add
13104           fileutils.
13106         * configure: be less sensitive to spaces in Makefile.in.  Do not
13107           look for sources in "..".  Doing so breaks subdirectories that
13108           might have their own configure.  If a subdir has it's own
13109           configure script, use it.
13111 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
13113         * cfg-paper.texi: some changes suggested by rms.
13115 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
13117         * config.sub:  Merge in some small additions from the FSF version,
13118         taken from the gcc distribution, to bring the Cygnus and FSF
13119         versions into closer sync.
13121 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
13123         * configure.in:  Changed svr4 references to sysv4.
13125 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
13127         * configure: added -V for version number option.
13129 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
13131         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
13132           renamed from DOC.configure to cfg-paper.texi.
13134 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
13136         * configure, config.subr, config.sub: config.subr is now
13137           config.sub again.
13139 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
13141         * configure.texi: new file, in progress.
13143         * Makefile.in: build info file and install the man page for
13144           configure.
13146         * configure.man: new file, first cut.
13148         * configure: find config.subr again now that configuration "none"
13149           has gone.  removed all traces of the -ansi option.  removed all
13150           traces of the -languages option.
13152         * config.subr: resync from rms.
13154 1991-12-11  K. Richard Pixley  (rich at rtl.cygnus.com)
13156         * configure, config.sub, config.subr: merge config.sub into
13157           config.subr, call the result config.subr, remove config.sub, use
13158           config.subr.
13160         * Makefile.in: revised install for dir.info.
13162 1991-12-10  K. Richard Pixley  (rich at rtl.cygnus.com)
13164         * configure.in: add decstation host makefile frag.
13166         * Makefile.in: BISON now bison -y again.  also install-gcc on
13167           install.  clean-gdbm on clean.  infodir belongs in datadir.
13168           Make directories for info install.  Build dir.info here then
13169           install it.
13171 1991-12-09  K. Richard Pixley  (rich at rtl.cygnus.com)
13173         * Makefile.in: fix for bad directory tests.
13175 1991-12-07  K. Richard Pixley  (rich at rtl.cygnus.com)
13177         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
13178           regexp.  -srcdir relative was being handled incorrectly.
13180         * Makefile.in: unwrapped some for loops so that parallel makes
13181           work again and so one can focus one's attention on a particular
13182           package.
13184 1991-12-06  K. Richard Pixley  (rich at rtl.cygnus.com)
13186         * configure: added PWD as a stand in for `pwd` (for speed). use
13187           elif wherever possible.  make -srcdir work without -objdir.
13188           -objdir= commented out.
13190 1991-12-05  K. Richard Pixley  (rich at rtl.cygnus.com)
13192         * configure: +options become --options.  -subdirs commented out.
13193           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
13194           Makefile now at top of generated Makefile.  Removed cvs log
13195           entries.  added -srcdir.  create .gdbinit only if there is one
13196           in ${srcdir}.
13198         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
13199           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
13200           and mandir now keyed off datadir by default.
13202 1991-11-22  K. Richard Pixley  (rich at rtl.cygnus.com)
13204         * Freshly created ChangeLog.
13207 Local Variables:
13208 mode: change-log
13209 left-margin: 8
13210 fill-column: 76
13211 version-control: never
13212 End: