bfd/
[binutils.git] / ChangeLog
blob14ff7fff6d18bf6a643ae53b2842f346cb9142b2
1 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
3         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
4         * configure: Regenerate.
6 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8         Backport link test fix from upstream Libtool:
10         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
11         Add cache variables to tests that require the linker to work.
12         For shlibpath_overrides_runpath, this also changes the semantics
13         to let the result from the C compiler take precedence.
14         compiler take precedence.
16 2008-12-02  Ben Elliston  <bje@au.ibm.com>
18         * config.sub, config.guess: Update from upstream sources.
20 2008-12-17  Jeff Johnston  <jjohnstn@redhat.com>
22         * COPYING.NEWLIB: Updated.
23         * COPYING.LIBGLOSS: Ditto.
25 2008-12-16  Paolo Bonzini  <bonzini@gnu.org>
27         Sync with GCC:
29         2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
31         * configure.ac (ppllibs): Add by default the lib flags.
32         * configure: Regenerate.
34         2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
36         * configure.ac: Add double brackets on darwin[912].
37         * configure: Regenerate.
39         2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
41         * configure.ac: Expand to darwin10 and later.
42         * configure: Regenerate.
44 2008-12-02  Andreas Schwab  <schwab@suse.de>
46         * Makefile.def: configure-target-boehm-gc depends on
47         all-target-libstdc++-v3.
48         * Makefile.in: Regenerate.
50 2008-12-02  Ben Elliston  <bje@au.ibm.com>
52         * config.sub, config.guess: Update from upstream sources.
54 2008-11-27  Joseph Myers  <joseph@codesourcery.com>
56         Merge from GCC:
58         2007-12-02  Matthias Klose  <doko@ubuntu.com>
60         * config-ml.in: Remove 64bit configure tests.
62         2008-05-14  Rafael Espindola  <espindola@google.com>
64         * config-ml.in: don't handle --enable-shared and --enable-static.
66         2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
67             Tobias Grosser  <grosser@fim.uni-passau.de>
68             Jan Sjodin  <jan.sjodin@amd.com>
69             Harsha Jagasia  <harsha.jagasia@amd.com>
70             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
71             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
72             Adrien Eliche  <aeliche@isty.uvsq.fr>
74         Merge from graphite branch.
75         * configure: Regenerate.
76         * Makefile.in: Regenerate.
77         * configure.ac (host_libs): Add ppl and cloog.
78         Add checks for PPL and CLooG.
79         * Makefile.def (ppl, cloog): Added modules and dependences.
80         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
81         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
83         2008-09-03  Richard Guenther  <rguenther@suse.de>
85         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
86         cloog test.
87         * configure: Re-generate.
89         2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
91         * configure.ac (--with-cloog-polylib): New.
92         (--disable-cloog-version-check): New.
93         (--disable-ppl-version-check): New.
94         * configure: Re-generate.
96         2008-09-05  Richard Guenther  <rguenther@suse.de>
98         * configure.ac: Initialize clooglibs to -lcloog.
99         * configure: Re-generate.
101         2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
103         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
104         recommended version to 2.3.2.
106         * configure: Regenerate.
108         2008-10-31  Ben Elliston  <bje@au.ibm.com>
110         * configure.ac (spu-*-*): Remove special case.
111         * configure: Regenerate.
113         Complete comment text from GCC version of:
115         2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
117         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
118         (GCC_SHLIB_SUBDIR): New.
119         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
120         * configure: Regenerate.
121         * Makefile.in: Regenerate.
123 2008-11-27  Tristan Gingold  <gingold@adacore.com>
125         * configure.ac: Build gdb for i?86-*-darwin*
126         * configure: Regenerated.
128 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
130         PR bootstrap/38014
131         PR bootstrap/37923
133         Revert:
135         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
137         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
138         * Makefile.in: Regenerated.
140         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
142         PR gdb/921
143         PR gdb/1646
144         PR gdb/2175
145         PR gdb/2176
147         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
148         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
149         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
150         (HOST_EXPORTS): Pass CPPFLAGS.
151         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
152         (LDFLAGS_FOR_TARGET): Initialize from configure script.
153         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
154         * Makefile.in, configure: Regenerated.
155         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
156         and CPPFLAGS_FOR_BUILD.
158 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
160         * configure.ac [spu-*-*]: Do not set skipdirs.
161         * configure: Re-generate.
163 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
165         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
166         * Makefile.in: Regenerated.
168 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
170         PR gdb/921
171         PR gdb/1646
172         PR gdb/2175
173         PR gdb/2176
175         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
176         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
177         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
178         (HOST_EXPORTS): Pass CPPFLAGS.
179         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
180         (LDFLAGS_FOR_TARGET): Initialize from configure script.
181         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
182         * Makefile.in, configure: Regenerated.
183         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
184         and CPPFLAGS_FOR_BUILD.
186 2008-09-29  Peter O'Gorman  <pogma@thewrittenword.com>
188         * libtool.m4: Update to libtool 2.2.6.
189         * lt~obsolete.m4: Update to libtool 2.2.6.
190         * ltmain.sh: Update to libtool 2.2.6.
191         * ltsugar.m4: Update to libtool 2.2.6.
192         * ltversion.m4: Update to libtool 2.2.6.
193         * ltoptions.m4: Update to libtool 2.2.6.
194         * ltgcc.m4: Update to match changes from libtool 2.2.6.
196 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
198         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
199         (GCC_SHLIB_SUBDIR): New.
200         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
201         * configure: Regenerate.
202         * Makefile.in: Regenerate.
204 2008-08-28  Tristan Gingold  <gingold@adacore.com>
206         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
207         Enable bfd, binutils and opcodes.
208         * configure: Regenerate.
210 2008-08-16  Nicolas Roche  <roche@adacore.com>
212         * Makefile.tpl: Add BOOT_ADAFLAGS.
213         * Makefile.in: Regenerate.
215 2008-08-16  Richard Sandiford  <rdsandiford@googlemail.com>
217         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
218         * configure: Regenerate.
220 2008-07-30 Paolo Bonzini  <bonzini@gnu.org>
222         Sync with gcc:
223         2008-07-30 Paolo Bonzini  <bonzini@gnu.org>
225         * configure.ac: Add makefile fragments for hpux.
226         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
227         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
228         * configure: Regenerate.
229         * Makefile.in: Regenerate.
231         2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
233         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
234         * Makefile.in: Regenerate.
235         * configure: Regenerate.
237 2008-06-18  Ian Lance Taylor  <iant@google.com>
239         * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
241         * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
243 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
245         * configure: Regenerate.
247 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
249         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
250         "$@" is still intact with both Autoconf 2.59 and 2.62.
251         * configure: Regenerate.
253 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
255         * Makefile.tpl: Fix comment errors.
256         * Makefile.in: Regenerate.
258 2008-06-13  Julian Brown  <julian@codesourcery.com>
260         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
261         of libobjc for ARM EABI Linux.
262         * configure: Regenerate.
264 2008-06-12  David S. Miller  <davem@davemloft.net>
265             David Edelsohn  <edelsohn@gnu.org>
267         * configure.ac: Add powerpc*-*-* to gold supported targets.
268         * configure: Regenerate.
270 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
272         PR tree-optimization/36218
273         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
274         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
275         (all prefix="build-"): Pass them to build-system sub-makes.
276         * Makefile.in: Regenerate.
278 2008-05-16  Daniel Jacobowitz  <dan@codesourcery.com>
280         * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
281         README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
282         mkdep, and compile.  Update comments.
283         (ETC_SUPPORT): Add ChangeLog and update comments.
285 2008-05-11  Ian Lance Taylor  <iant@google.com>
287         * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
289 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
291         Sync with gcc:
292         2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
294         PR bootstrap/35457
295         * configure.ac: Include override.m4.
296         * configure: Regenerate.
298         2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
300         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
301         * Makefile.in: Regenerate.
303         2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
305         * configure.ac: Do not build libssp for the AVR.
306         * configure: Regenerate.
308 2008-04-18  Nick Clifton  <nickc@redhat.com>
310         * MAINTAINERS: Replace reference to configure.in with reference to
311         configure.ac.
313 2008-04-18  M R Swami Reddy <MR.Swami.Reddy@nsc.com>
315         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
316         as nonconfigurable directories list.
317         * configure: Regenerate.
319 2008-04-14  David S. Miller  <davem@davemloft.net>
321         * configure.ac: Add sparc*-*-* to gold supported targets.
322         * configure: Regenerate.
324 2008-04-14  Ben Elliston  <bje@au.ibm.com>
326         * config.sub, config.guess: Update from upstream sources.
328 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
330         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
331         * Makefile.in: Regenerate.
333 2008-04-07  Ian Lance Taylor  <iant@google.com>
335         * Makefile.def: check-gold depends upon all-binutils.
336         * Makefile.in: Regenerate.
338 2008-04-04  Nick Clifton  <nickc@redhat.com>
340         PR binutils/4334
341         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
342         builds.
343         * configure: Regenerate.
345 2008-04-04  NightStrike  <NightStrike@gmail.com>
347         PR other/35151
348         * configure.ac: Combine rules for mingw32 and mingw64.
349         * configure: Regenerate.
351 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
353         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
354         * Makefile.in: Regenerate.
356 2008-03-20  Ian Lance Taylor  <iant@google.com>
358         * configure.ac: Add support for --enable-gold.
359         * Makefile.def: Add gold as a directory like ld.
360         * configure, Makefile.in: Regenerate.
362 2008-03-19  Andreas Krebbel  <krebbel1@de.ibm.com>
364         * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
365         (s390_cond_extensions): Reduced extensions to the compare related.
366         (main): z10 cpu type option added.
367         (expandConditionalJump): Renamed to ...
368         (insertExpandedMnemonic): ... this.
370         * opcodes/s390-opc.c: Re-group the operand format makros.
371         (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
372         INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
373         INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
374         INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
375         INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
376         INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
377         INSTR_SIL_RDU): New instruction formats added.
378         (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
379         MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
380         MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
381         MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
382         MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
383         MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
384         masks added.
385         (s390_opformats): New formats added "ris", "rrs", "sil".
386         * opcodes/s390-opc.txt: Add the conditional jumps with the
387         extensions removed from automatic expansion in s390-mkopc.c manually.
388         (asi - trtre): Add new System z10 EC instructions.
389         * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
391 2008-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
393         * configure.ac: m4_include config/proginstall.m4.
394         * configure: Regenerate.
396 2008-03-16  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
398         Backport from upstream Libtool:
400         2007-10-12  Eric Blake  <ebb9@byu.net>
402         Deal with Autoconf 2.62's semantic change in m4_append.
403         * ltsugar.m4 (lt_append): Replace broken versions of
404         m4_append.
405         (lt_if_append_uniq): Don't require separator to be overquoted,
406         and avoid broken m4_append.
407         (lt_dict_add): Fix typo.
408         * libtool.m4 (_LT_DECL): Don't overquote separator.
410 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
412         * config.rpath: Add AIX 6 support.
414 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
416         * Makefile.def (stageprofile).  Remove -fprofile-generate
417         from stage_libcflags.
418         * Makefile.in: Regenerate.
420 2008-03-13  Ben Elliston  <bje@au.ibm.com>
422         * config.sub, config.guess: Update from upstream sources.
424 2008-03-06  Florian Krohm  <fkrohm@us.ibm.com>
426         * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
427         * s390-opc.txt (cmpsc): Duplicate entry removed.
428         (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
429         cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
430         fier, cu42, cu41): Fix operand format.
432 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
434         PR bootstrap/32009
435         PR bootstrap/32161
437         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
438         * configure: Regenerate.
440         * Makefile.def: Define stage_libcflags for all bootstrap stages.
441         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
442         STAGE4_LIBCFLAGS): New.
443         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
444         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
445         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
446         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
447         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
448         for target modules.  Don't export LIBCFLAGS.
449         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
450         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
451         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
452         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
453         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
454         * Makefile.in: Regenerate.
456 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
458         PR libgcj/33085
459         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
460         Do not use -DDLL_EXPORT.  Backport from upstream.
462 2008-02-14  Nick Clifton  <nickc@redhat.com>
464         Import this patch from gcc:
465         2008-01-24  David Edelsohn  <edelsohn@gnu.org>
467         * libtool.m4: Backport AIX 6 support from ToT Libtool.
469 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
471         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
472         * configure: Regenerate.
474 2008-01-31  Marc Gauthier  <marc@tensilica.com>
476         * configure.ac (xtensa*-*-*): Recognize processor variants.
477         * configure: Regenerate.
479 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
481         PR bootstrap/34922
482         * configure.ac (PARSE_ARGS): Push suitable setting of
483         ac_subdirs_all, for `./configure --help=recursive'.
484         Handle `+' in generic toplevel directory disabling.
485         * configure: Regenerate.
487 2008-01-23  Ben Elliston  <bje@au.ibm.com>
489         * config.sub, config.guess: Update from upstream sources.
491 2008-01-08  Ben Elliston  <bje@au.ibm.com>
493         * config.sub, config.guess: Update from upstream sources.
495 2007-12-19  Jeff Johnston  <jjohnstn@redhat.com>
497         * COPYING.LIBGLOSS: Update default copyright.
499 2007-12-19  Jeff Johnston  <jjohnstn@redhat.com>
501         * COPYING.NEWLIB: Update default copyright.
503 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
505         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
506         Change recommended MPFR from 2.2.1 > 2.3.0.
507         * configure: Regenerate.
509 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
511         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
512         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
513         * Makefile.in: Regenerate.
515 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
517         * configure.ac: Enable libjava for x86_64-*-darwin9.
518         * configure: Regenerate.
520 2007-12-05  Ben Elliston  <bje@au.ibm.com>
522         * config.sub, config.guess: Update from upstream sources.
524 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
526         * config-ml.in: Robustify against white space in absolute file
527         names.
529         * config-ml.in (multi-clean): Substitute ${Makefile}.
530         Remove superfluous ${Makefile} in list.
532 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
534         * Makefile.def (dependencies): Make configure-gdb depend on
535         all-intl.
536         * Makefile.in: Regenerated.
538 2007-10-15  Patrick Mansfield <patmans@us.ibm.com>
540         * Makefile.def: To avoid problems running with parallel makes,
541         build newlib before libgloss so that target specific header
542         files are availble.
543         * Makefile.in: Regenerate.
545 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
547         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
548         * Makefile.in: Regenerate.
550 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
552         * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
553         * libdecnumber: New directory, imported from GCC.
555 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
557         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
558         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
559         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
560         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
561         * configure: Regenerate.
563 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
565         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
566         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
567         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
568         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
569         * configure.ac: Default them to host tools for $host = $build.
570         Subst them.
572         * configure: Regenerate.
573         * Makefile.in: Regenerate.
575 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
577         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
578         * configure: Regenerate.
580 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
582         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
583         libstdc++.
584         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
585         * configure: Regenerate.
586         * Makefile.in: Regenerate.
588 2007-09-17  Andreas Schwab  <schwab@suse.de>
590         * configure.ac: Raise minimum makeinfo version to 4.6.
591         * configure: Regenerate.
593 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
595         * configure.ac: Correct makeinfo version check.
596         * configure: Regenerate.
598 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
600         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
601         to $skipdirs and only disable gprof for newlib.  Use the normal
602         mips*-elf* handling in other respects.
603         * configure: Regnerate.
605 2007-09-12  David Daney  <ddaney@avtrex.com>
607         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
608         enabling libgcj.
609         * configure: Regenerate.
611 2007-09-12  Richard Guenther  <rguenther@suse.de>
613         * configure.ac (--enable-stage1-checking): If neither --enable-checking
614         nor --disable-checking is provided also turn on yes and types
615         checking for stage1.
616         * configure: Re-generate.
618 2007-09-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
620         PR target/33281
621         * configure.ac: Use config/mh-mingw on mingw.
622         * configure: Regenerate.
624 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
626         PR other/32154
627         * configure.ac: For libgloss targets, point the linker to the linker
628         script, startup code and simulator library.
629         * configure: Regenerate.
631 2007-09-09  Andrew Haley  <aph@redhat.com>
633         * configure.ac (noconfigdirs): Remove target-libffi and
634         target-libjava.
636 2007-08-29  Nick Clifton  <nickc@redhat.com>
638         * config.sub, config.guess: Update from upstream sources.
640 2007-08-21  Richard Guenther  <rguenther@suse.de>
642         * configure.ac: Add types checking to stage1 checking flags.
643         * configure: Regenerate.
645 2007-08-18  Paul Brook  <paul@codesourcery.com>
646             Joseph Myers  <joseph@codesourcery.com>
648         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
649         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
650         * Makefile.in: Regenerate.
651         * configure.ac (--with-debug-prefix-map): New.
652         * configure: Regenerate.
654 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
655             Nigel Stephens  <nigel@mips.com>
657         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
658         as target_makefile_frag.
659         * configure: Regenerate.
661 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
663         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
664         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
665         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
666         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
667         (do-compare, do-compare3, do-compare-debug): New.
668         ([+compare-target+]): Use them.
670 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
672         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
673         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
674         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
675         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
676         (do-compare, do-compare3, do-compare-debug): New.
677         ([+compare-target+]): Use them.
679 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
680             Ben Elliston  <bje@au.ibm.com>
682         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
683         --silent if $silent.
684         * configure: Regenerate.
686 2007-08-12  Daniel Jacobowitz  <dan@codesourcery.com>
688         * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
690 2007-07-17  Nick Clifton  <nickc@redhat.com>
692         * COPYING3: New file.  Contains version 3 of the GNU General
693         Public License.
694         * COPYING3.LIB: New file.  Contains version 3 of the GNU
695         Lesser General Public License.
697 2007-07-11  Bernd Schmidt  <bernd.schmidt@analog.com>
699         * configure.ac: Fix my previous change to really match GCC.
700         * configure: Regenerate.
702 2007-07-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
704         * configure.ac: Rewrite 'configure --help' strings to look nicer.
705         * configure: Regenerate.
707 2007-07-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
709         * configure.ac: Add some missing m4 quotation.
710         * configure: Regenerate.
712 2007-07-09  Kai Tietz   <kai.tietz@onevision.com>
714         * Makefile.def: Add windmc tool to build.
715         * Makefile.tpl: Likewise.
716         * configure.ac: Likewise.
717         * Makefile.in: Regenerate.
718         * configure: Regenerate.
720 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
722         * lt~obsolete.m4: New. Import from 20070318 libtool.
724 2007-06-29  Bernd Schmidt  <bernd.schmidt@analog.com>
726         * configure.ac: Don't add target-libmudflap to noconfigdirs for
727         uclinux and linux-uclibc targets.
728         * configure: Regenerate.
730 2007-06-28  DJ Delorie  <dj@redhat.com>
732         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
733         not building newlib.
734         * configure: Regenerated.
736 2007-06-22  Daniel Jacobowitz  <dan@codesourcery.com>
738         * src-release (DEVO_SUPPORT): Correct typos.
740 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
742         * Makefile.def: Add dependency from configure-gdb to all-bfd.
743         * Makefile.in: Regenerated.
745 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
747         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
748         (distclean-stage[+id+]): Possibly delete stage_last.
749         * Makefile.in: Regenerate.
751 2007-06-07  Ben Elliston  <bje@au.ibm.com>
753         * config.sub, config.guess: Update from upstream sources.
755 2007-06-07  Ben Elliston  <bje@au.ibm.com>
757         * Makefile.tpl: Fix spelling error.
758         * Makefile.in: Regenerate.
760 2007-06-04  Paolo Bonzini  <bonzini@gnu.org>
762         Sync with gcc:
763         2007-05-30  Jakub Jelinek  <jakub@redhat.com>
765         PR bootstrap/29382
766         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
767         * configure: Rebuilt.
769 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
771         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
772         lt_cv_sys_max_cmd_len.
774 2007-05-31  Paolo Bonzini  <bonzini@gnu.org>
776         * ltgcc.m4: Update from GCC.
778 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
780         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
782 2007-05-24  Steve Ellcey  <sje@cup.hp.com>
784         * ltmain.sh: Update from GCC.
785         * libtool.m4: Update from GCC.
786         * ltsugar.m4: New. Update from GCC.
787         * ltversion.m4: New. Update from GCC.
788         * ltoptions.m4: New. Update from GCC.
789         * ltconfig: Remove.
790         * ltcf-c.sh: Remove.
791         * ltcf-cxx.sh: Remove.
792         * ltcf-gcj.sh: Remove.
793         * src-release: Update with new libtool file list.
795 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
797         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
798         stage_cflags.
799         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
800         Remove CFLAGS/LIBCFLAGS.
801         (configure-stage[+id+]-[+prefix+][+module+],
802         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
803         * Makefile.in: Regenerate.
805 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
807         * config-ml.in: Update from GCC.
809 2007-04-09  Daniel Jacobowitz  <dan@codesourcery.com>
811         * src-release (do-proto-toplev): Process the support directories before
812         the tool directory.
814 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
816         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
817         of glob.  Quote arguments with single quotes too.
818         * configure: Regenerate.
820 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
822         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
823         * Makefile.in: Regenerate
825 2007-03-07  Andreas Schwab  <schwab@suse.de>
827         * configure: Regenerate.
829 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
831         * configure.ac: Add "--with-pdfdir" configure option,
832         which defines pdfdir variable.
833         * Makefile.def (target=fixincludes): Add install-pdf to
834         missing targets.
835         (recursive_targets): Add install-pdf target.
836         (flags_to_pass): Add pdfdir.
837         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
838         target.
839         * configure: Regenerate
840         * Makefile.in: Regenerate
842 2007-02-28  Eric Christopher  <echristo@apple.com>
844         Revert:
845         2006-12-07  Mike Stump  <mrs@apple.com>
847         * Makefile.def (dependencies): Add dependency for
848         install-target-libssp and install-target-libgomp on
849         install-gcc.
850         * Makefile.in: Regenerate.
852 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
854         * configure: Regenerate.
855         * configure.ac: Move statements after variable declarations.
857 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
859         * configure.ac: Adjust for loop syntax.
860         * configure: Regenerate.
862 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
864         * configure: Rebuilt.
866 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
868         * configure.ac: Drop multiple occurrences of --enable-languages,
869         and fix its quoting.
870         * configure: Rebuilt.
872 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
873             Nathan Sidwell  <nathan@codesourcery.com>
874             Vladimir Prus  <vladimir@codesourcery.com
875             Joseph Myers  <joseph@codesourcery.com>
877         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
878         * configure: Regenerate.
880 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
882         * configure.ac (target_libraries): Move libgcc before libiberty.
883         * configure: Regenerated.
885 2007-02-13  Paolo Bonzini  <bonzini@gnu.org>
887         * configure: Regenerate again?
889 2007-02-13  Paolo Bonzini  <bonzini@gnu.org>
891         * configure: Reapply PR30748 fix which was lost in the previous commit.
893 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
894             Paolo Bonzini  <bonzini@gnu.org>
896         PR bootstrap/30753
897         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
898         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
899         * configure: Regenerated.
901 2007-02-10  Paolo Bonzini  <bonzini@gnu.org>
903         * configure: Regenerate.
905 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
907         PR bootstrap/30748
908         * configure.ac: Correct syntax for Solaris ksh.
909         * configure: Regenerated.
911 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
913         * Makefile.def: Sync with GCC.
914         * Makefile.tpl: Sync with GCC.
915         * Makefile.in: Regenerate.
916         * configure: Regenerate.
918 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
920         * Makefile.tpl (build_alias, host_alias, target_alias): Use
921         noncanonical equivalents.
922         * configure.in: Rename to...
923         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
924         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
925         target_noncanonical.  Use them.  Rewrite removal of configure
926         arguments for autoconf 2.59.  Discard variable settings.  Force
927         program_transform_name for native tools.
929         * Makefile.in: Regenerated.
930         * configure: Regenerated with autoconf 2.59.
932         * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
934 2007-02-08  Jeff Johnston  <jjohnstn@redhat.com>
936         * COPYING.LIBGLOSS: Reformat default Red Hat
937         license to fit within 80 columns.
938         * COPYING.NEWLIB: Ditto.
940 2007-02-05  Dave Brolley  <brolley@redhat.com>
942         * Contribute the following changes:
943         2006-11-28  DJ Delorie  <dj@redhat.com>
945         * configure.in: Fix typo for mep's target_makefile_frag.
946         * configure: Regenerated.
948         2005-04-22  Richard Sandiford  <rsandifo@redhat.com>
950         * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
951         * configure: Regenerate.
953         2001-09-19  DJ Delorie  <dj@redhat.com>
955         * configure.in (target_makefile_frag): use mt-mep
957         2001-06-12  Don Howard  <dhoward@redhat.com>
959         * configure.in: Remove gdb from MeP skip list.
961         2001-04-05  DJ Delorie  <dj@redhat.com>
963         * configure.in (noconfigdirs): Remove gcc from MeP skip list.
965         2001-03-20  Ben Elliston  <bje@redhat.com>
967         * configure.in (noconfigdirs): Add gcc and gdb for MeP.
969         2001-03-19  Ben Elliston  <bje@redhat.com>
971         * config.sub (mep, mep-*): Add.
973 2007-01-31  Andreas Schwab  <schwab@suse.de>
975         * Makefile.tpl (LDFLAGS): Substitute it.
976         * Makefile.in: Regenerate.
978 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
980         * configure.in: Change == to = in test command.
981         * configure: Regenerate.
983 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
984             Nick Clifton  <nickc@redhat.com>
985             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
987         * configure.in (build_configargs, host_configargs, target_configargs):
988         Remove build/host/target parameters.
989         (host_libs): Add gmp and mpfr.
990         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
991         * Makefile.def (gmp, mpfr): New.
992         (gcc): Remove target.
993         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
994         target_os, target_vendor): New.
995         (configure): Add host_alias/target_alias arguments.  Adjust invocations.
996         * configure: Regenerate.
997         * Makefile.in: Regenerate.
999 2007-01-11  Matt Fago  <fago@earthlink.net>
1001         * configure.in: Try to link to functions only in mpfr 2.2.x
1002         to improve robustness of configure tests.
1003         * configure: Regenerate.
1005 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
1007         * configure.in: Add support for an x86_64-mingw* target.
1008         * configure: Regenerate.
1010 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
1012         * Makefile.tpl (all-target): Correct @if conditional for target
1013         modules.
1014         * configure.in: Omit libiberty if building only target libgcc.
1015         * configure, Makefile.in: Regenerated.
1017 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
1019         * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
1020         * configure: Regenerate.
1022 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
1024         * Makefile.def (target_modules): Add libgcc.
1025         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
1026         * Makefile.tpl (clean-target-libgcc): Delete.
1027         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
1028         on gcc even for bootstrapped modules.  Rewrite handling of
1029         lang_env_dependencies to loop over target_modules.
1030         * configure.in (target_libraries): Add target-libgcc.
1031         * Makefile.in, configure: Regenerated.
1033 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
1035         Sync with gcc:
1036         2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
1038         * configure.in: Reorganize recognition of languages.  Add
1039         --enable-stage1-languages.  Show supported languages for the chosen
1040         target rather than all recognized languages.
1041         * configure: Regenerate.
1043         2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
1045         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
1046         * Makefile.in: Regenerate.
1048         2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1050         * configure.in: Warn that MPFR 2.2.0 is buggy.
1051         * configure: Regenerate.
1053 2006-12-27  Ian Lance Taylor  <iant@google.com>
1055         * configure.in: When removing Makefiles to force a reconfigure, also
1056         remove prev-DIR*/Makefile.
1057         * configure: Regenerate.
1059 2006-12-23  Kazu Hirata  <kazu@codesourcery.com>
1061         * config.bfd: Recognize fido.
1063 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
1065         Sync with gcc:
1067         2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
1069         * configure.in: Remove "$build" case for powerpc-*-darwin* since
1070         it only affects bootstrap and could be tested on "$host" as well.
1071         * configure: Regenerate.
1072         * config/mh-ppc-darwin: Add to the stage1 cflags here.
1074         2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
1076         PR bootstrap/29544
1077         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
1078         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
1079         move here comment from Makefile.tpl.
1080         * Makefile.tpl: Move some definitions higher in the file.
1081         (STAGE1_CHECKING): New.
1082         * configure.in: Add --enable-stage1-checking.
1083         * configure: Regenerate.
1084         * Makefile.in: Regenerate.
1086         2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1088         * configure.in: Update error message for missing GMP/MPFR.
1090         * configure: Regenerate.
1092         2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1094         * configure.in: Update MPFR version in error message.
1096         * configure: Regenerate.
1098         2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1100         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
1101         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
1102         --with-gmp-lib): New flags.
1104         * configure: Regenerate.
1106 2006-12-12  Andreas Tobler  <a.tobler@schweiz.org>
1108         PR bootstrap/30134
1109         * configure.in: Correct x86 darwin support for libjava to powerpc
1110         and i?86 only.
1111         * configure: Regenerate.
1113 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
1115         * configure.in:  Handle spu makefile frag.
1116         * Makefile.tpl (MAINT): Define
1117         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
1118         * configure: Regenerate.
1119         * Makefile.in: Regenerate.
1121 2006-12-11  Ben Elliston  <bje@au.ibm.com>
1123         * config.sub, config.guess: Update from upstream sources.
1125 2006-12-11  Ben Elliston  <bje@au.ibm.com>
1127         * configure.in: Sync with GCC (spu-*-*).
1128         * configure: Sync with GCC.
1130 2006-12-07  Mike Stump  <mrs@apple.com>
1132         * Makefile.def (dependencies): Add dependency for
1133         install-target-libssp and install-target-libgomp on
1134         install-gcc.
1135         * Makefile.in: Regenerate.
1137 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
1139         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
1140         (unstage): Test for stage_last presence.
1142         PR bootstrap/29802
1143         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
1144         * Makefile.in: Regenerate.
1146 2006-11-14  DJ Delorie  <dj@redhat.com>
1148         * Makefile.tpl (clean-stage*): Sync with GCC (clean).
1149         * Makefile.in: Sync with GCC.
1150         * configure.in: Sync with GCC (mpfr, gmp).
1151         * configure: Sync with GCC.
1153 2006-11-08  Jie Zhang  <jie.zhang@analog.com>
1155         * configure.in: Remove target-libgloss from noconfigdirs for
1156         bfin-*-*.
1157         * configure: Regenerated.
1159 2006-10-27  Jeff Johnston  <jjohnstn@redhat.com>
1161         * COPYING.NEWLIB: Add spu license.
1162         * COPYING.LIBGLOSS: Ditto.
1164 2006-10-17  Brooks Moses  <bmoses@stanford.edu>
1166         * Makefile.def: Added pdf target handling.
1167         * Makefile.tpl: Added pdf target handling.
1168         * Makefile.in: Regenerated.
1170 2006-10-11  Jeff Johnston  <jjohnstn@redhat.com>
1172         * COPYING.NEWLIB: Updated.
1173         * COPYING.LIBGLOSS: Ditto.
1175 2006-09-27  Dave Brolley  <brolley@redhat.com>
1177         * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
1178         $s instead of $r.
1179         * configure: Regenerated.
1181 2006-09-26  Ben Elliston  <bje@au.ibm.com>
1183         * config.sub, config.guess: Update from upstream sources.
1185 2006-09-20  Thiemo Seufer  <ths@mips.com>
1187         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
1188         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
1189         * configure: Regenerate.
1191 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
1193         * configure.in: Never build newlib for a Mingw host.
1194         Never build newlib as Mingw target library.
1195         Test the existence of winsup/cygwin for building a Cygwin newlib,
1196         rather than just winsup.
1197         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
1198         building a Mingw target.
1199         * configure: Regenerate.
1201 2006-08-15  Thiemo Seufer  <ths@mips.com>
1202             Nigel Stephens  <nigel@mips.com>
1203             David Ung  <davidu@mips.com>
1205         * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
1207 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
1209         Sync from GCC:
1210         2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
1212         PR bootstrap/18058
1213         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
1214         if the bootstrap compiler is a GCC version that supports it.
1215         * configure: Regenerate.
1217 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
1219         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
1220         * configure: Regenerated.
1222 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
1224         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
1225         for stages after the first.
1227 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
1229         * Makefile.def: Add dependencies for configure-opcodes
1230         on configure-intl and all-opcodes on all-intl.
1231         * Makefile.in: Regenerated.
1233 2006-07-04  Peter O'Gorman  <peter@pogma.com>
1235         * ltconfig: chmod 644 before ranlib during install.
1237 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
1239         * configure.in: Fix thinkos in previous check-in.
1240         * configure: Regenerate.
1242 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
1244         Sync from gcc:
1246         2007-07-03  Paolo Bonzini  <bonzini@gnu.org>
1248         PR other/27063
1249         * configure.in: Test subdir_requires and give an appropriate
1250         error message.
1251         * configure: Regenerate.
1253         2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1255         PR target/27540
1256         * configure.in: Only enable libgomp on IRIX 6.
1257         * configure: Regenerate.
1259 2006-06-20  David Ayers  <d.ayers@inode.at>
1261         PR bootstrap/28072
1262         * configure.in: Add target-boehm-gc to noconfigdirs depending on
1263         whether target-libjava is being configured instead of whether the
1264         java front end is enabled.
1265         * configure: Regenerate.
1267 2006-06-15  Mark Shinwell  <shinwell@codesourcery.com>
1269         * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
1270         to R_ARM_LDC_SB_G{0,1,2} respectively.
1272 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
1274         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
1275         too.
1276         * Makefile.in: Regenerate.
1278 2006-06-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1280         Sync from gcc:
1282         2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1283         * configure.in: Don't enable libgomp on hpux10.
1284         * configure: Rebuilt.
1286 2006-06-13  David Ayers  <d.ayers@inode.at>
1288         Sync from gcc:
1290         2006-06-12  David Ayers  <d.ayers@inode.at>
1292         PR bootstrap/27963
1293         PR target/19970
1294         * configure.in: Remove target-boehm-gc from noconfigdirs where
1295         ${libgcj} is specified.
1296         * configure: Regenerate.
1298 2006-06-08  Jeff Johnston  <jjohnstn@redhat.com>
1300         Sync from gcc:
1302         2005-01-12  David Edelsohn  <edelsohn@gnu.org>
1303                     Andreas Schwab  <schwab@suse.de>
1305         PR bootstrap/18033
1306         * config-ml.in: Eval option if surrounded by single quotes.
1308 2006-06-07  Carlos O'Donell  <carlos@codesourcery.com>
1310         Sync from gcc:
1312         2006-06-06  David Ayers  <d.ayers@inode.at>
1314         PR libobjc/13946
1315         * Makefile.def: Add dependencies for libobjc which boehm-gc.
1316         * Makefile.in: Regenerate.
1317         * configure.in: Add --enable-objc-gc at toplevel and have it
1318         enable boehm-gc for Objective-C.
1319         Remove target-boehm-gc from libgcj.
1320         Add target-boehm-gc to target_libraries.
1321         Add target-boehm-gc to noconfigdirs where ${libgcj}
1322         is specified.
1323         Assert that boehm-gc is supported when requested for Objective-C.
1324         Only build boehm-gc if needed either for Java or Objective-C.
1325         * configure: Regenerate.
1327         2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
1329         PR 27674
1330         * Makefile.tpl (configure-[+prefix+][+module+],
1331         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
1332         Remove rule to unstage bootstrapped modules.
1333         (stage_current): New.
1334         * Makefile.in: Regenerate.
1336         2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1337         Andreas Tobler  <a.tobler@schweiz.ch>
1339         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
1340         * configure: Rebuilt.
1342         Revert
1343         2006-01-31  Richard Guenther  <rguenther@suse.de>
1344         Paolo Bonzini  <bonzini@gnu.org>
1346         * Makefile.def (target_modules): Add libgcc-math target module.
1347         * configure.in (target_libraries): Add libgcc-math target library.
1348         (--enable-libgcc-math): New configure switch.
1349         * Makefile.in: Re-generate.
1350         * configure: Re-generate.
1352 2006-06-05  Jeff Johnston  <jjohnstn@redhat.com>
1354         * config-ml.in: Alter CCASFLAGS to include special
1355         multilib options the same as is done for CFLAGS.
1357 2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
1359         * Makefile.def: Added dependencies from sim and gdb on intl, and
1360         added configure dependencies to everything with an all dependency
1361         on intl.
1362         * gettext.m4: Removed.
1363         * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
1364         (GDB_SUPPORT_DIRS): Add intl.
1365         * Makefile.in: Regenerated.
1367 2006-05-25  Daniel Jacobowitz  <dan@codesourcery.com>
1369         * src-release (DEVO_SUPPORT): Add config.rpath.
1371 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
1373         * Makefile.def (bfd, opcodes): Fix lib_path.
1374         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
1375         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
1376         * Makefile.in: Regenerate.
1378 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
1380         * configure.in: Enable gprof for cross builds.
1381         * configure: Regenerate.
1383 2006-05-17  Daniel Jacobowitz  <dan@codesourcery.com>
1385         * src-release (MAKEINFOFLAGS): Define.
1386         (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
1388 2006-05-14  Ben Elliston  <bje@au.ibm.com>
1390         * config.sub, config.guess: Update from upstream sources.
1392 2006-05-12  Ben Elliston  <bje@au.ibm.com>
1394         * config.sub, config.guess: Update from upstream sources.
1396 2006-05-04  Steve Ellcey  <sje@cup.hp.com>
1398         * blt, iwidgets, mmalloc: Remove directories.
1400 2006-05-01  DJ Delorie  <dj@redhat.com>
1402         * configure.in: Restore CFLAGS if GMP isn't present.
1403         * configure: Regenerate.
1405 2006-04-18  DJ Delorie  <dj@redhat.com>
1407         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
1408         reference libgloss so that libssp can be built in a combined
1409         tree.
1410         * configure: Regenerate.
1412 2006-04-10  Ben Elliston  <bje@au.ibm.com>
1414         * contrib: Remove directory.
1416 2006-04-06  Carlos O'Donell <carlos@codesourcery.com>
1418         * Makefile.tpl: Add install-html target.
1419         * Makefile.def: Add install-html target.
1420         * Makefile.in: Regenerate.
1421         * configure.in: Add --with-datarootdir, --with-docdir,
1422         and --with-htmldir options.
1423         * configure: Regenerate.
1425 2006-03-31  Ben Elliston  <bje@au.ibm.com>
1427         PR binutils/1860
1428         * configure.in: Require makeinfo 4.4 or higher.
1429         * configure: Regenerate.
1431 2006-03-14  Paolo Bonzini  <bonzini@gnu.org>
1433         * Makefile.in: Regenerate.
1435 2006-03-14  Paolo Bonzini  <bonzini@gnu.org>
1437         Sync with gcc:
1438         2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
1440         * configure.in: Handle --disable-<component> generically.
1441         * configure: Regenerate.
1443         2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
1445         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
1446         (TARGET_CONFIGDIRS): Remove.
1447         * configure.in: Remove AC_SUBST(target_configdirs).
1448         * Makefile.in, configure: Regenerated.
1451 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
1453         PR libgcj/17311
1454         * ltmain.sh: Don't use "$finalize_rpath" for compile.
1456 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
1458         PR bootstrap/25670
1460         * Makefile.tpl ([+compare-target+]): Print explanation messages.
1462         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
1463         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
1464         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
1465         BUILD_PREFIX, BUILD_PREFIX_1.
1466         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
1468         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
1469         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
1471         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
1472         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
1473         of `cat stage_current`.  Always provide the `r' and `s' variables.
1474         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
1475         a single shell execution.
1476         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
1477         bootstrapped modules, make the stage1 module if the build was not
1478         started yet, else build the current stage.
1479         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
1480         (all-build, all-host, all-target, [+make_target+]-host,
1481         [+make_target+]-target): Do not use \-continued lines.
1482         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
1483         (current_stage, restrap, stage_last): New.
1485         * Makefile.in: Regenerate.
1486         * configure: Regenerate.
1488 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
1490         Sync from gcc:
1492         2006-01-31  Richard Guenther  <rguenther@suse.de>
1493                     Paolo Bonzini  <bonzini@gnu.org>
1495         * Makefile.def (target_modules): Add libgcc-math target module.
1496         * configure.in (target_libraries): Add libgcc-math target library.
1497         (--enable-libgcc-math): New configure switch.
1498         * Makefile.in: Re-generate.
1499         * configure: Re-generate.
1500         * libgcc-math: New toplevel directory.
1502         2006-01-18  Richard Henderson  <rth@redhat.com>
1503                     Jakub Jelinek  <jakub@redhat.com>
1504                     Diego Novillo  <dnovillo@redhat.com>
1506         * libgomp: New directory.
1507         * Makefile.def: Add target_module libgomp.
1508         * Makefile.in: Regenerate.
1509         * configure.in (target_libraries): Add target-libgomp.
1510         * configure: Regenerate.
1512 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
1513             Andreas Schwab  <schwab@suse.de>
1515         * configure: Regenerate.
1517 2006-01-16  Paolo Bonzini  <bonzini@gnu.org>
1519         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
1520         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
1521         the assembler, linker and binutils.
1522         * configure: Regenerate.
1524 2006-01-16  Nick Clifton  <nickc@redhat.com>
1526         * config.sub, config.guess: Sync from config repository.
1528 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
1530         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
1531         @ from continuation.
1532         * Makefile.in: Rebuilt.
1534 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
1536         Sync from gcc:
1538         2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
1540         PR bootstrap/24252
1542         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
1543         * Makefile.tpl (OBJDUMP): New.
1544         (EXTRA_HOST_FLAGS): Add it.
1545         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
1547         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
1548         to use symbolic links between directories.  Avoid race conditions
1549         or make them harmless.
1550         * configure.in: Do not try to use symbolic links between directories.
1552         * Makefile.def (LEAN): Pass.
1553         * Makefile.tpl (LEAN): Define.
1554         (stage[+id+]-start): Accept that the previous directory does not
1555         exist, if the bootstrap is lean.
1556         (stage[+id+]-bubble): Invoke lean bootstrap commands after
1557         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
1558         configure substitution.
1559         ([+compare-target+]): Likewise.
1560         ([+bootstrap-target+]-lean): New.
1561         * configure.in: Remove lean bootstrap support from here.
1563         * Makefile.in: Regenerate.
1564         * configure: Regenerate.
1566         2006-01-02  Andreas Schwab  <schwab@suse.de>
1568         * configure.in: When reconfiguring remove Makefile in
1569         all stage directories.
1570         * configure: Regenerate.
1572 2005-12-27  Leif Ekblad  <leif@rdos.net>
1574         * configure.in: Add support for RDOS target.
1575         * configure: Regenerate.
1577 2005-12-27  Nick Clifton  <nickc@redhat.com>
1579         PR binutils/1990
1580         * libtool.m4: Synchronize with version in GCC sources.
1582 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
1584         Revert Ada-related part of the previous change.
1586         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
1587         Do not pass.
1588         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
1589         * Makefile.in: Regenerate.
1590         * configure.in: Do not include mt-ppc-aix target fragment.
1591         * configure: Regenerate.
1593 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
1595         * configure.in: Select appropriate fragments for PowerPC/AIX.
1596         * configure: Regenerate.
1598         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
1599         BOOT_CFLAGS, BOOT_LDFLAGS.
1600         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
1601         BOOT_CFLAGS, BOOT_LDFLAGS.
1602         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
1603         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
1604         (stage): Fail if we cannot complete the work.
1605         * Makefile.in: Regenerate.
1607 2005-12-16  Jeff Johnston  <jjohnstn@redhat.com>
1609         * COPYING.NEWLIB: Update copyright year for default
1610         copyright.
1612 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
1614         * Makefile.tpl (all, do-[+make_target+], do-check, install,
1615         install-host-nogcc): Don't invoke $(stage) at the end.
1616         * Makefile.in: Regenerate.
1618 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
1620         * configure.in: Flip the top-level bootstrap switch.
1621         * configure: Regenerate.
1623         Merge from gcc:
1625         2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
1627         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
1628         $(stage) and $(unstage).
1629         (EXTRA_TARGET_FLAGS): Correct double-quoting.
1630         (all): Remove stray semicolon.
1631         (local-distclean): Don't handle multilib.tmp and multilib.out.
1632         (install.all): Set $s for consistency.
1633         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
1634         check_multilibs setting.  Always make the install directory.
1635         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
1636         Correct @if/@endif.
1637         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
1638         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
1639         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
1640         (multilib.out): Remove.
1641         * Makefile.in: Regenerated.
1643 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
1645         * config.sub: Replace ms1 arch with mt.  Allow ms1 as alias.
1646         * configure.in: Replace ms1 arch with mt.
1647         * configure: Rebuilt.
1649 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
1651         Sync with gcc:
1653 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
1655         * config.sub: Replace ms1 arch with mt.  Allow ms1 as alias.
1656         * configure.in: Replace ms1 arch with mt.
1657         * configure: Rebuilt.
1659 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
1661         Sync with gcc:
1663         2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
1665         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
1666         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
1667         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
1668         Find in-tree tools if available.
1669         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
1670         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
1671         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
1672         (COMPILER_*_FOR_TARGET): New.
1673         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
1674         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
1675         (CONFIGURED_*, USUAL_*): Remove.
1676         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
1677         STRIP): Use autoconf substitutions.
1678         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
1679         COMPILER_NM_FOR_TARGET): New.
1680         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
1682         (all): Make all-host and all-target in parallel.
1683         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
1684         that $$r and $$s are set before invoking a recursive make.
1685         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
1686         ([+bootstrap-target+]): Inline most of the `all' target.
1688         2005-11-29  Ben Elliston  <bje@au.ibm.com>
1690         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
1691         from the gcc build directory.
1692         * Makefile.in: Regenerate.
1694         2005-11-29  Ben Elliston  <bje@au.ibm.com>
1696         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
1697         depend on all-libdecnumber.
1698         * configure.in (host_libs): Include libdecnumber.
1699         * Makefile.in: Regenerate.
1700         * configure: Likewise.
1702         2005-11-21  Kean Johnston  <jkj@sco.com>
1704         * config.sub, config.guess: Sync from upstream sources.
1706 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
1708         * Makefile.def: Remove gdb dependencies for gdbtk.
1709         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
1710         (configure-gdb, install-gdb): New rules.
1711         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
1712         * Makefile.in, configure: Regenerated.
1714 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
1716         PR bootstrap/24297
1717         * Makefile.tpl (do-[+make-target+], do-check, install,
1718         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
1719         are set before recursing.
1720         * Makefile.in: Regenerate.
1722 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
1724         PR bootstrap/18939
1725         * Makefile.def (gcc) <target>: Fix thinko.
1726         * Makefile.in: Regenerate.
1728 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
1730         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
1731         * configure: Regenerate.
1733 2005-10-09  Kazu Hirata  <kazu@codesourcery.com>
1735         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
1736         target-libffi, target-qthreads, target-libjava, and
1737         targetlibobjc.
1738         * configure: Regenerate.
1740 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
1742         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
1743         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
1744         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
1745         (USUAL_OBJDUMP_FOR_TARGET): New.
1746         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
1747         * configure.in: Check for $OBJDUMP_FOR_TARGET.
1748         * configure, Makefile.in: Regenerated.
1750 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
1752         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
1753         before other host packages.
1755 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
1757         PR bootstrap/22340
1759         * configure.in (default_target): Remove.
1760         * Makefile.tpl (all): Do not use prerequisites as subroutines
1761         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
1762         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
1763         use prerequisites as subroutines.
1764         (check-host, check-target): New.
1765         (bootstrap configure & all targets): Do not use stage*-start
1766         if the directory layout is already ok.
1767         (non-bootstrap configure & all targets): Prepend a $(unstage).
1768         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
1769         (NOTPARALLEL): Remove.
1770         (unstage, stage variables): New variables.
1771         (unstage, stage targets): Simply expand to those variables.
1773         * configure: Regenerate.
1774         * Makefile.in: Regenerate.
1776 2005-10-04  James E Wilson  <wilson@specifix.com>
1778         * Makefile.def (lang_env_dependencies): Add libmudflap.
1779         * Makefile.in: Regenerate.
1781 2005-10-03  Catherine Moore  <clm@cm00re.com>
1783         * configure.in (bfin-*-*): Support bfin.
1784         * configure: Regenerated.
1786 2005-09-30  H.J. Lu  <hongjiu.lu@intel.com>
1788         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
1789         * configure: Regenerated.
1791 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
1793         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
1794         (LIPO_FOR_TARGET): New.
1795         (CONFIGURED_LIPO_FOR_TARGET): New.
1796         (USUAL_LIPO_FOR_TARGET): New.
1797         (STRIP_FOR_TARGET): New.
1798         (CONFIGURED_STRIP_FOR_TARGET): New.
1799         (USUAL_STRIP_FOR_TARGET): New.
1800         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
1801         STRIP_FOR_TARGET.
1802         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
1803         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
1804         * Makefile.in: Regenerate.
1805         * configure: Regenerate.
1807 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
1809         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
1810         (rs6000-*-aix*): Same.
1811         * configure: Regenerate.
1813 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
1815         * configure.in: Recognize f95 in the --enable-languages option,
1816         and substitute it for fortran, issuing a warning.
1817         * configure: Regenerate.
1819 2005-09-07  Ben Elliston  <bje@au.ibm.com>
1821         Import from Autoconf sources:
1823         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
1824         * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
1825         Elliston.  Handle weird characters correctly.
1827 2005-08-30  Phil Edwards  <phil@codesourcery.com>
1829         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
1830         * configure:  Regenerated.
1832 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
1834         * Makefile.def (libssp): Add to lang_env_dependencies.
1835         * Makefile.in: Regenerate.
1837 2005-08-17  Christian Groessler  <chris@groessler.org>
1839         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
1840         * Makefile.in: Regenerate.
1842 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
1844         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
1845         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
1846         Look for alternate names of the target cc and c++
1847         * configure: Regenerate.
1849 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
1851         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
1852         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
1853         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
1854         tools; remove code to manually set them.
1855         (Target tools): Look in the environment for them.
1856         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
1857         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
1858         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
1859         build directory.
1860         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
1861         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
1862         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
1863         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
1864         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
1865         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
1866         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
1867         * configure: Regenerate.
1868         * Makefile.in: Regenerate.
1870 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
1872         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
1873         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
1874         * Makefile.in: Regenerated.
1876 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
1878         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
1879         (CFLAGS_FOR_TARGET): Use it.
1880         (CXXFLAGS_FOR_TARGET): Likewise.
1881         * Makefile.in: Regenerated.
1882         * configure.in (--with-build-sysroot): New option.
1883         * configure: Regenerated.
1885 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
1887         * Makefile.tpl: Wrap install between unstage and stage
1888         * Makefile.in: Regenerate.
1890 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
1892         * all files: Update FSF address.
1894 2005-07-14  Jim Blandy  <jimb@redhat.com>
1896         * configure.in: Add cases for Renesas m32c.
1897         * configure: Regenerated.
1899 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
1901         * COPYING, compile, config-ml.in, config.guess,
1902         config.sub, install-sh, missing, mkinstalldirs,
1903         symlink-tree, ylwrap: Sync from upstream sources.
1905 2005-07-13  Eric Christopher  <echristo@redhat.com>
1907         * configure.in: Add toplevel noconfigdir support for tpf.
1908         * configure: Regenerate.
1910 2005-07-11  Jakub Jelinek  <jakub@redhat.com>
1912         * Makefile.def (target_modules): Add libssp.
1913         * configure.in (target_libraries): Add target-libssp.
1914         * configure: Rebuilt.
1915         * Makefile.in: Rebuilt.
1917 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
1919         PR ada/22340
1921         * Makefile.def: Sync with gcc.
1922         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
1923         * Makefile.in: Regenerate.
1925 2005-07-07  Andreas Schwab  <schwab@suse.de>
1927         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
1928         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
1929         * Makefile.in: Regenerated.
1931 2005-07-07  Kazu Hirata  <kazu@codesourcery.com>
1933         * configure.in: Add --enable-libssp and --disable-libssp.
1934         * configure: Regenerate with autoconf-2.13.
1936 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
1938         * configure.in: Don't build sim or rda when targetting darwin.
1939         * configure: Regenerate.
1941 2005-07-04  Ben Elliston  <bje@gnu.org>
1943         * src-release (do-proto-toplev): Remove dejagnu bits.
1944         (DEJAGNU_SUPPORT_DIRS): Remove.
1945         (dejagnu.tar.bz2, dejagnu.tar): Likewise.
1946         (GDBD_SUPPORT_DIRS): Likewise.
1947         (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
1948         (INSIGHTD_SUPPORT_DIRS): Likewise.
1949         (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
1951 2005-06-30  Ben Elliston  <bje@gnu.org>
1953         * setup.com (mpw): Remove unused directive.
1955 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
1957         * Makefile.def (stagefeedback): Come after profile.
1958         Define profiledbootstrap target.
1959         * Makefile.tpl (profiledbootstrap): Remove.
1960         (stageprofile-end): Zap stagefeedback.
1961         (stagefeedback-start): Copy all .gcda files, not only GCC's.
1962         * Makefile.in: Regenerate.
1964 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
1966         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
1967         In 'cpp' stanza, support '#line' as well as '# '.
1969 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
1971         * configure.in (unsupported_languages): New macro.
1972         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
1973         non-ported target libraries in noconfigdirs.
1974         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
1975         non-linux-gnu.  Remove libgcj_ex_libffi.
1976         <lang_frag loop>: Set add_this_lang=no if the language is in
1977         unsupported_languages.
1978         * configure: Regenerate.
1980 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
1982         * configure.in: Fix typo in handling of --with-mpfr-dir.
1983         * configure: Regenerate.
1985 2005-06-02  Jim Blandy  <jimb@redhat.com>
1987         * config.sub: Add cases for the Renesas m32c.  (This patch has been
1988         accepted into the master sources.)
1990 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
1991             Michael Snyder  <msnyder@redhat.com>
1992             Stan Cox  <scox@redhat.com>
1994         * configure.in: Set noconfigdirs for ms1.
1996         * configure: Regenerate.
1998 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
2000         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
2001         (Dependencies): Consider target modules for bootstrap dependencies.
2002         Make target bootstrap modules depend on each stage's gcc.
2003         * Makefile.in: Regenerate.
2005 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
2007         * Makefile.def (configure-gcc): Depend on binutils having been built.
2008         (all-gcc): No need to do it here.
2009         * Makefile.in: Regenerate.
2011 2005-05-19  Paul Brook  <paul@codesourcery.com>
2013         * configure.in: Rewrite misleading error message when requested
2014         language cannot be built.
2015         * configure: Regenerate.
2017 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
2019         * ylwrap: Import from Automake 1.9.5.
2021 2005-05-04  Mike Stump  <mrs@apple.com>
2023         * configure.in: Always pass --target to target configures as
2024         otherwise rebuilds that do --recheck will fail.
2025         * configure: Rebuilt.
2027 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
2029         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
2030         STAGE_HOST_EXPORTS.
2031         (configure, all): Add bootstrap support.
2032         (Host modules, target modules): Pass post-stage1 flags and exports.
2033         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
2034         * Makefile.in: Regenerate.
2036 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
2038         Sync from gcc:
2040         2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
2042         * config.sub: Update from master copy.
2044         2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
2046         * configure.in <crisv32-*-*, cris-*-*>: New local variable
2047         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
2048         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
2049         "*-*-elf" and "*-*-linux*".
2050         * configure: Regenerate.
2052 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
2054         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
2055         (TARGET_CONFIGARGS): Include --with-target-subdir.
2056         (configure, all): New macros.  Use them throughout.
2058 2005-04-05  Paolo Bonzini  <bonzini@gnu.org>
2060         * Makefile.tpl: Sync with gcc.
2061         * Makefile.in: Regenerate.
2063 2005-03-30  J"orn Rennecke <joern.rennecke@st.com>
2065         * config/mh-mingw32: Delete.
2066         * configure.in: Don't use it.
2067         * configure: Regenerate.
2069 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
2071         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
2072         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
2073         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
2074         (HOST_LIB_PATH): Generate from Makefile.def.
2075         (TARGET_LIB_PATH): Likewise.
2076         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
2077         * Makefile.in: Regenerate.
2078         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
2079         (RPATH_ENVVAR): Include Darwin case.
2080         * configure: Regenerate.
2082 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
2084         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
2085         * configure: Regenerate.
2087 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
2089         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
2090         gcc_version, and gcc_version_trigger from set of flags to pass.
2091         * Makefile.tpl: Remove definitions of above variables.
2092         (config.status): Remove dependency on $(gcc_version_trigger).
2093         * Makefile.in: Regenerate.
2094         * configure.in: Do not reference config/gcc-version.m4 nor
2095         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
2096         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
2097         * configure: Regenerate.
2099 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
2100             Andrew Pinski <pinskia@physics.uc.edu>
2102         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
2103         * Makefile.in: Regenerate.
2105 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
2107         PR libgcj/20160
2108         * ltmain.sh: Avoid creating archives with components that have
2109         duplicate basenames.
2111 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
2113         PR bootstrap/20250
2114         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
2115         instead of check.
2116         * Makefile.in: Regenerate.
2118 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
2120         Sync from gcc.
2122         2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
2124         PR bootstrap/17383
2125         * Makefile.def (target_modules): Remove "stage", now unnecessary.
2126         * Makefile.tpl (HOST_SUBDIR): New substitution.
2127         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
2128         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
2129         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
2130         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
2131         (Host modules, Bootstrapped modules): Use it.
2132         (Build modules, Target modules): Do not create symlink trees,
2133         always configure out-of-srcdir.
2134         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
2135         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
2136         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
2137         $(HOST_SUBDIR).  Create a symlink for host_subdir.
2139         * Makefile.in: Regenerate.
2140         * configure: Regenerate.
2142         Merged from libada-gnattools-branch:
2143         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
2145         * Makefile.def: Add gnattools as a module, depending on target-libada.
2146         * Makefile.in: Regenerate.
2147         * configure.in: Include gnattools in host_tools; disable it if ada
2148         is disabled.
2149         * configure: Regenerate.
2151 2005-02-23  Nick Clifton  <nickc@redhat.com>
2153         * configure: Regenerate.
2155 2005-02-22  Paul Schlie  <schlie@comcast.net>
2157         * configure.in: Allow darwin targeted ports to build tk, itcl and
2158         libgui.
2160 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
2162         PR libgcj/10353
2163         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
2164         * configure: Regenerate.
2166 2005-02-08  Andrew Cagney  <cagney@gnu.org>
2168         * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
2169         gdb/ section.  Update GDB's URL.
2171 2005-01-31  Andrew Cagney  <cagney@gnu.org>
2173         * gettext.m4: Only set ENABLE_NLS when gettext is present.
2175 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
2177         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
2178         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
2179         target-libgloss when not *-*-elf and *-*-aout.
2180         * configure: Regenerate.
2182 2005-01-27  Andrew Cagney  <cagney@gnu.org>
2184         * gettext.m4: Don't use NONE as a default for CATOBJEXT.
2186 2005-01-24  Andrew Cagney  <cagney@gnu.org>
2188         * gettext.m4: Only fall back to ../intl/ when it's present.
2190 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
2192         * install-sh, config.sub: Import from upstream.
2194 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
2196         PR bootstrap/18222
2197         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
2198         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
2199         * Makefile.in: Regenerate.
2201 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
2203         Revert 2004-12-28 Makefile changes, a better fix will be
2204         applied to mainline and src after GCC 4.0 branches.
2206 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
2208         PR bootstrap/17383
2210         * Makefile.def (target_modules): Remove stage parameter,
2211         it is always true now.
2212         * Makefile.tpl (configure-build-[+module+],
2213         configure-target-[+module+]): Always build symlink tree
2214         for the directory and for include.  BUILD_SUBDIR and
2215         TARGET_SUBDIR cannot be . anymore.
2216         * Makefile.in: Regenerate.
2218 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
2220         Revert 2004-12-08 Makefile changes.
2222 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
2224         * configure.in (sh64-*-*): Reenable gprof.
2225         * configure: Regenerate.
2227 2004-12-09  Jim Blandy  <jimb@redhat.com>
2229         * MAINTAINERS: List 'depcomp' as part of automake.
2231 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
2233         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
2234         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
2235         (EXTRA_TARGET_FLAGS): Add PICFLAG.
2236         * Makefile.in: Regenerate.
2238 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
2240         * Makefile.tpl: Generate normal dependencies if the LHS module is
2241         not bootstrapped.
2242         * Makefile.in: Regenerate.
2244 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
2246         * configure.in: Include config/gxx-include-dir.m4.  Use
2247         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
2248         * configure: Regenerate.
2250 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
2252         * config.if: Delete.
2253         * configure.in: Set libstdcxx_incdir directly.
2254         * configure: Regenerate.
2255         * MAINTAINERS: Remove mention of config.if.
2256         * src-release (DEVO_SUPPORT): Remove config.if.
2258 2004-12-02  Eric Christopher  <echristo@redhat.com>
2260         * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
2261         of things to remove.
2262         * Makefile.in: Regenerate.
2264 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
2266         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
2267         * configure: Regenerate.
2269 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
2271         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
2272         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
2273         * configure: Regenerate.
2275 2004-11-26  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2277         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
2278         (hppa*64*-*-*): Delete incorrect comment.
2279         * configure: Rebuilt.
2281 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
2283         * install-sh, compile: Import from automake.
2285 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
2287         * config.guess, config.sub:  Import from savannnah.
2289 2004-11-12  Mike Stump  <mrs@apple.com>
2291         * Makefile.def: Add html support.
2292         * Makefile.tpl: Likewise.
2293         * Makefile.in: Regenerate.
2295 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
2297         PR 18423
2298         * configure.in: Remove all instances of build-fixincludes from
2299         noconfigdirs.
2300         (build_configargs): Supply --target to subdirectories.
2301         * configure: Regenerate.
2303         * Makefile.def: Make gcc install depend on fixincludes install.
2304         * Makefile.in: Regenerate.
2306 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
2308         * configure.in (noconfigdirs) [mmix-*-*]: Disable
2309         target-libgfortran.
2310         * configure: Regenerate.
2312 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
2314         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
2315         like CC.
2317 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
2319         * Makefile.def (host fixincludes): Specify missing targets.
2320         * Makefile.in: Regenerate.
2322 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
2324         PR other/17783
2325         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
2326         * configure: Regenerated.
2328 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
2330         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
2331         * configure: Regenerated.
2333 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
2335         PR target/18151
2336         * configure.in (case ${target}): Do not build fixincludes for avr.
2337         * configure: Regenerated.
2339 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
2341         * configure.in (case ${target}): Do not build fixincludes
2342         on platforms where it is not used.
2343         * configure: Regenerated.
2345 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
2347         * configure.in: Use an absolute path to install-sh.
2348         * configure: Regenerated.
2350 2004-10-19  Andrew Cagney  <cagney@gnu.org>
2352         * src-release (do-djunpack, do-md5sum): Install the generated file
2353         directly into the proto-toplev/ directory.
2355 2004-10-19  Andrew Cagney  <cagney@gnu.org>
2357         * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
2359 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
2361         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
2362         * configure: Regenerate.
2364 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
2366         Fix wrong conflict resolution in:
2368         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
2370         * Makefile.in: Regenerate.
2371         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
2372         in the recursive `make', instead of hardwiring `all'.
2373         (Autogenerated TARGET-* variables): New.
2375 2004-10-05  Ulrich Weigand  <uweigand@de.ibm.com>
2377         Merged from GCC / libtool upstream:
2378         2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
2379         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
2380         * ltcf-cxx.sh (tpf*): Likewise.
2381         * ltconfig (tpf*): Add TPF OS configuration support.
2383 2004-09-30  Tomer Levi  <Tomer.Levi@nsc.com>
2385         * configure.in: Enable target-libgloss for crx-*-*.
2386         * configure: Regenerate.
2388 2004-09-24  Michael Roth  <mroth@nessie.de>
2390         * configure.in (--without-headers): Add missing double quotes.
2391         * configure: Regenerate.
2393 2004-09-24  Kelley Cook <kcook@gcc.gnu.org>
2395         * ylwrap: Revert to previous version.
2397 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
2399         PR bootstrap/17369
2400         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
2401         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
2402         SET_GCC_LIB_PATH_CMD.
2403         (BASE_TARGET_EXPORTS): Likewise.
2404         * Makefile.in: Regenerated.
2406         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
2407         * configure: Regenerated.
2409 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
2411         * config.guess: New upstream version
2412         * compile, depcomp, install-sh, ylwrap: Likewise.
2414 2004-09-19  Roger Sayle  <roger@eyesopen.com>
2416         * config/mh-x86omitfp: New host makefile fragment.  Add
2417         -fomit-frame-pointer to the default BOOT_CFLAGS.
2418         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
2419         * configure: Regenerate.
2421 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
2423         PR target/11572
2424         * configure.in (*-*-darwin*): Renable libobjc.
2425         * configure: Regenerate.
2427 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
2429         * Makefile.def: Remove libbanshee.
2430         * Makefile.tpl: Ditto.
2431         * configure.in: Ditto.
2432         * Makefile.in: Regen.
2433         * configure: Ditto.
2435 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
2437         * missing: Import latest version from master repository.
2439 2004-09-04  Nick Clifton  <nickc@redhat.com>
2441         * config.sub: Import latest version from master repository.
2442         * config.guess: Likewise.
2443         This includes these changes:
2445         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
2447         * config.sub: Handle crisv32, alias etraxfs.
2448         * config.guess (crisv32:Linux:*:*): Handle.
2450         2004-08-13  Brad Smith  <brad@comstyle.com>
2452         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
2453         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
2455         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
2457         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
2458         assume the processor is a powerpc.  This is because coreutils
2459         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
2460         in this case, due to a MacOS X bug that causes
2461         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
2462         to return a negative number.
2463         Problem reported by Petter Reinholdtsen in:
2464         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
2466         2004-07-19  Ben Elliston  <bje@gnu.org>
2468         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
2470         2004-06-24  Ben Elliston  <bje@gnu.org>
2472         * config.guess: Update copyright years.
2473         * config.sub: Likewise.
2475         2004-06-22  Robert Millan  <robertmh@gnu.org>
2477         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
2478         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
2480         2004-06-22  Stanley F. Quayle <stan@stanq.com>
2482         * config.guess (*:*VMS:*:*): New entry. Replaces
2483         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
2484         manufacturer.
2486         2004-06-22  Ben Elliston  <bje@gnu.org>
2488         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
2489         * config.sub: Likewise.
2491         2004-06-22  Ben Elliston  <bje@gnu.org>
2493         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
2494         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
2496         2004-06-11  Ben Elliston  <bje@gnu.org>
2498         * config.guess (pegasos:OpenBSD:*:*): Remove.
2500         2004-06-11  Ben Elliston  <bje@gnu.org>
2502         From Wouter Verhelst <wouter@grep.be>:
2503         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
2505         2004-06-11  Ben Elliston  <bje@gnu.org>
2507         * config.guess (luna88k:OpenBSD:*:*): New.
2509         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
2511         * config.guess (m32r*:Linux:*:*): New case.
2512         * config.sub: Handle m32rle.
2514         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
2516         From Jens Petersen  <petersen@redhat.com>:
2517         * config.sub: Handle sparcv8.
2519         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
2521         From Tom Smith <smith@cag.lkg.hp.com>:
2522         * config.guess: Version suffixes are equally significant on Tru64
2523         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
2524         prefix of "P" (patched kernel).
2526         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
2528         * config.sub: Add support for National Semiconductor CRX target.
2530 2004-09-03  Jan Beulich  <jbeulich@novell.com>
2532         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
2533         *-*-netware, but add target-libmudflap.
2534         Consolidate *-*-netware targets (of which really only i?86 exists)
2535         into a single entry.
2536         * configure: Likewise.
2538 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
2540         * Makefile.tpl (sorry): Remove.
2541         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
2542         (cleanstrap targets): Depend on distclean, not distclean-stage1.
2543         (do-clean): Clean per-stage directories too.
2544         (do-distclean): Run distclean-stage1 too.
2545         (.NOTPARALLEL): Enable during toplevel bootstrap.
2546         (stage[+id+]-bubble): Enable parallel execution during
2547         the recursive invocation.
2548         * Makefile.in: Regenerate.
2550         Sync from gcc (moving the Makefile.in change to Makefile.tpl):
2552         2004-08-31  Robert Bowdidge <bowdidge@apple.com>
2554         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
2555         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
2556         * configure: regenerate
2557         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
2558         -mdynamic-no-pic
2560 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
2562         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
2563         include.
2564         * configure.in: Fix indentation.
2565         * configure: Regenerate.
2567 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
2569         * Makefile.def (build_modules): Add fixincludes.
2570         (dependencies): Make gcc depend on fixincludes.
2571         * configure.in (build_tools): Add fixincludes.
2572         (build_configdirs): Always include build_libs.
2573         * Makefile.in: Regenerate.
2574         * configure: Regenerate.
2576 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
2578         * Makefile.def (bootstrap stages): Add 'lean' parameter.
2579         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
2580         phony targets; do not generate timestamp files.
2581         (distclean-stageN): Remove references to their timestamp files.
2582         (restageN, touch-stageN): Remove.
2583         (stageN-bubble): Rewritten.
2584         (compare): Support lean bootstraps.
2585         * Makefile.in: Regenerate.
2587         * configure.in: Only warn when bootstrapping but
2588         build != host or build != target.  Support lean bootstraps.
2589         * configure: Regenerate.
2591         Sync from gcc:
2592         2004-08-26  Phil Edwards  <phil@codesourcery.com>
2594         * configure.in:  Give a better error message if GMP/MPFR are missing
2595         and a language needing them has been requested.
2596         * configure:  Regenerated.
2598         2004-08-25  Phil Edwards  <phil@codesourcery.com>
2600         * configure.in:  Print a list of available language front-ends if
2601         a requested one is missing.  Tidy stray tab characters.
2602         * configure:  Regenerated.
2604 2004-08-17  Paolo Bonzini  <bonzini@gnu.org>
2606         * Makefile.in: Regenerate.
2607         * configure: Regenerate.
2609         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
2610         stage_*_flags.
2611         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
2612         for bootstrapped modules if toplevel bootstrap is going.
2613         (GCC bootstrap): Generate per-stage targets for all bootstrapped
2614         modules.  Adjust for changes in Makefile.def.  Enable several
2615         rules even in non-bootstrap mode, just to avoid peppering the
2616         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
2617         (stage-[+prev+]-bubble): Remove.
2619         * Makefile.def (Dependencies): Depend on all-build-bison,
2620         all-build-flex, all-build-byacc, all-build-texinfo, rather
2621         than the host variations.
2622         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
2623         with BUILD_SUBDIR.
2624         (BISON): Update for recent Bisons.
2625         (YACC): Fix typo.
2626         (cross): Depend on all-build.
2627         (all): Do not depend on all-build.
2628         (prebootstrap): Remove.
2629         (dep-kind): Accept separate prefixes for MODULE and ON variables.
2630         (Prebootstrap dependencies): Add them to the per-stage targets
2631         and to all-prebootstrap.
2632         * configure.in (build_configdirs): Always enable build_tools.
2633         (BUILD_DIR_PREFIX): Remove.
2635         * Makefile.def (gcc): Add target variable.
2636         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
2637         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
2638         in the recursive `make', instead of hardwiring `all'.
2639         (Autogenerated TARGET-* variables): New.
2641 2004-08-17  Robert Millan  <robertmh@gnu.org>
2643         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
2644         (instead of FreeBSD).
2645         * configure: Regenerate.
2647 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
2649         * Makefile.def, configure.in, src-release: Remove useless, bogus
2650         references to tix.
2651         * Makefile.in, configure: Regenerate.
2653         * src-release: Stop distributing mmalloc with gdb (which doesn't
2654         use it).
2655         * Makefile.def: GDB doesn't depend on mmalloc anymore.
2656         * Makefile.in: Regenerate.
2658 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
2660         * configure.in (arm*-*-eabi*): New target.
2661         * configure: Regenerate.
2663 2004-08-01  Robert Millan  <robertmh@gnu.org>
2665         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
2666         libmudflap for all GNU-based systems (with Glibc).
2667         * configure: Regenerate.
2669 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
2671         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
2672         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
2673         (Dependencies): New section.
2674         * Makefile.tpl (Dependencies): Generate from Makefile.def.
2675         (configure-target-[+module+]): Depend on maybe-all-gcc
2676         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
2677         (toplevel profiledbootstrap): Fix dependencies.
2678         * Makefile.in: Regenerate.
2680 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
2682         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
2683         target-libiberty to noconfigdirs.
2685 2004-08-03  Paul Brook  <paul@codesourcery.com>
2687         * configure.in: Check for MPFR as well as GMP.
2688         * configure: Regenerate.
2690 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
2692         * Makefile.def (host-modules): Add gcc.
2693         * Makefile.in: Regenerate.
2694         * Makefile.tpl (sorry): New rule.
2695         (configure-host, all-host, [+make_target+]-host, do-check,
2696         install-host): Do not add gcc as a special case.
2697         (host modules): Add a small special-casing for gcc.  Export
2698         extra_make_flags through the environment.
2699         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
2700         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
2701         other recursive targets for gcc): Remove.
2703         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
2704         (stage, unstage): New rules.
2705         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
2706         distclean-stage[+id+]): Use stage_current.
2707         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
2708         the stage*-start rules.
2710 2004-07-19  Robert Millan  <robertmh@gnu.org>
2712         Synced from gcc:
2714         2004-04-26  Robert Millan  <robertmh@gnu.org>
2716         Add patches from libtool CVS.
2717         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
2718         * ltconfig: Likewise.
2719         * ltcf-c.sh: Likewise.
2720         * ltcf-cxx.sh: Likewise.
2721         * ltcf-gcj.sh: Likewise.
2723 2004-07-12  Paolo Bonzini  <bonzini@gnu.org>
2725         * configure.in: Add noconfigdirs for crx-*-*.
2726         * configure: Regenerate.
2728 2004-07-12  Paolo Bonzini  <bonzini@gnu.org>
2730         Synced from gcc:
2732         2004-07-09  Loren J. Rittle <ljrittle@acm.org>
2734         * configure.in: Build libmudflap by default on FreeBSD.
2735         * configure: Regenerated.
2737         2004-07-09  Mark Mitchell  <mark@codesourcery.com>
2739         * configure.in: Do not build libmudflap by default on non-GNU/Linux
2740         systems.
2741         * configure: Regenerated.
2743         2004-07-08 John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2745         PR target/16344
2746         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
2747         feedback based compiler.
2748         * Makefile.in: Rebuilt.
2750         2004-07-05  Phil Edwards  <phil@codesourcery.com>
2752         * configure.in:  Do not prepend $srcdir to /dev/null in
2753         makefile fragments.
2754         * configure:  Regenerate.
2756 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
2758         * Makefile.def (host_modules): Set bootstrap=true for flex.
2759         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
2760         * Makefile.in: Rebuilt.
2762 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
2764         * Makefile.def (build_modules): Add bison, byacc, flex,
2765         m4, texinfo.
2766         (flags_to_pass): Add FLEX.
2767         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
2768         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
2769         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
2770         DEFAULT_MAKEINFO): Remove.
2771         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
2772         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
2773         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
2774         objdir or else use configured tool.
2775         (all-build): New.
2776         (all): Depend on it.
2777         (Build module dependencies): Add.
2778         * Makefile.in: Regenerate.
2779         * configure.in: Better support for multiple build modules,
2780         matching what is done for host/target modules.  Do not look
2781         for "plausible" locations of build tools if Canadian cross.
2782         Use autoconf's AC_PROG_CC to find a C compiler.  Define
2783         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
2784         * configure: Regenerate.
2786 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
2788         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
2789         * Makefile.in: Regenerate.
2791 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
2793         * Makefile.tpl (configure-build-[+module+],
2794         configure-[+module+], configure-target-[+module+]): Pass
2795         [+extra_configure_args+].
2796         (all-build-[+module+], all-[+module+], check-[+module+],
2797         install-[+module+], [+make_target+]-[+module+],
2798         all-target-[+module+], check-target-[+module+],
2799         install-target-[+module+], [+make_target+]-target-[+module+]):
2800         Pass [+extra_make_args+].
2801         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
2802         (GCC_HOST_EXPORTS): Remove.
2803         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
2804         cross, check-gcc, check-gcc-c++, install-gcc,
2805         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
2806         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
2807         * Makefile.in: Regenerate.
2809 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
2811         * configure.in: Check for srcdir/winsup rather than build directory
2812         winsup.
2813         * configure: Regenerate.
2815 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
2817         * configure.in: Don't build Cygwin native newlib if winsup
2818         directory is missing.  Emit warning instead.
2819         * configure: Regenerate.
2821 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
2823         * Makefile.tpl (touch-stage[+id+]): New.
2824         (restage[+prev+]): Depend on touch-stage[+id+].
2826         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
2827         Use it throughout.
2829         * Makefile.def: Add profile and feedback bootstrap stages.
2830         Remove next field from bootstrap stages.
2831         * Makefile.tpl (LN, LN_S): Substitute.
2832         (stageN-start, stageN-end): Use double-colon rules, to
2833         provide a hook for additional setup commands.
2834         (distclean-stageN-gcc, restageN): Create dependencies from
2835         [+prev+], not from [+next+].
2836         (stageN-bubble): Add commands for successive stages from
2837         [+prev+], using double-colon rules.
2838         (all-stageN-gcc): Fix typo.
2839         (stagefeedback-start, profiledbootstrap): New.
2840         * Makefile.in: Regenerate.
2841         * configure.in: Call ACX_PROG_LN.
2842         * configure: Regenerate.
2844 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
2846         * configure.in: Fix --enable-bootstrap breakage introduced in trees
2847         without gcc.
2848         * configure: Regenerate.
2850 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
2852         * Makefile.tpl: Fix typo.
2853         * Makefile.in: Regenerate.
2855 2004-06-01  Paolo Bonzini <bonzini@gnu.org>
2857         * configure.in: Remove new- prefix from toplevel
2858         bootstrap targets.
2859         * configure: Regenerate.
2861 2004-06-01  Paolo Bonzini <bonzini@gnu.org>
2863         Merge this patch from the gcc tree:
2865         2004-05-30  Andreas Jaeger  <aj@suse.de>
2866                     Jim Wilson <wilson@specifixinc.com>
2868         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
2869         like CC.
2871 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
2873         * Makefile.tpl (all.normal): Rename to all.
2874         (all): Replace with a rule to pick the default
2875         target from configure.
2876         (all-gcc, configure-gcc): Use conditionals to
2877         do nothing when toplevel bootstrap is going on.
2878         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
2879         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
2880         * configure.in: Support --enable-bootstrap.
2882         * Makefile.def: Remove new- prefix from toplevel
2883         bootstrap targets.
2884         * Makefile.tpl: Likewise.
2886         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
2887         target.
2889         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
2890         $(RECURSE_FLAGS) to recursive invocation of make.
2892         * Makefile.in: Regenerate.
2893         * configure: Regenerate.
2895 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
2897         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
2898         * configure: Regenerate.
2900 2004-05-25  Daniel Jacobowitz  <drow@false.org>
2902         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
2903         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
2904         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
2905         targets.
2906         * Makefile.in: Regenerate.
2908 2005-05-24  Paolo Bonzini <bonzini@gnu.org>
2910         * configure.in: Test the ability to symlink directories.
2911         * configure: Regenerate.
2913         * Makefile.def (bootstrap-stage): New definitions.
2914         * Makefile.tpl (configure-stage1-gcc,
2915         configure-stage2-gcc, configure-stage3-gcc,
2916         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
2917         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
2918         new-restage3, compare): Autogenerate, see Makefile.in
2919         entry for behavioral changes.
2920         (distclean-stage1, new-stage1-start, new-stage1-end,
2921         new-stage1-bubble, distclean-stage2, new-stage2-start,
2922         new-stage2-end, new-stage2-bubble, distclean-stage3,
2923         new-stage3-start, new-stage3-end): New autogenerated targets.
2924         (objext, prebootstrap, BOOT_CFLAGS,
2925         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
2926         targets.
2928         * Makefile.in: Regenerate.
2929         (distclean-stage1, new-stage1-start, new-stage1-end,
2930         new-stage1-bubble, distclean-stage2, new-stage2-start,
2931         new-stage2-end, new-stage2-bubble, distclean-stage3,
2932         new-stage3-start, new-stage3-end): New targets.
2933         (all-stage1-gcc): Move prebootstrap dependency from here...
2934         (configure-stage1-gcc): ...to here.
2935         (new-bootstrap): Use bubble targets.
2936         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
2937         Use per-stage distclean targets.
2938         (configure-stage1-gcc, configure-stage2-gcc,
2939         configure-stage3-gcc, all-stage1-gcc,
2940         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
2941         Use new-stageN-start to prepare the tree.
2943 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
2945         * Makefile.def (host_modules): add libcpp.
2946         * Makefile.tpl: Add dependencies on and for libcpp.
2947         * Makefile.in: Regenerate.
2948         * configure.in: Add libcpp host module.
2949         * configure: Regenerate.
2951 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
2953         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
2954         of libf2c.
2955         * configure, Makefile.in: Regenerate.
2957 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
2959         Merge from tree-ssa-20020619-branch.
2961         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
2962         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
2963         (HOST_GMPLIBS): Define.
2964         (HOST_GMPINC): Define.
2965         (TARGET_LIB_PATH): Add libmudflap.
2966         (GFORTRAN_FOR_TARGET): Define.
2967         (configure-build*): Export GFORTRAN.
2968         (configure-gcc): Export GMPLIBS and GMPINC.
2969         (all-gcc): Add maybe-all-libbanshee.
2970         (configure-target-libgfortran): Define.
2971         * Makefile.in: Regenerate.
2972         * configure.in (host_libs): Add libbanshee.
2973         (target_libraries): Add target-libmudflap and target-libgfortran.
2974         Add --with-libbanshee.
2975         Handle --disable-libmudflap.
2976         (*-*-freebsd*): Use with_gmp.
2977         Add $(libgcj) to noconfigdirs.
2978         * configure: Regenerate.
2979         * depcomp: New file.
2980         * MAINTAINERS: Add tree-ssa maintainers.
2982 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
2984         * config/acx.m4: Fix fastcompare support for new-bootstrap.
2985         * configure: Regenerate.
2987 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
2989         Revert:
2990         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
2992         * Makefile.def (flags_to_pass): Remove *dir variables that
2993         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
2994         as well as prefix and exec_prefix.
2995         * Makefile.in: Regenerate.
2997 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
2999         * Makefile.def (host_modules): Mark with the bootstrap
3000         flag packages on which gcc depends.
3001         * Makefile.tpl (all-bootstrap): Use it.
3002         * Makefile.in: Regenerate.
3004 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
3006         * Makefile.def (flags_to_pass): Remove *dir variables that
3007         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
3008         as well as prefix and exec_prefix.
3009         * Makefile.in: Regenerate.
3011 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
3013         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
3014         * configure: Regenerate.
3015         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
3016         * gcc/Makefile.tpl (compare): Use the result of the test.
3017         * gcc/Makefile.in: Regenerate.
3019 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
3021         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
3022         Always relocate gcc and prev-gcc to the original names, even
3023         if the build fails.
3024         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
3025         New targets.
3027 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3029         * configure.in (mips*-*-irix5*): Enable ld.
3030         * configure: Regenerate.
3032 2004-04-15  James E Wilson  <wilson@specifixinc.com>
3034         * Makefile.tpl (configure-[+module+], configure-gcc,
3035         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
3036         Set and export LDFLAGS.
3037         * Makefile.in: Regenerate.
3039 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
3041         PR bootstrap/14871
3042         * Makefile.tpl: If we don't have built-in-tree target tools,
3043         use the ones found by configure rather than hacking around with
3044         program_transform_name.
3045         * configure.in: Give Makefile.tpl the information necessary
3046         to do that.
3047         * Makefile.in: Regenerate.
3048         * configure: Regenerate.
3050 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
3052         PR bootstrap/14760
3053         * configure.in: When computing baseargs, strip *all* copies of
3054         offending options.  Also, don't match/substitute the trailing space,
3055         so that this actually works when two similar options are separated by
3056         only one space.
3057         * configure: Regenerate.
3059 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
3061         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
3062         (rs6000-*-aix*): Same.
3063         * configure: Regenerate.
3065 2004-03-25  Stan Shebs  <shebs@apple.com>
3067         Remove MPW support, no longer used.
3068         * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
3069         mpw-install: Remove files.
3070         * src-release (DEVO_SUPPORT): Remove names of removed files.
3071         * MAINTAINERS: Likewise.
3073 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
3075         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
3076         STRICT_WARN, WARN_CFLAGS flags passed down to make.
3077         * Makefile.in: Regenerate.
3079         * configure.in (top level bootstrap support): Rework --enable-werror
3080         to set @stage2_werror_flag@.
3081         * configure: Regenerate.
3082         * Makefile.tpl (top level bootstrap support): Pass
3083         @stage2_werror_flag@ down to configure in stages 2 and 3.
3084         * Makefile.in: Regenerate.
3086 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
3088         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
3089         for stages 2 and 3 as well as in make.  As a consequence, remove
3090         OUTPUT_OPTION (now detected by configure) from the flags passed down
3091         to make.
3092         * Makefile.in: Regenerate.
3094         * Makefile.tpl (new-bootstrap): Fix typo.
3095         * Makefile.in: Regenerate.
3097 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
3099         * Makefile.tpl: Rearrange by moving recursive_targets rules
3100         into their proper sections.
3101         * Makefile.tpl (top level bootstrap support): Move disabling
3102         of coverage flags from 'make' to 'configure'; improve comments.
3103         * Makefile.in: Regenerate.
3105         * Makefile.tpl (experimental top level bootstrap) Move stage1
3106         language setting from all- target to configure- target; disable
3107         intermodule optimization in stage 1; prevent gratuitous rebuilds
3108         of stage 1.
3109         * Makefile.in: Regenerate.
3110         * configure.in: Comma-separate stage 1 language list for top
3111         level bootstrap.
3112         * configure: Regenerate.
3114         * Makefile.tpl: Clean up experimental top level bootstrap support:
3115         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
3116         prev-gcc in configure- targets as well as all- targets.
3117         * Makefile.in: Regenerate.
3119 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
3121         * configure.in: Remove symbolic link section.
3122         * configure: Regenerate.
3123         * Makefile.tpl (links): Remove.
3124         * Makefile.in: Regenerate.
3126 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
3127             Nathanael Nerode  <neroden@gcc.gnu.org>
3129         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
3130         Set with AC_CHECK_PROGS.
3131         * configure.in: Fix comment typo from last patch.
3132         * configure: Regenerate.
3134 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
3136         * Makefile.tpl: Introduce experimental top level bootstrap support.
3137         * Makefile.in: Regenerate.
3138         * configure.in: Introduce support for top level bootstrap.
3139         * configure: Regenerate.
3141 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
3142             Paolo Bonzini  <bonzini@gnu.org>
3144         PR bootstrap/14522
3145         * configure.in: Cope with shells that do not support unquoted ^
3146         * configure: Regenerate.
3148 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
3149             Paolo Bonzini  <bonzini@gnu.org>
3151         PR bootstrap/14522
3152         * configure.in: Cope with shell that do not support nesting
3153         quotes inside quoted backquote substitutions.
3154         * configure: Regenerate.
3156 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
3158         PR bootstrap/14522
3159         * configure.in: Fix escaping of $.
3160         * configure: Regenerate.
3162 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
3164         * configure: Regenerate.
3166 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
3168         PR ada/14131
3169         Move language detection to the top level.
3170         * configure.in: Find default values for the tools as
3171         soon as possible.  Disable ada if GNAT is not found.
3172         Emit error message about missing languages.  Expand
3173         --enable-languages=all for the gcc subdirectory.
3175 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
3177         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
3178         and disable libgcj.
3179         * configure: Regenerated.
3181 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
3183         PR bootstrap/7087
3184         * Makefile.tpl: Guard XFOO sed statements better.
3185         * Makefile.tpl: Add dependency for configure-target-libada.
3186         * Makefile.in: Regenerate (incidentally fixes broken
3187         commit when libada-branch was merged).
3189 2004-02-28  Andrew Cagney  <cagney@redhat.com>
3191         * src-release (CVS_NAMES): Define.
3192         (do-tar, do-tar): Prune $(CVS_NAMES).
3194 2004-02-23  Andrew Cagney  <cagney@redhat.com>
3196         * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
3197         2004-02-19.09.
3199 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
3201         PR bootstrap/11932
3202         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
3204 2004-02-19  Andrew Cagney  <cagney@redhat.com>
3206         * config.guess: Update from version 2003-06-12 to 2004-02-16.
3207         * config.sub: Update from version 2003-06-13 to 2004-02-16.
3209 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
3211         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
3212         (rs6000-*-aix*): Same.
3213         * configure: Regenerate.
3215 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
3217         * configure.in (host): Add in missing $noconfigdirs to defines.
3218         * configure: Regenerate.
3220 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
3221             Nathanael Nerode  <neroden@gcc.gnu.org>
3223         PR ada/6637, PR ada/5911
3224         Merge with libada-branch:
3225         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
3226         with appropriate dependencies. Add --enable-libada configure switch.
3227         * configure, Makefile.in: Regenerate.
3229 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3231         * configure.in: Don't pass --with-stabs on IRIX 5 either.
3232         * configure: Regenerate.
3234 2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>
3236         * COPYING.NEWLIB: Update Red Hat license to 2004.
3238 2004-01-23  DJ Delorie  <dj@redhat.com>
3240         * Makefile.def (target_modules) [libiberty]: Don't stage.
3241         * Makefile.in: Rebuilt.
3243 2004-01-23  Jeff Johnston  <jjohnstn@redhat.com>
3245         * COPYING.NEWLIB: Update to include copyrights for new
3246         iconv code.
3248 2004-01-15  Andrew Cagney  <cagney@redhat.com>
3250         * src-release: Update copyright year.
3251         (do-proto-toplev): Configure using i686-pc-linux-gnu.
3252         (NEWLIB_SUPPORT_DIRS): Delete macro.
3253         (newlib.tar.bz2): Delete rule.
3255 2004-01-14  Loren J. Rittle <ljrittle@acm.org>
3257         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
3258         * Makefile.tpl (configure-target-[+module+]): Support stage.
3259         * Makefile.in: Rebuilt.
3261 2003-01-14  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
3263         * gettext.m4: Quote names of macros to be defined by AC_DEFUN
3264         throughout.
3266 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
3268         * configure.in: Use ./config.cache, not config.cache.
3269         * configure: Regenerate.
3270         * Makefile.tpl: Special-casing not needed for GCC any more.
3271         * Makefile.in: Regenerate.
3273         * configure.in: Don't share a cache file for host dirs.
3274         * configure: Regenerate.
3276         * config-ml.in: Don't mess with the cache file.
3278 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
3280         * Makefile.tpl: Make GCC use a separate config.cache.
3281         * Makefile.in: Regenerate.
3283         PR bootstrap/11932, PR bootstrap/11933
3284         (I don't know if it will fix either of them, but it relates
3285         to them.)
3286         * configure.in: Don't use shared config.cache for target
3287         directories.
3288         * configure: Regenerate.
3290 2003-12-31  Roger Sayle  <roger@eyesopen.com>
3292         * configure.in (ia64*-*-hpux*): Disable building java libraries.
3293         * configure: Regenerated.
3295 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
3297         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
3298         * configure: Regenerated.
3300 2003-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
3302         Port change over from GCC:
3303         2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
3304         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
3305         (configure-build-[+module+], configure-[+module+]): Likewise.
3306         (configure-target-[+module+], configure-gcc, config.status): Likewise.
3307         * Makefile.in: Regenerate.
3309 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
3311         * configure.in (raw_libstdcxx_flags): Remove the leading space.
3312         * configure: Regenerate.
3314 2003-11-27  Jeff Johnston  <jjohnstn@redhat.com>
3316         * COPYING.NEWLIB: Add license info for long long routines added to
3317         stdlib.
3319 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
3321         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
3322         * Makefile.in: Regenerate.
3324 2003-10-20  Phil Edwards  <phil@codesourcery.com>
3326         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
3327         * configure:  Regenerate.
3329 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
3331         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
3332         HOST_FLAGS_TO_PASS.
3333         * Makefile.in: Regenerate.
3335 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
3337         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
3338         * configure: Rebuilt
3339         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
3340         * Makefile.in: Rebuilt
3342 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
3344         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
3346 2003-10-01  Phil Edwards  <pme@gcc.gnu.org>
3348         * config-ml.in:  Use ac_configure_args directly instead of
3349         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
3350         actually seen.
3352 2003-10-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
3354         * config-ml.in: Propagate INSTALL variables.
3356 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
3358         * configure.in: Pass a computed --program-transform-name
3359         to subconfigures.
3360         * configure: Regenerated.
3362 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
3364         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
3365         * Makefile.in: Regenerate.
3367         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
3368         * Makefile.in: Regenerate.
3370 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
3372         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
3373         quoting.
3374         * configure: Regenerated.
3376 2003-09-12  Michael Chastain  <mec@shout.net>
3378         Fix PR gdb/857.
3379         * src-release (do-proto-topleve): Remove junk files
3380         intl/config.cache, intl/config.status,
3381         intl/config.h, intl/stamp-h.
3383 2003-09-14  Andrew Cagney  <cagney@redhat.com>
3385         * src-release (dejagnu.tar): New target.
3386         (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
3387         (do-djunpack): Use $(PACKAGE) for the package name.
3389 2003-09-04  DJ Delorie  <dj@redhat.com>
3391         * configure: Regenerate.
3393 2003-09-04  Robert Millan  <robertmh@gnu.org>
3395         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
3397 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3399         * configure.in: Ensure arguments to sed are properly spaced.
3400         * configure: Regenerate.
3402 2003-08-28  Daniel Jacobowitz  <drow@mvista.com>
3404         Merge from gcc:
3405         2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
3406         * install-sh:  Update to newer upstream versions (associated with
3407         aclocal 1.7).
3408         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
3410 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
3412         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
3413         * configure: Regenerated.
3415 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
3417         * configure.in:  Use newline instead of semicolon when assuming
3418         shell arguments in a for loop.
3419         * configure:  Regenerated.
3421 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
3423         PR 8180
3424         * configure.in: When testing with_libs and with_headers, treat
3425         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
3426         * configure: Regenerate.
3428         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
3429         make, shell, etc.
3430         (baseargs): Likewise.
3431         * configure: Regenerate.
3433 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
3435         * configure.in: Disable libgcj for darwin not on powerpc.
3436         * configure: Rebuild.
3438 2003-08-15  Michael Chastain  <mec@shout.net>
3440         * src-release (do-proto-toplev): Remove junk files
3441         dejagnu/example/calc/config.status,
3442         dejagnu/example/calc/config.log.
3444 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
3446         * config-ml.in, symlink-tree: Add license.
3448 2003-08-01  Nathanael Nerode  <neroden@gcc.gnu.org>
3450         Merge from gcc:
3452         2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
3453         * Makefile.tpl (check, check-c++): Express dependencies using
3454         dependencies rather than commands.
3455         * Makefile.in: Regenerate.
3457         2003-07-31  Geoffrey Keating  <geoffk@apple.com>
3458         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
3459         * Makefile.in: Update.
3461 2003-08-01  Andrew Cagney  <cagney@redhat.com>
3463         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
3464         * configure: Ditto.
3466 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
3468         * configure.in: Enable libgcj for darwin.
3469         * configure: Rebuild.
3471 2003-07-29  Nathanael Nerode  <neroden@gcc.gnu.org>
3473         * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
3475 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
3477         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
3478         creating target and build subdirs to build all parent dirs as needed.
3479         * Makefile.in: Rebuild.
3480         * configure.in: Don't build dirs explicitly here.
3481         * configure: Rebuild.
3483 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
3485         * Makefile.tpl (all-make): Depend on intl.
3486         * Makefile.in: Rebuilt.
3488 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
3490         * config.if: Remove unused libc_interface determination.
3492 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
3494         * Makefile.in: Regenerate, correctly this time.
3496 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
3498         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
3499         unused INSTALL_PROGRAM_ARGS.
3500         * configure.in: Use AC_PROG_INSTALL.
3501         * Makefile.in: Regenerate.
3502         * configure: Regenerate.
3504 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
3506         * configure: Rebuilt.
3507         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
3508         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
3509         newlib nor libgloss.
3510         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
3511         * configure.in (am33_2.0-*-linux*): Added.
3513 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
3515         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
3516         * configure: Regenerate.
3518 2003-07-06  H.J. Lu <hongjiu.lu@intel.com>
3520         * config-ml.in: Replace PWD with PWD_COMMAND.
3521         * Makefile.tpl: Likewise.
3522         * Makefile.in: Regenerated.
3524 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
3526         * configure.in: Clean up config-lang.in handling.  Delete
3527         useless assignment to "subdirs".
3528         * configure: Regenerate.
3530 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
3532         * configure.in: Rename 'target_libs' to 'target_libraries'.
3533         Remove useless reference to 'target_libs'.
3534         * configure: Regenerate.
3536 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
3538         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
3539         * Makefile.in: Regenerate.
3541 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
3543         * Makefile.def: Introduce flags_to_pass.
3544         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
3545         * Makefile.in: Regenerate.
3547 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
3549         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
3550         and target-libgloss.
3551         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
3552         <h8300*-*-*>: Disable libf2c and ${libgcj}.
3553         * configure: Regenerate.
3555 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
3557         * configure.in: Update testsuite_flags to new location.
3558         * configure. Regenerate.
3560 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
3562         * Makefile.tpl: Remove BUILD_CC stuff.
3563         * Makefile.in: Regenerate.
3565 2003-06-14  H.J. Lu <hongjiu.lu@intel.com>
3567         * config.guess: Update to 2003-06-12 version.
3568         * config.sub: Update to 2003-06-13 version.
3570 2003-06-12  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3572         * MAINTAINERS: Add myself as MIPS co-maintainer.
3574 2003-06-12  H.J. Lu <hongjiu.lu@intel.com>
3576         * config.guess: Update to 2003-06-06 version.
3577         * config.sub: Update to 2003-06-06 version.
3579 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3581         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
3582         * configure. Regenerate.
3584 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
3586         * configure.in: Disable serial configure by default.
3587         * configure: Regenerate.
3588         * Makefile.tpl: Abolish .NOTPARALLEL.
3589         * Makefile.in: Regenerate.
3591         * Makefile.tpl: Replace {build,host,target}_canonical by
3592         {build,host,target}.
3593         * Makefile.in: Regenerate.
3595         * Makefile.tpl: Fix stupid pasto.
3596         * Makefile.in: Regenerate.
3598 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
3600         * Makefile.tpl: Remove bogus conditional.
3601         * Makefile.in: Regenerate.
3603 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
3605         * Makefile.tpl: Make 'recursive targets' using autogen rather
3606         than shell loop.  Remove duplicate 'clean' targets and false
3607         comments.
3608         * Makefile.def: Add systematic dependencies to 'recursive' targets.
3609         Add systematic method of specifying missing targets in subdirs.
3610         Add copyright boilerplate.
3611         * Makefile.in: Regenerate.
3612         * configure.in: Add 'recursive targets' to maybe list.
3613         * configure: Regenerate.
3615         * Makefile.tpl: Rename [+target+] to [+make_target+].
3616         * Makefile.def: Rename 'target' to 'make_target'.
3618 2003-05-30  Nick Clifton  <nickc@redhat.com>
3620         * README-maintainer-mode: Update URL for locating blessed config
3621         tools.
3623 2003-05-29  Robert Millan  <rmh@debian.org>
3625         * ltconfig: Import this patch and modify for use with current
3626         version of ltconfig:
3628         2003-05-21  Bruno Haible  <bruno@clisp.org>
3630         * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
3631         GNU/FreeBSD.
3633 2003-05-28  DJ Delorie  <dj@redhat.com>
3635         * Makefile.tpl: Make maybe-check-gcc .PHONY.
3636         * Makefile.in: Regenerate.
3638 2003-05-28  Jeff Johnston  <jjohnstn@redhat.com>
3640         * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
3642 2003-05-21  DJ Delorie  <dj@redhat.com>
3644         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
3645         newlib or libgloss.
3646         * Makefile.in: Regenerate.
3648 2003-05-21  DJ Delorie  <dj@redhat.com>
3650         * Makefile.tpl: Add missing empty maybe-check-gcc target.
3651         * Makefile.in: Regenerate.
3653 2003-05-20  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
3655         * configure.in: Use curly braces in the definition of tooldir.
3656         * configure: Regenerate.
3658 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
3660         * configure.in: Switch more things to use maybe dependencies.
3661         * Makefile.tpl: Switch more things to use maybe dependencies.
3662         Factor out common code from autogen IF statements.
3663         * configure: Regenerate.
3664         * Makefile.in: Regenerate.
3666 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
3668         * configure.in: Accept i[3456789]86 for machine type.
3669         * configure: Regenerate.
3671 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
3673         * configure.in: Switch more things to use maybe dependencies.
3674         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
3675         * configure: Regenerate.
3676         * Makefile.tpl: Switch more things to use maybe dependencies.
3677         * Makefile.in: Regenerate.
3679 2003-05-16  Andreas Schwab  <schwab@suse.de>
3681         * Makefile.tpl (install-opcodes): Define.
3682         * Makefile.in: Rebuild.
3684 2003-05-13  Andreas Jaeger  <aj@suse.de>
3686         * config.guess: Update to 2003-05-09 version.
3687         * config.sub: Update to 2003-05-09 version.
3689 2003-05-13  Michael Eager <eager@mvista.com>
3691         * configure.in: Correct sed script so that options in quotes are not
3692         deleted.
3693         * configure: Rebuild.
3695 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
3697         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
3698         and $$s/newlib/libc/sys/cygwin32 include paths.
3699         * configure: Ditto.
3701 2003-05-05  H.J. Lu <hjl@gnu.org>
3703         * config-ml.in: Restored from gcc repository.
3705 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
3707         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
3708         * Makefile.in: Regenerate.
3710 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
3712         * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
3713         and Makefile.def.
3715 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
3717         * Makefile.tpl: Clean $(BUILD_SUBDIR).
3718         * Makefile.in: Regenerated.
3720 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3722         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
3723         * Makefile.in: Regenerate.
3725 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
3727         * configure.in (powerpc64*-*-linux*): Remove.
3728         * configure: Rebuilt.
3730 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
3732         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
3733         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
3734         and restrap.
3735         * Makefile.in:  Regenerate.
3737 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
3739         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
3740         * configure: Regenerated.
3742 2003-04-11  Alexandre Oliva  <aoliva@redhat.com>
3744         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
3745         * */configure: Rebuilt.
3747 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
3749         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
3750         * Makefile.in: Regenerate.
3752 2003-03-14  Michael Chastain  <mec@shout.net>
3754         * Makefile.in: Regenerate with correct Makefile.def.
3756 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
3758         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
3759         Make macro.
3760         * Makefile.in: Regenerate.
3761         * configure.in: Clean up gxx_include_dir logic.
3762         * configure: Regenerate.
3764 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3766         * configure.in (gxx_include_dir): Fix typo.
3767         * configure: Regenerated.
3769 2003-03-06  Andrew Cagney  <cagney@redhat.com>
3771         * texinfo/texinfo.tex: Import version 2003-02-03.16.
3773 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
3775         * configure.in: Include $(build_tooldir)/sys-include in
3776         FLAGS_FOR_TARGET.
3777         * configure: Regenerated.
3779 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
3781         * Makefile.tpl: Reindent.
3782         * Makefile.in: Regenerate.
3783         * configure.in: Reindent.  Don't set unused variables.
3784         * configure: Regenerate.
3786         * Makefile.tpl: Always pass down RANLIB.
3787         * Makefile.in: Regenerate.
3789         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
3790         * Makefile.in: Regenerate.
3791         * configure.in: Remove unused logic relating to --enable-shared
3792         and --enable-threads.  Remove bogus comments.  Remove redundant
3793         noconfigdirs.
3794         * configure: Regenerate.
3796         * configure.in: Replace ${libstdcxx_version} by its value.
3797         Remove reference to mh-dgux.
3798         * configure: Regenerate.
3800 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
3802         * Makefile.tpl: Rearrange.
3803         * Makefile.in: Regenerate.
3805 2003-02-25  Nick Clifton  <nickc@redhat.com>
3807         * configure: Remove site-file supprot - it is obsolete.
3809 2003-02-24  Uwe Stieber <uwe@wwws.de>
3811         * configure.in: Add support for kaOS as cross build target system.
3812         * configure: Regenerated.
3814 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
3816         * Makefile.tpl: Add definition of CPPFLAGS to pass into
3817         configure-target-* as some target builds may require additional
3818         flags for preprocessor tests.
3819         * Makefile.in: Regenerated.
3821 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
3823         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
3824         * ltconfig: Handle it.
3825         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
3826         auto-detecting it.
3828 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
3830         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
3831         it is used as argument to $CC.
3832         * ltcf-gcj.sh: Likewise.
3834 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
3836         * configure.in: Introduce --enable-maintainer-mode.
3837         * configure: Rebuilt.
3838         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
3839         for maintainer mode.
3840         * Makefile.in: Rebuilt.
3842 2003-02-19  Andrew Cagney <ac131313@redhat.com>
3844         * configure: Regenerate using autoconf 2.13.
3846 2003-02-19  Alan Modra  <amodra@bigpond.net.au>
3848         * config.guess: Import latest version.
3849         * config.sub: Import latest version.
3851 2003-02-18  Jason Merrill  <jason@redhat.com>
3853         * Makefile.tpl (check-c++): Allow parallelism.
3855 2003-02-17  Andrew Cagney  <ac131313@redhat.com>
3857         * configure: Regenerate using autoconf 000227.
3859 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
3861         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
3862         don't configure target-libobjc.
3863         * configure: Regenerate.
3865 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3867         * Makefile.tpl (RANLIB): Define.
3868         * Makefile.in: Regenerate.
3870 2003-02-06  Keith R Seitz  <keiths@redhat.com>
3872         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
3873         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
3874         * Makefile.in: Regenerated.
3875         * configure.in: Remove all traces of snavigator, db, and grep.
3876         * configure: Regenerated.
3878 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
3880         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
3881         * Makefile.in: Regenerated.
3883 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
3885         * config.if: Copy from GCC.
3887 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
3889         * configure.in:  Revert 24Jan change.
3890         * configure:  Regenerate.
3892 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
3894         * configure.in: Revert previous change.
3895         * configure: Regenerate.
3897 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
3899         * configure.in: Make rda native-only.
3900         * configure: Regenerate.
3902 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
3904         * configure.in: Add missing \.
3905         * configure: Rebuilt.
3907 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
3909         * configure.in (baseargs): Avoid using \| in sed regular
3910         expressions.
3911         * configure: Rebuilt.
3913 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
3915         * configure.in (baseargs): Remove all supported forms of
3916         --cache-file, --srcdir, --host, --build and --target options
3917         from argument lists.
3918         * configure: Rebuilt.
3920 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
3922         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
3923         * configure: Rebuilt.
3925 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
3927         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
3928         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
3929         * Makefile.in: Regenerate.
3930         * configure: Regenerate.
3932 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
3934         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
3935         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
3936         * Makefile.in: Regenerate.
3938 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
3940         * configure.in: Remove Makefile in build, host and target modules
3941         unless configure was run with --no-recursion.
3942         * configure: Rebuilt.
3944 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
3946         * config.guess: Update to 2003-01-03 version.
3947         * config.sub: Update to 2003-01-03 version.
3949 2003-01-07  Christopher Faylor  <cgf@redhat.com>
3951         * configure: Regenerate with proper autoconf 2.13.
3953 2003-01-07  Christopher Faylor  <cgf@redhat.com>
3955         * configure.in: Add AC_PREREQ for consistency.
3956         * configure: Regenerate.
3958 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
3960         * configure.in (GDB_TK): Add tcl directories conditional on
3961         gdb/gdbtk directory being present.
3962         * configure: Regenerate.
3964 2003-01-04 John David Anglin  <dave.anglin@nrc.ca>
3966         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld used
3967         by gcc if LD is not defined and we are not doing a Canadian Cross.
3968         * configure: Rebuilt.
3970 2003-01-01  Daniel Jacobowitz  <drow@mvista.com>
3972         * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
3974 2002-12-31  Tom Tromey  <tromey@redhat.com>
3976         * Makefile.in: Rebuilt.
3977         * Makefile.def (target_modules) [libffi]: Allow installation.
3979 2002-12-31  Andreas Schwab  <schwab@suse.de>
3981         * configure.in: Fix use of $program_transform_name.
3982         * configure: Regenerated.
3984 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
3986         * configure.in (baseargs): Don't remove first configure argument.
3987         * configure: Regenerated.
3989 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
3991         * Makefile.tpl (local-distclean): Don't remove...
3992         (multilib.ts): ... this.  Moved into...
3993         (multilib.out): ... this.  Don't use sub-make.
3994         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
3995         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
3996         (configure-build-[+module+], configure-[+module+],
3997         configure-target-[+module+], configure-gcc): ... these.  Test
3998         for Makefile existence.  Drop config.status from dependencies.
3999         * Makefile.in: Rebuilt.
4000         * configure.in: Move gcc-version-trigger to the end of
4001         ac_configure_args.  Add comments to maybedep.tmp and
4002         serdep.tmp.  Introduce --disable-serial-configure.  Remove
4003         nonopt from baseargs, matching and removing corresponding
4004         whitespace while at it.
4005         * configure: Rebuilt.
4007 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
4009         * configure.in (host_configargs): Replace reference to
4010         no-longer-defined buildopts with --build=${build_alias}.
4011         * configure: Rebuilt.
4013 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
4015         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
4016         program_transform_name to standard idiom.
4017         (AUTOGEN, AUTOCONF): Define.
4018         (Makefile.in): Use $(AUTOGEN).
4019         (Makefile): Depend on config.status, and use autoconf-style rule to
4020         build it.  Move original commands to...
4021         (config.status): ... this new target.
4022         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
4023         $(AUTOCONF).
4024         * Makefile.in: Rebuilt.
4026 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
4028         * Makefile.tpl: Fix dramatic bustage due to change in
4029         program_transform_name.
4030         * Makefile.in: Regenerate.
4032         * configure.in: Remove unnecessary PATH setting.
4033         * configure: Regnerate.
4035         * configure.in: Don't default to unprefixed tools unless
4036         the native tools will work.
4037         * configure: Regenerate.
4039         * configure.in: Convert to autoconf script.  Blow away lots
4040         of now-redundant Makefile fragments.
4041         * configure: Generate using Autoconf.
4042         * Makefile.tpl: Rewrite to reflect autoconfiscation.
4043         * Makefile.in: Regenerate.
4045 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
4047         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
4048         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
4050         * ChangeLog: Move a couple of entries from here to winsup/cygwin,
4051         where they belong.
4053 2002-12-24  Andreas Schwab  <schwab@suse.de>
4055         * Makefile.tpl (multilib.out): Fix missing space.
4056         * Makefile.in: Regenerate.
4058 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
4060         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
4061         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
4062         * Makefile.in: Regenerate.
4063         * configure.in: Remove unnecessary leftovers.
4065 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
4067         * configure.in (extra_ranlibflags_for_target): New variable.
4068         (*-*-darwin): Add -c to ranlib commands.
4069         * configure (tooldir): Handle extra_ranlibflags_for_target.
4071 2002-12-20  Jeff Johnston  <jjohnstn@redhat.com>
4073         * COPYING.NEWLIB: Updated.
4074         * COPYING.LIBGLOSS: Ditto.
4076 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
4078         * Makefile.tpl: Revert HJL's change.
4079         * Makefile.in: Regenerated.
4080         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
4081         always.
4083 2002-12-19  Andreas Schwab  <schwab@suse.de>
4085         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
4086         * Makefile.in: Regenerate.
4088 2002-12-18  H.J. Lu <hjl@gnu.org>
4090         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
4091         * Makefile.in: Regenerated.
4093         * configure.in (build_prefix): New. Substitute.
4095 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
4097         * Makefile.tpl: Don't let real targets depend on phony targets.
4098         * Makefile.in: Regenerate.
4100         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
4101         * Makefile.in: Regenerate.
4103 2002-12-16  Jason Merrill  <jason@redhat.com>
4105         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
4106         previous 'make bootstrap'.
4107         * Makefile.in: Regenerate.
4109 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
4111         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
4113 2002-12-13  Jason Merrill  <jason@redhat.com>
4115         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
4116         library tests.
4117         (check-c++): Just depend on it and check-target-libstdc++-v3.
4118         * Makefile.in: Regenerate.
4120 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
4122         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
4123         * Makefile.in: Regenerate.
4125 2002-12-12  Jeff Johnston  <jjohnstn@redhat.com>
4127         * COPYING.NEWLIB: Update list of alternate Regent of California
4128         licenses and discuss official revoking of advertising clause.
4129         * COPYING.LIBGLOSS: Ditto.
4131 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
4133         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
4134         * Makefile.in: Rebuilt.
4136 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
4138         * configure: Fix bug put in by gremlins.
4140         * Makefile.tpl: Substitute more autoconfily.
4141         * configure: Substitute more autoconfily.
4142         * Makefile.in: Regenerate.
4144 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
4146         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
4147         * Makefile.in (all-sim): Ditto.
4149 2002-12-06  DJ Delorie  <dj@redhat.com>
4151         * Makefile.tpl: Change configure dependencies to not have real
4152         targets depend on phony targets.
4154 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
4156         * configure.in: Revert unintentional change.
4158         * src-release: Configure host subdirs.
4160         * Makefile.tpl: Change dependency for */multilib.out so that
4161         it works when gcc isn't in the tree.
4163         * configure.in: Substitute more.
4164         * configure: Run subconfigures from the Makefile.
4165         * Makefile.tpl: Run subconfigures from the Makefile; add a few
4166         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
4168 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
4170         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
4171         and corresponding dependencies.
4172         * Makefile.in: Regenerate.
4174         * configure.in (host_tools): Order binutils, gas and ld for
4175         convenience in running the testsuites.
4177         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
4178         * Makefile.in: Regenerate.
4179         * configure.in: Introduce rules to serialize subconfigure runs.
4181         * configure.in: Introduce BASE_CC_FOR_TARGET.
4182         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
4183         Realize configure-build-* targets.  Realize configure-target-* targets.
4184         * Makefile.in: Regenerate.
4186 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
4188         * configure: Move gcc_version_trigger stuff from here...
4189         * configure.in: ...to here.
4191         * configure.in: Separate subconfigure options added by this file from
4192         options given by the user.  Add machinery to put args for host
4193         subconfigures into the Makefile.
4195         * Makefile.tpl: Remove 'vault' targets.
4196         * Makefile.tpl: Reorder and comment dependencies.
4197         * Makefile.in: Regenerate.
4199 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
4201         * configure.in: Move host-specific darwin noconfigdirs into
4202         the host-specific section.
4204 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
4206         * Makefile.tpl: Restore bkorb's style patch, accidentally lost
4207         during replay.
4208         * Makefile.in: Regenerate.
4210         (finishing slow-motion replay)
4211         * configure: Remove skip-this-dir support.
4212         * Makefile.tpl: Remove skip-this-dir support.
4214         * Makefile.tpl: Remove leftover support for non-autoconfiscated
4215         subdirectories.
4216         * Makefile.in: Regenerate.
4218         * Makefile.tpl: Strip out useless setting of 'dir'.
4219         * Makefile.in: Regenerate.
4221 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
4223         (finishing slow-motion replay)
4224         * configure.in: Fix deeply stupid bug.
4226         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
4227         shell code in CXX_FOR_TARGET
4228         * Makefile.def: Introduce raw_cxx.
4229         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
4230         RAW_CXX_FOR_TARGET.
4231         * Makefile.in: Regenerate.
4233 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
4235         (finishing slow-motion replay)
4236         * Makefile.tpl: Remove unnecessary ifs.
4237         * Makefile.in: Regenerate.
4239         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
4240         dependencies.  Maybe-ize build-libiberty.  Create dummy install
4241         targets for 'no_install' modules.
4242         * configure: Move GDB_TK substitution to configure.in.  Move
4243         build_modules stuff to configure.in.
4244         * configure.in: Implement soft dependency machinery.  Maybe-ize
4245         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
4246         * Makefile.in: Regenerate.
4248 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
4250         (continuing slow-motion replay)
4251         * Makefile.tpl: Make all-target, install-target behave similarly
4252         to all, install (only hitting configured targets).  Eliminate
4253         unused macro defintions.
4255         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
4256         build != host.
4258         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
4260         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
4262         * configure.in: Produce lists of subdir targets we're actually
4263         configuring.  Remove references to "dosrel".
4264         * Makefile.tpl: Let configure set which subdir targets are hit.
4265         Remove install-cross; clean up install; remove ALL.  Remove
4266         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
4267         Autogenerate host module targets.  Remove empty dependency lines
4268         and redundant dependency; rearrange slightly.
4269         * Makefile.def: Add host-side libtermcap, utils.
4271         * Makefile.in: Regenerate.
4273 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
4275         (Continuing slow-motion replay)
4276         * Makefile.def: Add list of recursive targets to autogenerate.
4277         Add build_modules.
4278         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
4279         targets.  Autogenerate *-build-* targets.
4280         * Makefile.in: Regenerate.
4282 2002-11-30  Nathanael Nerode  <neroden@gcc.gnu.org>
4284         (Continuing slow-motion replay)
4285         * configure: More autoconf-style substitutions.
4286         * Makefile.tpl: More autoconf-style substitutions.
4287         * Makefile.in: Regenerate.
4289 2002-11-30  Nathanael Nerode  <neroden@gcc.gnu.org>
4291         (Continuing slow-motion replay)
4292         * configure: Substitute more variables in a more autoconf-friendly
4293         way.  Simplify slightly.
4294         * Makefile.tpl: Make more variables substitutable in an
4295         autoconf-friendly way.
4296         * Makefile.in: Regenerate.
4298 2002-11-29  Nathanael Nerode  <neroden@gcc.gnu.org>
4300         (Continuing slow-motion replay)
4301         * configure.in (v810*): Remove special setting of tools.
4303         * configure: Add support for extra required flags for ar or nm.
4304         * configure.in (aix4.3+): Use above support for target-specific
4305         issues, rather than using config/mt-aix43.
4307 2002-11-29  Nathanael Nerode  <neroden@gcc.gnu.org>
4309         (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
4310         * configure: Remove 'removing', which doesn't work.  Replace $subdir
4311         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
4312         with $srcdir.  Reformat indentation.  Substitute some variables
4313         formerly hard-coded in the Makefile for build=host.
4314         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
4315         * Makefile.def: Autogenerate more.
4316         * Makefile.in: Regenerate.
4318 2002-11-13  Bruce Korb  <bkorb@gnu.org>
4320         * Makefile.tpl: syntactic cleanup
4322 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
4324         * Makefile.def (host_modules): Add rda.
4325         * Makefile.in: Regenerate.
4326         * configure.in (target_tool): Add target-rda to list.
4328 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
4330         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
4331         and restrap targets to this rule.
4332         * Makefile.in:  Regenerate.
4334 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
4336         * configure.in (i[3456]86-*-linux*): Add check to disable
4337         ${libgcj} for glibc1.
4339 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
4341         * configure.in: Add tic4x target.
4343 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
4345         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
4346         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
4347         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
4348         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
4349         * Makefile.in: Regenerate.
4351 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
4353         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
4354         * Makefile.in: Regenerate.
4356         * Makefile.def: Remove order dependency comments.
4357         * Makefile.tpl: Add explicit install-install dependencies.
4358         * Makefile.in: Regenerate.
4360         * Makefile.tpl: Remove material now in src-release.  (Finally!)
4361         * Makefile.in: Regenerate.
4363         * configure: Restore my original patch by syncing with gcc version.
4365         * Bring following over from gcc:
4367 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
4369         * configure.in (s390*-*-linux*): Enable libgcj.
4371 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
4373         * Makefile.in: Regenerate.  This really ought to fix things. :sigh:
4375 2002-10-02  Alan Modra  <amodra@bigpond.net.au>
4377         * configure: Move stray lines back to where they belong.
4379 2002-10-01  Nathanael Nerode  <neroden@gcc.gnu.org>
4381         * Makefile.tpl: Insert configure-target target, for src-release.
4383         * configure: Finish reverting change which Andrew Cagney started
4384         reverting.  Should fix bustage.
4386         * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
4387         * src-release: New file.  Contains material for making net
4388         releases for gdb, binutils, et al., formerly in Makefile.in.
4390 2002-09-30  Nick Clifton  <nickc@redhat.com>
4392         * cpu: New top level directory.  Intended to hold input files for
4393         CGEN which have FSF copyright assignment.
4394         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
4396 2002-09-29  Andrew Cagney  <ac131313@redhat.com>
4398         Revert below (note that src does not contain Makefile.tpl):
4399         * Makefile.tpl: Make subsituted variables more autoconfy.
4400         * Makefile.in: Regenerate.
4402 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
4404         * configure: Revert accidentally applied changes.
4406         * Makefile.tpl: Make more autoconf-friendly.
4407         * Makefile.in: Regenerate.
4408         * configure: Make substitution more autoconf-like.
4410 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
4412         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
4413         single entry to handle all these.
4414         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
4415         libjava on arm-*-elf.
4417 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
4419         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
4420         things that depend on them.
4422 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
4424         * Makefile.tpl: Make subsituted variables more autoconfy.
4425         * Makefile.in: Regenerate.
4426         * configure: Make seds more autoconfy.
4428 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
4430         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
4431         * Makefile.in: Regenerate.
4432         * configure.in: Rewrite sed statements to look autoconfy.
4434         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
4435         all-target-foo on configure-target-foo.
4436         * Makefile.def: Ditto.
4437         * Makefile.in: Rebuild.
4439 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
4441         * Makefile.def: New file.
4442         * Makefile.tpl: New file.
4443         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
4445         * configure.in: Minor rearrangement.  Simplify tests.
4447 2002-09-23  Jason Thorpe  <thorpej@wasabisystems.com>
4449         * configure.in (with_headers): Skip copy if value is "yes".
4450         (with_libs): Likewise.
4452 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
4454         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
4455         * configure.in (sh*-*-pe*): Ditto.
4456         * configure.in (mips*-*-pe*): Ditto.
4457         * configure.in (*arm-wince-pe): Ditto.
4459         * configure.in: Rearrange.
4461 2002-09-12  Nick Clifton  <nickc@redhat.com>
4463         * Import these changes from the config master repository:
4465         2002-09-05  Svein E. Seldal  <Svein.Seldal@solidas.com>
4467                 * config.sub: Add tic4x target.
4469         2002-09-03  Ben Elliston  <bje@redhat.com>
4471                 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
4472                 Reported by <Duncan_Stodart@insession.com>.
4474 2002-09-10  Jeff Johnston  <jjohnstn@redhat.com>
4476         * COPYING.NEWLIB: More updates.
4478 2002-09-09  Jeff Johnston  <jjohnstn@redhat.com>
4480         * COPYING.NEWLIB: Update.
4482 2002-08-23  Andrew Cagney  <ac131313@redhat.com>
4484         * texinfo/texinfo.tex: Import version 2002-06-04.06.
4486         * config.guess: Import version 2002-08-23.
4487         * config.sub: Import version 2002-08-22.
4489 2002-08-20  Alexandre Oliva  <aoliva@redhat.com>
4491         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
4492         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
4493         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
4495 2002-08-06  Federico G. Schwindt <fgsch@olimpo.com.br>
4497         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
4499 2002-08-04  H.J. Lu  (hjl@gnu.org)
4501         * configure.in (mips*-*-linux*): Don't skip target-libffi.
4503 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
4505         * configure.in: Move generic linux case to end.  Copy generic
4506         linux noconfigdirs to mips*-*-linux* entry and new
4507         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
4509 2002-07-19  Chris Demetriou  <cgd@broadcom.com>
4511         * MAINTAINERS: Clarify on config.guess and config.sub, and add
4512         one instance of them which was missed to the list to update.
4514 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
4516         * config.guess: Update to 2002-07-09 version.
4517         * config.sub: Update to 2002-07-03 version.
4519 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
4521         * configure.in: Remove two redundant tests.
4523 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4525         * configure.in (mips*-*-irix6*o32): Enable stabs.
4527 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
4529         * configure.in: Don't build grez.
4530         * Makefile.in: Ditto.
4532         * Makefile.in: Remove references to bsp, cygmon, libstub.
4533         * configure.in: Ditto.
4535         * configure.in: Remove leftover reference to gdbtest.
4537 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
4539         * configure.in (gxx_include_dir):  Change to match versioned
4540         C++ headers if --enable-version-specific-runtime-libs is used.
4542 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
4544         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
4546 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
4548         * configure.in: Make --without-x work.
4550 2002-07-03  Nick Clifton  <nickc@cambridge.redhat.com>
4552         * contrib: New directory.  Created to contain a copy of the
4553         texi2pod.pl script so that it is in the same place as the version in
4554         the FSF GCC sources.
4556 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
4558         * configure.in: Rearrange target Makefile fragment collection.
4560         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
4561         cvs[src].
4562         * configure.in: Ditto.
4564 2002-07-01  Nathanael Nerode <neroden@gcc.gnu.org>
4566         * Makefile.in: Eliminate 'apache' targets.
4567         * configure.in: Eliminate 'apache' targets.
4569         * configure.in: Eliminate redundant tests.  Reorganize.
4571         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
4573         * config-ml.in: Eliminate references to Cygnus configure.
4575         * Makefile.in: Eliminate references to building emacs.
4577 2002-07-01  Denis Chertykov  <denisc@overta.ru>
4579         * configure.in: Add support for ip2k.
4581 2002-06-24  Ben Elliston  <bje@redhat.com>
4583         * configure.in (host_tools): Remove cgen.
4585         * Makefile.in (all-cgen): Remove; runs from its source directory.
4586         (check-cgen, install-cgen, clean-cgen): Likewise.
4587         (all-opcodes): No not depend on all-cgen.
4588         (all-sim): Likewise.
4590 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
4592         * configure.in: Fix AIX configury bug.
4594 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
4596         * configure.in: Replace ${topsrcdir} with ${srcdir}.
4598         * configure.in: Move definition of libstdcxx_flags right above
4599         usage, rather than way earlier.
4601         * configure.in: Pull definition of is_cross_compiler earlier.
4603         * configure.in: Rearrange a little.
4605         * configure.in: Remove references to librx.
4606         * Makefile.in: Remove references to librx.
4608 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
4610         * configure.in: Eliminate ${gasdir} variable.
4612 2002-06-18  Dave Brolley  <brolley@redhat.com>
4614         * configure.in: Add support for frv.
4615         * config.sub: Add support for frv.
4617 2002-06-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4619         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
4621 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
4623         * configure.in (vax-*-netbsd*): Re-enable gas.
4625 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
4627         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
4628         BUILD_PREFIX_1, to correct nomenclature.
4629         * configure: Likewise.
4631         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
4632         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
4634 2002-05-31  Olaf Hering  <olh@suse.de>
4636         * config-ml.in: Propogate DESTDIR also.
4638 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
4640         * configure.in (vax-*-netbsd*): Don't build gas for this
4641         platform.
4643 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
4645         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
4646         and libgcj for AVR.
4648 2002-05-28  Nick Clifton  <nickc@cambridge.redhat.com>
4650         * config.sub: Add DLX target.
4652 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
4654         * config.guess: Update to 2002-05-22 version.
4655         * config.sub: Likewise.
4657 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4659         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
4660         * config-ml.in: Likewise.
4661         * configure: Likewise.
4662         * configure.in: Likewise.
4664 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
4666         * configure.in: Simplify makefile fragment collection.
4668         * configure.in: Remove code to build emacs.
4670         * configure.in : Remove --srcdir argument from targargs and buildargs
4671         (it's always overridden in the Makefile anyway).  Rearrange a bit.
4673         * configure: Move some logic to configure.in.
4674         * configure.in: Move some logic from configure.
4676 2002-05-07  Jeff Johnston  <jjohnstn@redhat.com>
4678         * COPYING.LIBGLOSS: New file.
4680 2002-05-07  Federico G. Schwindt <fgsch@olimpo.com.br>
4682         * Makefile.in: Honour DESTDIR.
4684 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
4686         * configure.in (noconfigdirs): Don't disable libgcj on
4687         sparc64-*-solaris* and sparcv9-*-solaris*.
4689 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
4691         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
4693 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
4695         * configure.in (FLAGS_FOR_TARGET): Do not add
4696         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
4697         on i[3456]86-*-linux*.
4699 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
4701         * configure.in (noconfigdirs): Replace [ ] with test.
4703         * configure.in (noconfigdirs): Do not add target-newlib if
4704         target == i[3456]86-*-linux*, and host == target.
4706 2002-04-29  Mark Mitchell  <mark@codesourcery.com>
4708         * config.guess: Updated to 2002-04-26's version.
4709         * config.sub: Updated to 2002-04-26's version.
4711 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
4713         * configure.in: delete reference to absent file
4715         * configure.in: replace '[' with 'test'
4717         * configure.in: Eliminate references to gash.
4718         * Makefile.in: Eliminate references to gash.
4720         * configure.in: remove useless references to 'pic' makefile fragments.
4722         * configure.in: (*-*-windows*) Finish removing.
4724         * configure.in: Eliminate redundant test for libgui.
4726 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
4728         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
4729         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
4731 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
4733         * configure.in: remove references to dead files
4735 2002-04-18  Tom Tromey  <tromey@redhat.com>
4737         * configure.in: Disallow configuring libgcj when it is already
4738         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
4739         Solaris 2.8 by default.  For PR libgcj/6158.
4741 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
4743         * configure.in:  Move default CC setting out of config/mh-* fragments
4744         directly into here.
4746 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
4748         * configure.in: don't even try to configure or make a subdirectory
4749         if there's no configure script for it.
4751 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
4753         * MAINTAINERS: Remove chill maintainers.
4754         * Makefile.in (CHILLFLAGS): Remove.
4755         (CHILL_LIB): Remove.
4756         (TARGET_CONFIGDIRS): Remove libchill.
4757         (CHILL_FOR_TARGET): Remove.
4758         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
4759         CHILL_LIB.
4760         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
4761         (CHECK_TARGET_MODULES): Likewise.
4762         (INSTALL_TARGET_MODULES): Likewise.
4763         (CLEAN_TARGET_MODULES): Likewise.
4764         (configure-target-libchill): Remove.
4765         (all-target-libchill): Remove.
4766         * configure.in (target_libs): Remove target-libchill.
4767         Do not compute CHILL_FOR_TARGET.
4768         * libchill: Remove directory.
4770 2002-04-15  DJ Delorie  <dj@redhat.com>
4772         * Makefile.in, configure.in, configure: Sync with gcc, entries
4773         follow...
4775 2002-04-08  Tom Tromey  <tromey@redhat.com>
4777         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
4778         Fixes PR libgcj/6068.
4780 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
4782         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
4784 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4786         * configure.in (alpha*-dec-osf*): Enable libgcj.
4788 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
4790         Fix for: PR bootstrap/3591, target/5676
4791         * configure.in (mcore-pe): Disable the configuration of
4792         libstdc++-v3 since exceptions are not supported.
4794 2002-03-20  Anthony Green  <green@redhat.com>
4796         * configure.in: Enable libgcj for xscale-elf target.
4798 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
4800         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
4801         libjava.
4802         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
4804 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
4806         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
4807         libstdc++-v3 and libjava.
4809 2002-02-11  Adam Megacz <adam@xwt.org>
4811         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
4812         boehm-gc
4814 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
4816         * config.guess: Updated to 2002-01-30's version.
4817         * config.sub: Updated to 2002-02-01's version.
4818         Contribute sh64-elf.
4819         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
4820         * configure.in: Added sh64-*-*.
4822 2002-01-17  H.J. Lu <hjl@gnu.org>
4824         * Makefile.in (all-fastjar): Also depend on all-libiberty.
4825         (all-target-fastjar): Also depend on all-target-libiberty.
4827 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
4829         * configure, configure.in: Use temp file for long sed commands.
4831 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
4833         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
4834         libf2c.
4836 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
4838         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
4840 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
4842         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
4844 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
4846         * configure: Handle temporary files securely using mkdir.
4848 2001-09-26  Will Cohen <wcohen@redhat.com>
4850         * configure.in (*-*-linux*): Disable configuration of target-newlib
4851         and target-libgloss.
4853 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
4855         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
4856         RANLIB.
4858 2001-08-11  Graham Stott  <grahams@redhat.com>
4860         * Makefile.in (check-c++): Add missing semicolon.
4862 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
4864         * configure.in (sh-*-linux*): New.
4866 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
4868         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
4869         and libgcj on m68hc11/m68hc12.
4871 2001-06-27  H.J. Lu  (hjl@gnu.org)
4873         * Makefile (CFLAGS_FOR_BUILD): New.
4874         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
4876 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
4878         * configure.in (libstdcxx_flags): Do not try to execute
4879         libstdc++-v3/testsuite_flags until it exists.
4881 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
4883         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
4885 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
4887         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
4889 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
4891         * configure.in: Move *-chorusos target case to the proper switch.
4892         Disable libgcj.
4894 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4896         * Makefile.in (STAGE1_CFLAGS): Pass down.
4898 2001-04-13  Alan Modra  <amodra@one.net.au>
4900         * config.guess: Add hppa64-linux support.  Note for next import that
4901         this is already in the master file.
4902         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
4904 2001-03-22  Colin Howell  <chowell@redhat.com>
4906         * Makefile.in (DO_X): Do not backslash single-quotes in
4907         backquotes (two places).
4909 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
4911         * Makefile.in (DO_X): Quote nested quotes.
4913 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
4915         * Makefile.in (DO_X): Use double quotes for quoting
4916         "RANLIB=$${RANLIB}".
4918 2001-03-09  Nicola Pero <n.pero@mi.flashnet.it>
4920         * configure.in: Only use `lang_requires' for languages athat are
4921         actually enabled.
4923 2001-03-07  Tom Tromey  <tromey@redhat.com>
4925         * configure.in: Allow config-lang.in to set `lang_requires' to list
4926         of other required languages.
4928 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
4930         * Makefile.in: Remove RANLIB definition. Use RANLIB
4931         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
4932         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
4934 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
4935             Alexandre Oliva  <aoliva@redhat.com>
4937         * Makefile.in (check-c++): Use tabs, not spaces.
4939 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
4941         * Makefile.in (check-c++): New rule.
4943         * configure.in (target_libs): Remove libg++.
4944         (noconfigdirs): Remove libg++.
4945         (noconfigdirs): Same.
4946         (noconfigdirs): Same.
4947         (noconfigdirs): Same.
4949         * config-ml.in: Remove libg++ references.
4951         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
4952         (ALL_TARGET_MODULES): Same.
4953         (configure-target-libg++): Remove.
4954         (all-target-libg++): Remove.
4955         (configure-target-libio): Remove.
4956         (all-target-libio): Remove.
4957         (check-target-libio): Remove.
4958         (.PHONY): Remove.
4959         (libg++.tar.bz2): Remove.
4960         (all-target-cygmon): Remove libio.
4961         (all-target-libstdc++): Remove.
4962         (configure-target-libstdc++): Remove.
4963         (TARGET_LIB_PATH): Remove libstdc++.
4964         (ALL_GCC_CXX): Remove libstdc++.
4965         (all-target-gperf): Correct.
4967 2001-02-15  Anthony Green  <green@redhat.com>
4969         * configure: Introduce GCJ_FOR_TARGET.
4970         * configure.in: Ditto.
4971         * Makefile.in: Ditto.
4973 2001-02-08  Chandrakala Chavva <cchavva@redhat.com>
4975         * configure.in: for *-chorusos, don't config target-newlib and
4976         target-libgloss.
4978 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
4980         Remove V2 C++ library.
4981         * configure.in: Remove --enable-libstdcxx_v3 support.
4983 2001-01-27  Richard Henderson  <rth@redhat.com>
4985         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
4987 2001-01-26  Tom Tromey  <tromey@redhat.com>
4989         * configure.in: Allow libgcj to be built on Sparc Solaris.
4991 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
4993         * configure.in: Enable libgcj on several additional platforms.
4995 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
4997         * configure.in: Enable libgcj for linux targets.
4999 2001-01-09  Mike Stump  <mrs@wrs.com>
5001         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
5002         failures of subdirectories.
5004 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
5006         * configure: handle DOS-style absolute paths.
5008 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
5010         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
5012 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
5014         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
5015         (libstdcxx_incdir): Pass down.
5016         * config.if: Remove expired bits for cxx_interface, add stub.
5017         (libstdcxx_incdir): Add variable for g++ include directory.
5018         * configure.in (gxx_include_dir): Use it.
5020 2000-12-15  Andreas Jaeger  <aj@suse.de>
5022         * configure.in: Handle lang_dirs.
5024 2000-12-13  Anthony Green  <green@redhat.com>
5026         * configure.in: Disable libgcj for any target not specifically
5027         listed.  Disable libgcj for x86 and Alpha Linux until compatible
5028         with g++ abi.
5030 2000-12-13  Mike Stump  <mrs@wrs.com>
5032         * Makefile.in (local-distclean): Also remove fastjar.
5034 2000-12-10  Anthony Green  <green@redhat.com>
5036         * configure.in: Define libgcj.  Disable libgcj target libraries for
5037         most targets.
5039 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5041         * configure.in (target_libs): Revert 2000-12-08 patch.
5042         (noconfigdirs): Added target-libjava.
5044 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
5046         * Makefile.in: handle DOS-style absolute paths.
5048 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5050         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
5051         libjava.
5052         * configure.in (target_libs): Removed `target-libjava'.
5054 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5056         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
5057         (ALL_MODULES): Added fastjar.
5058         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
5059         (all-target-libjava): all-fastjar replaces all-zip.
5060         (all-fastjar): Added.
5061         (configure-target-fastjar, all-target-fastjar): Likewise.
5062         * configure.in (host_tools): Added fastjar.
5064 2000-12-07  Mike Stump  <mrs@wrs.com>
5066         * Makefile.in (local-distclean): Remove leftover built files.
5068 2000-11-16  Fred Fish  <fnf@be.com>
5070         * configure.in (enable_libstdcxx_v3): Fix typo,
5071         libstd++ -> libstdc++.
5073 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
5075         * configure: Provide the original toplevel configure arguments
5076         (including $0) to subprocesses in the environment rather than
5077         through gcc/configargs.h.
5079 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
5081         * configure: Turn on libstdc++ V3 by default.
5083 2000-10-16  Michael Meissner  <meissner@redhat.com>
5085         * configure (gcc/configargs.h): Only create if there is a build GCC
5086         directory created.
5088 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
5090         * configure: Save configure arguments to gcc/configargs.h.
5092 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
5094         * Makefile.in (bootstrap): avoid recursion if subdir missing
5095         (cross): ditto
5096         (do-proto-toplev): ditto
5098 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
5100         * configure.in: Do not build byacc for hppa64.  Provide paths to the
5101         X11 libraries for hppa64.
5103 2000-09-02  Anthony Green  <green@cygnus.com>
5105         * Makefile.in (all-gcc): Depend on all-zlib.
5106         (CLEAN_MODULES): Add clean-zlib.
5107         (ALL_MODULES): Add all-zlib.
5108         * configure.in (host_libs): Add zlib.
5110 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
5112         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
5113         $targargs to tell whether newlib is going to be built.
5115         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
5116         $$r/TARGET_SUBDIR/libio for _G_config.h.
5118 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
5120         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
5122         * configure: Make enable_threads and enable_shared defaults
5123         explicit.  Substitute enable_threads into generated Makefiles.
5124         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
5125         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
5127 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
5129         * configure.in: Re-enable all references to libg++ and librx.
5131 2002-04-09  Loren James Rittle  <rittle@labs.mot.com>
5133         * configure.in: Add *-*-freebsd* configurations.
5135 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
5137         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
5138         (do-tar, do-bz2): New rules.
5139         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
5140         (gdb-tar): New rule.
5141         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
5142         (insight_dejagnu.tar): New rule.
5143         (insight.tar): New rule.
5144         (gdb+dejagnu.tar): New rule.
5145         (gdb.tar): New rule.
5147 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
5149         * MAINTAINERS: Update dejagnu/
5151 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
5153         * ltmain.sh (relink_command): Fix typo in previous change.
5155 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
5157         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
5158         (relink_command): Added --tag flags.
5159         (mode=install): If relinking fails; error out.
5161 2002-03-12  Richard Henderson  <rth@redhat.com>
5163         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
5164         .NOTPARALLEL tag.
5165         (do-check): Rename from check.
5166         (check): Allow parallel check.
5168 2002-03-11  Richard Henderson  <rth@redhat.com>
5170         * Makefile.in (.NOTPARALLEL): Add fake tag.
5172 2002-03-07  H.J. Lu  (hjl@gnu.org)
5174         * configure.in: Enable gprof for mips*-*-linux*.
5176 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
5178         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
5179         libjava.
5180         (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
5182 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
5184         * texinfo/texinfo.tex: Update to version 2002-02-14.08.
5186 2002-02-23  Daniel Jacobowitz  <drow@mvista.com>
5188         * config.guess: Import from master sources, rev 1.232.
5189         * config.sub: Import from master sources, rev 1.246.
5191 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
5193         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
5194         because its Makefile is there; test for the executable instead.
5196 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
5198         Contribute sh64-elf.
5199         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
5200         * configure.in: Added sh64-*-*.
5202 2002-02-04  Jeff Johnston  <jjohnstn@redhat.com>
5204         * COPYING.NEWLIB: Remove advertising clause from
5205         Berkeley and Red Hat licenses.
5207 2002-02-01  Mo DeJong  <supermo@bayarea.net>
5209         * Makefile.in: Add all-tix to deps for all-snavigator
5210         so that tix is built when building snavigator.
5212 2002-02-01  Ben Elliston  <bje@redhat.com>
5214         * config.guess: Import from master sources, rev 1.229.
5215         * config.sub: Import from master sources, rev 1.240.
5217 2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
5219         From Steve Ellcey <sje@cup.hp.com>:
5220         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
5221         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
5222         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
5223         IA64.
5224         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
5225         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
5226         soname_spec, sys_lib_search_path_spec): Ditto.
5228 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
5230         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
5231         target-libiberty, and target-libgloss.  Skip Java-related
5232         libraries if not supported for NetBSD on target CPU.
5234 2002-01-23  Nick Clifton  <nickc@cambridge.redhat.com>
5236         * configure.in: Import StrongARM and XScale target_configdirs from
5237         FSF GCC version.
5239 2002-01-16  H.J. Lu  (hjl@gnu.org)
5241         * config.guess: Import from master sources, rev 1.225.
5242         * config.sub: Import from master sources, rev 1.238.
5244         * MAINTAINERS: Updated notes on config.guess and config.sub.
5246 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
5248         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
5249         ld and gdb are not supported.
5251 2002-01-07  Jeff Johnston  <jjohnstn@redhat.com>
5253         * Change reference to Cygnus Solutions to be Red Hat.
5255 2002-01-07  Jeff Johnston  <jjohnstn@redhat.com>
5257         * COPYING.NEWLIB: Update generic copyright date.
5259 2002-01-07  Mark Salter  <msalter@redhat.com>
5261         * configure.in: Remove target-bsp and target-cygmon from arm builds.
5262           Allow target-libgloss to be built for arm, strongarm, and xscale.
5264 2002-01-03  Ben Elliston  <bje@redhat.com>
5266         * MAINTAINERS: Update URL for config.* scripts.
5268 2001-12-18  Alan Modra  <amodra@bigpond.net.au>
5270         * config.sub: Import latest version.
5271         * config.guess: Likewise.
5273 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
5275         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
5276         options for i[3456]86-pc-linux* native builds.
5278 2001-12-05  Laurent Guerby  <guerby@acm.org>
5280         * MAINTAINERS: gcc adopts symlink-tree, refer more to
5281         libiberty.
5283         Import this patch from gcc:
5285         2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
5287             * symlink-tree: handle DOS-style absolute paths.
5289 2001-11-28  DJ Delorie <dj@redhat.com>
5290             Zack Weinberg  <zack@codesourcery.com>
5292         When build != host, create libiberty for the build machine.
5294         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
5295         CONFIG_ARGUMENTS.
5296         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
5297         New variables.
5298         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
5299         and rules.
5300         (all.normal): Depend on ALL_BUILD_MODULES.
5301         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
5302         (all-build-libiberty): Depend on configure-build-libiberty.
5304         * configure: Calculate and substitute proper value for
5305         ALL_BUILD_MODULES.
5306         * configure.in: Create the build subdirectory.
5307         Calculate and substitute TARGET_CONFIGARGS (formerly
5308         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
5310 2001-11-26  Geoffrey Keating  <geoffk@redhat.com>
5312         * config.sub: Update to version 1.232 on subversion.
5314 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
5316         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
5317         files from .po files for a distribution.
5319 2001-11-19  Hans-Peter Nilsson  <hp@bitrange.com>
5321         * COPYING.NEWLIB: Mention preserved notice in specific parts.
5323 2001-11-13  Jeff Holcomb  <jeffh@redhat.com>
5325         Merged from net gcc:
5326         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
5327         * ltcf-c.sh: Use $objext, not $ac_objext.
5328         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
5329         * ltcf-cxx.sh: Add support for GNU.
5330         2001-07-22  Timothy Wall  <twall@redhat.com>
5331         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
5332         default settings if using GNU tools with that configuration.
5333         * ltcf-cxx.sh: Ditto.
5334         * ltcf-gcj.sh: Ditto.
5335         2001-07-21  Michael Chastain  <chastain@redhat.com>
5336         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
5337         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
5338         * ltmain.sh: Mark as gcc-local.
5340 2001-11-13  Jeff Holcomb  <jeffh@redhat.com>
5342         * Makefile.in (all-bison): Revert 2001-10-24.
5343         Don't depend on texinfo.
5345 2001-11-12  Hans-Peter Nilsson  <hp@bitrange.com>
5347         * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
5349 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
5351         * configure.in (--enable-languages): Be more permissive about
5352         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
5354 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
5356         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
5358 2001-10-24  Jeff Holcomb  <jeffh@redhat.com>
5360         Makefile.in (all-bison): Don't depend on texinfo.
5362 2001-10-03  Alan Modra  <amodra@bigpond.net.au>
5364         * gettext.m4: Test po/POTFILES.in exists before trying to read.
5366 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
5368         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
5370 2001-09-28  Hans-Peter Nilsson  <hp@axis.com>
5372         * config.sub, config.guess: Import latest from subversions.
5374 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
5376         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
5377         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
5378         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
5379         avoid quotes nesting problems.
5380         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
5381         (DO_X): Export only variables that are set.
5383 2001-09-19  Ben Elliston  <bje@redhat.com>
5385         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
5386         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
5387         semantics.  Use the shell built-in "type" command instead.
5389 2001-09-15  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5391         * config.sub: Reverted the earlier change, this version is not the
5392         master file.
5394 2001-09-14  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5396         * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
5397         Add support for mips64.
5399 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
5401         * configure.in: Enable libstdc++-v3 for h8300 targets.
5403 2001-08-30  Eric Christopher  <echristo@redhat.com>
5404             Jason Eckhardt  <jle@redhat.com>
5406         * config.sub: Add support for mipsisa32.
5408 2001-08-30  Eric Christopher  <echristo@redhat.com>
5410         * config.sub, config.guess: Import latest from subversions.
5412 2001-08-20  Alan Modra  <amodra@bigpond.net.au>
5414         * config.sub, config.guess: Import latest from subversions.
5416 2001-07-26  DJ Delorie  <dj@redhat.com>
5418         * MAINTAINERS: Clarify libiberty merge rules and procedures.
5420 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
5422         * Makefile.in: Revert 2001-06-17.
5423         (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
5425 2001-06-17  H.J. Lu <hjl@gnu.org>
5427         * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
5428         (gas+binutils.tar.bz2): Likewise.
5429         (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
5431 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
5433         * Makefile.in (VER): When present, extract the version number from
5434         the file version.in.
5436 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
5438         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
5439         gcc/xgcc is built, use -print-prog-name to find out the program
5440         name to use.
5442 2001-06-04  Mark Mitchell  <mark@codesourcery.com>
5444         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
5445         with_gcc]: Use `gcc -shared' to build a shared library.
5447 2001-06-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
5449         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
5450         archives.
5452 2001-05-28  Simon Patarin <simon.patarin@inria.fr>
5454         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
5455         libraries when using g++ with native linker.
5457 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
5459         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
5461 2001-05-24  Tom Rix <trix@redhat.com>
5463         * configure.in : enable ld for aix
5465 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
5467         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
5468         [aix4*|aix5*]: Prepend blank.
5470 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
5472         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
5473         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
5474         of subdir/configure scripts to use the new libtool.m4.
5476 2001-05-14  H.J. Lu <hjl@gnu.org>
5478         * config.if (libc_interface): Set to -libc6.2- for cross
5479         compiling to Linux/glibc 2.2.
5481 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
5483         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
5484         libgcj.
5486 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
5488         * configure.in (noconfigdirs): Don't reset it from scratch in the
5489         target case; only append to it.
5491 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
5493         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
5494         sparc-*-solaris2.8]: Disable ${libgcj}.
5496 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
5498         * configure.in (libgcj_saved): Copy from $libgcj.
5499         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
5500         --disable-libgcj.
5502 2001-04-20  Alexandre Oliva  <aoliva@redhat.com>
5504         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
5505         1.641.2.228.
5507 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
5509         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
5510         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
5512 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
5514         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
5515         New macros.
5516         (bootstrap, cross): Use RECURSE_FLAGS.
5517         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
5519 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
5521         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
5523 2001-03-23  Nick Clifton  <nickc@redhat.com>
5525         * README-maintainer-mode: Add note about inability to use "make
5526         distclean" in maintainer mode.
5528 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
5530         Re-installed:
5531         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
5532         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
5533         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
5534         * ltcf-cxx.sh: Likewise.
5535         * ltcf-gcj.sh: Likewise.
5537 2001-03-22  Philip Blundell  <philb@gnu.org>
5539         * config.sub, config.guess: Import latest from subversions.
5541 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
5543         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
5544         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
5546 2001-03-20  Michael Chastain  <chastain@redhat.com>
5548         * Makefile.in: all-m4 depends on all-texinfo.
5550 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
5552         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
5554 2001-02-22  Jeff Johnston <jjohnstn@redhat.com>
5556         * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
5557         longer valid.
5559 2001-02-16  Nick Clifton  <nickc@redhat.com>
5561         * configure.in (noconfigdirs): Allow configuration of texinfo
5562         for Cygwin hosts.
5564 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5566         * config.guess: Add linux target for S/390.
5567         * config.sub: Likewise.
5568         * configure.in: Likewise.
5570 2001-02-06  Ben Elliston  <bje@redhat.com>
5572         * configure: Output host type to stdout, not stderr.
5574 2001-02-04  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
5576         * config.guess: Import from subversions.gnu.org (revision 1.181).
5577         * config.sub: Import from subversions.gnu.org (revision 1.199).
5579 2001-01-30  Alan Modra  <alan@linuxcare.com.au>
5581         * config.guess: Handle hppa64-linux systems.
5583 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
5585         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
5586         Don't unset, it's non-portable and no longer necessary, set to empty
5587         instead.
5589 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5591         * ltconfig: Shell portability fix for the tagname validity check.
5593 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
5595         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
5597 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
5599         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
5600         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
5602 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
5604         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
5605         keep at least one of build_libtool_libs or build_old_libs set to
5606         yes.
5608 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
5610         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
5611         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
5613 2000-11-07  Philip Blundell  <pb@futuretv.com>
5615         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
5617 2000-11-03  Philip Blundell  <pb@futuretv.com>
5619         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
5620         files.
5622 2001-01-15  Jeff Johnston  <jjohnstn@redhat.com>
5624         * COPYING.NEWLIB: Put into source repository.
5626 2001-01-15  Ben Elliston  <bje@redhat.com>
5628         * configure.in (host_tools): Add sid.
5629         Always configure cgen.
5630         * Makefile.in (all-sid): New target.
5631         (check-sid, clean-sid, install-sid): Likewise.
5633 2001-01-07  Andreas Jaeger  <aj@suse.de>
5635         * config.sub, config.guess: Update from subversions.
5637 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
5639         * configure.in: Disable language-specific target libraries for
5640         languages that aren't enabled.
5642 2000-11-24  Nick Clifton  <nickc@redhat.com>
5644         * configure.in (xscale-elf): Add target.
5645         (xscale-coff): Add target.
5646         (c4x, c5x, tic54x): Move after ARM targets.
5648 2000-11-23  Alexandre Oliva  <aoliva@redhat.com>
5650         * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
5652 2000-11-20  Ian Lance Taylor  <ian@zembu.com>
5654         * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
5656 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
5658         * Makefile.in: Merge with GCC and libgcj.
5659         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
5660         configure-target-<library> when their configure scripts need the C
5661         or C++ library to have already been built to work properly.
5662         (do_proto_toplev): Set them to an empty string.
5664 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
5666         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
5667         (REALLY_SET_LIB_PATH): Use them.
5669 2000-11-06  Christopher Faylor <cgf@cygnus.com>
5671         * config.sub: Add support for Sun Chorus
5673 2000-11-02  Per Lundberg  <plundis@chaosdev.org>
5675         * config.sub: Add support for the *-storm-chaos OS.
5677 2000-10-30  Stephane Carrez  <stcarrez@worldnet.fr>
5679         * configure.in (noconfigdirs): Don't compile some
5680         of the libraries for 68HC11 & 68hc12 targets.
5682 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
5684         * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
5685         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
5686         all affected `configure' scripts.
5688 2000-09-25  Alexandre Oliva  <aoliva@redhat.com>
5690         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
5691         ltcf-c.sh.
5693 2000-09-12  Philip Blundell  <philb@gnu.org>
5695         * config.sub, config.guess: Update from subversions.
5697 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
5699         * Makefile.in (all-zlib): Added dummy target.
5701         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
5702         multi-language branch.
5704 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
5706         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
5707         (bootstrap*): Depend on all-bootstrap.
5709 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
5711         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
5712         crosses, but add gcc/include to the header search path for them.
5714 2000-08-31  Alexandre Oliva  <aoliva@redhat.com>
5716         * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
5717         * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
5718         * gettext.m4: New file, extracted from aclocal.m4.
5720 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
5722         * config-ml.in (CC, CXX): Avoid trailing whitespace.
5723         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
5724         sub-configures.
5726 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
5728         * Makefile.in (ALL_MODULES): Add all-cgen.
5729         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
5730         (all-cgen): New target.
5731         (all-opcodes,all-sim): Depend on all-cgen.
5732         * configure.in (host_tools): Add cgen.
5733         Only configure cgen if --enable-cgen-maint.
5735 2000-08-17  Alexandre Oliva  <aoliva@redhat.com>
5737         * config-ml.in (CC, CXX): Don't introduce a leading space.
5739 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
5741         * configure.in (libstdcxx_flags): Use
5742         libstdc++-v3/src/libstdc++.INC.
5744 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
5746         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
5748 2000-08-11  Jason Merrill  <jason@redhat.com>
5750         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
5751         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
5752         (FLAGS_FOR_TARGET): Not here.
5753         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
5755 2000-08-07  DJ Delorie  <dj@redhat.com>
5757         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
5758         "if we're also building gcc, and it's a gcc that will run on the
5759         build machine, we want to use its includes instead of the system's
5760         default includes".
5762 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
5764         * configure.in (libstdcxx_flags): Don't use `"'.
5766         * config-ml.in: Adjust multilib search paths to the
5767         appropriate multilib tree.
5769 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
5771         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
5772         commas in $LANGUAGES.
5774 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
5776         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
5778 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
5780         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
5781         CXX_FOR_TARGET for sed.
5783 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
5785         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
5786         Do not override if already set in the environment or in configure.
5787         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
5788         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
5790 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
5792         * Makefile.in (FLAGS_FOR_TARGET): New macro.
5793         (GCC_FOR_TARGET): Use it.
5794         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
5795         * configure.in: ... here.
5796         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
5797         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
5799 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
5801         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
5802         (configure-target-libchill, configure-target-libobjc): Likewise.
5804         * configure.in: Use the same cache file for all target libs.
5805         * config-ml.in: But different cache files per multilib variant.
5807 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
5809         * configure (topsrcdir): Don't use dirname.
5811 2000-07-20  Jason Merrill  <jason@redhat.com>
5813         * configure.in: Remove all references to libg++ and librx.
5815         * configure, configure.in, Makefile.in: Unify gcc and binutils.
5817 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
5819         * config.sub: Update to subversions version 2000-07-06.
5821 2000-07-12  Andrew Haley  <aph@cygnus.com>
5823         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
5824         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
5826 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
5828         * symlink-tree:  Check number of arguments.
5830 2000-06-06  Andrew Cagney  <cagney@b1.cygnus.com>
5832         * texinfo/texinfo.tex: Update to version 2000-05-28.15.
5834 2000-07-05  Jim Wilson  <wilson@cygnus.com>
5836         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
5837         search path for a g++ extracted from the build tree.  This
5838         will allow link tests run by configure scripts in
5839         subdirectories to succeed.
5841 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
5843         * ltconfig: Add support for mips-dde-sysv4.2MP
5845 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
5847         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
5848         `os2'. Force ac_cv_exeext to be ".exe" in that case.
5850 2000-06-19  Timothy Wall  <twall@cygnus.com>
5852         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
5853         * config.sub: Add tic54x target.
5855 2000-06-07  Phillip Thomas  <pthomas@suse.de>
5857         * README-maintainer-mode: New file: Contains notes on using
5858         --enable-maintainer-mode with binutils.
5860 2000-05-29  Andrew Cagney  <cagney@b1.cygnus.com>
5862         * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
5864 2000-05-30  Andrew Cagney  <cagney@b1.cygnus.com>
5866         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
5867         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
5869 20000-05-21  H.J. Lu  (hjl@gnu.org)
5871         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
5872         directory are used if they exist. Make sure
5873         $(build_tooldir)/include is searched for header files,
5874         $(build_tooldir)/lib/ for library files.
5875         (GCC_FOR_TARGET): Likewise.
5876         (CXX_FOR_TARGET): Likewise.
5878 2000-05-18  Jeffrey A Law  (law@cygnus.com)
5880         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
5882 2000-05-17  Alexandre Oliva  <aoliva@cygnus.com>
5884         * Makefile.in (configure-target-libiberty): Depend on
5885         configure-target-newlib.
5887 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
5889         * configure.in, Makefile.in: Merge all libffi-related
5890         configury stuff from the libgcj tree.
5892 2000-05-16  Andrew Cagney  <cagney@b1.cygnus.com>
5894         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
5895         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
5897 2000-05-16  Andrew Cagney  <cagney@b1.cygnus.com>
5899         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
5900         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
5901         current version information.  Add to proto-toplev directory.
5902         (gdb-taz): Build do-djunpack.
5904 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
5906         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
5908 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5910         * ltmain.sh: Preserve in relink_command any environment
5911         variables that may affect the linker behavior.
5913 2000-05-12  Jeffrey A Law  (law@cygnus.com)
5915         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
5917 2000-05-10  Jim Wilson  <wilson@cygnus.com>
5919         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
5921 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
5923         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
5924         with the version name.
5926 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
5928         * config.if: Tweak.
5930 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
5932         * djunpack.bat: New file.
5934 2000-04-19  Andrew Cagney  <cagney@b1.cygnus.com>
5936         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
5937         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
5938         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
5939         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
5941 2000-04-16  Dave Pitts  <dpitts@cozx.com>
5943         * config.sub (case $basic_machine): Change default for "ibm-*"
5944         to "openedition".
5946 2000-04-12  Andrew Cagney  <cagney@b1.cygnus.com>
5948         * Makefile.in (gdb-taz): New target.  GDB specific archive.
5949         (do-md5sum): New target.
5950         (MD5PROG): Define.
5951         (PACKAGE): Default to TOOL.
5952         (VER): Default to a shell script.
5953         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
5954         md5 checksum generation.
5955         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
5956         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
5957         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
5958         insight.tar.bz2): Use gdb-taz to create archive.
5960 2000-04-07  Andrew Cagney  <cagney@b1.cygnus.com>
5962         * configure (warn_cflags): Delete.
5964 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
5965             Martin v. Loewis  <martin@loewis.home.cs.tu-berlin.de>
5967         * configure.in (enable_libstdcxx_v3): Add.
5968         (target_libs): Add bits here to switch between libstdc++-v2 and
5969         libstdc++-v3.
5970         * config.if: And this file too.
5971         * Makefile.in: Add libstdc++-v3 targets.
5973 2000-04-05  Michael Meissner  <meissner@redhat.com>
5975         * config.sub (d30v): Add d30v as a basic machine type.
5977 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
5979         * configure.in: -linux-gnu*, not -linux-gnu.
5981 2000-03-03  Andrew Cagney  <cagney@b1.cygnus.com>
5983         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
5984         (do-tar-bz2): Replace TOOL with PACKAGE.
5985         (gdb.tar.bz2): Remove GDBTK from GDB package.
5986         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
5987         dejagnu.tar.bz2): New packages.
5989 2000-02-27  Andreas Jaeger  <aj@suse.de>
5991         * configure.in: Add entry for mips*-*-linux*, move catch all
5992         *-*-*linux* entry below this one.
5994 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
5996         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
5998 2000-02-24  Nick Clifton  <nickc@cygnus.com>
6000         * config.sub: Support an OS of "wince".
6002 2000-02-24  Andrew Cagney  <cagney@b1.cygnus.com>
6004         * config.guess, config.sub: Updated to match config's 2000-02-15
6005         version.
6007 2000-02-23  Linas Vepstas <linas@linas.org>
6009         * config.sub: Add support for Linux/IBM 370.
6010         * configure.in: Likewise.
6012 2000-02-22  Nick Clifton  <nickc@cygnus.com>
6014         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
6016 2000-02-20  Christopher Faylor <cgf@cygnus.com>
6018         * config.guess: Guess "cygwin" rather than "cygwin32".
6020 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6022         * configure (gcc_version): When setting, narrow search to
6023         lines containing `version_string'.
6025 2000-02-15  Denis Chertykov  <denisc@overta.ru>
6027         * config.sub: Add support for avr target.
6029 2000-02-01  Hans-Peter Nilsson  <hp@bitrange.com>
6031         * config.sub: Add mmix-knuth-mmixware.
6033 2000-01-27  Christopher Faylor <cgf@redhat.com>
6035         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
6036         structure stuff to -L library search.
6037         (CXX_FOR_TARGET): Ditto.
6038         (CROSS_CHECK_MODULES): Fix spelling mistake.
6040 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
6042         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
6043         the C++ compiler.
6045 2000-01-12  Richard Henderson  <rth@cygnus.com>
6047         * configure.in: Don't build some bits for beos.
6049 2000-01-12  Joel Sherrill (joel@OARcorp.com)
6051         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
6052         as include files.
6054 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
6056         * configure.in: Use mt-aix43 to handle *_TARGET defs,
6057         not mh-aix43.
6059 1999-12-14  Richard Henderson  <rth@cygnus.com>
6061         * config.guess (alpha-osf, alpha-linux): Detect ev67.
6062         * config.sub: Accept alphaev[78], alphaev8.
6064 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
6066         * config.guess, config.sub: Update from autoconf.
6068 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6070         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
6071         necessary libraries are missing.
6073 1999-10-25  Andreas Schwab  <schwab@suse.de>
6075         * configure: Fix quoting inside arguments of eval.
6077 1999-10-21  Nick Clifton  <nickc@cygnus.com>
6079         * config-ml.in: Allow suppression of some ARM multilibs.
6081 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
6083         * config.guess: Add OS/390 match pattern.
6084         * config.sub: Add mvs, openedition targets.
6085         * configure.in (i370-ibm-opened*): New.
6087 1999-09-04  Steve Chamberlain  <sac@pobox.com>
6089         * config.sub: Add support for configuring for pj.
6091 1999-08-31  Nick Clifton  <nickc@cygnus.com>
6093         * config.sub (maybe_os): Add support for configuring for fr30.
6095 1999-08-25  Nick Clifton  <nickc@cygnus.com>
6097         * configure.in: Do not configure or build ld for AIX
6098         platforms.  ld is known to be broken on these platforms.
6100 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6102         * config-ml.in: Pass compiler flag corresponding to multidirs to
6103         subdir configures.
6105 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
6107         * Makefile.in (LDFLAGS): Define.
6109 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
6111         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
6112         noconfigdirs.
6113         (*-*-cygwin*): Likewise.
6115 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
6117         * mkdep: New file.
6118         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
6119         (BINUTILS_SUPPORT_DIRS): Add mkdep.
6121         From Eli Zaretskii <eliz@is.elta.co.il>:
6122         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
6123         long file name when using DJGPP on MS-DOS.
6125 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
6127         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
6129 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
6131         * Makefile.in (check-target-libio): Remove all-target-libstdc++
6132         dependency as this causes "make check" to globally "make all"
6134 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
6136         * configure.in (target_libs): Added target-zlib.
6137         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
6138         (CONFIGURE_TARGET_MODULES): Likewise.
6139         (CHECK_TARGET_MODULES): Likewise.
6140         (INSTALL_TARGET_MODULES): Likewise.
6141         (CLEAN_TARGET_MODULES): Likewise.
6142         (configure-target-zlib): New target.
6143         (all-target-zlib): Likewise.
6144         (all-target-libjava): Depend on all-target-zlib.
6145         (configure-target-libjava): Depend on configure-target-zlib.
6147         * Makefile.in (configure-target-libjava): Depend on
6148         configure-target-newlib.
6149         (configure-target-boehm-gc): New target.
6150         (configure-target-qthreads): New target.
6152         * configure.in (target_libs): Added target-qthreads.
6153         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
6154         (CONFIGURE_TARGET_MODULES): Likewise.
6155         (CHECK_TARGET_MODULES): Likewise.
6156         (INSTALL_TARGET_MODULES): Likewise.
6157         (CLEAN_TARGET_MODULES): Likewise.
6158         (all-target-qthreads): New target.
6159         (configure-target-libjava): Depend on configure-target-qthreads.
6160         (all-target-libjava): Depend on all-target-qthreads.
6162         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
6163         (CONFIGURE_TARGET_MODULES): Likewise.
6164         (CHECK_TARGET_MODULES): Likewise.
6165         (INSTALL_TARGET_MODULES): Likewise.
6166         (CLEAN_TARGET_MODULES): Likewise.
6167         (all-target-libjava): New target.
6168         (all-target-boehm-gc): Likewise.
6169         * configure.in (target_libs): Added libjava, boehm-gc.
6171 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
6173         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
6174         configure.bat in SUPPORT_FILES.
6175         (gas+binutils.tar.bz2): Likewise.
6177         * makeall.bat: Remove; obsolete.
6179 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
6181         From Mark Elbrecht:
6182         * configure.bat: Remove; obsolete.
6184 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
6186         * configure: Add -W -Wall to the default CFLAGS when compiling with
6187         gcc.
6189 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
6191         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
6193 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
6195         * configure.in: Build ld on IRIX6.
6197 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
6199         * Makefile.in: Change distribution targets to use bzip2 instead of
6200         gzip.
6201         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
6202         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
6204 1999-06-04  Nick Clifton  <nickc@cygnus.com>
6206         * config.sub: Add mcore target.
6208 1999-05-30  Cort Dougan  <cort@cs.nmt.edu>
6210         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
6212 1999-05-25  H.J. Lu  (hjl@gnu.org)
6214         * config.guess (dummy): Changed to $dummy.
6216 1999-05-24  Nick Clifton  <nickc@cygnus.com>
6218         * config.sub: Tidied up case statements.
6220 1999-05-22  Ben Elliston  <bje@cygnus.com>
6222         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
6223         <jiro@din.or.jp>.
6225         * config.guess: Merge with FSF version. Future changes will be
6226         more accurately recorded in this ChangeLog.
6227         * config.sub: Likewise.
6229 1999-05-20   Stephen L Moshier  <moshier@world.std.com>
6231          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
6233 1999-04-30  Tom Tromey  <tromey@cygnus.com>
6235         * ltmain.sh: [mode link] Always use CC given by ltconfig.
6237 1999-04-23  Tom Tromey  <tromey@cygnus.com>
6239         * ltconfig, ltmain.sh: Update to libtool 1.2f.
6241 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
6243         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
6244         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
6245         Bad merge removed these two changes.
6247 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
6248                           Martin Heller (Ing.-Buero_Heller@t-online.de)
6250         * config.guess (interix Alpha): Add.
6252 1999-04-11  Richard Henderson  <rth@cygnus.com>
6254         * configure.in (i?86-*-beos*): Do config gperf; don't config
6255         gdb, newlib, or libgloss.
6257 1999-04-11  Alexandre Oliva  <oliva@dcc.unicamp.br>
6259         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
6260         link a trivial program with -mabi=64.  If it fails, remove mabi=64
6261         from multidirs.
6263 1999-04-10  Philipp Thomas  (kthomas@gwdg.de)
6265         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
6267 1999-04-08  Nick Clifton  <nickc@cygnus.com>
6269         * config.sub: Add support for mcore targets.
6271 1999-04-07  Michael Meissner  <meissner@cygnus.com>
6273         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
6274         not mt-ospace, in order to shut up assembler warning about using
6275         symbols that are named the same as registers.
6277 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
6279         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
6280         dependency list for all-target-cygmon.
6282 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
6284         * config-ml.in: Check $host, not $target, for selective multilibs.
6285         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
6286         thumb interworking, and underscore prefix multilibs.
6288 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
6290         * missing: Update to version from current automake.
6292 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
6294         * configure (gxx_include_dir): Removed.
6296         * configure.in (gxx_include_dir): Handle it.
6297         * Makefile.in: Likewise.
6299 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
6301         * config.sub (mips64vr4111,mips64vr4111el) Add.
6303 1999-03-21  Ben Elliston  <bje@cygnus.com>
6305         * config.guess: Correct typo for detecting ELF on FreeBSD.
6307 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
6309         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
6310         config/mh-djgpp.
6312 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
6314         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
6315         all-target-newlib to dependency list for all-target-bsp.
6317 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
6319         * config.sub: Add i386-uwin support.
6320         * config.guess: Likewise.
6322 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6324         * configure.in: cleanup, add mh-*pic handling for arm, special
6325         case powerpc*-*-aix*
6327 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
6329         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
6330         can be built.
6332 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
6334         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
6335         targets.
6337 1999-03-02  Nick Clifton  <nickc@cygnus.com>
6339         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
6341 1999-02-28  Geoffrey Noer  <noer@cygnus.com>
6343         * config.sub: Check for "cygwin*" rather than "cygwin32*"
6345 1999-02-24  Nick Clifton  <nickc@cygnus.com>
6347         * config.sub: Fix typo in arm recognition.
6349 1999-02-24  Drew Moseley  <dmoseley@cygnus.com>
6351         * configure.in (noconfigdirs): Changed target_configdirs to
6352         include target-bsp only for m68k-*-elf* and m68k-*-coff*
6353         rather than m68k-*-* since it is not known to work on
6354         m68k-aout. Ditto for arm-*-*oabi.
6356 1999-02-24  Stan Shebs  <shebs@andros.cygnus.com>
6358         * configure.in (*-*-windows*): Remove, no longer used.
6360 1999-02-19  Ben Elliston <bje@cygnus.com>
6362         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
6363         Smart and improved by Andrew Cagney.
6365 1999-02-18  Marc Espie <espie@cvs.openbsd.org>
6367         * config.guess: Recognize openbsd-*-hppa.
6369 1999-02-17  H.J. Lu  (hjl@gnu.org)
6371         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
6372         only if it is not empty.
6374 1999-02-17  Nick Clifton  <nickc@cygnus.com>
6376         Patch from: Scott Bambrough <scottb@corelcomputer.com>
6378         * config.guess: Modified to recognize uname's armv* syntax.
6380         * config.sub: Modified to recognize uname's armv* syntax.
6382 1999-02-17  Mark Salter  <msalter@cygnus.com>
6384         * configure.in: Added target-bsp for sparclite.
6386 1999-02-08  Richard Henderson  <rth@cygnus.com>
6388         * config.sub: Recognize alphapca5[67] and up to alphaev8.
6390 1999-02-08  Nick Clifton  <nickc@cygnus.com>
6392         * configure.in: Add support for strongarm port.
6393         * config.sub: Add support for strongarm target.
6395 1999-02-07  Mumit Khan  <khan@xraylith.wisc.edu>
6397         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
6398         the old name config/mh-cygwin32.
6399         Enable texinfo.
6401 1999-02-04  Ian Lance Taylor  <ian@cygnus.com>
6403         * configure.in: Do build ld for ix86 Solaris.
6405 1999-02-02  Jim Wilson  <wilson@cygnus.com>
6407         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
6408         $AR_FOR_TARGET.  Likewise for RANLIB.
6410 1999-02-02  Catherine Moore  <clm@cygnus.com>
6412         * config.sub (oabi):  Recognize.
6413         * configure.in (arm-*-oabi):  Handle.
6415 1999-01-30  Robert Lipe  (robertlipe@usa.net)
6417         * config.guess: Improve detection of i686 on UnixWare 7.
6419 1999-01-30  Mumit Khan  <khan@xraylith.wisc.edu>
6421         * config.guess: Add support for i386-pc-interix.
6422         * config.sub: Likewise.
6423         * configure.in: Likewise.
6425 1999-01-18  Christopher Faylor <cgf@cygnus.com>
6427         * Makefile.in: Remove unneeded all-target-libio from
6428         from all-target-winsup target since it is now unneeded.
6429         Add all-target-libtermcap in its place since it is now
6430         needed.
6432 1998-12-30  Christopher Faylor <cgf@cygnus.com>
6434         * configure.in: makefile stub for cygwin target is probably
6435         unnecessary.  Remove it for now.
6437 1998-12-30  Christopher Faylor <cgf@cygnus.com>
6439         * configure.in: libtermcap.a should be built when cygwin is the
6440         target as well as the host.
6441         * config.guess: Allow mixed case in cygwin uname output.
6442         * Makefile.in: Add libtermcap target.
6444 1998-12-23  Jeffrey A Law  (law@cygnus.com)
6446         * config.sub: Clean up handling of hppa2.0.
6448 1998-12-22  Rodney Brown  (rodneybrown@pmsc.com)
6450         * config.guess: Use C code to identify more HP machines.
6452 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
6454         * config.sub: Handle hppa2.0.
6456 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
6458         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
6459         cygmon for all sparclite targets, regardless of object format.
6461 1998-12-15  Mark Salter  <msalter@cygnus.com>
6463         * configure.in: Added target-bsp for several target architectures.
6465         * Makefile.in: Added rules for bsp.
6467 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
6469         * config.guess: Improve detection of hppa2.0 processors.
6471 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
6473         * config.guess: Recognize FreeBSD using ELF automatically.
6475 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
6477         * configure (skip-this-dir): Add handling for new shell script, which
6478         might be created by a sub-directory's configure to indicate, this particular
6479         directory is "unwanted".
6480         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
6482 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
6484         * ltconfig: import from libtool, after changing libtool to
6485         account for the cygwin name change.
6487 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
6489         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
6490         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
6492 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
6494         * configure.in: Add libtermcap to list of cygwin dependencies.
6496 1998-11-17  Geoffrey Noer  <noer@cygnus.com>
6498         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
6499         they include winsup/include when it's a cygwin target.
6501 1998-11-12  Tom Tromey  <tromey@cygnus.com>
6503         * configure.in (host_tools): Added zip.
6504         * Makefile.in (all-target-libjava): Depend on all-zip.
6505         (all-zip): New target.
6506         (ALL_MODULES): Added all-zip.
6507         (NATIVE_CHECK_MODULES): Added check-zip.
6508         (INSTALL_MODULES): Added install-zip.
6509         (CLEAN_MODULES): Added clean-zip.
6511 1998-11-12  Geoffrey Noer  <noer@cygnus.com>
6513         * Makefile.in: lose "32" from comment about cygwin.
6515 1998-11-05  Nick Clifton  <nickc@cygnus.com>
6517         * configure.in: Use -Os to build target libraries for the fr30.
6519 1998-11-04  Dave Brolley  <brolley@cygnus.com>
6521         * config.sub: Add fr30.
6523 1998-11-02  Geoffrey Noer  <noer@cygnus.com>
6525         * configure.in: drop "32" from config/mh-cygwin32.  Check
6526         cygwin* instead of cygwin32*.
6527         * config.sub: Check cygwin* instead of cygwin32*.
6529 1998-10-22  Robert Lipe  <robertl@dgii.com>
6531         * config.guess: Match any version of Unixware7.
6533 1998-10-20  Syd Polk  <spolk@cygnus.com>
6535         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
6536         if desired.
6538 1998-10-18  Jeffrey A Law  (law@cygnus.com)
6540         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
6541         these if the appropriate directories and files to not exist.
6543 1998-10-14  Jeffrey A Law  (law@cygnus.com)
6545         * Makefile.in (DEVO_SUPPORT): Add config.if.
6547 1998-10-13  Manfred Hollstein  <manfred@s-direktnet.de>
6549         * configure: Add pattern to replace "build_tooldir"'s
6550         definition in the generated Makefile with "tooldir"'s
6551         actual value.
6553 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
6555         * config.sub: Bring back lost sparcv9.
6557         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
6559 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
6561         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
6562         CC_FOR_TARGET and friends.
6564 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
6566         * Makefile.in (build_tooldir): New variable, same as tooldir.
6567         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
6568         -B$(build_tooldir)/bin/.
6569         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
6571 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
6573         * config.sub: Add support for i[34567]86-pc-udk.
6574         * configure.in: Likewise.
6576 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
6578         * Makefile.in: add bzip2 package building bits for user
6579         tools module
6580         * configure.in: ditto
6582 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
6584         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
6585         (ALL_TARGET_MODULES): Add all-target-libobjc.
6586         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
6587         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
6588         (all-target-libchill): Add dependencies.
6589         * configure.in (target_libs): Add libchill.
6591 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
6593         * configure.in (target_subdir): Remove duplicate line.
6595 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
6597         * Makefile.in (all-automake): fix dependencies.
6599 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
6601         * configure.in: Minor cleanups for building in the $(target_alias)
6602         subdir.
6604 1998-09-22  Jim Wilson  <wilson@cygnus.com>
6606         * Makefile.in (bootstrap): Set r and s before make all.  Use
6607         BASE_FLAGS_TO_PASS in make all.
6608         (cross): Likewise.
6610 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
6612         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
6614 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
6616         * config.sub: Fix typo in last change.
6618 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
6620         * config.sub: Add support for C4x target.
6621         * configure.in: Likewise.
6623 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
6625         * config.sub: Recognize sparcv9 just like sparc64.
6627 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
6629         * config.guess: Match "Pent II" or "PentII" for OpenServer.
6631 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
6633         * config.guess: Correctly identify Pentium II sco boxes.
6635         * config.guess: Fix "tr" code.  From Weiwen Liu.
6637 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
6639         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
6640         stabs.
6642 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
6644         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
6645         (ALL_TARGET_MODULES): Add all-target-libchill.
6646         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
6647         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
6648         (all-target-libchill): Add dependencies.
6649         * configure.in (target_libs): Add libchill.
6651 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
6653         * config.guess: Avoid assumptions about "tr" behaves when
6654         LANG is set to something other than English.
6656 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
6658         * configure (gxx_include_dir): Changed to
6659         '${prefix}/include/g++'-${libstdcxx_interface}.
6661         * config.if: New to determine the interfaces.
6663 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
6665         * config.guess: Detect and handle MPE/IX.
6666         * config.sub: Deal with MPE/IX.
6668 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
6670         * configure.in: Use mh-aix43.
6672 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
6674         * configure: Fix --without/--disable cases for gxx-include-dir.
6676 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
6678         * mdata-sh:  Imported.  Needed for automake support.
6680 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
6682         * Makefile.in (taz): Try "chmod -R og=u ." before
6683         "chmod og=u `find . -print`".
6685 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
6687         * configure.in: Add arm-elf and thumb-elf support.
6689 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
6691         * Makefile.in: Undo previous patch.
6693 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
6695         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
6696         to here ...
6697         (install-no-fixedincludes): and here
6698         (INSTALL_MODULES): ... from here.
6700 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
6702         * config.sub: Merge with FSF.
6704         * config.guess: Merge with FSF.
6706 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
6708         * configure (extraconfigdirs): New variable.
6709         (SUBDIRS): Add extraconfigdirs and recurse on them too.
6710         * Makefile.in (all): Move higher in file.
6711         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
6712         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
6713         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
6714         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
6715         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
6717 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
6719         * Makefile.in (all-target-libjava): Depend on all-gcc and
6720         all-target-newlib.
6721         (configure-target-libjava): Depend on $(ALL_GCC).
6723 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
6725         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
6726         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
6728 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
6730         * ylwrap: Change absolute path checks to check for DOS style path
6731         names.
6733         * ylwrap: Don't use a full path name if the source file is in the
6734         same directory.  From hjl@lucon.org (H.J. Lu).
6736         * config-ml.in: Default to being verbose, to match Feb 18 change to
6737         configure.
6739 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
6741         Brought over from egcs:
6743         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
6745         * configure.in (target_subdir): Set to ${target_alias} instead
6746         of "libraries".
6748         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
6750         * configure.in (target_subdir): Set to libraries if enable_multilib.
6752 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
6754         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
6755         multilibs, force reconfiguration the first time we create
6756         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
6758 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
6760         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
6761         avoid confusion with --no-recursion.
6763 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
6765         * configure.in: Win32 hosts shouldn't use install -x
6766         * install-sh: remove -x option, and special .exe-handling
6767         hack.
6769 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
6771         * config.guess: Recognize i586-pc-beos.
6772         * configure.in: Don't build some bits for beos.
6774 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
6776         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
6777         CFLAGS default to -O2.
6779         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
6780         when using GNU ld.
6782 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
6784         * ltmain.sh: Correct install when using a different shell.
6786 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
6788         * ltconfig, ltmain.sh: Update to libtool 1.2b.
6790 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
6792         * makefile.vms: Update to build binutils/makefile.vms.  Add install
6793         target.
6795 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
6797         * ltconfig: Update to correct AIX handling.
6799 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
6801         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
6803         * configure.in (target_subdir): Set to ${target_alias} instead
6804         of "libraries".
6806 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
6808         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
6809         (Makefile): Depend on $(gcc_version_trigger).
6811         * configure (gcc_version): Change default initializer to empty
6812         string.
6813         (gcc_version_trigger): New variable; pass this variable down
6814         to subdir configures to enable them checking gcc's version
6815         themselves. Emit make macros for both gcc_version vars.
6816         (topsrcdir): Initialize reliably.
6817         (recursion line): Remove --with-gcc-version=${gcc_version}.
6819 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
6821         * configure (enable_version_specific_runtime_libs): Implement new flag
6822         --enable-version-specific-runtime-libs which installs C++ runtime stuff
6823         in $(libsubdir); emit definition in each generated Makefile.
6824         (gxx_include_dir): Initialize depending on
6825         $enable_version_specific_runtime_libs.
6827 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
6829         * configure (gcc_version): Initialize properly depending on
6830         how and where configure is started.
6831         (recursion line): Pass a --with-gcc-version=${gcc_version}
6832         to configures in subdirs.
6834 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
6836         * configure.in (noconfigdirs): Add configure pattern for mips tx39
6837         cygmon
6839 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
6841         * configure.in: Add cygmon and libstub support for mn10200.
6843 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
6845         * configure (gcc_version): Add new variable describing the
6846         particular gcc version we're building.
6847         * Makefile.in (libsubdir): Add new macro for the directory
6848         in which the compiler finds executables, libraries, etc.
6849         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
6850         and libsubdir.
6852 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
6854         * Makefile.in (local-clean): Remove *.log.
6855         (warning.log): Built with warn_summary from build.log.
6856         (mail-report.log): Run test_summary.
6857         (mail-report-with-warnings.log): Run test_summary including
6858         warning.log in the report.
6860 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
6862         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
6864 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
6866         * Makefile.in (grep): Grep no longer depends on libiberty.
6868 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
6870         * Makefile.in: all-snavigator needs all-libgui.
6872 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
6874         * configure.in: Add cygmon and libstub support for mn10300.
6876 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
6878         * missing: Update to version from automake 1.3.
6880         * ltmain.sh: On installation, don't get confused if the same name
6881         appears more than once in the list of library names.
6883 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
6885         * config.sub: Accept m68060 and m5200 as CPU names.
6887 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
6889         * configure: Use && rather than using -a in test, because odd
6890         strings can confuse test.
6891         * configure.in: Likewise.
6893 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
6895         * ltconfig, ltmain.sh: Bring in Visual C++ support.
6897 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
6899         * Makefile.in (boostrap2-lean, bootstrap3-lean,
6900         bootstrap4-lean): New targets.
6902 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
6904         * mpw-* Delete.  Not used.
6906 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
6908         * COPYING.LIB: Update FSF address.
6910 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
6912         * ltconfig, ltmain.sh: Update to libtool 1.2a.
6914         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
6915         GAS_SUPPORT_DIRS.
6917 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
6919         * ltconfig, ltmain.sh: Avoid producing a version number if
6920         -version-info was not used.
6922 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
6924         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
6925         building with newlib.
6927 1998-04-30  Paul Eggert  <eggert@twinsun.com>
6929         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
6930         Solaris `make' causes it to continue to next definition.
6932 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
6934         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
6935         the right GUI libraries and files are installed along with GDB.
6937 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
6939         * configure.in: Change alpha to alpha* in several places.
6941 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
6943         * config.sub: Recognize sparc86x.
6945 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
6947         * configure.in (--enable-target-optspace): Remove debug echo.
6949 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
6951         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
6953 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
6955         * ltconfig: Update cygwin32 support.
6957         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
6958         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
6959         (GDB_SUPPORT_DIRS): Likewise.
6961 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
6963         * configure.in (target_makefile_frag): If --enable-target-optspace,
6964         use -Os to compile target libraries rather than -O2.  Default to
6965         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
6966         not used.
6967         * configure.in (target_cflags): Ditto for d30v.
6969 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
6971         * Makefile.in (all-bfd): Depend on all-intl.
6972         (all-binutils): Likewise.
6973         (all-gas): Likewise.
6974         (all-gprof): Likewise.
6975         (all-ld): Likewise.
6977 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
6979         * configure.in (host_tools): Fix typo, lbtool -> libtool.
6981 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
6983         * Makefile.in (all-bfd): Depend upon all-libiberty.
6985         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
6987 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
6989         * Makefile.in: Add libstub.
6991         * configure.in: Ditto. Build libstub for targets that have cygmon
6992         support.
6994 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
6996         * configure.in: Don't set PICFLAG on ix86-cygwin32.
6998 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
7000         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
7001         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
7003 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
7005         * configure: Define DEFAULT_M4 by searching PATH.
7006         * Makfile.in: Use DEFAULT_M4.
7008 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
7010         * ltconfig: Add cygwin32 support.
7012         * Makefile.in, configure.in: Add libtool as a native only directory
7013         to configure and build.
7015 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
7017         * Makefile.in (INSTALL_MODULES): Remove texinfo.
7019 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
7021         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
7023 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
7025         * Makefile.in: add ash make rules
7026         * configure.in: add ash to native_only and host_tools lists
7028 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
7030         * Makefile.in (all-gettext, all-intl): New targets.
7031         (ALL_MODULES): Added all-gettext, all-intl.
7032         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
7033         (INSTALL_MODULES): Added install-gettext, install-intl.
7034         (CLEAN_MODULES): Added clean-gettext, clean-intl.
7036         * configure.in (host_tools): Added gettext.
7037         (native_only): Likewise.
7038         (noconfigdirs) [various cases]: Likewise.
7039         (host_libs): Added intl.
7041 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
7043         * configure: Do not disable building gdbtk for cygwin32 hosts.
7045 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
7047         * configure.in: Add thumb-coff target.
7048         * config.sub: Add thumb-coff target.
7050 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
7052         * Makefile.in: Revert yesterday's change.
7053         (all-target-winsup):  all-target-librx stays out of here.
7055 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
7057         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
7058         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
7059         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
7060         Remove references to librx and libg++.
7062 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
7064         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
7065         recursive makes
7067 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
7069         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
7070         for newlib directory.
7071         (CXX_FOR_TARGET): Likewise.
7073 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
7075         * ltconfig: Update after libtool/ltconfig.in change for
7076         hpux11.
7078 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
7080         * ltconfig, ltmain.sh: Update to libtool 1.2.
7082 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
7084         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
7085         (install-gcc-cross): Instead, override LANGUAGES here.
7087 1998-03-18  Dave Love  <d.love@dl.ac.uk>
7089         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
7090         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
7092 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
7094         * configure.in: Add Thumb-pe target.
7096 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
7098         * Makefile.in - changed sn targets to snavigator
7099         * configure.in - changed sn targets to snavigator
7101 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
7103         * config-ml.in: After building symlink tree call make distclean
7104         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
7105         to be the case for libiberty.
7107 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
7109         * configure: When making link, also check the current
7110         directory. The configure scripts may create one.
7112 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
7114         * config.sub: Accept alphapca56 and alphaev6 properly.
7116 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7118         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
7120 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
7122         * config.sub (sco5): Fix typo.
7124 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
7126         * Makefile.in (INSTALL_MODULES): Move install-tcl before
7127         install-itcl.
7128         (install-itcl): Remove dependency on install-tcl.
7130 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
7132         * configure.in: Remove libgloss from noconfigdirs for MN10300.
7134 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
7136         * configure.in: Don't build libgui for a cygwin32 target when not on
7137         a cygwin32 host.
7139 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
7141         * configure (redirect): Set to null, so default behavior of
7142         configure is now --verbose.
7144 1998-02-16  Dave Love  <d.love@dl.ac.uk>
7146         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
7147         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
7149 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
7151         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
7152         this change to sync Makefile.in with its ChangeLog entries.
7154 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
7156         * ltmain.sh (mkdir): Check that the directory doesn't exist
7157         before we exit with error, so that we don't get races during
7158         parallel builds.
7160 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
7162         * ltconfig, ltmain.sh: Update from libtool 1.0i.
7164 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
7166         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
7167         PICFLAG_FOR_TARGET.
7168         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
7170         * configure: Emit a definition for the new macro enable_shared
7171         into each Makefile.
7173 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
7175         * configure.in (host_tools, native_only): Add libtool.
7177 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
7179         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
7180         Fix typo in ming config comment.
7182 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
7184         * ltconfig, ltmain.sh: Update from libtool 1.0h.
7186 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
7188         * config.sub: Add tic30 cases, and map c30 to tic30.
7190 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
7192         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
7193         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
7194         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
7195         (CLEAN_TARGET_MODULES): Similarly
7196         (all-target-libf2c): Add dependences.
7197         * configure.in (target_libs): Add libf2c.
7199 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
7201         * configure.in: Remove expect from noconfigdirs when target
7202         is cygwin32.  OK to build expect and dejagnu with Canadian
7203         Cross.
7205 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
7207         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
7208         host.
7210         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
7211         and mingw32.
7213 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
7215         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
7216         here as it is not defined in the toplevel Makefile.
7218 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
7220         * configure (package_makefile_rules_frag): New variable, which names
7221         a file with generic rules, ...
7222         Change comment to mention we now have FIVE parts.
7223         * configure: Undo last change.
7225 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
7227         * config.guess: More accurate determination of HP processor types.
7228         * config.sub: More accurate determination of HP processor types.
7230 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
7232         * configure (package_makefile_frag): Move inserting the
7233         ${package_makefile_frag} to where it should be according
7234         to the comment.
7236 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
7238         * config.guess: Add support for Linux/ARM.
7240 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
7242         * .cvsignore: Remove *-info and *-install since they match
7243         release-info and mpw-install, which we don't want to just ignore.
7245 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
7247         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
7249 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
7251         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
7252         local_prefix to sub-make invocations.
7254 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
7256         * configure.in: Check makefile fragments in the source
7257         directory.
7259 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
7261         * configure.in: Check whether host and target makefile
7262         fragments exist before adding them to *_makefile_frag.
7264 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
7266         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
7268 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
7270         * configure.in: Make sure we only replace RPATH_ENVVAR on
7271         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
7272         regexp to sed.
7274         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
7275         to sub-makes.
7277 1998-01-13  Lee Iverson   (leei@ai.sri.com)
7279         * config-ml.in (multi-do): LDFLAGS must include multilib
7280         designator.
7282 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
7284         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
7286 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
7288         * config.sub: Add mingw32 support.
7289         * configure.in: Likewise.
7291 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
7293         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
7295 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
7297         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
7298         * configure (gxx_include_dir): Provide a definition for subdirs
7299         which do not use autoconf.
7301 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
7303         * config.guess: Sync with egcs.  Picks up new alpha support,
7304         BeOS & some additional linux support.
7306 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
7308         * config.guess: HP 9000/803 is a PA1.1 machine.
7310 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
7312         * configure.in: It's alpha*-...
7314 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
7316         * configure.in (host_makefile_frag, target_makefile_frag):
7317         Handle multiple config files.
7318         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
7319         alpha-*-*.
7321 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
7323         * mkdep: New file.
7325 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
7327         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
7329 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
7331         * Makefile.in: Add libgui directory.
7332         (GDB_TK): Add all-libgui.
7333         * configure.in: Add libgui directory.
7334         * configure: Add all-libgui to GDB_TK.
7336 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
7338         * config-ml.in (multidirs): Add m32r to multilib list.
7340 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
7342         * Makefile.in (all-target-gperf): Change dependency to
7343         all-target-libstdc++.
7345 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
7347         * config.guess: Add BeOS support.
7349 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
7351         Source directory cvs renamed to cvssrc:
7352         * configure.in (host_tools): Change cvs to cvssrc.
7353         (native_only): Likewise.
7354         (noconfigdirs) [various cases]: Likewise.
7355         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
7356         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
7357         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
7358         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
7359         (all-cvssrc): Rename target from all-cvs.
7361 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
7363         * configure (gxx_include_dir): Fix thinko.
7365 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
7367         * Makefile.in (INSTALL_TARGET_CROSS): Define.
7368         (install-cross, install-gcc-cross): New targets.
7370 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
7372         * configure.in (noconfigdirs): Add support for Thumb target.
7374         * config.sub (maybe_os): Add support for Thumb target.
7376 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
7378         * Makefile.in: Add rules for cygmon.
7380         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
7382 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
7384         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
7385         * configure (gxx_include_dir): Provide a definition for subdirs
7386         which do not use autoconf.
7388 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
7390         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
7391         11/18/97 build
7393 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
7395         * From Franz Sirl.
7396         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
7397         found on RedHat Linux systems.
7399 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
7401         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
7402         guesses.
7404 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
7406         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
7408 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
7410         * ltmain.sh: If mkdir fails, check whether the directory was created
7411         anyhow by some other process.
7413 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
7415         * configure.in (d30v-*-*): Configure all directories.
7417 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
7419         * configure.in (d30v-*-*): Configure newlib, libiberty directories
7420         for the D30V.
7422 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
7424         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
7426 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
7428         * include/libiberty.h: Add extern "C" { so it can be used with C++
7429         progrms.
7430         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
7431         programs.
7433 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
7435         * configure.in (d30v-*-*): Configure GCC now.
7437 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
7439         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
7440         is no longer needed.
7442 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
7444         * Makefile.in: check-target-libio depends on all-target-libstdc++.
7446 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
7448         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
7449         targets using "$@" to provide support for similar but not identical
7450         targets without having to duplicate code.
7452 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
7454         * makefile.vms: Fix to work with DEC C.
7456 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
7458         * config.sub: Add mips-tx39-elf to marketing names.
7460 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
7462         * ltmain.sh: Handle symlinks in generated script.
7464 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
7466         * configure: Handle autoconf style directory options: --bindir,
7467         --datadir, --includedir, --infodir, --libdir, --libexecdir,
7468         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
7469         --sysconfdir.
7470         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
7471         (sharedstatedir, localstatedir, oldincludedir): New variables.
7472         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
7473         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
7474         sbindir, sharedstatedir, and sysconfdir.
7476 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
7478         * Makefile.in (bootstrap-lean): New target.
7480 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
7482         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
7483         sn, and gnuserv from noconfigdirs.
7485 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
7487         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
7489 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
7491         * Makefile.in (cross): New target.
7493 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
7494                           Jeff Law         <law@cygnus.com>
7496         * Makefile.in (bootstrap2, bootstrap3): New targets.
7497         (all-bootstrap): Remove outdated and confusing target.
7498         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
7500 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
7502         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
7503         windows.  Consistent with gdb/configure.
7505 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
7507         * configure.in: Name Linux target fragment.
7509         * configure: Rewrite so that project Makefile fragment is inserted
7510         first and appears last in the resulting Makefile.
7512 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
7514         * Makefile.in (install-itcl): Install tcl first.
7516 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
7518         * configure.in: remove bison from noconfigdirs for Cygwin32 host
7520 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
7522         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
7524         * configure.in (skipdirs): Add target-librx for Linux.
7525         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
7527 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
7529         * Makefile.in (bootstrap): New target.
7531 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
7533         * config.sub: Accept 'amigados' for backward compatability.
7535 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
7537         * config.guess: Merge with FSF.
7539 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
7541         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
7543 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
7545         * config.sub: Add "marketing-names" patch.
7547 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
7549         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
7551 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
7553         * config.sub: Handle v850-elf.
7555 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
7557         * .cvsignore (*-install): Remove.
7559 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
7561         * ltconfig: Set CONFIG_SHELL in libtool.
7562         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
7564 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
7566         * configure.in (target_subdir): Set to libraries if enable_multilib.
7568 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
7570         * config.guess: Update from gcc directory.
7572 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
7574         * Makefile.in (all-sim): Depends on all-readline.
7576 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
7578         * Makefile.in (BISON, YACC): Use $$s.
7579         (all-bison): Depend on all-texinfo.
7581 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
7583         * Makefile.in (BISON): Add -L flag.
7584         (YACC): Likewise.
7586 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
7588         * configure.in (noconfigdirs): Add support for v850e target.
7590         * config.sub (maybe_os): Add support for v850e target.
7592 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
7594         * configure.in (noconfigdirs): Add support for v850ea target.
7596         * config.sub (maybe_os): Add support for v850ea target.
7598 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
7600         * config.sub: Add mipstx39.  Delete r3900.
7602 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
7604         * Makefile.in (all-autoconf): Depends on all-texinfo.
7606 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
7608         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
7609         eabi targets.
7611 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
7613         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
7615         * configure: When handling a Canadian Cross, handle YACC as well as
7616         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
7617         * Makefile.in (all-bison): Depend upon all-texinfo.
7619 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
7621         * Makefile.in (BISON): bison, not byacc or bison -y.
7622         (YACC): bison -y or byacc or yacc.
7623         (various): Add *-bison as appropriate.
7624         (taz): No need to mess with BISON anymore.
7626 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
7628         * configure: If OSTYPE matches *win32*, try to find a good value for
7629         CONFIG_SHELL.
7631 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
7633         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
7634         configure.in if it is present.
7636 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
7638         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
7640 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
7642         * config.sub: Recognize `arc' cpu.
7643         * configure.in: Likewise.
7644         * config-ml.in: Likewise.
7646 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
7648         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
7650 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
7652         * configure: Changed sed delimiter from ':' to '|' when
7653         attempting to substitute ${config_shell} for SHELL. On
7654         NT ${config_shell} may contain a ':' in it.
7656 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
7658         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
7660 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
7662         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
7664 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
7666         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
7668         * ylwrap: If the program is a relative path, force it to be
7669         absolute.
7671 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
7673         * configure (tooldir): Set BISON to `bison -y' and not just bison.
7675 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
7677         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
7678         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
7679         for libraries.
7681 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
7683         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
7684         separated by spaces.
7686 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
7688         * ylwrap: New file.
7689         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
7691         * ltmain.sh: Handle /bin/sh at start of install program.
7693         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
7695         * ltconfig, ltmain.sh: New files, from libtool 1.0.
7696         * missing: New file, from automake 1.2.
7698 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
7700         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
7701         check-tk to CHECK_X11_MODULES.
7703 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
7705         * config.sub: Merge with FSF.
7707 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
7709         * config.guess: Merge with FSF.
7711 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
7713         * configure: Treat msdosdjgpp like go32.
7714         * configure.in: Likewise.  Don't remove gprof for go32.
7716         * configure: Change Makefile.tem2 to Makefile.tm2.
7718 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
7720         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
7722 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
7724         * install-sh (chmodcmd): Set to null if the DST directory already
7725         exists.  Same as Nov 11th change.
7727 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
7729         * configure (GDB_TK): Needs itcl and tix.
7731 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
7733         * config.guess: Update from FSF.
7735 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
7737         * Makefile.in (GDB_TK): Depend on itcl and tix.
7739 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
7741         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
7742         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
7743         (INSTALL_SCRIPT): New variable.
7744         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
7745         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
7746         to -x.
7747         * install-sh: Add support for -x option.
7749 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
7751         * configure.in, Makefile.in: Treat tix like itcl.
7753 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
7755         * Makefile.in (WINDRES): New variable.
7756         (WINDRES_FOR_TARGET): New variable.
7757         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
7758         (EXTRA_HOST_FLAGS): Add WINDRES.
7759         (EXTRA_TARGET_FLAGS): Add WINDRES.
7760         (EXTRA_GCC_FLAGS): Add WINDRES.
7761         ($(DO_X)): Pass down WINDRES.
7762         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
7763         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
7764         DLLTOOL_FOR_TARGET.
7766 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
7768         * configure.in: configure sim before gdb for win32-x-ppc
7770 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
7772         Move gperf into the toplevel, from libg++.
7773         * configure.in (target_tools): Add target-gperf.
7774         (native_only): Add target-gperf.
7775         * Makefile.in (all-target-gperf): New target, depend on
7776         all-target-libg++.
7777         (configure-target-gperf): Empty rule.
7778         (ALL_TARGET_MODULES): Add all-target-gperf.
7779         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
7780         (CHECK_TARGET_MODULES): Add check-target-gperf.
7781         (INSTALL_TARGET_MODULES): Add install-target-gperf.
7782         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
7784 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
7786         * config.sub (mn10200): Recognize new basic machine.
7788 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
7790         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
7791         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
7793 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
7795         * configure.in: If we're building mips-sgi-irix6* native, turn on
7796         ENABLE_MULTILIB and set TARGET_SUBDIR.
7798 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
7800         * Makefile.in (all-sn): Depend on all-grep.
7802 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
7804         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
7806         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
7807         Makefile.  From Jeff Makey <jeff@cts.com>.
7808         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
7810         * Makefile.in (DISTBISONFILES): Remove.
7811         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
7812         $(DEFAULT_YACC).
7814         * configure.in: Build itl, db, sn, etc., when building for native
7815         cygwin32.
7817         * Makefile.in (LD): New variable.
7818         (EXTRA_HOST_FLAGS): Pass down LD.
7819         ($(DO_X)): Likewise.
7821 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
7823         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
7825 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
7827         * configure.in (targargs): Strip out any supplied --build argument
7828         before adding our own. Always add --build.
7830 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
7832         * configure.in (targargs): Pass --build if we're doing
7833         a cross-compile.
7835 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
7837         * configure: Use '|' instead of ":" as the separator in
7838         sed. Otherwise sed chokes on NT path names with drive
7839         designators. Also look for "?:*" as the leading characters in an
7840         absolute pathname.
7842 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
7844         * config.sub: Support for r3900.
7846 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
7848         * configure.in: Use install-sh, not install.sh.
7850 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
7852         * Makefile.in (taz): Improve check for BISON so it doesn't try to
7853         apply it twice.
7855 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
7857         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
7858         install-binutils.
7860 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
7862         * Makefile.in: Add automake targets.
7863         * configure.in (host_tools): Add automake.
7865 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
7867         * configure: Default CXX to c++, not gcc.
7868         * Makefile.in (CXX): Set to c++, not gcc.
7869         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
7871 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
7873         * install-sh: try appending a .exe if source file doesn't
7874         exist
7876 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
7878         * configure.in: Turn on multilib by default.
7879         (cross_only): Remove target-libiberty.
7881         * Makefile.in (all-gcc): Don't depend on libiberty.
7883 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
7885         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
7887 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
7889         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
7890         (DISTBISONFILES): Add ld/Makefile.in
7892 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
7894         * configure.in: if target is cygwin32 but host isn't cygwin32,
7895         don't configure gdb tcl tk expect, not just gdb.
7897 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
7899         * configure.in: Added gnuserv everywhere sn appears.
7901         * Makefile.in (ALL_MODULES): Added all-gnuserv.
7902         (CROSS_CHECK_MODULES): Added check-gnuserv.
7903         (INSTALL_MODULES): Added install-gnuserv.
7904         (CLEAN_MODULES): Added clean-gnuserv.
7905         (all-gnuserv): New target.
7907 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
7909         * config.guess: Fixes for MIPS OpenBSD systems.
7911 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
7913         * Makefile.in (INSTALL_XFORM): Remove.
7914         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
7916         * mkinstalldirs: New file, copied from automake.
7917         * Makefile.in (installdirs): Rename from install-dirs.  Use
7918         mkinstalldirs.  Change all users.
7919         (DEVO_SUPPORT): Add mkinstalldirs.
7921 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
7923         * install-sh: Rename from install.sh.
7924         * Makefile.in (INSTALL): Change install.sh to install-sh.
7925         (DEVO_SUPPORT): Likewise.
7927         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
7928         Graichen <graichen@rzpd.de>.
7930 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
7932         * config.guess: Recognize OpenBSD systems correctly.
7934 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
7936         * README, Makefile.in (ETC_SUPPORT): Remove references to
7937         cfg-paper*, configure.{texi,man,info*}._
7939 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
7941         * Makefile.in (all.normal): Ensure that gcc is built after all
7942         the x11 - ie gdb - targets.
7944 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
7946         * makefile.vms: Don't run conf-a-gas.
7948 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
7950         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
7952 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
7954         * configure.in: Remove noconfigdirs case since gdb also
7955         configures and builds for tic80-coff.
7957 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
7959         * configure: Set cache_file to config.cache.
7960         * Makefile.in (local-distclean): Remove config.cache.
7962 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
7964         * COPYING: Update FSF address.
7966 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
7968         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
7969         noconfigdirs.
7971 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
7973         * Makefile.in (install-dirs): Don't crash if prefix, and hence
7974         MAKEDIRS, is empty.
7976 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
7978         * config.sub: Tweak mn10300 entry.
7980 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
7982         * configure.in (host_tools): Put sim before gdb, so gdb's
7983         configure.tgt can determine if the simulator was configured.
7985 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
7987         * config.sub: Move BeOS $os case to be with other Cygnus
7988         local cases.
7990 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
7992         * config.sub: Remove misplaced comment that broke Linux.
7994 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
7996         * config.sub: Add BeOS support.
7998 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
8000         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
8002 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
8004         * configure.in (noconfigdirs): Remove tcl and tk from
8005         noconfigdirs for cygwin32 builds.
8007 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
8009         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
8011 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
8013         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
8014         make-all.com, use makefile.vms instead.
8016 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
8018         * config.sub: Accept -lnews*.
8020 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
8022         * configure.in (noconfigdirs): Disable target-newlib,
8023         target-examples and target-libiberty for d30v.
8025 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
8027         * configure.in (noconfigdirs): Enable ld for d30v.
8029 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
8031         * configure.in (tic80-*-*): Build compiler.
8033 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
8035         * configure.in (d30v-*): Remove sim directory from list of
8036         unsupported d30v directories
8038 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
8040         * config.sub, configure.in: Add d30v target cpu.
8042 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
8044         * makefile.vms: New file.
8045         * make-all.com: Remove.
8047 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
8049         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
8051 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
8053         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
8055 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
8057         * Makefile.in (ALL_MODULES): Added all-db.
8058         (CROSS_CHECK_MODULES): Addec check-db.
8059         (INSTALL_MODULES): Added install-db.
8060         (CLEAN_MODULES): Added clean-db.
8062 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
8064         * config.guess: Merge with latest FSF sources.
8066 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
8068         * Makefile.in (ALL_MODULES): Added all-itcl.
8069         (CROSS_CHECK_MODULES): Added check-itcl.
8070         (INSTALL_MODULES): Added install-itcl.
8071         (CLEAN_MODULES): Added clean-itcl.
8073 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
8075         * configure.in: build gdb for mn10200
8077 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
8079         * Makefile.in (all-target-winsup): Depend on all-target-libio.
8081 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
8083         * configure.in (tic80-*-*): Turn off most targets right now.
8085 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
8087         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
8088         rather than the makeinfo program.
8089         (do-info): Depend upon all-texinfo.
8091 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
8093         * configure.in: Remove uses of config/mh-linux.
8095         * config.sub, config.guess: Merge with latest FSF sources.
8097 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
8099         * config.sub (case $basic_machine): Add tic80 entries.
8101 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
8103         * config.sub, config.guess: Merge with latest FSF sources.
8105 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
8107         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
8108         * mpw-config.in: Test for NewFolderRecursive.
8109         * mpw-install: Use symbolic name for startup filename.
8110         * mpw-README: Add various additional details.
8112 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
8114         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
8116 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
8118         * configure.in: Do build gcc and the target libraries for
8119         the mn10200.
8121 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
8123         * configure.in: don't avoid building gdb for mn10300 any more
8124         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
8125         instead of single-quoting it.
8127 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
8129         * configure.in: Don't use --with-stabs on IRIX 6.
8131 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
8133         * configure.in (m32r): Build gdb, libg++ now.
8135 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
8137         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
8138         directories from noconfigdirs.
8140 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
8142         * config.sub (basic_machine): added mips16 configuration
8144 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8146         * config.sub: Handle d10v-unknown.
8148 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
8150         * config.sub: Handle v850-unknown.
8152 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
8154         * Makefile.in: add findutils
8155         * configure.in: add findutils to list of host_tools
8157 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
8159         * config.sub: Handle mn10200 and mn10300.
8161 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8163         * configure.in (d10v-*): Do not build librx.
8165 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
8167         * configure.in (mn10300): Build everything except gdb & libgloss.
8169 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
8171         * config.guess:  Patch for Dansk Data Elektronik servers,
8172         from Niels Skou Olsen <nso@dde.dk>.
8174         For ncr, use /bin/uname rather than uname, since GNU uname does not
8175         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
8177         Patch for MIPS R4000 running System V,
8178         from Eric S. Raymond <esr@snark.thyrsus.com>.
8180         Fix thinko for nextstep.
8182         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
8184         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
8185         * config.guess: Guess mips-dec-mach_bsd4.3.
8187         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
8188         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
8189         release numbers.
8190         * config.guess (mips-mips-riscos*):  Emit just enough of the
8191         release number.
8193         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
8194         * config.guess (sparc-auspex-sunos*):  Added.
8195         (f300-fujitsu-*): Added.
8197         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
8198         * config.guess:  Recognize a Tadpole as a sparc.
8200 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
8202         * config.guess: Don't assume that NextStep version is either 2 or
8203         3.  NextStep 4 (aka OpenStep 4) has come out now.
8205 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
8207         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
8208         From Rik Faith <faith@cs.unc.edu>.
8210 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
8212         * config.sub: Contributions from bug-gnu-utils to:
8213         Support plain "hppa" (no version given) architecture, reported by
8214         OpenStep.
8215         OpenBSD like NetBSD.
8216         LynxOs is not a hardware supplier.
8218         * config.guess: Contributions from bug-gnu-utils to add support for:
8219         OpenBSD like NetBSD.
8220         Stratus systems.
8221         More Pyramid systems.
8222         i[n>4]86 Intel chips.
8223         M680[n>4]0 Motorola chips.
8224         Use unknown instead of lynx for hardware manufacturer.
8226 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
8228         * install.sh (chmodcmd): Set to null if the DST directory already
8229         exists.
8231 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8233         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
8234         not use mt-ppc target Makefile fragment any more.
8236 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
8238         * configure.in (*-*-windows):  Exclude everything but those dirs
8239         needed to build windows.
8241 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
8243         * Makefile.in (all-target-winsup): Depend on all-target-librx.
8245 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
8247         * configure.in:  Exclude mmalloc from i386-windows.
8249 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
8251         * Undo my previous change.
8253 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
8255         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
8256         unconditionally.
8257         (MAKEOVERRIDES): Define (revert this part of October 18 change).
8259 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
8261         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
8262         host to add it's own flags.
8264 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
8266         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
8268 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
8270         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
8271         (CXX_FOR_TARGET): Likewise.
8272         (GCC_FOR_TARGET): Define.
8273         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
8274         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
8275         CC_FOR_TARGET was specified on the command line.
8276         (MAKEOVERRIDES): Don't define.
8278 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
8280         * configure.in (m32r): Fix spelling of libg++ libs.
8282 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
8284         * config.sub (-apple*): Remove, now redundant.
8286 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
8288         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
8290         * configure: Rework yesterday's sed script patch.
8292         * config.sub: Merge with FSF.
8294 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
8296         * config.guess:  Merge from FSF.
8298         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
8299         * config.guess: Use pc instead of unknown, for pc clone systems.
8300         Change linux to linux-gnu.
8302         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
8303         * config.guess: Avoid non-portable tr syntax.
8305 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
8307         * test-build.mk (HOLES): Add "xargs" for gdb.
8309         * configure: Avoid hpux10.20 sed bug.
8311 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
8313         * configure.in:  Add support for windows host
8314         (that is a build done under the Microsoft build environment).
8316 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
8318         * Makefile.in: Replace all uses of srcroot with s, to shrink
8319         command line lengths.
8321         Patches from Geoffrey Noer <noer@cygnus.com>:
8322         * configure.in: If configuring for newlib, pass --with-newlib to
8323         subdirectories.
8324         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
8325         -Bnewlib/ and -Lwinsup to gcc.
8326         (CXX_FOR_TARGET): Likewise.
8328 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
8330         * Makefile.in (ETC_SUPPORT): Add configure.
8332 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
8334         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
8335         host configuration file.
8337 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
8339         * configure.in: Break mn10x00 support into separate
8340         mn10200 and mn10300 configurations.
8341         * config.sub: Likewise.
8343 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
8345         * configure.in: Add lots of stuff to noconfigdirs for
8346         the mn10x00 targets.
8348         * config.sub, configure.in: Add mn10x00 support.
8350 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
8352         * make-all.com: Call conf-a-gas, not config-a-gas.
8354 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
8356         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
8357         targets.
8359 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
8361         * mpw-README: Add much more detail for native PowerMac.
8362         * mpw-install: New file.
8363         * mpw-configure: Add --norecursion and --help options.
8364         * mpw-config.in: Translate readme and install files when
8365         copying to objdir.
8366         * mpw-build.in: Don't always depend on byacc and flex.
8367         (install-only-top): New action.
8369 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
8371         * configure.in:  You can now configure GDB for the v850.
8373 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
8375         * configure.in (noconfigdirs): Don't configure any C++ dirs
8376         if targeting D10V.
8378 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
8380         * config.sub: Recognize mips64vr5000.
8382 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
8384         * configure.in: Use a single line for host_tools and native_only.
8386 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
8388         * config.sub, configure.in: Add entries for m32r.
8390 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
8392         * Makefile.in (inet-install): Don't run install-gzip.
8394 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
8396         * configure.in:  Don't config lots of things for *-*-windows*.
8398 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
8400         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
8401         (host_libs, host_tools): Copy from configure.in.
8402         * mpw-configure: Don't complain about directories not found.
8404 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8406         * configure.in (i[345]86): Recognize i686 for pentium pro.
8407         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
8408         file.
8410         * config.guess (i[345]86): Ditto.
8412 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
8414         * configure.in (noconfigdirs): Removed gdb for D10V.
8416 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
8418         * configure.in: Remove ld, target-libio, target-libg++, and
8419         target-libstdc++ from noconfigdirs.
8421 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
8423         * configure: Fix three locations where shell scripts were
8424         being run directly rather than with config_shell.
8426 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
8428         * configure.in (v850-*-*): Set up initial $noconfigdirs.
8429         * config.sub (basic_machine): Recognize v850.
8431 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
8433         * mpw-configure: Handle multiple enable/disable options and
8434         pass them down recursively, handle -c and -s flags appropriately
8435         depending on choice of compiler, add escape mechanism for
8436         quoted arguments to gC.
8438 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8440         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
8441         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
8442         so that -mrelocatable-lib and -mno-eabi are used.
8444         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
8445         not support --print-multi-lib, don't abort.
8447 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
8449         * make-all.com: Run config-a-gas.
8450         * setup.com: Don't copy subdirectory files around.
8452 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
8454         * configure.in (*-*-ose): Remove exclusion of libgloss for this
8455         target, it now compiles correctly.
8457 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
8459         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
8461 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
8463         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
8465 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
8467         * configure.in (native_only): Add prms.
8469 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
8471         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
8472         (BINUTILS_SUPPORT_DIRS): Likewise.
8474 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8476         * configure.in (d10v-*-*): Don't configure ld or gdb until the
8477         d10v support is added.
8479 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
8481         * configure.in (d10v-*-*): New target.
8483 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
8485         * config.guess (HP 9000/811): Recognize this as a PA1.1
8486         machine.
8488 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
8490         * Makefile.in (do-tar-gz): New target, split out from tail end of
8491         taz target.  Run each command separately, don't use pipes.
8492         (taz): Use it.
8494 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
8496         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
8497         * mpw-build.in: No builds should depend on building byacc or flex,
8498         they are assumed to be installed already.
8500 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8502         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
8503         variable that CC_FOR_TARGET needs.
8505 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8507         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
8508         options have changed since the last time the subdirectory was
8509         configured, and if it has, reconfigure.
8510         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
8511         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
8513 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
8515         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
8516         CLEAN_MODULES): Add bash.
8517         (all-bash): New target.
8519 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
8521         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
8523 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8525         * config.sub (basic_machine): Recognize d10v as a valid processor.
8527 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
8529         * mpw-configure: Add support for --bindir.
8530         * mpw-build.in: Use a GCC-specific build script for GCC actions.
8532 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
8534         * configure.in: add bash, time, gawk to list of hosttools and things
8535         to only build for native toolchains
8537 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
8539         * Makefile.in (docdir): Remove.
8541 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
8543         * Makefile.in (datadir): Set to $(prefix)/share.
8545 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
8547         * configure.in: build diff and patch for cygwin32-hosted
8548         toolchains.
8550 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
8552         * config.sub: Accept -rtems*.
8554 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
8556         * configure.in: enable dosrel for cygwin32-hosted builds,
8557                 remove diff from the list of things not buildable
8558                 via Canadian Cross
8560 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
8562         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
8563         don't get ". ".
8565 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
8567         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
8569 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
8571         * Makefile.in (taz): Handle case where tex3patch didn't even get
8572         checked out.  Also, if it was found, put the symlink in a new util
8573         subdirectory.
8575 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8577         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
8579 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
8581         * config.sub: Recognize -openvms.
8582         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
8583         * make-all.com, setup.com: New files.
8585 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
8587         * Makefile.in (taz): tex3patch moved to texinfo/util.
8589 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
8591         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
8592         * configure.in: remove make from disable-if-Can-Cross list
8593                 enable gdb if ${host} and ${target} are cygwin32
8595 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
8597         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
8598         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
8600 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
8602         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
8603         distinguish sysv/svr4/bsd variants.
8604         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
8606 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
8608         * configure.in: Added copyright notice.
8609         * move-if-change: Added copyright notice.
8611 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8613         * configure.in (powerpcle-*-solaris*): Until we get shared
8614         libraries working, don't build gdb, sim, make, tcl, tk, or
8615         expect.
8617 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
8619         * config.guess:  Merge with FSF:
8621         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
8622         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
8624         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
8625         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
8627         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
8628         * config.guess:  Combine two OSF1 rules.
8629         Also recognize field test versions.  From mjr@zk3.dec.com.
8630         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
8631         because GNU uname does not support -p.  From pmr@pajato.com.
8633 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
8635         * Makefile.in (MAKEDIRS): Removed $(tooldir).
8637 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
8639         * mpw-README: Document GCCIncludes.
8641 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
8643         * configure.in (alpha-*-linux*): Set enable_shared to yes.
8645 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
8647         * mpw-configure: Handle --enable-FOO and --disable-FOO.
8649 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
8651         * configure.in (*-*-cygwin32): Configure make.
8653 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
8655         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
8657 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
8659         * Makefile.in (all-inet): Depend on all-perl.
8661         * Makefile.in (inet-install): New target.
8663         * Makefile.in (all-inet): Depend on all-tcl.
8664         (all-inet): Depend on all-send-pr.
8666 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8668         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
8669         temporarily.
8671 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
8673         * configure.in: Don't configure --with-gnu-ld on AIX.
8675 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
8677         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
8679 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
8681         * Makefile.in (ALL_MODULES): Added all-inet.
8682         (CROSS_CHECK_MODULES): Added check-inet.
8683         (INSTALL_MODULES): Added install-inet.
8684         (CLEAN_MODULES): Added clean-inet.
8685         (all-indent): New target.
8687         * configure.in (host_tools): Added inet.
8688         (native_only): Added inet.
8689         (noconfigdirs): Added inet.
8691 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
8693         * configure.in: Don't configure libgloss if we are not configuring
8694         newlib.
8696 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
8698         * configure.in: Don't configure libgloss for unsupported
8699         architectures.
8701 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8703         * Makefile.in (CLEAN_MODULES): Add clean-apache.
8705 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
8707         * Makefile.in (ALL_MODULES): Include all-apache.
8708         (CROSS_CHECK_MODULES): Include check-apache.
8709         (INSTALL_MODULES): Include install-apache.
8710         (all-apache): New target.
8712         * configure.in: Added apache everywhere perl is seen.
8714 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8716         * Makefile.in: Add support for clean-{module} and
8717         clean-target-{module} rules.
8719 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
8721         * configure.in (*-*-ose) do not build libgloss.
8723 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8725         * config.guess (prep*:SunOS:5.*:*): Turn into
8726         powerpele-unknown-solaris2.
8728 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
8730         * configure.in: Permit --enable-shared to specify a list of
8731         directories.
8733 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
8735         * configure.in (host==solaris): Pass only the first word of $CC
8736         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
8738 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
8740         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
8742 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
8744         * Makefile.in (ALL_MODULES): Include all-perl.
8745         (CROSS_CHECK_MODULES): Include check-perl.
8746         (INSTALL_MODULES): Include install-perl.
8747         (ALL_X11_MODULES): Include all-guile.
8748         (CHECK_X11_MODULES): Include check-guile.
8749         (INSTALL_X11_MODULES): Include install-guile.
8750         (all-perl): New target.
8751         (all-guile): New target.
8753         * configure.in (host_tools): Include perl and guile.
8754         (native_only): Include perl and guile.
8755         (noconfigdirs): Don't build guile and perl; no ports have been
8756         done.
8758 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
8760         * configure (--enable-*): Handle quoted option lists such as
8761         --enable-sim-cflags='-g0 -O' better.
8763 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8765         * Makefile.in ({,inst}all-target): New rule so we can make and
8766         install all of the target directories easily.
8768 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8770         * configure.in: Add missing global flag in sed substitution when
8771         deleting `target-' from ${configdirs}.
8773 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
8775         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
8776         option.
8778         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
8779         config/mh-necv4.
8781         * install.sh: Correct misspelling of transformbasename.
8783         * config.guess: Recognize mips-*-sysv*.
8785 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
8787         * config.sub: Recognize mon960.
8789 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
8791         * configure: Restore Canadian Cross handling of BISON and LEX,
8792         removed in Feb 20 change.
8794 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
8796         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
8797         Mention make install.  Remove the old copyright date as well the
8798         clumsy and rather pointless copyright on the README file.
8800 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
8802         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
8803         Makefile after running symlink-tree, then run `make distclean' to
8804         avoid clobbering any generated files in srcdir.
8806 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
8808         * configure.in (m68k-*-netbsd*): Build everything now.
8810 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
8812         * Makefile.in (taz): Fix quoting.
8814 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
8816         * configure.in (sparclet-*-*): Build everything now.
8818 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8820         * configure.in (m68k-*-linux*): New host.
8822 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
8824         * configure: Check for bison before byacc.
8826 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
8828         * Makefile.in configure:  Change the way LEX and BISON/YACC are
8829         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
8830         searching PATH.  These are used as fallbacks by Makefile.in if
8831         flex/bison/byacc aren't in objdir.
8833 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
8835         * Makefile.in: Make everything which depends upon all-bfd also
8836         depend upon all-opcodes, in case --with-commonbfdlib is used.
8838 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8840         * configure.in (host *-*-cygwin32): Don't build gdb if we are
8841         building NT native compilers on Unix.
8843 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
8845         * configure.in: Don't get CC from the host Makefile fragment if we
8846         can find gcc in PATH, or if this is a Canadian Cross.  Move the
8847         Solaris test for /usr/ucb/cc to the post target script, just after
8848         the compiler sanity test.
8850 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
8852         * config.sub: Merge with FSF.
8854 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
8856         * Makefile.in (RPATH_ENVVAR): New variable.
8857         (REALLY_SET_LIB_PATH): Use it.
8858         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
8860 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
8862         * config.sub, configure.in: Recognize sparclet cpu.
8864 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
8866         * config.guess:  Support m68k-cbm-sysv4.
8868 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8870         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
8871         m68k-unknown-linuxaout from linker help string.  Put quotes around
8872         $ld_help_string.
8874 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
8876         * config.guess (powerpc-harris-powerunix): Add guess for port
8877         to new target.
8879 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
8881         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
8883 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
8885         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
8886         $(REALLY_SET_LIB_PATH) in Makefile.
8887         * Makefile.in (SET_LIB_PATH): New variable.
8888         (REALLY_SET_LIB_PATH): New variable.
8889         ($(DO_X)): Use $(SET_LIB_PATH).
8890         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
8891         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
8892         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
8893         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
8894         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
8895         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
8896         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
8897         (install-dosrel): Likewise.
8898         (all-opcodes): Depend upon all-libiberty.
8900 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
8902         * config.guess (*:CYGWIN*): New
8904 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8906         * Makefile.in (all-target-winsup): All all-target-libiberty.
8908 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8910         * configure.in (noconfigdirs): Add missing # in front of comment.
8912 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
8914         * configure.in: add second pass to things added to noconfigdirs
8915         so *-gm-magic can exclude libgloss properly.
8917 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
8919         * mpw-configure (extralibs_name, rez_name): Set correctly
8920         for MWC68K compiler.
8922         * mpw-README: Add more info on the necessary build tools.
8924 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
8926         * configure.in, config.sub: Recognize cygwin32.
8928 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
8930         * config.guess, config.sub: Recognize A/UX.
8932 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
8934         * config.sub: Merge with gcc/config.sub.
8936 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
8938         * mpw-build.in (do-binutils): Add build of stamps.
8940 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
8942         * config.sub: Add recognition for mips64vr4100*-* targets.
8944 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
8946         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
8947         Add creation of gconfigargs with `--enable-shared' turned on.
8948         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
8949         ($(host)-stamp-stage3-configured): Likewise.
8950         (HOLES): Add chatr and ldd.
8951         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
8953 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
8955         * configure: Pass --nfp to recursive configures.
8957 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
8959         * Makefile.in (DLLTOOL): New.
8960         (DLLTOOL_FOR_TARGET): New.
8961         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
8962         (EXTRA_TARGET_FLAGS): Ditto.
8963         (EXTRA_GCC_FLAGS): Ditto.
8964         (CONFIGURE_TARGET_MODULES): Ditto.
8965         (DO_X): Ditto.
8966         * configure: Add DLLTOOL.
8968 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
8970         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
8971         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
8972         mh-sco, since old workarounds no longer needed, and don't
8973         build ld, since libraries have weak symbols in COFF.
8975 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
8977         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
8979 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
8981         * configure.in: Make sure that ${CC} can be used to compile an
8982         executable.
8984 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
8986         * Makefile.in (all-gdb): Depend on $(GDB_TK).
8987         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
8988         nothing depending on whether gdbtk is being built.
8990 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
8992         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
8994 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
8996         * configure.in (noconfigdirs): Put ld or gas in this early, if the
8997         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
8999 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
9001         * config-ml.in: Add support for
9002         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
9003         Simplify setting of multidirs from --disable-foo.
9005 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9007         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
9008         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
9009         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
9010         non-empty, pass them on to the  GCC make.
9011         (all-bootstrap): New rule that is like all-gcc, except it executes
9012         the GCC bootstrap rule instead of the GCC all rule.
9014 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
9016         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
9018 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9020         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
9021         DG/UX support.
9023 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
9025         * config.sub (i*86*) Change [345] to [3456]
9027 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
9029         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
9030         --with-gnu-ld=no.
9032 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9034         * config-ml.in (rs6000*, powerpc*): Add switches to control which
9035         AIX multilibs get built.
9037 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9039         * configure.in (i386-win32): Don't build expect if we're not
9040         building the tcl subdir.
9042 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
9044         * Makefile.in: (configure-target-examples, all-target-examples):
9045         New targets, configure and build example programs.
9047 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
9049         * mpw-configure: If an mpw-config.in generated a file mk.sed,
9050         use it as input to sedit the generated MPW makefile.
9051         * mpw-README: Add a suggestion about Gestalt.h.
9053 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
9055         * config.sub: Accept *-*-ieee*.
9057 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
9059         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
9060         Ronald F. Guilmette <rfg@monkeys.com>.
9062 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9064         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
9065         for powerpc-pe native.
9066         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
9067         (target==powerpc-pe): duplicate i386-win32 entry.
9069 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
9071         * configure.in (noconfigdirs): Exclude target-newlib for all versions
9072         of vxworks, not just vxworks5.1.
9074 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
9076         * mpw-configure: Add support for exec-prefix.
9078 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
9080         * config.guess: Recognize HP model 816 machines as having
9081         a PA1.1 processor.
9083 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
9085         * configure: Ignore new autoconf configure options.
9087 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
9089         * config.guess:  Recognize Pentium under SCO.
9090         From Robert Lipe <robertl@arnet.com>.
9092 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
9094         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
9096 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
9098         * configure.in: Don't configure gas for alpha-dec-osf*.
9100 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
9102         * configure.in: Default to --with-stabs for some targets for which
9103         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
9104         i[345]86*-*-unixware*.
9106 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
9108         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
9109         rather than basing it on the target.  Simplify handling of options
9110         controlling which directories to configure.  Remove extraneous
9111         slash in multi-clean target.
9113 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
9115         * config-ml.in: Prefix more variables with ml_ so they don't collide
9116         with configure's.
9118 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
9120         * configure: Don't turn -v into --v.
9122 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
9124         * configure.in (targargs): Fix typo.
9126         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
9128 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
9130         * configure.in: Strip --host and --target options from
9131         CONFIG_ARGUMENTS, and always configure for --host only.  Add
9132         --with-cross-host option when building with a cross-compiler.
9133         * configure: Canonicalize the arguments put into config.status by
9134         always using `=' for an option with an argument.  Pass a presumed
9135         --host or --target explicitly.
9137 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
9139         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
9140         into general OS recognition case.
9142 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9144         * configure.in (target_configdirs): add target-winsup only
9145         for win32 target systems.
9147 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
9149         * Makefile.in (all-target-libgloss): Depend upon
9150         configure-target-newlib, since when libgloss is built it looks to
9151         see if the newlib directory exists.
9153 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
9155         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
9156         cfg-ml-*.in.
9158 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
9160         * configure: Handle LD and LD_FOR_TARGET when configuring a
9161         Canadian Cross.
9163 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9165         * configure.in (target_libs): add target-winsup.
9166         (target==i386-win32): add patch diff flex make to $noconfigdirs.
9167         (target==ppcle-pe): remove ld from $noconfigdirs.
9169 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
9171         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
9172         Preserve relative path names in $srcdir.  Build symlink tree if
9173         configuring cross target dir and srcdir=. (= no VPATH support).
9174         (configure-target-libg++): Depend on configure-target-librx.
9175         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
9176         * config-ml.in: New file.
9177         * symlink-tree: New file.
9178         * configure: Ensure srcdir="." if that's what it is.
9180 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
9182         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
9183         includes and FLEX_SKELETON setting.
9184         * mpw-configure (--with-gnu-ld): New option, controls whether
9185         to use PPCLink or ld with PowerMac GCC.
9186         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
9187         * mpw-config.in: Configure grez if targeting Mac.
9189         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
9190         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
9191         just macos.
9192         * configure.in: Configure grez resource compiler if targeting Mac.
9193         * Makefile.in (all-grez, install-grez): New targets.
9195 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
9197         * configure: CXX defaults to gcc, not g++.  If we find
9198         gcc in the path, set CC to gcc -O2.
9200 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
9202         * configure: Default ${build} correctly.  Avoid picking up extra
9203         spaces when reading CC and CXX from Makefile.  When doing a
9204         Canadian Cross, use plausible default values for numerous
9205         variables.
9206         * configure.in: When doing a Canadian Cross, don't try to
9207         configure tools whose configure script can't handle it.
9209 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
9211         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
9213 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9215         * configure:  Remove dubious bug reporting address.
9217 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9219         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
9220         configure script, run that instead of this directory's configure.
9221         In either case, print a message that we're configuring the sub-dir.
9223 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9225         * configure.in: Before checking for the existence of various files,
9226         use sed to filter out "target-".
9228 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
9230         * Makefile.in (DO_X): Split rule to decrease command line length
9231         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
9232         (Philippe De Muyter).
9234 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9236         * Makefile.in (all-patch): depend on all-libiberty.
9238 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
9240         * configure.in: If the only directory in target_configdirs which
9241         actually exists is libiberty, then set target_configdirs to empty,
9242         to avoid trying to build a target libiberty in a gas or gdb
9243         distribution.
9245 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
9247         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
9248         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
9249         systems.
9251 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
9253         * configure.in (copy_dirs): Use sys-include instead of include
9254         for --with-headers option.
9256 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
9258         * Makefile.in, configure.in: Make winsup builds work with
9259         new scheme.
9261 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
9263         * configure.in: Build the linker on AIX.
9265 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9267         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
9268         where needed.
9270 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
9272         * Makefile.in (all-gcc): Fix typo.
9274 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9276         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
9278 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9280         * configure.in:  Rename libFOO to target-libFOO, and xiberty
9281         to target-xiberty, to provide more flexibility.
9282         (target_subdir):  Define.  Create if cross.
9283         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
9284         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
9285         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
9286         check-libFOO -> check-target-libFOO, etc.
9287         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
9288         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
9289         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
9290         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
9291         allow ALL_GCC="" to only configure.
9292         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
9293         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
9294         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
9296 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
9298         * Makefile.in (taz): Build "info" in etc explicitly.
9300 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
9302         * configure.in:  Make sure that CC is undefined (as opposed to
9303         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
9304         problem with autoconf trying to configure on a host without GCC.
9306 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
9308         * mpw-configure: Set host alias from choice of host compiler,
9309         only use generic MPW Makefile sed if present, edit a file
9310         named "hacked_Makefile.in" instead of "Makefile.in" if present.
9311         * mpw-README: Add problem notes about CW6 and CW7.
9313 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
9315         * Makefile.in (taz): Use ";" instead of ";;".
9317 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9319         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
9320         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
9321         DISTDOCDIRS.
9322         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
9323         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
9325 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9327         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
9328         and gnats, because they are now subsumed by DISTSTUFFDIRS.
9329         Move bfd to DISTSTUFFDIRS.
9331 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9333         * Makefile.in (X11_LIB): Removed.
9334         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
9336         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
9338 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9340         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
9341         names.
9343 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9345         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
9347 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
9349         * configure.in (i[345]86-*-win32): Always build newlib.
9350         Don't configure cvs, autoconf or texinfo.
9351         * Makefile.in (LD_FOR_TARGET): New.
9352         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
9353         Pass down LD_FOR_TARGET.
9355 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
9357         * winsup: New directory.
9358         * Makefile.in: Build winsup.
9359         * configure.in: Winsup is configured when target is win32.
9360         Can only build win32 target GDB when native.
9362 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
9364         * config.guess: Recognize HP model 819 machines as having
9365         a PA 1.1 processor.
9367 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
9369         * configure: Fix sed loop which substitutes for CC and CXX to
9370         avoid bug found in various sed implementations.
9372 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9374         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
9375         simulator.  Use standard powerpc-*-eabi*.
9377 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
9379         * configure.in: Stop putting gas and binutils in noconfigdirs for
9380         powerpc-*-aix* and rs6000-*-*.
9382 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
9384         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
9385         -mcall-aixdesc libraries.
9387 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
9389         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9391         * config.sub (arm | armel | armeb): Fix shell syntax.
9393 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9395         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
9396         -msoft-float and -mcpu=common support.
9397         (powerpc*-*-eabisim*): Add support for building -mcall-aix
9398         libraries.
9400 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
9402         * configure.in: Allow configuration and build of emacs19 for the alpha.
9404 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9406         * configure.in (CC): Get ^CC, not just any old CC, from
9407         ${host_makefile_frag}.
9409 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9411         * configure.in (CC): Try to get CC from
9412         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
9414 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9416         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
9417         only if it exists in $(srcdir).
9419 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
9421         * configure: If CC and CXX are not set in the environment, set
9422         them, based on either an existing Makefile or on searching for gcc
9423         in PATH.  Substitute for CC and CXX in Makefile.
9424         * configure.in: Remove libm from target_libs.  Separate
9425         target_configdirs from configdirs.  If CC is not set in
9426         environment, try to get it from a host Makefile fragment.  Rewrite
9427         changes of configdirs to use skipdirs instead.  A few minor
9428         tweaks.  Take directories out of target_configdirs as they are
9429         taken out of configdirs.  Remove existing Makefile files from
9430         subdirectories.  Substitute for TARGET_CONFIGDIRS and
9431         CONFIG_ARGUMENTS in Makefile.
9432         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
9433         by configure.in.
9434         (CONFIG_ARGUMENTS): Likewise.
9435         (CONFIGURE_TARGET_MODULES): New variable.
9436         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
9437         ($(CONFIGURE_TARGET_MODULES)): New target.
9438         (configure-libg++, configure-libio): New targets.
9439         (all-libg++): Depend upon configure-libg++.
9440         (all-libio): Depend upon configure-libio.
9441         (configure-libgloss, all-libgloss): New targets.
9442         (configure-libstdc++): New target.
9443         (all-libstdc++): Depend upon configure-libstdc++.
9444         (configure-librx, all-librx): New targets.
9445         (configure-newlib): New target.
9446         (all-newlib): Depend upon configure-newlib
9447         (configure-xiberty): New target.
9448         (all-xiberty): Depend upon configure-xiberty.
9450 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
9452         * configure.in (host i[345]86-*-win32):  Expand the
9453         noconfigdirs again.
9455 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
9457         * mpw-configure: Fix sed command file name.
9459 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
9461         * configure.in (host i[345]86-*-win32): Reduce the
9462         noconfigdirs again.
9464 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
9466         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
9467         or powerpc*-*-pe*, since they are not yet supported.
9469 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
9471         Add PowerMac support and many other enhancements.
9472         * mpw-configure: New option --cc to select compiler to use,
9473         paste options set according to --cc into the generated
9474         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
9475         if mpw-make.sed is present.
9476         * mpw-config.in: Don't test for gC1, test for mpw-touch,
9477         add forward includes for PowerPC include files.
9478         * mpw-build.in: Build using Makefile.PPC if present.
9479         (do-byacc, etc): Remove separate version resource builds.
9480         (do-gas): Build "stamps" before "all".
9481         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
9482         * mpw-README: Update to reflect --cc option, PowerMac support,
9483         and recently-reported compatibility problems.
9485 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
9487         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
9488         embedded m68k systems (-aout, -coff, -elf, -vxworks).
9489         (--with-multilib-top): Pass to recursive invocations.
9491 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
9493         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
9494         v810-*-*.
9496 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
9498         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
9499         gdb, ld and opcodes on v810-*-*.
9501 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
9503         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
9504         (local-maintainer-clean): New target.
9505         (maintainer-clean): New target.
9506         (realclean): Just depend upon maintainer-clean.
9508 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
9510         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
9512 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
9514         * configure.in: Build ld in mips*-*-bsd* case.
9516 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
9518         * config.sub: Accept -lites* OS.  From Ian Dall.
9520 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
9522         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
9523         targets.
9525 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9527         * configure.in: treat i386-win32 canadian cross the same as
9528         i386-go32 canadian cross.
9530 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9532         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
9533         running under the simulator to build a reduced set of libraries.
9534         (powerpc-*-eabiaix): Add fine grained multilib support added to
9535         other powerpc targets yesterday.
9537 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9539         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
9540         -disable-softfloat, -disable-relocatable, -disable-aix, and
9541         -disable-sysv to control which multilib libraries get built.
9543 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
9545         * configure: Add Makefile.tem to list of files to remove in trap
9546         handler.
9548 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9550         * config.guess (*Linux*):  Add missing "exit"s.
9551         Also, need specific check for alpha-unknown-linux (uses COFF).
9553 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9555         * config.guess:  Merge with FSF:
9557         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
9558         * config.guess (AIX4): More robust release numbering discovery.
9560         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
9561         * config.guess (i386-sequent-ptx): Properly get version number.
9563         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
9564         * config.guess (mips:*:4*:UMIPS): New case.
9566 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
9568         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
9569         (i386-win32 host): Likewise.  Don't build readline.
9571 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
9573         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
9574         SUPPORT_FILES to submakes.
9576 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
9578         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
9579         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
9580         mpw-configure.
9582 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
9584         * configure.in (appdirs): Use =, not ==, in test expression when
9585         trying to build the text to print in the warning message for
9586         Solaris users.
9588 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
9590         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
9592 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
9594         * config.guess: Recognize lynx-2.3.
9596 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
9598         * config.sub (z8ksim): Deleted
9599         (z8k-*-coff): New, this is the one true name of the target.
9601 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
9603         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
9605 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
9607         * config.guess (*:Linux:*:*): First try asking the linker what the
9608         default object file format is (elf, aout, or coff).  Then if this
9609         fails, try previous methods.
9611 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
9613         * configure.in: Don't build newlib for *-*-vxworks5.1.
9615 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
9617         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
9618         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
9620 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
9622         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
9624 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
9626         * cfg-ml-com.in: New file.
9627         * cfg-ml-pos.in: New file.
9629 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
9631         * COPYING.NEWLIB: Add HP free copyright to list.
9633 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9635         * config.sub: Recognize -eabi* for the system, not just -eabi.
9637 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
9639         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
9640         * config.sub, configure.in (win32): New target and host.
9642 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
9644         * configure.in: Add i386-pe configuration.
9646 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
9648         * mpw-build.in (install): Install GDB after LD.
9650 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
9652         * mpw-config.in (elf/mips.h): Always forward-include, needed
9653         for GDB to build.
9655 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
9657         * testsuite: New directory for customer acceptance and whole tool
9658         chain tests.
9660 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
9662         * configure: If per-host line isn't found, but AC_OUTPUT is found
9663         and a configure script exists, run it instead.
9665 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9667         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
9669 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
9671         * configure: Set build_{cpu,vendor,os,alias} to host values when
9672         --build isn't specified.
9674 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
9676         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
9677         (FLAGS_TO_PASS): Pass them.
9678         (EXTRA_TARGET_FLAGS): Ditto.
9680 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
9682         * Makefile.in (all-libg++): Depend on all-libstdc++.
9684 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
9686         * configure.in (noconfigdirs): Enable all packages for
9687           i386-unknown-netbsd.
9689 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
9691         * configure.in (noconfigdirs): Don't configure tk for i386-go32
9692         hosted builds (DOS builds)
9694 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
9696         Changes for ARM based on patches from Richard Earnshaw:
9697         * config.sub: Handle armeb and armel.
9698         * configure.in: Omit arm linker only for riscix.
9700 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9702         * config.guess:  Update from FSF.
9704 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
9706         * config.sub: Recognize powerpcle as the little endian varient of
9707         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
9708         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
9709         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
9710         temporarily.
9712 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
9714         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
9716 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
9718         * config.sub: Accept -lites* as a basic system type.
9720 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
9722         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
9723         installed, and if so return linuxoldld as the system name.
9725 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
9727         * config.guess: Add hppa1.1-hp-lites support.
9729 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
9731         * configure.in: Don't build newlib for m68k-vxworks5.1.
9733 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
9735         * configure.in (mips-sgi-irix6): Use mh-irix5.
9737 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
9739         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
9741 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
9743         * test-build.mk: Enable building of shared libraries on IRIX 5 and
9744         OSF/1.  Fix compiler flags.
9745         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
9747 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
9749         * configure.in: Recognize --with-newlib.
9750         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
9752 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
9754         * Makefile.in: move {all,check,install}-gdb from *_MODULES
9755         to *_X11_MODULES due to gdbtk needing X include files et al.
9757 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
9759         Merge in support for Mac MPW as a host.
9760         (Old change descriptions retained for informational value.)
9762         * mpw-config.in: Add generic include forwards for cpu-specific
9763         include files in aout and elf directories.
9765         * mpw-configure: Added copyright.
9766         * mpw-config.in: Check for presence of required build tools.
9767         (target_libs): Add newlib.
9768         (target_tools): Add examples.
9769         (Read Me): Generate as "Read Me for MPW" instead.
9770         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
9771         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
9772         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
9774         * mpw-configure: Remove subdir-specific makefile hackery,
9775         delete mk.tmp after using it.
9777         * mpw-build.in (all): Display start and end times.
9779         * mpw-configure (host_canonical): Set.
9780         (target_cpu): Always add to makefiles.
9781         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
9782         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
9783         (mpw-mh-mpw): Look for in srcdir and srcroot.
9784         Use sed instead of mpw-edit-prefix to edit prefix definitions.
9786         * mpw-build.in: (install-only): New target.
9788         * mpw-configure (host_alias, target_alias): Rename from hostalias
9789         and targetalias, add into generated Makefile.
9790         (mk.tmp): If present, add into generated Makefile.
9791         * mpw-build.in (all-gas): Build config.h first before gas proper.
9793         * mpw-configure (config.status): Write only if changed.
9794         * mpw-config.in (readline): Configure it (not built, just used for
9795         definitions).
9797         * mpw-config.in (elf/mips.h): Add a forward include.
9799         * mpw-config.in: Forward-include most .h files in include into
9800         extra-include.
9801         (readline): Don't build.
9802         mpw-build.in (install): Install GDB.
9804         * mpw-configure (prefix, mpw_prefix): Handle it.
9805         * mpw-config.in (mmalloc, readline): Don't configure.
9806         * mpw-build.in (thisscript): Rename to ThisScript.
9807         Use mpw-build instead of BuildProgram everywhere.
9808         (mmalloc, readline): Don't build.
9809         * mpw-README: New file, basic documentation about the MPW port.
9811         * mpw-config.in: Use forward-include to create include files.
9813         * mpw-configure: Add more things to the top of each configured
9814         Makefile, including contents of config/mpw-mh-mpw.
9815         * mpw-config.in (extra-include): Create this directory and fill it
9816         with Posix-like include files when configuring.
9818         * config.sub (apple, mac, mpw): Add various aliases.
9820         * mpw-build.in: New file, top-level build script fragment for MPW.
9821         * mpw-configure: New file, configure script for MPW.
9822         * mpw-config.in: New file, config fragment for MPW.
9824 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
9826         * configure.in (host_libs): Remove glob, since it is gone from the
9827         sources.
9829 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9831         * Makefile.in: define empty GDB_NLM_DEPS var.
9833         * configure.in(target_makefile_frag): use config/mt-netware
9834         for netware targets.
9836 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
9838         * config.sub: Merge in recent FSF changes.  Remove linux special
9839         cases.
9841 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
9843         Revert this change:
9845         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
9847                 * build-all.mk: Use CC=cc -Xs on Solaris.
9849 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
9851         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
9852         stop using it.
9853         * Makefile.in: Nuke all references to glob subdirectory.
9855 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
9857         * configure.in: Fix --enable-shared logic in per-host.
9859 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
9861         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
9863 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
9865         * configure.in (noconfigdirs): Don't build gas on AIX, for
9866         powerpc*-*-aix* as well as for rs6000*-*-aix*.
9868 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
9870         * configure: Fix --cache-file to work if the file argument is a
9871         relative path.
9873 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
9875         * configure: If the --cache-file is used, pass it down to
9876         configure in subdirectories.
9878 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
9880         * config.sub: add vxworks29k configuration.
9882 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
9884         * Makefile.in (taz): Do "diststuff" part quietly.
9886 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
9888         * config.sub: Mini-merge with gcc/config.sub.
9890 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
9892         * config.guess (IRIX): Sed - to _.
9894 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
9896         * Makefile.in (source-vault, binary-vault): New targets.
9898 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
9900         * config.sub: Recognize -eabi as a basic system type.
9902 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
9904         * configure.in (enable_shared stuff): Fix typo.
9906 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
9908         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
9910 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
9912         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
9914 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
9916         * configure.in (rs6000-*-*): Don't build gas.
9918 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
9920         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
9921         reduce command line length.
9922         (AS_FOR_TARGET): Check for as.new, not Makefile.
9923         (NM_FOR_TARGET): Check for nm.new, not Makefile.
9925 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9927         * config.guess:  Merge from FSF.
9929 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
9931         * configure: Don't use $ when handling program_suffix.
9933 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
9935         * configure.in:  Configure tk for hppa/hpux.
9937 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
9939         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
9941 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
9943         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
9944         to LIBCXXFLAGS.  Tests are better run without it.
9946 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
9948         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
9950 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
9952         * configure.in (*-*-netware*): Don't configure xiberty.
9954 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
9956         * configure.in:  Remove tk from native_only list.
9958 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
9960         * build-all.mk: Add mips-ncd-elf target to sun4 targets
9961           for special NCD build.
9963 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
9965         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
9966         makeall.bat, they're only useful for binutils snapshots.
9967         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
9968         makeall.bat to specified SUPPORT_FILES.
9970 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
9972         * build-all.mk: Add Ericsson targets to sun4 and solaris
9973           hosts.  Add  BNR's sun4 target to solaris host, so their
9974           build-from-source will be tested in-house first.
9976 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
9978         * Makefile.in (LIBCFLAGS): New variable.
9979         (CFLAGS_FOR_TARGET): Ditto.
9980         (LIBCFLAGS_FOR_TARGET): Ditto.
9981         (LIBCXXFLAGS): Ditto.
9982         (CXXFLAGS_FOR_TARGET): Ditto.
9983         (LIBCXXFLAGS_FOR_TARGET): Ditto.
9984         (BASE_FLAGS_TO_PASS): Pass them.
9985         (EXTRA_TARGET_FLAGS): Ditto.
9987         * configure.in: Support --enable-shared.
9989 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
9991         * configure.in (target_libs):  Include libstdc++ again.
9992         * config.guess:  Update from FSF (for FreeBSD).
9994 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
9996         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
9997         makeall.bat.
9998         (DISTDOCDIRS): Add `etc'.
9999         (ETC_SUPPORT_PFX): New variable.
10000         (taz): Include anything from etc starting with a word in
10001         ETC_SUPPORT_PFX.
10003 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
10005         * config.sub: Update for recent FSF changes.  Remove obsolete
10006         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
10007         spacing changes.
10009 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
10011         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
10013         * config.guess:  Merge with FSF.
10014         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
10016 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
10018         * configure: Since the "trap 0" handler will override the exit
10019         status on many systems, only use it for "exit 1", and make it set
10020         a non-zero exit status; reset it before "exit 0".  Also, check
10021         exit status of config.sub, and error out if it failed.
10023 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
10025         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
10026         and install libgloss.
10028 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
10030         * Makefile.in (all-binutils): Depend upon all-byacc.
10032         * configure.in: Don't build emacs on Irix 5.
10034 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
10036         * configure.in (*-*-netware*): Add libio.
10038 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
10040         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
10041         (CHECK_TARGET_MODULES): Ditto.
10042         (INSTALL_TARGET_MODULES): Ditto.
10043         (TARGET_LIBS): Ditto.
10044         (all-libstdc++): Note dependencies.
10046 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
10048         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
10050 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
10052         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
10053         -fexternal-templates.
10055         * configure.in (target_libs): Add libstdc++.
10056         (noconfigdirs): Add libstdc++ as appropriate.
10058 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10060         * config.guess:  Update from FSF.
10062 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
10064         * configure: Use ${config_shell} when running ${configsub}.
10066 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
10068         * config.sub: No longer recognize h8300h.
10070 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
10072         * config.sub: Remove extraneous differences between config.sub and
10073         gcc/config.sub.
10075 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
10077         * Makefile.in (DISTSTUFFDIRS): Add gas.
10079 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
10081         * COPYING.NEWLIB: New file.
10083 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10085         * config.guess (HP-UX):  Patch from Harlan Stenn
10086         <harlan@landmark.com> to also emit release level.
10088 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
10090         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
10092 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10094         * config.sub:  Merge nextstep cleanup from FSF.
10096 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
10098         * configure.in (arm-*-*): Don't configure ld for this target.
10100 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
10102         * configure.in (*-*-netware): don't configure libg++, libio,
10103           librx, or newlib.
10105 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
10107         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
10108         configure ld--it works, but it doesn't support shared libraries.
10110 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10112         * config.guess (*-unknown-freebsd*):  Get rid of possible
10113         trailing "(Release)" in version string.
10114         Patch from Paul Richards <paul@isl.cf.ac.uk>.
10116 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10118         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
10119         Fix type: *-next-neststep -> *-next-nextstep.
10121         * config.guess:  Merge from FSF:
10123         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
10125         * config.guess: Recognize powerpc-ibm-aix3.2.5.
10127         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
10129         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
10130         instead of UNIX_SV for UnixWare 1.0).
10132 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
10134         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
10135         to make gdb/nlm/* build after the compiler and linker.
10137 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10139         * config.guess (netbsd, freebsd, linux):  Accept any machine,
10140         not just i[34]86.
10141         (m68k-atari-sysv4):  Relocate to match FSF version.
10143         * config.guess:  More merges from the FSF:
10145         Add a space before function call or macro invocation.
10147         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10149         * config.guess: Add trap cmd to remove dummy.c and dummy when
10150         interrupted.
10152         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10154         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
10155         (dummy): Redirect stderr from compilation of dummy.c.
10157         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
10159         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
10161 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
10163         * configure: Accept and ignore --cache*, for compatibility with
10164         new autoconf.
10166 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10168         * config.guess:  Merge from FSF:
10170         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
10172         * config.guess (Pyramid*:OSx*:*:*): New case.
10173         (PATH): Add /.attbin at end for finding uname.
10174         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
10176         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
10178         * config.guess (M88*:DolphinOS:*:*): New case.
10180         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
10182         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
10183         to select whether to use ELF or COFF.
10185         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
10187         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
10189         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10191         * config.guess: Guess the OS version for HPUX.
10193         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
10195         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
10197 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
10199         * configure.in: Recognize --with-headers, --with-libs, and
10200         --without-newlib.
10201         * Makefile.in (all-xiberty): Depend upon all-ld.
10203 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
10205         * configure.in: Change i[34]86 to i[345]86.
10207 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
10209         * configure (version): A few more tweaks to help message.
10211 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10213         * Makefile.in:  Remove (for now) librx as a host library,
10214         now that we're building it for target.
10216 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
10218         * configure: Fix up help message; from karl@owl.hq.ileaf.com
10219         (Karl Berry).
10221 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10223         * configure.in:  Also configure librx.
10225 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10227         * Makefile.in:  Update various rules to reflect that librx
10228         is now needed for libg++.
10230 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
10232         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
10234 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
10236         * configure.in: Configure the examples directory.
10238 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
10240         * configure: Simplify Jun 2 1994 change.
10242 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
10244         * change CC to /usr/latest/bin/gcc for lynx host builds, since
10245         /bin/gcc isn't good enough to build gcc.
10247 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
10249         * Makefile.in (GDB_SUPPORT_FILES): Remove
10250         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
10251         (gdb.tar.gz): Add new rule to use standard distribution building
10252         mechanism.
10254 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10256         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
10257         Bill Cox <bill@cygnus.com>.
10259 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10261         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
10263 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
10265         * configure:  Search current dir first in .gdbinit.
10267 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10269         * config.sub:  Recognize freebsd (merged from gcc config.sub).
10271 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10273         * config.sub:  Refer to NeXT's operating system as nextstep.
10275         * config.sub (case $basic_machine):  Re-order the cases, to match
10276         the order in the FSF version (which is mostly alphabethical).
10277         Merge in some additions and changes from the FSF.
10279 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
10281         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
10282         * config.sub: Recognize cxux7.
10283         * configure.in: Use mh-cxux for m88k-harris-cxux*.
10285 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10287         * config.sub:  Fix typo powerpc -> powerpc-*.
10289 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
10291         * Makefile.in: `all-emacs19' depends on `all-byacc'.
10293         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
10294         parallel with all-emacs and install-emacs).  Top-level command
10295         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
10297 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
10299         * test-build.mk ($(host)-stamp-stage2-installed): Remove
10300         $(relbindir)/make before doing ``make install'', and use
10301         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
10302         installing over running make binary.
10303         ($(host)-stamp-stage3-installed): Likewise.
10305 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10307         * config.guess: Recognize Mach.
10309 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
10311         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
10312         see whether --exec-prefix was used.
10314 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10316         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
10318 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10320         * Makefile.in: Add all-librx target similar to all-libproc.
10322 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
10324         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
10325         with post 1.2 uname bogosity.
10327 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10329         * configure: Remove temporary files on receipt of a signal.
10331 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
10333         * configure: If there is a package_makefile_frag, remove
10334         ${subdir}/Makefile.tem after copying it in.
10336 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
10338         * build_all.mk: support rs6000 lynx identifies itself as
10339         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
10340         since /bin/gcc is too feeble to compile a modern gcc.
10342 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
10344         * brought devo/test-build.mk update-to-date with progressive/
10345           test-build.mk. Add lynx targets and hppa flag info.
10347 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10349         * configure.in:  Use mh-ncrsvr43.  Patch from
10350         Tom McConnell <tmcconne@sedona.intel.com>.
10352 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10354         * config.guess (i386-unknown-bsdi):  No longer need to
10355         check #if defined(__bsdi__) && defined(__i386__).
10357 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10359         * configure: Set program_transform_nameoption correctly.
10361 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
10363         * brought build-all.mk update-to-date with progressive build-all.mk,
10364           added new targets and hppa info.
10366 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10368         * configure: If config.guess result is a prefix of the user
10369         specified target, assume a native build and use the user specified
10370         target as the host alias.  Remove SunOS patch suffix removal hack.
10371         * configure.in: Remove SunOS patch suffix removal hack.
10373         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
10374         in NATIVE_CHECK_MODULES.
10376 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
10378         * Makefile.in: Rename HOST_ONLY to NATIVE.
10379         * configure: Delete SunOs patch suffix from host_canonical
10380           and build_canonical variables that are prepended to Makefiles.
10381         * configure.in: Add comments for easier maintenance.
10383 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10385         * Makefile.in: Add all-libproc target similar to all-gui.
10387 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
10389         * Makefile.in (CHECK_MODULES): split into
10390         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
10392 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
10394         * config.guess (i386-unknown-bsdi): New system to guess.
10396 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10398         * Makefile.in: Add all-gui target (but not yet build by "all").
10400 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
10402         * config.sub: Move deletion of patch suffix from here...
10403         * configure.in: To here, at Ian's suggestion.  The top-
10404           level scripts might need to know of a patch level.
10406 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
10408         * config.sub: Strip off patch suffix so rtl is recognized
10409           as a sunos4.1.3 machine, even though it's been patched.
10411 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
10413         * Makefile.in (INSTALL_LAST): Delete.
10414         (INSTALL_DOSREL): New.
10416 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10418         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
10419         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
10420         whether we pass down --with-gnu-ld anyhow.
10422 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
10424         * Makefile.in (INSTALL_LAST): Change operation so it works
10425         on more flavors of make.
10426         * configure.in (go32): Don't build libg++ or libio.
10428 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
10430         * Makefile.in (Move HOST_PREFIX_1 and friends up so
10431         they can be overriden by templates.
10433 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
10435         * configure.in (target==go32): Don't build gdb.
10436         * dosrel: New directory.
10438 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
10440         * configure.in (host==go32): Configure dosrel too.
10441         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
10442         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
10443         be set by incoming names or templates.
10444         (INSTALL_LAST): New rule.
10446 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
10448         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
10450 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
10452         * configure.in (appdirs): New variable.  Currently empty, but will
10453         be used in gas distribution.  If nonempty, lists a set of
10454         directories at least one of which must get configured, or top
10455         level configuration is considered to have failed.
10456         (rs6000-*-lynxos*): Use new file name.
10458 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10460         Eliminate XTRAFLAGS.
10461         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
10462         newlib include files using -idirafter, and also use -nostdinc.
10463         (CXX_FOR_TARGET): Likewise.
10464         (XTRAFLAGS): Removed.
10465         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
10466         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
10467         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
10468         ($(DO_X)): Don't pass down XTRAFLAGS.
10470 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
10472         * configure.in (mips*-dec-bsd*): New target; do build linker.
10473         (mips*-*-bsd*): New target; don't build linker.
10475 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
10477         * configure.in: support rs6000-*-lynxos* configuration.
10478         support sunos4 as a cross target.
10480         * config.sub: look for lynx*, not lynx since the OS version may
10481         legitimately be part of the name.
10483 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
10485         * configure.in (i[34]86-*-sco*): Move to be with other i386
10486         targets.
10487         (romp-*-*): New target.  Skip various binary utilities.
10488         (vax-*-*): New target.  Don't build newlib.
10489         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
10491 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
10493         * configure.in: Only set host_makefile_frag if config
10494         directory exists.
10496 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
10498         * install.sh: If $dstdir exists, don't check whether each
10499         component does.
10501 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10503         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
10505 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
10507         * configure.in (*-*-lynxos*): Don't configure newlib for either
10508         native or cross Lynx.
10510 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
10512         * config.sub (sparc64-elf): Fix os.
10513         (z8k): Remove duplicate.
10515 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10517         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
10518         gcc/stmp-fixproto, to try to prevent fixproto from being run.
10520 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
10522         * configure: Make file links cleanly even if Lynx fails on
10523           an NFS symlink (at least fail cleanly).
10525 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
10527         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
10528         -XNh2000.
10530 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
10532         * configure: Unknown options are fatal again.
10534 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
10536         * configure: Ignore --x-includes and --x-libraries, for Autoconf
10537         compatibility.
10539 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
10541         * build-all.mk: Add `clean' target.
10543 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
10545         * config.guess:  Add SINIX support.
10546         * configure.in:  Add mips-*-sysv4* support.
10548 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
10550         * build-all.mk: Document all useful targets.
10551         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
10552         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
10554 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
10556         * configure: Support --silent, --quiet.
10558 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
10560         * configure: Support --disable-FEATURE.
10562 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10564         * config.guess: Recognize NCR running SVR4.3.
10566 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10568         * config.guess:  Make BSDI generate i386-unknown-bsd386.
10569         Patch from Paul Eggert <eggert@twinsun.com>.
10571 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10573         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
10575 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
10577         * configure: Make unrecognized options give nonfatal warnings
10578         instead of fatal errors, and pass them to any subdirectory
10579         configures in case they recognize them.
10580         Make --x equivalent to --with-x.
10582 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
10584         * configure: Add --enable-* options.  Clean up usage message and
10585         some comments.
10587 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
10589         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
10591 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
10593         * configure.in (hppa*-*-*): Enable binutils.
10595 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10597         * config.sub: Recognize cisco.
10599 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
10601         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
10603 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10605         * config.guess: about target *-hitachi-hiuxwe2, don't print more
10606         than one configuration name.  Add comment.
10608 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
10610         * config.guess: about target *-hitachi-hiuxwe2, fixed
10611         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
10612         macro is incorrect.]
10614 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10616         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
10617         than the "make ls" stuff which used to be here.
10619 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10621         * config.guess:  Recognize i[34]86-unknown-freebsd.
10622         From Shawn M Carey <smcarey@rodan.syr.edu>.
10624 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10626         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
10628 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
10630         * config.guess: Check for ptx.
10632 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
10634         * config.sub: Add os9k checking.
10636 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
10638         * config.guess: Handle OSF1 running on HPPA processors
10640 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
10642         * configure: If subdir configure fails, print out a message with
10643         subdirectory name, in case subdir's configure code didn't identify
10644         itself.
10646 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
10648         * configure.in: Remove embedded newlines from configdirs.
10649         Avoid mismatches of substrings.  Fix matching strings at end
10650         of configdirs.
10652 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
10654         * config.guess:  Add Lynx/rs6000 config support.
10656 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
10658         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
10660 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
10662         * configure.in (hppa*-*-osf*): Treat this just like most other
10663         PA configurations (eg no binutils or ld).
10664         (hppa*-*-*elf*): These configurations have binutils and ld.
10666 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
10668         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
10670 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10672         * configure.in (rs6000-*-*): Build gas.
10674 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
10676         * Makefile.in:  Avoid bug in losing hpux sed.
10678 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10680         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
10681         for GDB and GDB has been fixed to not need it.
10683 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
10685         * config.guess: Recognize vax hosts.
10687 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
10689         * configure (while loop): Don't use "break 2" inside case
10690         statement -- the case statement isn't an enclosing loop.
10692 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10694         * config.guess:  Clean up NeXT support, to allow nextstep
10695         on Intel machines.  Make OS be nextstep.
10697 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
10699         * config.guess: Add alternate forms for Convex.
10701 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
10703         * configure:  Completely rewrite option processing.  Take
10704         advantage of pattern-matching to avoid invoking test frequently.
10705         Also clean up host and target defaulting logic.
10707 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
10709         * Makefile.in: Replace all occurrances of "rootme" with "r" and
10710         "$${rootme}" with "$$r", to increase the likelihood that the do-*
10711         commands (plus user environment) will fit SCO limits.
10713 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10715         * configure.in: Don't issue warnings about directories which are
10716         not being configured if -norecursion is set.  Correct test for
10717         --with-gnu-as and --with-gnu-ld to not get confused by substring
10718         matches.
10720         * configure.in: Don't build gas for alpha-dec-osf1*.
10722 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
10724         * configure:  Back out Per's change of 12/19/1993.  It changes the
10725         behavior of configure in unexpected and confusing ways.
10727         Also, use different delim char when calculating
10728         program_transform_name so that the name can contain slashes.
10730 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
10732         * configure.in, config.sub: Add support for VSTa micro-kernel.
10734 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
10736         * configure.in: Nuke hacks which were used to get a special
10737         version of GAS for HPPA configurations.
10739 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
10741         * configure:  If only ${target_alias} is given, use that
10742         as the default for ${host_alias}.
10743         * configure:  Add missing back-slashes before nested quotes.
10745 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
10747         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
10749 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
10751         * config.guess:  Recognize some Tektronix configurations.
10752         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
10754 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
10756         * config.sub: Match any flavor of SH.
10758 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
10760         * configure.in: Don't try to configure newlib for Alpha.
10762 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10764         * configure.in: Don't build ld for Irix 5.  Don't build gas,
10765         libg++ or libio for any Alpha target.
10767         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
10769 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
10771         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
10772         default arguments -- so it tried to compress itself.
10774 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
10776         * configure.in (notsupp): ensure that a space is always at the end
10777           of the configdirs list, since the grep checks for an explicit space
10779 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10781         * configure.in (target i386-sysv4.2): don't build ld, since static
10782           versions of many libraries are not available.
10784 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10786         * config.guess: Recognize Apollos (using environment variables).
10787         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
10789 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10791         * config.guess: Recognize Sony news mips running newsos.
10793 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
10795         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
10796         "fi ; else" for bash.
10798 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
10800         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
10802 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
10804         * config.sub: accept unixware as an alias for svr4.2.
10805         Fix some inconsistancies with the gcc version.
10807 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10809         * Makefile.in (DISTDOCDIRS):  Add gdb.
10811 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
10813         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
10815 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
10817         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
10818         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
10819         this now.
10821 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10823         * config.sub: Accept hiux* as an OS name.
10825         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
10826         etc/make-stds.texi.  The underscore came from gcc, and dje now
10827         agrees that RUNTESTFLAGS is the correct name.
10829 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
10831         * install.sh:  Remove 'set -e'.  It makes any conditionals
10832         in the script useless.
10834         * config.guess: Automatically recognize arm-acorn-riscix
10835         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
10837 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
10839         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
10841 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
10843         * Makefile.in (DISTDOCDIRS): New variable.
10844         (taz): Edit local Makefile.in sooner, instead of proto-toplev
10845         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
10847 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10849         * configure.in (hppa target): check the source directory for the
10850           pagas sub-directory
10852 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
10854         * config.sub: Allow -aout* and -elf*.
10856 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
10858         * configure.in: Don't build ld on i386-solaris2, same as for
10859         sparc-solaris2.
10861 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
10863         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
10865 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
10867         * configure.in:  Configure gdb for alpha.
10869 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10871         * Makefile.in (CXXFLAGS): Add -O.
10873 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10875         * config.guess: added support for DG Aviion
10877 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
10879         * configure.in: Produce warning message for subdirectories not
10880         configurable for this host/target combination.  Don't try to
10881         configure gdb for vms.
10883 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
10885         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
10886         appropriate files before making "diststuff".
10887         (DISTBISONFILES): New var: list of files to be edited.
10888         (DISTSTUFFDIRS): Add binutils.
10890 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10892         * config.sub: also handle mipsel and mips64el (for little endian mips)
10894 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10896         * configure.in: Add * to end of all OS names.
10898 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
10900         * configure.in: Build newlib for LynxOS native.
10902 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10904         * config.guess: Add support for delta 88k running SVR3.
10906         * configure.in: Add comment about HP compiler vs. emacs.
10908 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10910         * configure.in: don't build ld on solaris2 (not a viable option
10911           due to bugs in getpwnam & getpwuid)
10913 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
10915         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
10916         config.guess will produce a full version number.
10918 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10920         * configure.in: Build linker and binutils for alpha-dec-osf1.
10922 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10924         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
10925         and gdb/testsuite/Makefile.in.
10927 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10929         * configure.in: recognize mips*- instead of mips-
10931 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
10933         * config.sub: Accept linux*coff and linux*elf as operating
10934         systems.
10936 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10938         * config.sub: Recognize mips64, and mips3 as an alias for it.
10940 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
10942         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
10943         gdb knows how to handle OSF/1 shared libraries.
10945 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10947         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
10948         * config.guess: Recognize Hitachi's HIUX.
10949         * config.sub: Recognize h3050r* and hppahitachi.
10950         Remove redundant cases for hp9k[23]*.
10952 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10954         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
10955         if gas and ld are in the source tree and are in ${configdirs}.
10956         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
10957         --with options (but still pass them down on the command line,
10958         if they were explicitly specified).
10960 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10962         * configure: substitute SHELL value in Makefile.in with
10963         ${CONFIG_SHELL}
10965 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10967         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
10968         *-*-solaris2* targets.
10970 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10972         * Makefile.in: define M4, and pass it down to sub-makes;
10973         all-autoconf now depends on all-m4
10975 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10977         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
10978         presence of {ar,ranlib} instead of a configured directory
10980 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
10982         * config.guess: Accept 34?? as well as 33?? for NCR.
10984 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10986         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
10987         of 'gas' in sed commands, since 'gash' is now in the tree as well.
10989 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10991         * configure: grab values for $(CC) and $(CXX) from the
10992         environment, so that someone can do "CC=gcc configure; make" and
10993         have it work right (matching the way that autoconf works now)
10995         * configure.in, Makefile.in: add support for gash, the tcl
10996         interface to Galaxy
10998         * config.guess: add NetBSD variants (hp300, x86)
11000 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
11002         * install.sh: Support -d option (in the manner of SunOS 4 install,
11003         as it is more deterministic than that of GNU install)
11004         (chmodcmd): Set file to mode 755 by default (should also do default
11005         chgrp and chown, but I don't feel like dealing with that now)
11007 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
11009         * config.sub: Remove h8300hhms alias.
11011 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11013         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
11015 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11017         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
11018         as stmp-fixinc
11020 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
11022         * config.sub: recognize m88110-bug-coff.
11024 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11026         * Makefile.in (all-libio): all dependencies on the toolchain used
11027         to build this (gcc, gas, ld, etc)
11029 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11031         * config.guess: Deal with OSF/1 1.3 on alpha.
11033 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11035         * install.sh: add some 'else true' clauses for portability
11037         * configure.in: don't build libio for h8[35]00-*-* targets
11039 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
11041         * Makefile.in:  Add support for new libio.
11043 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11045         * install.sh: If one command fails, don't try the rest.  Don't try
11046         to remove $dsttmp (via trap) unless we have already created it.
11047         If $src doesn't exist, detect it and exit with an error.
11049         * config.guess: Recognize BSD on hp300.
11051 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
11053         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
11054         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
11056 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
11058         * Makefile.in (all-send-pr): depends on all-prms
11060 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11062         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
11064 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11066         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
11067         Added test for mips-mips-riscos5.
11069 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11071         * configure.in: use mh-hp300 for 68k HP hosts
11073 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11075         * configure: add support for CONFIG_SHELL, so that you can use
11076         some alternate shell for evaluating configure scripts
11078 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
11080         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
11081         in configure script to bug-gdb@prep.ai.mit.edu when building
11082         distribution archive.
11083         * Makefile.in (COMPRESS):  Remove def.
11084         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
11085         gdb.tar.Z and make-gdb.tar.Z respectively.
11086         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
11087         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
11088         to convergence with 'taz' target in Makefile.in.
11090 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11092         * install.sh (dsttmp): use trap to ensure that tmp files go
11093         away on error conditions
11095 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11097         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
11099 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11101         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
11102         its parent is '/' not ''.
11104         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
11106 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
11108         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
11109         that ${newsrcdir}/configure.in does.
11111 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11113         * test-build.mk: support for CONFIG_SHELL
11115 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
11117         * config.sub (netware):  Add as a basic system type.
11119 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
11121         * Makefile.in (Makefile): depend on configure.in.  Also drop the
11122           $(srcdir)/ from the dependency on Makefile.in.
11124 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
11126         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
11127         (h8300hhms is temporary until multi-libraries are implemented).
11128         * configure.in: Handle h8300h too.
11130 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11132         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
11134 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
11136         * configure:  Remove extraneous output when guessing host type.
11137         * config.guess:  Remove extraneous output when guessing using C
11138         compiler rather than uname, or when guessing fails.
11140 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
11142         * Makefile.in: remove all.cross and install.cross targets
11144         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
11145           definitions
11147 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
11149         * configure.in (target sh): Build gprof.
11151 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11153         * config.sub: change -solaris to -solaris2
11155 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11157         * configure.in: Use config/mh-riscos for mips-*-sysv*.
11159 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
11161         * configure: Correct error message for missing Makefile.in to
11162         print correct directory.
11164 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11166         * install.sh: kludge around 386BSD shell bug
11168 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
11170         * config.guess:  Recognize NeXT.
11171         * config.guess:  Recognize i486-ncr-sysv4.
11172         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
11174 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
11176         * Makefile.in (MAKEINFOFLAGS): New variable.
11177         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
11178         * build-all.mk, test-build.mk: Pass down --no-split as
11179         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
11181 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
11183         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
11185 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
11187         * Makefile.in (libg++.tar.z):  New rule.
11188         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
11189         * Makefile.in (taz):  Only do a single chmod.
11191 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
11193         * install.sh: don't use dirname anymore (replaced with sed usage)
11195 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
11197         * Makefile.in:  Change extension for gzip'd files from '.z' to
11198         '.gz' per new FSF standard usage.
11200 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
11202         * configure: put quotes around the final value of program_transform_name
11204 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11206         * Makefile.in: new install.sh support; update install-info rules
11208 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
11210         * configure.in: Build diff for crosses, but not for go32 host.
11212         * configure.in: Build gprof only for native, and don't build it
11213         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
11215 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
11217         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
11219 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
11221         * configure.in (host_tools): Add prms.
11223 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11225         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
11226         with $(FLAGS_TO_PASS) on the command line
11228         * config.sub: Recognize lynx and lynxos
11230 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
11232         * config.sub: Accept -ecoff*, not just -ecoff.
11234 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
11236         * Makefile.in (taz): Use .gz suffix instead of .z.
11237         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
11238         names.
11240 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11242         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
11244 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11246         * Makefile.in (install-no-fixedincludes):  install gcc last, so
11247         that rebuilds that might happen during 'make install' don't get
11248         bogus gcc include files
11250 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
11252         Change from Utah for HPPA support:
11253         * config.guess: Recognize hppa1.x-hp-bsd.
11255 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
11257         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
11258         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
11260 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
11262         * config.sub: Add support for rom68k and bug boot monitors.
11264 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
11266         * Makefile.in: Make all-opcodes depend on all-bfd.
11268 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
11270         * config.guess: Added special check for i[34]86-univel-sysv4*.
11272 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
11274         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
11275         the processor rather than assuming i486.
11277 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11279         * config.guess: Recognize SunOS6 as Solaris3.
11281 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
11283         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
11284         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
11286 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
11288         * build-all.mk (all-cross): New target for Canadian Cross.
11289         Added Q2 go32 targets.
11290         * test-build.mk: Configure go32 cross sparclite-aout and
11291         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
11292         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
11294 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11296         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
11297         GO32 hosted toolchains
11299 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
11301         * configure: change  so "-exec-prefix" gets passed down rather
11302         than "-exec_prefix" so autoconf generated Makefiles get the
11303         exec_prefix set right.
11305 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11307         * config.guess: get the Solaris2 minor version number
11309         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
11311 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
11313         * config.guess: Recognize some Sequent platforms.
11315 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11317         * Makefile.in: added the vault-install target
11319         * configure.in: actually use the Sun3 makefile fragment that's in
11320         config, also added the release dir to configdirs
11322 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
11324         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
11326 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11328         * configure.in: remove some program from Alpha targetted toolchains
11330 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
11332         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
11333         gprof.
11334         (taz): Run "make diststuff" in those directories instead of "make
11335         proto-dir".  Look for "VERSION=" only at start of line in subdir
11336         Makefile.  Use "gzip -9" for compression.
11337         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
11338         (binutils.tar.z): New target.
11340 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
11342         * Makefile.in (taz): Include gpl.texinfo.
11344 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
11346         * Makefile.in (setup-dirs): Merged into "taz" target.
11347         (taz): Only do `proto-dir' stuff if a directory is actually needed
11348         for this target.
11350 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
11352         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
11353         (FLAGS_TO_PASS): Pass down MUNCH_NM.
11354         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
11355         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
11356         (gcc-no-fixedincludes): Correct for current gcc Makefile.
11358 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
11360         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
11361         config.sub, and move-if-change to gdb testsuite distribution
11362         archive, so the testsuite can be extracted, configured, and
11363         run separately from the gdb distribution.  Blow away the Chill
11364         tests that require a Chill compiled executable, since GNU Chill
11365         is not yet publically available.
11367 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11369         * test-build.mk: set environment variables in a single command,
11370         instead of a list of assignments and exports
11372         * config.guess: recognize Alpha/OSF1 systems
11374 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
11376         * configure: Change help message to prefer --options rather than
11377           -options.
11379 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
11381         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
11382         zippy@ecst.csuchico.edu.
11383         * config.guess: Recognize miniframe.
11385 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
11387        * Makefile.in: Use srcroot to find runtest rather than rootme.
11388        Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
11390 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
11392         * test-build.mk: Extensive additions to support building on a
11393         machine other than the host.
11395 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
11397         * configure (tooldir): Fix for i386-aix again.
11399 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
11401         * configure, Makefile.in:  Change definition of $(tooldir)
11402         to match the FSF.
11404 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
11406         * config.guess:  Recognize i[34]86/SVR4.
11408 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
11410         * Makefile.in (all-gdb): gdb depends on sim.
11412 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
11414         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
11415         at the same time we make the prototype gdb directory.
11416         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
11417         files at the same time as the gdb base release distribution.
11419 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
11421         * Makefile.in (check): Use individual check targets rather than
11422         DO_X rule.
11423         (check-gcc): Added.
11425 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
11427         * config.sub: Use sysv3.2 not sysv32 for canonical OS
11428         for System V release 3.2.
11430 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
11432         * config.sub: Recognize hppaosf.
11433         * configure.in: Do configure ld/binutils/gas for it.
11435 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
11437         * configure (tooldir): Alter syntax used to set this, for systems
11438         where "\$" isn't handled right, like i386-aix.
11440 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
11442         * configure: Pass program-transform-name, not
11443         program_transform_name, to recursive configures.
11445 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
11447         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
11448         of gas+ld+binutils.
11450 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
11452         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
11454 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11456         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
11458 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
11460         * Makefile.in (PRMS): Set back to all-prms.
11462 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
11464         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
11465         targets, rather than for MIPS hosts.
11467 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11469         * configure.in: add comment for --with-x default values
11471         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
11473         * Makefile.in: add check-* targets for each of the directories in
11474         the tree.  Add a definition of RUNTEST that will use the one we
11475         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
11477 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
11479         * configure.in: Removed obsolete references to bfd_target and
11480         target_makefile_frag.
11482         * build-all.mk: Set assorted targets for Q2.
11483         * config.sub: Recognize z8k-sim and h8300-hms.
11484         * test-build.mk: Really don't pass host to configure.
11485         (HOLES): Added uname.
11487 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
11489         * configure: Handle an empty program-prefix, program-suffix or
11490         program-transform-name correctly.
11492 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
11494         * build-all.mk: -G 8 no longer required for MIPS targets.
11495         * test-build.mk: Don't pass host argument to configure; make it
11496         guess.
11498 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
11500         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
11501         * Makefile.in (COMPRESS):  New macro, like GZIP.
11503 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
11505         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
11507         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
11508         with gas currently defaults to -G 0.
11510 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
11512         * Makefile.in (all-flex): flex depends on byacc.
11514         * build-all.mk: If host not specified, use config.guess.  Pass TAG
11515         to test-build.mk as RELEASE_TAG.
11516         * test-build.mk (configargs): New variable containing arguments to
11517         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
11518         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
11520         * config.guess: Use /bin/uname when checking -X argument on SCO,
11521         to avoid invoking GNU uname which doesn't understand -X.
11523         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
11525         * configure.in: Build gas for mips-*-*.
11527 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
11529         * Makefile.in (all.normal): insert missing backslash.
11531 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
11533         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
11535         * Makefile.in: Complete overhaul to merge many almost identical
11536         targets.
11538 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
11540         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
11541         (gdb.tar.Z): Adjusted.
11543         * Makefile.in (setup-dirs, taz): New targets; should be general
11544         enough to adapt for gdb sometime.  Build only .z file.
11545         (gas.tar.z): New target.
11547 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
11549         * build-all.mk: Use CC=cc -Xs on Solaris.
11551 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
11553         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
11554         for handling BISON for FSF releases.
11556 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
11558         * configure: Actually implement the change zoo just documented.
11560 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
11562         * configure: when using config.guess, only set target_alias when
11563         it's not already been set (ie, on the command line)
11565 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11567         * Makefile.in: add installcheck target, set PRMS to install-prms
11569 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11571         * configure: add support for package_makefile_fragment, handle the
11572         case where a directory has a configure.in file but no Makefile.in
11573         more gracefully (with an actual understandable error message, even);
11574         add support for --without (and add this to the usage message); also
11575         explicitly add a --host=${host_alias} to the command line when
11576         config.guess is used
11578 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
11580         * configure: Must use both --host and --target in recursive calls.
11582 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
11584         * Makefile.in: Change deja-gnu to dejagnu.
11586 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
11588         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
11590 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11592         * configure.in: canonicalize all instances to *-*-solaris2*,
11593         also strip out a number of tools to not build for go32 host
11595 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
11597         * config.guess: add GPL.
11599         * Makefile.in, config.guess, config.sub, configure: bump
11600           copyrights to 93.
11602 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
11604         * Makefile.in (do-info): Removed obsolete check for existence of
11605         localenv file.
11607         * Makefile.in (MAKEOVERRIDES): Define to be empty.
11609 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11611         * Makefile.in: a couple of 'else true' for decstation,
11612         support for TclX
11614         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
11616 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
11618         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
11620 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
11622         * config.guess: Recognize i386-ibm-aix (PS/2).
11623         * configure.in: Use config/mh-aix386 file for it.
11625 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
11627         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
11628         CC_FOR_TARGET instead.
11629         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
11631 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
11633         * Makefile.in: Add sim to list of directories sent with gdb
11635 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
11637         * configure.in: Put back mips-dec-bsd* case.
11639 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
11641         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
11642         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
11643         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
11645 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11647         * configure.in: remove no-op mips-dec-bsd* in "case $target"
11649         * Makefile.in (dir.info): only run gen-info-dir if it exists,
11650         (install-info): install dir.info only if it exists,
11651         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
11653 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
11655         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
11656         gas for mips-dec-bsd.
11658 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
11660         * configure (makesrcdir): If ${srcdir} is relative and not ".",
11661         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
11663 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
11665         * configure.in: Added "dejagnu" to hosttools list.
11667 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
11669         * config.sub, configure.in, config.guess:  Add support
11670         for Bosx, an AIX variant from Bull.
11671         Patches from F.Pierresteguy@frcl.bull.fr.
11673 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
11675         * devo/dejagnu: Initial creation of devo/dejagnu.
11676         Migrated dejagnu testcases and support files for testing software
11677         tools to reside as subdirectories, currently called "testsuite",
11678         within the directory of the software tool.  Migrated all programs,
11679         support libraries, etc. beloging to dejagnu proper from
11680         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
11681         with no modifications.  The changes to these files which will
11682         allow them to configure, build, and execute properly will be made
11683         in a future update.
11685 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
11687         * Makefile.in: Change send_pr to send-pr.
11688         * configure.in: Likewise.
11689         * send_pr: Renamed directory to send-pr.
11691 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
11693         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
11695 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
11697         * README:  Update for gdb-4.8 release.
11698         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
11699         gdb-xxx.tar.z (gzip'd) file also.
11701 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11703         * Makefile.in: make all-diff depend on all-libiberty
11705 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
11707         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
11709 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11711         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
11713 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
11715         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
11716         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
11717         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
11719 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11721         * Makefile.in:  makeinfo binary is in a new location
11723 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
11725         * config.sub: Accept -ecoff as an OS.
11727         * Makefile.in: Various changes to eliminate a level of make
11728         recursion and reduce the required command line length.
11729         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
11730         sub-makes.
11731         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
11732         variables holding settings for specific sub-makes.
11733         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
11734         in terms of BASE_FLAGS_TO_PASS.
11735         (TARGET_LIBS): New variable listing directories which use
11736         TARGET_FLAGS_TO_PASS.
11737         (subdir_do): Eliminated.
11738         (do-*): New set of targets to replace subdir_do.
11739         (various): All targets which used subdir_do now depend on do-*.
11740         (local-clean): Renamed from do_clean.
11741         (local-distclean): New target, dependency of distclean and
11742         realclean.
11743         (install-info): Don't create directories.  Depend on dir.info
11744         rather than calling make recursively.
11745         (install-dir.info): Eliminated.
11746         (install-info-dirs): Create all info directories here.
11747         (dir.info): Depend upon do-install-info.
11749         * test-build.mk (HOLES): Added false.
11751 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
11753         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
11755 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11757         * Makefile.in (info): remove dependency on all-texinfo.  The
11758         problem was really in texinfo/C, not at this level.
11760 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
11762         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
11764 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
11766         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
11767         GDB releases.
11769 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
11771         * configure: Include srcdir in message about target of link not
11772         being found.  Don't convert `-' to `_' in `with' options being
11773         passed to subdirs.
11775 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11777         * configure.in: add uudecode to host_tools
11779         * Makefile.in: added {all,install}-uudecode targets, added them to
11780         the appropriate lists
11782 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
11784         * Makefile.in (all-gcc): Added dependency on all-gas.
11786         * configure.in (mips-*-*): Build ld and binutils.
11788 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
11790         * configure: check return code from mkdir, print error message and
11791           exit on failure.
11793 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
11795         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
11797 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
11799         * test-build.mk (HOLES): Added tar, cpio and uudecode.
11801 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
11803         * config.sub (h8500):  Recognize this as a cpu type.
11805 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11807         * configure: source directory missing is no longer a warning
11809         * configure.in: recognize irix[34]* instead of irix[34]
11811         * Makefile.in: define and pass down X11_LIB
11813 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
11815         * guess-systype: Renamed to ...
11816         * config.guess:  ... by popular request.
11817         * configure.in, Makefile.in:  Update accordingly.
11819 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
11821         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
11822         + Add Convex, Cray/Unicos, and Encore/Multimax support.
11823         + Execute ./dummy instead of assuming . is in PATH.
11825 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
11827         * guess-systype:  New shell script.  Attempts to guess the
11828         canonical host name of the executing host.
11829         Only a few hosts are supported so far.
11830         * configure:  Call guess-systype if no host is specified.
11832 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
11834         * Makefile.in (gcc-no-fixedincludes): Made to work with current
11835         gcc Makefile.
11838 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
11840         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
11841         (all-gcc, install-gcc, subdir_do): Use it.
11843 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
11845         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
11847 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
11849         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
11850           set exclusively by configure, using configure.in .
11852 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11854         * test-build.mk: set $PATH for all builds
11856         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
11858 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
11860         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
11861         the one used in gcc/Makefile.in, so that a null expansion doesn't
11862         override the one needed to build gcc with a native cc.
11865 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
11867         * configure: Accept -with arguments.
11869 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
11871         * Makefile.in: added h8300sim
11873 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
11875         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
11876         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
11877         (all-cygnus, native, build-cygnus): Make
11878         $(canonhost)-stamp-3stage-done, not $(host)....
11879         * test-build.mk (stamp-3stage-compared): Use tail +10c for
11880         i386-sco3.2v4.  Added else true to if command.
11882 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
11884         * config.sub: (from FSF) Sequent uses a BSD-like OS.
11886 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
11888         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
11890 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11892         * configure.in: don't remove binutils from Solaris builds
11894 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
11896         * Makefile.in: get rid of earlier definitions for *clean,
11897         also handle the recursive info rule better
11899 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
11901         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
11902         do more-or-less the right thing.
11904 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
11906         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
11907         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
11909 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11911         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
11912         $(host_canonical).
11914         * configure.in: split the configdirs list into 4 categories (native
11915         v. cross, library v. tool) and handle the cross-only and native-
11916         only in more reasonable (and correct!) way.
11918 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
11920         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
11921         configdirs anymore.
11923 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11925         * Makefile.in: extensive cleanup::  removed all of the explicit
11926         clean-* targets, collapsed many wrappers around subdir_do into
11927         one, added additional targets to satisfy standards.texi, deleted
11928         some old targets, some changes for consistency
11930 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11932         * configure.in: handle some programs as cross-only, and others as
11933         native only
11935         * test-build.mk: handle partial holes in a more generic manner
11937         * Makefile.in: m4 depends on libiberty
11939 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11941         * configure.in: add m4, textutils, fileutils, sed, shellutils,
11942         time, wdiff, and find to configdirs
11944         * Makefile.in: all, clean, and install rules for the new programs
11945         added to configure.in
11947 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11949         * configure.in: use mh-sun for all *-sun-* hosts
11951 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11953         * Makefile.in: define flags for X11 include files and library file
11954         locations, pass them down to the programs that need this info
11956         * build-all.mk: added a 'native' target, to 3stage the native toolchain
11958 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11960         * configure.in: start building libg++ for HP-UX targets
11962 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
11964         * README:  Update references to files moved into etc/.
11966 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
11968         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
11969         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
11971 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
11973         * configure: accept dash as well as underscore in long option
11974         names for FSF compatibility.
11976 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
11978         * config.sub: added -sco3.2v4 support from FSF.
11980 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11982         * configure.in: expand the section that adds or removes
11983         directories from the list of programs to build, to handle native
11984         vs. cross in addition to host v. native
11986 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
11988         * Makefile.in:  Replace C++ in macro names with CXX.
11989         This is less likely to break ...
11991 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11993         * test-build.mk: add -w to GNU_MAKE
11995 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11997         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
11998         add 'sparc' to list of recognized cpus.  This needed to make
11999         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
12000         Delete some redundant ose68 variants.  Recognize -wrs as an os,
12001         then changes that into $CPU-wrs-vxworks.
12003         * configure.in: remove most references to gdbtest, regularize
12004         target based program removal
12006         * test-build.mk: import from p3 tree (many fixes and changes)
12008 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
12010         * Makefile.in: added rules to handle tcl, tk, and expect
12012         * configure.in: handle those directories if they exist
12014 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12016         * config.sub: removed bogus hppabsd and hppahpux names, since
12017         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
12019 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12021         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
12022         depends upon all-xiberty
12024         * Makefile.in: changes from p3, including:
12026         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
12028         * Makefile.in (XTRAFLAGS): include newlib directories if
12029         newlib/Makefile exists, rather than if host != target.
12031         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
12033         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
12034         from the same source tree and not building a cross-compiler.  This
12035         matters for the libg++ configuration if reconfiguring a tree that
12036         has already been installed.
12038         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
12040         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
12041         pick up the machine and system specific header files.
12043         * Makefile.in: added AS_FOR_TARGET, passed down in
12044         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
12045         the C compiler to use to create programs which are run in the
12046         build environment, set it to default to $(CC), and passed it down
12047         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
12049         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
12051         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
12052         We need them for unusual native builds, like systems without
12053         ranlib.
12055         * configure: also define $(host_canonical) and
12056         $(target_canonical), which are the full, canonical names for the
12057         given host and target
12059 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
12061         * Makefile.in:  Added separate definitions for C++.
12063 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
12065         * configure.in (configdirs):  Add deja-gnu.
12067 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
12069         * README:  Update for configure.texi and gdb-4.7 release.
12071 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
12073         * Makefile.in:  Move "all" target to top of file.
12074         Previously, first target was ".PHONY" which caused BSD4.4 make
12075         to build .PHONY when make was run without arguments.
12077 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
12079         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
12080         Library-copylefted code in libiberty.
12082 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
12084         * config.sub:  Replace m68kmote with plain old m68k.
12086 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
12088         * Makefile.in:  Remove space from blank line, avoid Make complaints.
12090 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
12092         * config.sub: Complain if no argument is given.  Added support for
12093         386bsd as OS and target alias.
12095 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
12097         * Makefile.in (XTRAFLAGS): include newlib directories if
12098         newlib/Makefile exists, rather than if host != target.
12100 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
12102         * config.sub: recognize sparclite-wrs-vxworks.
12104         * Makefile.in (install-xiberty): added *-xiberty make rules (from
12105         p3.) Added clean-xiberty to clean.
12107 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12109         * configure.in: use *-*-* instead of nested cases for host and target
12111 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
12113         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
12114         from the same source tree and not building a cross-compiler.  This
12115         matters for the libg++ configuration if reconfiguring a tree that
12116         has already been installed.
12118 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
12120         * config.sub (i486v/i486v4):  Merge in from FSF version.
12122 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
12124         * configure: only set PWD if it is already set.
12126 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
12128         * configure: just set PWD=`pwd` at the top, since Ultrix sh
12129         doesn't have unset and all success paths (and most error paths)
12130         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
12131         to just ${PWD} to avoid confusion.)
12133 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
12135         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
12136         even for a native compilation.
12138 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
12140         Changes to make the gdb.tar.Z rule work better.
12142         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
12143         (DEVO_SUPPORT):  Add configure.texi.
12144         (bfd-ilrt.tar.Z):  Remove ancient rule.
12146 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
12148         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
12149         pick up the machine and system specific header files.
12151         * configure.in, config.sub: added new target m68010-adobe-scout,
12152         with alias of adobe68k.  Changed configure.in to check for
12153         -scout before -sco* to avoid a false match.
12155         * Makefile.in: added AS_FOR_TARGET, passed down in
12156         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
12157         the C compiler to use to create programs which are run in the
12158         build environment, set it to default to $(CC), and passed it down
12159         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
12161 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
12163         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
12164         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
12165         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
12166         FOR_TARGET variants, to newlib and libg++.
12168 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
12170         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
12171         first.
12173 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
12175         * config.sub:  Accept `elf' as an environment.
12177 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
12179         * Makefile.in (all-opcodes):  cd into the right directory
12181 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
12183         * configure: added -program_transform_name option, used as
12184         argument to sed when installing programs.
12185         configure.texi: added documentation for -program_prefix,
12186         -program_suffix and -program_transform_name.
12188 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
12190         * config.sub:  Accept i486 where i386 ok.
12192 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
12194         * config.sub: accept we32k
12196 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
12198         * config.sub, configure.in: accept OSE68000 and OSE68k.
12200         * Makefile.in: don't create all directories for ``make install'';
12201         let the subdirectories create the ones they need.
12203 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12205         * COPYING: new file, GPL v2
12207 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12209         * Makefile.in: use the new gen-info-dir, which needs a template
12210         argument (which also lives in texinfo)
12212         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
12214 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
12216         * config.sub (ncr3000):  Change i386 to i486.
12218 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12220         * Makefile.in: add install-rcs, install-grep to
12221         install-no-fixedincludes, removed install-bison and install-libgcc
12223 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
12225         * configure.in: grab the HPUX makefile fragment if on HPUX
12227 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
12229         * Makefile.in: eradicate bison spoor (ditto libgcc).
12230          configure.in: recognise m68{k,000}-ericsson-OSE.
12231          es1800 is alias for m68k-ericsson-OSE
12233 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12235         * configure.in: rearrange the parts that remove programs from
12236         configdirs, based now on HOST==TARGET or by canonical triple.
12238 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12240         * test-build.mk: recurse explicitly with -f test-build.mk when
12241           appropriate.  predicate stage3 and comparison on the existence
12242           of gcc.  That is, if gcc isn't around, we aren't three-staging.
12243           On very clean, also remove ...stamp-co.  Build in-place before
12244           doing other builds.
12246 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
12248         * Makefile.in, configure.in: add tgas
12250 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12252         * Makefile.in: a number of changes merged in from progressive.
12254         * configure.in: add libm.
12256         * .cvsignore: ignore some stuff that comes from test-build.mk.
12258 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
12260         * config.sub:  Add es1800 (m68k-ericsson-es1800).
12262 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
12264         * configure: Add program_suffix (parallel to program_prefix)
12265         * Makefile.in: adjust directory-creating script for losing decstation
12267 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
12269         * configure:  Minor $subdir-related fixes.
12271 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
12273         * configure: fix various problems with propogating
12274         makefile_target_frag in subdirs.
12275         * configure.in: config libgcc if its there
12277 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
12279         * config.sub:  HPPA merge.
12281 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
12283         * Makefile.in:  Replace all-bison with all-byacc in all
12284         dependency lines for other tools (which now use byacc).
12286 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
12288         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
12290 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
12292         * Makefile.in: make gprof rules similar to byacc rules (instead of
12293         vestigal $(unsubdir) that didn't work...)
12295 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
12297         * config.sub:  Add support for Linux.
12298         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
12299         (at least for libg++).
12301 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
12303         * configure.texi: fix doc for the -nfp option to configure
12305 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
12307         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
12309 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
12311         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
12312         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
12313         * configure.in: added solaris* host_makefile_frag hook.
12315 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12317         * config.sub: changed recognition of m68000 so that various
12318         m68k types can be specified via m680[01234]0
12320 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12322         * config.sub (basic_machine): fix sed so that '-foo' isn't
12323         completely substituted out while .+'-foo' loses the '-foo'
12325 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
12327         * config.sub ($os): Add -aout.
12329 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
12331         * configure:  If host_makefile_frag is absolute, don't
12332         prefix ${invsubdir} (relevant to libg++ auto-configure).
12334 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
12336         * Makefile.in (tooldir): Define it.
12337         (all-ld): Depend on all-flex.
12339 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
12341         * Makefile.in (check):  Fix libg++ special case.
12343 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
12345         * configure: do not bury `pwd` into config.status, thus do fewer
12346           pwd's.
12348         * configure: print the "Building in" message only when building in
12349           other than "." AND verbose.
12351         * configure: remove -s, rework -v to better accomodate guested
12352           configures.
12354         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
12356 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
12358         * Makefile.in: macroize flags passed on recursion.  remove
12359           fileutils.
12361 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
12363         * configure: get makesrcdir right for subdirs deeper than 1.
12365         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
12366           install.
12368 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
12370         * Makefile.in: don't print subdir_do or recursion lines.
12372 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
12374         * standards.texi: added menu item.
12376         * Makefile.in: build and install standards.info.
12378         * standards.texi: new file.
12380 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12382         * configure: test for and move config.status pieces from
12383           ${subdir}/.
12385 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
12387         * configure:  Test for existance of files before trying to mv
12388         them, to avoid numerous non-existance messages.
12390 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
12392         * configure: correct final line of config.status.
12394         * configure: patch from eggert.  Avoids a protection problem if
12395           the original Makefile.in is read only.
12397         * configure: use move-if-change from gcc to create config.status.
12398           Some makefiles depend on config.status to tell if a directory
12399           has been reconfigured for a different host.  This change
12400           prevents those directories from remaking everything in the case
12401           where the reconfig was only intended to rebuild a Makefile.
12403         * configure: test for config.sub with "config.sub sun4" rather
12404           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
12405           host alias from a missing config.sub.
12407 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12409         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
12410           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
12412 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
12414         * configure: mkdir ${subdir} as needed.
12416 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
12418         * Makefile.in,configure.in: added autoconf.
12420 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12422         * Makefile.in: no longer pass against on recursion.
12424         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
12425           definitions are not inherited.
12427         * configure: correct makesrcdir when subdir is .
12429 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
12431         * configure:  Add support for 'subdirs' variable, which is
12432         like 'configdirs', except that configure doesn't re-invoke
12433         itself for subdirs, it just creates a Makefile for each subdir.
12434         * configure.texi:  Document subdirs.
12436 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12438         * configure.in: added flex to configdirs
12440 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
12442         * Makefile.in: remove clean-stamps from clean.
12444 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
12446         * configure.in:  Add gdbtest to configdirs.
12448 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
12450         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
12451         to recursive makes.
12452         * configure.in:  Recognize new ncr3000 config.
12454 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
12456         * Makefile.in, configure.in: removed references to gdbm.
12458 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
12460         * config.sub:  Don't canonicalize os value
12461         newsos* to bsd (readline needs to check for newsos).
12462         (This fix was earlier made Jan 31, but got re-broken.)
12464 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
12466         * configure.in:  sco is an os, not a vendor!
12468         * configure:  Quote $( better.  Keep various shells happy.
12470 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
12472         * Makefile.in: eliminate stamp-files.
12474 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
12476         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
12477           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
12479 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
12481         * config.sub:  fix iris/iris3.
12483 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
12485         * configure: re-add -rm.
12487 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
12489         * Maskefile.in: add .stmp-rcs to all.
12491         * configure.in: remove gas from rs6000 build, use aix host fragment.
12493 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
12495         * configure: pass down site_option during recursion.
12497 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
12499         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
12501 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
12503         * configure: Change exec_prefix so that it really defaults to prefix.
12505 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
12507         * Makefile.in, configure.in:  Add support for mmalloc library.
12509 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
12511         * Makefile.in: add stmp dependencies for a few more things.
12513 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
12515         * configure: adjusted error message on objdir/srcdir configure
12516           collision, per john's suggestion.
12518         * Makefile.in: add libiberty stmp to all and all.cross.
12520 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
12522         * Makefile.in: remove force dependencies, add grep to all.
12524 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
12526         * Makefile.in: drop flex.  make stamp files work.
12528         * configure: added test for conflicting configuration in srcdir,
12529           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
12530           gets cranky.  use relative paths for configure and srcdir
12531           whenever possible.  Send some error messages to stderr that were
12532           going to stdout.
12534 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
12536         * Makefile.in:  Fix libg++ rule to check for gcc directory
12537         before using gcc/gcc.  Also pass XTRAFLAGS.
12539 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
12541         * Makefile.in: added stmp-files so that directories aren't polled
12542           when they are already built.
12544         * configure.texi: fixed a node pointer problem.
12546 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
12548         * config.sub configure.in gdb/configure.in
12549         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
12550         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
12551         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
12553 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12555         * configure: -recurring becomes -silent.  corrected help message
12556           for -site= option.
12558         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
12560 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12562         * configure: when building Makefile for crosses, replace
12563           tooldir and program_prefix.  default srcdir from location of
12564           config.sub.  remove "for host in hosts" and "for target in
12565           targets" loops.
12567 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12569         * Makefile.in: Do not pass bindir or mandir to cvs.
12571 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
12573         * Makefile.in, configure.in: removed traces of namesubdir,
12574           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
12575           copyrights to '92, changed some from Cygnus to FSF.
12577         * configure.texi: remove most references to multiple hosts,
12578           multiple targets, subdirs, etc.
12580         * configure.man: removed rcsid. reference config.sub not
12581           config.subr.
12583         * Makefile.in: mkdir $(infodir) on install-info.
12585 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
12587         * configure.texi:  Explain better about .gdbinit and about
12588         the environment that configure.in sections run in.
12590 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
12592         * configure.in:  Ultrix is only a decstation if it's a MIPS.
12594 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
12596         * README:  DOC.configure => cfg-paper.texi.
12598 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
12600         * config.sub (near case $os):  Don't convert newsos* to bsd!
12602 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
12604         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
12605         the number of copies of COPYING that go into the GDB tar file.
12607 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
12609         * bfd/configure.in, gdb/config/mh-i386sco,
12610         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
12611         Fix SCO configuration stuff.
12613 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
12615         * Makefile.in:  For libg++, make sure the -I pointing
12616         to the gcc directory goes *after* all the libg++-local -I flags.
12617         Also, move just-gcc dependency from just-libg++ to all-libg++.
12619 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
12621         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
12623 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
12625         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
12627 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
12629         * config.sub:  Add stratus configuration frags.  Also
12630         submitted to FSF.
12632 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
12634         * Makefile.in (DEV_SUPPORT):  add configure.man.
12636         * config.sub(Decode manufacturer-specific):  add -none*.
12638 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
12640         * Makefile.in:  remove form feeds to make Sun's make happy.
12641         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
12643 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
12645         * Makefile.in (AR_FLAGS):  Make quieter.
12647 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
12649         * configure.in:  Add libg++.
12650         * configure:  When verbose, don't output the command line at each
12651         level; it will be unremarkably the same as the previous version,
12652         which will be the same as what the user typed.
12654 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
12656         * configure.in, Makefile.in: fix clean-info, add flex.  add
12657           fileutils.
12659         * configure: be less sensitive to spaces in Makefile.in.  Do not
12660           look for sources in "..".  Doing so breaks subdirectories that
12661           might have their own configure.  If a subdir has it's own
12662           configure script, use it.
12664 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
12666         * cfg-paper.texi: some changes suggested by rms.
12668 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
12670         * config.sub:  Merge in some small additions from the FSF version,
12671         taken from the gcc distribution, to bring the Cygnus and FSF
12672         versions into closer sync.
12674 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
12676         * configure.in:  Changed svr4 references to sysv4.
12678 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
12680         * configure: added -V for version number option.
12682 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
12684         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
12685           renamed from DOC.configure to cfg-paper.texi.
12687 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12689         * configure, config.subr, config.sub: config.subr is now
12690           config.sub again.
12692 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
12694         * configure.texi: new file, in progress.
12696         * Makefile.in: build info file and install the man page for
12697           configure.
12699         * configure.man: new file, first cut.
12701         * configure: find config.subr again now that configuration "none"
12702           has gone.  removed all traces of the -ansi option.  removed all
12703           traces of the -languages option.
12705         * config.subr: resync from rms.
12707 1991-12-11  K. Richard Pixley  (rich at rtl.cygnus.com)
12709         * configure, config.sub, config.subr: merge config.sub into
12710           config.subr, call the result config.subr, remove config.sub, use
12711           config.subr.
12713         * Makefile.in: revised install for dir.info.
12715 1991-12-10  K. Richard Pixley  (rich at rtl.cygnus.com)
12717         * configure.in: add decstation host makefile frag.
12719         * Makefile.in: BISON now bison -y again.  also install-gcc on
12720           install.  clean-gdbm on clean.  infodir belongs in datadir.
12721           Make directories for info install.  Build dir.info here then
12722           install it.
12724 1991-12-09  K. Richard Pixley  (rich at rtl.cygnus.com)
12726         * Makefile.in: fix for bad directory tests.
12728 1991-12-07  K. Richard Pixley  (rich at rtl.cygnus.com)
12730         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
12731           regexp.  -srcdir relative was being handled incorrectly.
12733         * Makefile.in: unwrapped some for loops so that parallel makes
12734           work again and so one can focus one's attention on a particular
12735           package.
12737 1991-12-06  K. Richard Pixley  (rich at rtl.cygnus.com)
12739         * configure: added PWD as a stand in for `pwd` (for speed). use
12740           elif wherever possible.  make -srcdir work without -objdir.
12741           -objdir= commented out.
12743 1991-12-05  K. Richard Pixley  (rich at rtl.cygnus.com)
12745         * configure: +options become --options.  -subdirs commented out.
12746           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
12747           Makefile now at top of generated Makefile.  Removed cvs log
12748           entries.  added -srcdir.  create .gdbinit only if there is one
12749           in ${srcdir}.
12751         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
12752           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
12753           and mandir now keyed off datadir by default.
12755 1991-11-22  K. Richard Pixley  (rich at rtl.cygnus.com)
12757         * Freshly created ChangeLog.
12760 Local Variables:
12761 mode: change-log
12762 left-margin: 8
12763 fill-column: 76
12764 version-control: never
12765 End: