* config/m68k/m68k.c (m68k_output_function_epilogue): Fix format
[official-gcc.git] / ChangeLog
blob2b0f7cf636da192abc883b1447ae1b9fa58b7ccf
1 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
3         * config.guess: Import from src (was more updated).
4         * config.sub: Likewise.
6 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
8         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
9         * configure: Regenerated.
11 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
13         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
14         for stages after the first.
16 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
18         * Makefile.def: Add dependencies for configure-opcodes
19         on configure-intl and all-opcodes on all-intl.
20         * Makefile.in: Regenerated.
22 2006-07-13  Ben Elliston  <bje@au.ibm.com>
24         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
26 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
28         Port to hosts whose 'sort' and 'tail' implementations
29         treat operands with leading '+' as file names, as POSIX
30         has required since 2001.  However, make sure the code still
31         works on pre-POSIX hosts.
32         * ltmain.sh: Don't assume "sort +2" is equivalent to
33         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
35 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
37         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
39 2006-07-04  Peter O'Gorman  <peter@pogma.com>
41         * ltconfig: chmod 644 before ranlib during install.
43 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
45         PR bootstrap/18058
46         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
47         if the bootstrap compiler is a GCC version that supports it.
48         * configure: Regenerate.
50 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
52         * configure.in: Fix thinkos in previous check-in.
53         * configure: Regenerate.
55 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
57         PR other/27063
58         * configure.in: Test subdir_requires and give an appropriate
59         error message.
60         * configure: Regenerate.
62 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
64         * MAINTAINERS (Write After Approval): Add myself.
66 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
68         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
70 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
72         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
74 2006-06-20  David Ayers  <d.ayers@inode.at>
76         PR bootstrap/28072
77         * configure.in: Add target-boehm-gc to noconfigdirs depending on
78         whether target-libjava is being configured instead of whether the
79         java front end is enabled.
80         * configure: Regenerate.
81         
82 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
84         PR target/27540
85         * configure.in: Only enable libgomp on IRIX 6.
86         * configure: Regenerate.
88 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
90         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
91         too.
92         * Makefile.in: Regenerate.
94 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
96         * config-ml.in: Alter CCASFLAGS to include special
97         multilib options the same as is done for CFLAGS.
99 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
101         * configure.in: Don't enable libgomp on hpux10.
102         * configure: Rebuilt.
104 2006-06-12  David Ayers  <d.ayers@inode.at>
106         PR bootstrap/27963
107         PR target/19970
108         * configure.in: Remove target-boehm-gc from noconfigdirs where 
109         ${libgcj} is specified.
110         * configure: Regenerate.
111         
112 2006-06-06  Carlos O'Donell <carlos@codesourcery.com>
114         Sync from src:
115         
116         * configure.in: Sync. 
117         * configure: Regenerated.
118         
119         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
121         * Makefile.def: Added dependencies from sim and gdb on intl, and
122         added configure dependencies to everything with an all dependency
123         on intl.
124         * Makefile.in: Regenerated.
126 2006-06-06  David Ayers  <d.ayers@inode.at>
128         PR libobjc/13946
129         * Makefile.def: Add dependencies for libobjc which boehm-gc.
130         * Makefile.in: Regenerate.
131         * configure.in: Add --enable-objc-gc at toplevel and have it
132         enable boehm-gc for Objective-C.
133         Remove target-boehm-gc from libgcj.
134         Add target-boehm-gc to target_libraries.
135         Add target-boehm-gc to noconfigdirs where ${libgcj}
136         is specified.
137         Assert that boehm-gc is supported when requested for Objective-C.
138         Only build boehm-gc if needed either for Java or Objective-C.
139         * configure: Regenerate.
140         
141 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
143         PR 27674
144         * Makefile.tpl (configure-[+prefix+][+module+],
145         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
146         Remove rule to unstage bootstrapped modules.
147         (stage_current): New.
148         * Makefile.in: Regenerate.
150 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
152         * MAINTAINERS (Write After Approval): Update my e-mail address.
154 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
156         * include/libiberty.h: Declare pex_run_in_environment.
158 2006-05-31  Asher Langton  <langton2@llnl.gov>
160         * MAINTAINERS (Write After Approval): Add myself.
162 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
164         * Makefile.def (bfd, opcodes): Fix lib_path.
165         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
166         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
167         * Makefile.in: Regenerate.
169 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
171         * Makefile.in: Regenerate.
173 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
175         * Makefile.def: Add install-html target. Add datarootdir
176         docdir and htmldir to flags_to_pass.
177         * Makefile.tpl: Add install-html target.
178         * Makefile.in: Regenerate.
179         * configure.in: Add --with-datarootdir, --with-docdir, and
180         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
181         * configure: Regenerate.
183 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
185         * configure.in: Enable gprof for cross builds.
186         * configure: Regenerate.
188 2006-05-22  Richard Guenther  <rguenther@suse.de>
190         Revert
191         2006-01-31  Richard Guenther  <rguenther@suse.de>
192         Paolo Bonzini  <bonzini@gnu.org>
194         * Makefile.def (target_modules): Add libgcc-math target module.
195         * configure.in (target_libraries): Add libgcc-math target library.
196         (--enable-libgcc-math): New configure switch.
197         * Makefile.in: Re-generate.
198         * configure: Re-generate.
199         * libgcc-math: New toplevel directory.
201 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
202             Andreas Tobler  <a.tobler@schweiz.ch>
204         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
205         * configure: Rebuilt.
207 2006-05-12  Sandra Loosemore <sandra@codesourcery.com>
208         
209         * MAINTAINERS (Write After Approval): Add myself.
211 2006-05-01  DJ Delorie  <dj@redhat.com>
213         * configure.in: Restore CFLAGS if GMP isn't present.
214         * configure: Regenerate.
216 2006-05-01  Richard Guenther  <rguenther@suse.de>
218         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
219         maintainer.
221 2006-04-30  Kenneth Zadeck <zadeck@naturalbridge.com>
223         * MAINTAINERS (Write After Approval): Add myself.
225 2006-04-28  Jan Beulich  <jbeulich@novell.com>
227         * MAINTAINERS (Write After Approval): Add myself.
229 2006-04-18  DJ Delorie  <dj@redhat.com>
231         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
232         reference libgloss so that libssp can be built in a combined
233         tree.
234         * configure: Regenerate.
236 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
238         * MAINTAINERS (Write After Approval): Add myself.
240 2006-04-05  Ben Elliston  <bje@au.ibm.com>
242         * configure.in: Require makeinfo 4.4 or higher.
243         * configure: Regenerate.
245 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
247         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
248         Rearrange the entries of other libraries to have them in one place.
250 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
252         * MAINTAINERS (Write After Approval): Remove myself. 
253         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
255 2006-03-14  Richard Guenther  <rguenther@suse.de>
257         * configure: Regenerate with autoconf 2.13.
259 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
261         * MAINTAINERS: Use my work address.
263         * MAINTAINERS: Update my E-mail address.
265 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
267         * configure.in: Handle --disable-<component> generically.
268         * configure: Regenerate.
270 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
272         PR libgcj/17311
273         * ltmain.sh: Don't use "$finalize_rpath" for compile.
275 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
277         * MAINTAINERS (Write After Approval):  Remove myself.
278         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
280 2006-02-21  Rafael Avila de Espindola <rafael.espindola@gmail.com>
282         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
283         (TARGET_CONFIGDIRS): Remove.
284         * configure.in: Remove AC_SUBST(target_configdirs).
285         * Makefile.in, configure: Regenerated.
287 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
289         * MAINTAINERS (Write After Approval):  Remove myself.
290         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
292 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
294         PR bootstrap/25670
296         * Makefile.tpl ([+compare-target+]): Print explanation messages.
298         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
299         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
300         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
301         BUILD_PREFIX, BUILD_PREFIX_1.
302         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
304         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
305         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
307         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
308         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
309         of `cat stage_current`.  Always provide the `r' and `s' variables.
310         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
311         a single shell execution.
312         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
313         bootstrapped modules, make the stage1 module if the build was not
314         started yet, else build the current stage.
315         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
316         (all-build, all-host, all-target, [+make_target+]-host,
317         [+make_target+]-target): Do not use \-continued lines.
318         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
319         (current_stage, restrap, stage_last): New.
321         * Makefile.in: Regenerate.
322         * configure: Regenerate.
324 2006-02-19  Bud Davis  <jmdavis@link.com>
326         * MAINTAINERS (Write After Approval):  Remove myself.
327         (Language Front End Maintainers):  Add myself as fortran 95
328         maintainer and update e-mail address.
330 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
332         * MAINTAINERS (Write After Approval):  Remove myself.
333         (Language Front End Maintainers):  Add myself as fortran 95
334         maintainer.
336 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
338         * MAINTAINERS (Write After Approval): Add myself.
340 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
342         * MAINTAINERS (Write After Approval):  Remove myself.
343         (Language Front End Maintainers):  Add myself as
344         fortran 95 maintainer.
346 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
348         Sync from src:
350         2005-12-27  Leif Ekblad  <leif@rdos.net>
352         * configure.in: Add support for RDOS target.
353         * configure: Regenerate.
355 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
356             Andreas Schwab  <schwab@suse.de>
358         * configure: Regenerate.
360 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
362         * configure.in (enable_libgomp): Add AIX.
363         * configure: Regenerate.
365 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
367         * MAINTAINERS (Write After Approval): Add myself.
368         
369 2006-02-03  Lee Millward  <lee.millward@gmail.com>
371         * MAINTAINERS (Write After Approval): Add myself.
372         
373 2006-01-31  Richard Guenther  <rguenther@suse.de>
374         Paolo Bonzini  <bonzini@gnu.org>
376         * Makefile.def (target_modules): Add libgcc-math target module.
377         * configure.in (target_libraries): Add libgcc-math target library.
378         (--enable-libgcc-math): New configure switch.
379         * Makefile.in: Re-generate.
380         * configure: Re-generate.
381         * libgcc-math: New toplevel directory.
383 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
385         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
386         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
387         the assembler, linker and binutils.
388         * configure: Regenerate.
390 2006-01-22  Dirk Mueller  <dmueller@suse.de>
392         * MAINTAINERS (Write After Approval): Add myself.
394 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
396         * configure: Regenerate.
398 2006-01-18  Richard Henderson  <rth@redhat.com>
399             Jakub Jelinek  <jakub@redhat.com>
400             Diego Novillo  <dnovillo@redhat.com>
402         * libgomp: New directory.
403         * Makefile.def: Add target_module libgomp.
404         * Makefile.in: Regenerate.
405         * configure.in (target_libraries): Add target-libgomp.
406         * configure: Regenerate.
408 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
410         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
411         @ from continuation.
412         * Makefile.in: Rebuilt.
414 2006-01-04  Chris Lattner  <sabre@gnu.org>
416         * MAINTAINERS (Write After Approval): Add myself.
418 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
420         PR bootstrap/24252
422         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
423         * Makefile.tpl (OBJDUMP): New.
424         (EXTRA_HOST_FLAGS): Add it.
425         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
427         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
428         to use symbolic links between directories.  Avoid race conditions
429         or make them harmless.
430         * configure.in: Do not try to use symbolic links between directories.
432         * Makefile.def (LEAN): Pass.
433         * Makefile.tpl (LEAN): Define.
434         (stage[+id+]-start): Accept that the previous directory does not
435         exist, if the bootstrap is lean.
436         (stage[+id+]-bubble): Invoke lean bootstrap commands after
437         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
438         configure substitution.
439         ([+compare-target+]): Likewise.
440         ([+bootstrap-target+]-lean): New.
441         * configure.in: Remove lean bootstrap support from here.
443         * Makefile.in: Regenerate.
444         * configure: Regenerate.
446 2006-01-04  Ben Elliston  <bje@au.ibm.com>
448         * MAINTAINERS (libdecnumber): Add myself.
450 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
452         * libtool-ldflags: New script.
454 2006-01-02  Andreas Schwab  <schwab@suse.de>
456         * configure.in: When reconfiguring remove Makefile in
457         all stage directories.
458         * configure: Regenerate.
460 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
462         * MAINTAINERS: Update my email address.
464 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
466         Revert Ada-related part of the previous change.
468         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
469         Do not pass.
470         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
471         * Makefile.in: Regenerate.
472         * configure.in: Do not include mt-ppc-aix target fragment.
473         * configure: Regenerate.
475 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
477         * configure.in: Select appropriate fragments for PowerPC/AIX.
478         * configure: Regenerate.
480         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
481         BOOT_CFLAGS, BOOT_LDFLAGS.
482         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
483         BOOT_CFLAGS, BOOT_LDFLAGS.
484         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
485         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
486         (stage): Fail if we cannot complete the work.
487         * Makefile.in: Regenerate.
489 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
491         * configure.in: Replace ms1 with mt.
492         * configure: Rebuilt.
494 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
496         * MAINTAINERS: Update my email address.
498 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
500         * Makefile.tpl (all, do-[+make_target+], do-check, install,
501         install-host-nogcc): Don't invoke $(stage) at the end.
502         * Makefile.in: Regenerate.
504 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
506         * configure.in: Flip the top-level bootstrap switch.
507         * configure: Regenerate.
509 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
511         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
512         $(stage) and $(unstage).
513         (EXTRA_TARGET_FLAGS): Correct double-quoting.
514         (all): Remove stray semicolon.
515         (local-distclean): Don't handle multilib.tmp and multilib.out.
516         (install.all): Set $s for consistency.
517         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
518         check_multilibs setting.  Always make the install directory.
519         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
520         Correct @if/@endif.
521         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
522         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
523         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
524         (multilib.out): Remove.
525         * Makefile.in: Regenerated.
527 2005-12-12  Carlos O'Donell <carlos@codesourcery.com>
529         * MAINTAINERS (Write After Approval): Add myself.
531 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
533         * MAINTAINERS: Add myself as mt maintainer.
535         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
537 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
539         * MAINTAINERS: Change email address.
541 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
543         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
544         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
545         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
546         Find in-tree tools if available.
547         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
548         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
549         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
550         (COMPILER_*_FOR_TARGET): New.
551         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
552         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
553         (CONFIGURED_*, USUAL_*): Remove.
554         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
555         STRIP): Use autoconf substitutions.
556         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
557         COMPILER_NM_FOR_TARGET): New.
558         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
560         (all): Make all-host and all-target in parallel.
561         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
562         that $$r and $$s are set before invoking a recursive make.
563         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
564         ([+bootstrap-target+]): Inline most of the `all' target.
566 2005-11-29  Ben Elliston  <bje@au.ibm.com>
568         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
569         from the gcc build directory.
570         * Makefile.in: Regenerate.
572 2005-11-29  Ben Elliston  <bje@au.ibm.com>
574         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
575         depend on all-libdecnumber.
576         * configure.in (host_libs): Include libdecnumber.
577         * Makefile.in: Regenerate.
578         * configure: Likewise.
580 2005-11-29  Ben Elliston  <bje@au.ibm.com>
582         * libdecnumber: Import decNumber sources from the dfp-branch.
584 2005-11-21  Kean Johnston  <jkj@sco.com>
586         * config.sub, config.guess: Sync from upstream sources.
588 2005-11-21  Ben Elliston  <bje@au.ibm.com>
590         Import from Autoconf sources:
592         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
593         * config/move-if-change: Don't output "$2 is unchanged";
594         suggested by Ben Elliston.  Handle weird characters correctly.
596 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
598         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
599         to match upstream libtool for darwin.
601 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
603         * Makefile.def: Remove gdb dependencies for gdbtk.
604         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
605         (configure-gdb, install-gdb): New rules.
606         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
607         * Makefile.in, configure: Regenerated.
609 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
611         * MAINTAINERS (Write After Approval): Add myself.
613 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
615         * MAINTAINERS (Write After Approval): Add myself.
617 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
619         * MAINTAINERS (alias analysis): Add Daniel Berlin and
620         Diego Novillo.
622 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
624         PR bootstrap/24297
625         * Makefile.tpl (do-[+make-target+], do-check, install,
626         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
627         are set before recursing.
628         * Makefile.in: Regenerate.
630 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
632         PR bootstrap/18939
633         * Makefile.def (gcc) <target>: Fix thinko.
634         * Makefile.in: Regenerate.
636 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
638         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
639         * configure: Regenerate.
641 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
643         * MAINTAINERS (Write After Approval): Add self.
645 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
647         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
648         target-libffi, target-qthreads, target-libjava, and
649         targetlibobjc.
650         * configure: Regenerate.
652 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
654         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
655         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
656         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
657         (USUAL_OBJDUMP_FOR_TARGET): New.
658         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
659         * configure.in: Check for $OBJDUMP_FOR_TARGET.
660         * configure, Makefile.in: Regenerated.
662 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
664         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
665         before other host packages.
667 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
669         * MAINTAINERS: Add self as sh libraries/configury maintainer.
671 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
673         PR bootstrap/22340
675         * configure.in (default_target): Remove.
676         * Makefile.tpl (all): Do not use prerequisites as subroutines
677         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
678         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
679         use prerequisites as subroutines.
680         (check-host, check-target): New.
681         (bootstrap configure & all targets): Do not use stage*-start
682         if the directory layout is already ok.
683         (non-bootstrap configure & all targets): Prepend a $(unstage).
684         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
685         (NOTPARALLEL): Remove.
686         (unstage, stage variables): New variables.
687         (unstage, stage targets): Simply expand to those variables.
689         * configure: Regenerate.
690         * Makefile.in: Regenerate.
692 2005-10-04  James E Wilson  <wilson@specifix.com>
694         * Makefile.def (lang_env_dependencies): Add libmudflap.
695         * Makefile.in: Regenerate.
697 2005-10-03  Andreas Schwab  <schwab@suse.de>
699         Backport from libtool CVS:
700         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
702         * ltmain.sh: add support for installing into temporary
703         staging area (e.g. 'make install DESTDIR=...')
705 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
707         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
708         * configure: Regenerated.
710 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
712         * configure: Regenerate with the correct
713         autoconf version.
715 2005-09-30  Catherine Moore  <clm@cm00re.com>
717         * configure.in (bfin-*-*): New.
718         * configure: Regenerated.
720 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
722         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
723         (LIPO_FOR_TARGET): New.
724         (CONFIGURED_LIPO_FOR_TARGET): New.
725         (USUAL_LIPO_FOR_TARGET): New.
726         (STRIP_FOR_TARGET): New.
727         (CONFIGURED_STRIP_FOR_TARGET): New.
728         (USUAL_STRIP_FOR_TARGET): New.
729         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
730         STRIP_FOR_TARGET.
731         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
732         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
733         * Makefile.in: Regenerate.
734         * configure: Regenerate.
735         
736 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
738         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
739         (rs6000-*-aix*): Same.
740         * configure: Regenerate.
742 2005-09-16  Tom Tromey  <tromey@redhat.com>
744         * MAINTAINERS: Add self as java maintainer.
746 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
748         * configure.in: Recognize f95 in the --enable-languages option,
749         and substitute it for fortran, issuing a warning.
750         * configure: Regenerate.
752 2005-08-30  Phil Edwards  <phil@codesourcery.com>
754         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
755         * configure:  Regenerated.
757 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
759         * MAINTAINERS: Add self as ms1 maintainer.
761 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
763         * Makefile.def (libssp): Add to lang_env_dependencies.
764         * Makefile.in: Regenerate.
766 2005-08-18  Ian Lance Taylor  <ian@airs.com>
768         * MAINTAINERS: Add myself as middle-end maintainer.
770 2005-08-17  Christian Groessler  <chris@groessler.org>
772         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
773         * Makefile.in: Regenerate.
775 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
777         * MAINTAINERS (write after approval): Added myself.
779 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
781         * MAINTAINERS (Write After Approval): Add myself.
783 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
785         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
786         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
787         Look for alternate names of the target cc and c++
788         * configure: Regenerate.
790 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
792         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
793         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
794         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
795         tools; remove code to manually set them.
796         (Target tools): Look in the environment for them.
797         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
798         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
799         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
800         build directory.
801         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
802         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
803         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
804         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
805         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
806         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
807         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
808         * configure: Regenerate.
809         * Makefile.in: Regenerate.
811 2005-07-28  Ben Elliston  <bje@au.ibm.com>
813         * MAINTAINERS: Update for removed CPU targets.
815 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
817         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
818         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET. 
819         * Makefile.in: Regenerated.
821 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
823         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
824         (CFLAGS_FOR_TARGET): Use it.
825         (CXXFLAGS_FOR_TARGET): Likewise.
826         * Makefile.in: Regenerated.
827         * configure.in (--with-build-sysroot): New option.
828         * configure: Regenerated.
830 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
832         * Makefile.tpl: Wrap install between unstage and stage
833         * Makefile.in: Regenerate.
835 2005-07-21  Eric Christopher  <echristo@apple.com>
837         * MAINTAINERS: Update affiliation.
839 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
841         * MAINTAINERS: Add self as crx port maintainer.
843 2005-07-20  DJ Delorie  <dj@redhat.com>
845         * MAINTAINERS: Add self as m32c maintainer.
847 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
849         * all files: Update FSF address.
851 2005-07-15  Eric Christopher  <echristo@redhat.com>
853         * MAINTAINERS: Change affiliation.
855 2005-07-14  Jim Blandy  <jimb@redhat.com>
857         * configure.in: Add cases for Renesas m32c.
858         * configure: Regenerated.
859         
860 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
862         * COPYING.LIB: Update from fsf.org.
864 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
866         * COPYING, compile, config.guess,
867         config.sub, install-sh, missing, mkinstalldirs,
868         symlink-tree, ylwrap: Sync from upstream sources.
869         * config-ml.in: Update FSF address.
871 2005-07-13  Eric Christopher  <echristo@redhat.com>
873         * configure.in: Add toplevel noconfigdir support for tpf.
874         * configure: Regenerate.
876 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
878         PR ada/22340
880         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
881         * Makefile.in: Regenerate.
883 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
885         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
886         Brolley to write-after-approval. 
888 2005-07-07  Andreas Schwab  <schwab@suse.de>
890         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
891         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
892         * Makefile.in: Regenerated.
894 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
896         * configure.in: Don't build sim or rda when targetting darwin.
897         * configure: Regenerate.
899 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
901         * configure.in: Add --enable-libssp and --disable-libssp.
902         * configure: Regenerate with autoconf-2.13.
904 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
906         * Makefile.def (target_modules): Add libssp.
907         * configure.in (target_libraries): Add target-libssp.
908         * configure: Rebuilt.
909         * Makefile.in: Rebuilt.
911 2005-07-01  Zack Weinberg  <zackw@panix.com>
913         * MAINTAINERS: Change email address.  Resign from maintainership.
915 2005-07-01  Richard Guenther  <rguenther@suse.de>
917         * MAINTAINERS: Change my e-mail address and affiliation.
919 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
921         * Makefile.def (stagefeedback): Come after profile.
922         Define profiledbootstrap target.
923         * Makefile.tpl (profiledbootstrap): Remove.
924         (stageprofile-end): Zap stagefeedback.
925         (stagefeedback-start): Copy all .gcda files, not only GCC's.
926         * Makefile.in: Regenerate.
928 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
930         * MAINTAINERS: Update my email address.
932 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
934         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
935         In 'cpp' stanza, support '#line' as well as '# '.
937 2005-06-08  Andreas Schwab  <schwab@suse.de>
939         * MAINTAINERS: Move myself from 'Write After Approval' to
940         'CPU Port Maintainers' section as m68k maintainer.
942 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
944         * configure.in (unsupported_languages): New macro.
945         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
946         non-ported target libraries in noconfigdirs.
947         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
948         non-linux-gnu.  Remove libgcj_ex_libffi.
949         <lang_frag loop>: Set add_this_lang=no if the language is in
950         unsupported_languages.
951         * configure: Regenerate.
953 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
955         * configure.in: Fix typo in handling of --with-mpfr-dir.
956         * configure: Regenerate.
958 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
960         * MAINTAINERS: Update my email address.
962 2005-06-02  Jim Blandy  <jimb@redhat.com>
964         * config.sub: Add cases for the Renesas m32c.  (This patch has been
965         accepted into the master sources.)
967 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
968             Michael Snyder  <msnyder@redhat.com>
969             Stan Cox  <scox@redhat.com>
971         * configure.in: Set noconfigdirs for ms1.
973         * configure: Regenerate.
975 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
977         * MAINTAINERS (Write After Approval): Add self.
979 2005-06-01  Josh Conner  <jconner@apple.com>
981         * MAINTAINERS (Write After Approval): Add self.
983 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
985         * MAINTAINERS: Update my email address.
987 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
989         * MAINTAINERS (Write After Approval): Add self.
991 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
993         * MAINTAINERS (Write After Approval): Remove self.
995 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
997         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
998         (Dependencies): Consider target modules for bootstrap dependencies.
999         Make target bootstrap modules depend on each stage's gcc.
1000         * Makefile.in: Regenerate.
1002 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
1004         * Makefile.def (configure-gcc): Depend on binutils having been built.
1005         (all-gcc): No need to do it here.
1006         * Makefile.in: Regenerate.
1008 2005-05-19  Paul Brook  <paul@codesourcery.com>
1010         * configure.in: Rewrite misleading error message when requested
1011         language cannot be built.
1012         * configure: Regenerate.
1014 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
1016         * ylwrap: Import from Automake 1.9.5.
1018 2005-05-13  David Ung  <davidu@mips.com>
1020         * MAINTAINERS (Write After Approval): Add self.
1022 2005-05-09  Mike Stump  <mrs@apple.com>
1024         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
1025         lt_cv_sys_max_cmd_len for now.
1027 2005-05-09  Stan Cox  <scox@redhat.com>
1029         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
1031 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
1033         * README.SCO: Update the URL.
1035 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
1037         * ltconfig: Define file_list_spec.  Pass file_list_spec and
1038         with_gnu_ld to libtool.
1039         * ltcf-c.sh (aix[45]): Define file_list_spec.
1040         * ltcf-cxx.sh (aix[45]): Same.
1041         * ltcf-gcj.sh (aix[45]): Same.
1042         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
1043         exists, write list of input files to temporary file.
1045 2005-05-04  Mike Stump  <mrs@apple.com>
1047         * configure.in: Always pass --target to target configures as
1048         otherwise rebuilds that do --recheck will fail.
1049         * confiugure: Rebuilt.
1051 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
1053         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
1054         STAGE_HOST_EXPORTS.
1055         (configure, all): Add bootstrap support.
1056         (Host modules, target modules): Pass post-stage1 flags and exports.
1057         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
1058         * Makefile.in: Regenerate.
1060 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
1062         * configure: Regenerate.
1064 2005-04-27  Mike Stump  <mrs@apple.com>
1066         * MAINTAINERS: Add self as darwin maintainer.
1068 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
1070         * config.sub: Update from master copy.
1072 2005-04-21  Mike Stump  <mrs@apple.com>
1074         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
1075         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
1077 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
1079         * configure.in <crisv32-*-*, cris-*-*>: New local variable
1080         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
1081         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
1082         "*-*-elf" and "*-*-linux*".
1083         * configure: Regenerate.
1085 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
1087         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
1089 2005-04-12  Mike Stump  <mrs@apple.com>
1091         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
1093 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
1095         * MAINTAINERS (Write After Approval): Add myself.
1097 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
1099         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
1101 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
1103         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
1104         (TARGET_CONFIGARGS): Include --with-target-subdir.
1105         (configure, all): New macros.  Use them throughout.
1106         * Makefile.in: Regenerate.
1108 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
1110         * MAINTAINERS (Write After Approval): Add myself.
1112 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1114         * MAINTAINERS: Remove 'loop unrolling' maintainer.
1116 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
1118         * MAINTAINERS: Move John Carr to Write After Approval.
1120 2005-03-30  J"orn Rennecke <joern.rennecke@st.com>
1122         * config/mh-mingw32: Delete.
1123         * configure.in: Don't use it.
1124         * configure: Regenerate.
1126 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
1128         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
1129         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
1130         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
1131         (HOST_LIB_PATH): Generate from Makefile.def.
1132         (TARGET_LIB_PATH): Likewise.
1133         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
1134         * Makefile.in: Regenerate.
1135         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
1136         (RPATH_ENVVAR): Include Darwin case.
1137         * configure: Regenerate.
1139 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
1141         * MAINTAINERS (Various Maintainers): Remove self.
1142         (Write After Approval): Add self.
1144 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
1146         * MAINTAINERS (Various Maintainers): Add self.
1148 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
1150         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
1151         * configure: Regenerate.
1153 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
1155         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
1156         gcc_version, and gcc_version_trigger from set of flags to pass.
1157         * Makefile.tpl: Remove definitions of above variables.
1158         (config.status): Remove dependency on $(gcc_version_trigger).
1159         * Makefile.in: Regenerate.
1160         * configure.in: Do not reference config/gcc-version.m4 nor
1161         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
1162         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
1163         * configure: Regenerate.
1165 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
1166             Andrew Pinski <pinskia@physics.uc.edu>
1168         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
1169         * Makefile.in: Regenerate.
1171 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
1173         * MAINTAINERS (Write After Approval): Add myself.
1175 2005-03-03  David Ayers  <d.ayers@inode.at>
1177         * MAINTAINERS (Write After Approval): Add myself.
1179 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
1181         PR libgcj/20160
1182         * ltmain.sh: Avoid creating archives with components that have
1183         duplicate basenames.
1185 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
1187         PR bootstrap/20250
1188         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
1189         instead of check.
1190         * Makefile.in: Regenerate.
1192 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
1194         * Makefile.in: Regenerate to fix conflict between the previous two
1195         patches.
1197 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
1199         PR bootstrap/17383
1200         * Makefile.def (target_modules): Remove "stage", now unnecessary.
1201         * Makefile.tpl (HOST_SUBDIR): New substitution.
1202         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
1203         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
1204         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
1205         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
1206         (Host modules, Bootstrapped modules): Use it.
1207         (Build modules, Target modules): Do not create symlink trees,
1208         always configure out-of-srcdir.
1209         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
1210         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
1211         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
1212         $(HOST_SUBDIR).  Create a symlink for host_subdir.
1214         * Makefile.in: Regenerate.
1215         * configure: Regenerate.
1217 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
1219         Merged from libada-gnattools-branch:
1220         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
1222         * gnattools: New directory.
1223         * Makefile.def: Add gnattools as a module, depending on target-libada.
1224         * Makefile.in: Regenerate.
1225         * configure.in: Include gnattools in host_tools; disable it if ada
1226         is disabled.
1227         * configure: Regenerate.
1229 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
1231         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
1232         treelang maintainer.
1233         (Write After Approval): Remove myself.
1235 2005-02-23  Paul Schlie  <schlie@comcast.net>
1237         * configure.in: Allow darwin targeted ports to build tk, itcl and
1238         libgui.
1239         * configure: Regenerate.
1241 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
1243         PR libgcj/10353
1244         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
1245         * configure: Regenerate.
1247 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
1249         * MAINTAINERS (Write After Approval): Add myself.
1251 2005-02-10  Ian Lance Taylor  <ian@airs.com>
1253         * MAINTAINERS: Update my e-mail address.
1255 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
1257         * MAINTAINERS (Write After Approval): Add myself.
1259 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
1261         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
1262         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
1263         target-libgloss when not *-*-elf and *-*-aout.
1264         * configure: Regenerate.
1266 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
1268         * MAINTAINERS: Remove obsolete entries.
1270         * MAINTAINERS (Write After Approval): Add Michael Matz.
1272 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
1274         * MAINTAINERS: Remove self as cpplib maintainer.
1276 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
1278         * install-sh, config.sub: Import from upstream.
1280 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
1282         PR bootstrap/18222
1283         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
1284         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
1285         * Makefile.in: Regenerate.
1287 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
1289         * MAINTAINERS: Update my email address.
1291 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
1292             Andreas Schwab  <schwab@suse.de>
1294         PR bootstrap/18033
1295         * config-ml.in: Eval option if surrounded by single quotes.
1297 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
1299         Revert 2004-12-28 Makefile changes, a better fix will be
1300         applied to mainline and src after GCC 4.0 branches.
1302 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
1304         PR bootstrap/17383
1306         * Makefile.def (target_modules): Remove stage parameter,
1307         it is always true now.
1308         * Makefile.tpl (configure-build-[+module+],
1309         configure-target-[+module+]): Always build symlink tree
1310         for the directory and for include.  BUILD_SUBDIR and
1311         TARGET_SUBDIR cannot be . anymore.
1312         * Makefile.in: Regenerate.
1314 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
1316         Revert 2004-12-08 Makefile changes.
1318 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
1320         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
1321         cygwin, mingw.
1323 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
1325         * configure.in (sh64-*-*): Reenable gprof.
1326         * configure: Regenerate.
1328 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
1330         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
1331         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
1332         (EXTRA_TARGET_FLAGS): Add PICFLAG.
1333         * Makefile.in: Regenerate.
1335 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
1337         * MAINTAINERS: Update my email address.
1339 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
1341         * Makefile.tpl: Generate normal dependencies if the LHS module is
1342         not bootstrapped.
1343         * Makefile.in: Regenerate.
1345 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
1347         * configure.in: Include config/gxx-include-dir.m4.  Use
1348         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
1349         * configure: Regenerate.
1351 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
1353         * config.if: Delete.
1354         * configure.in: Set libstdcxx_incdir directly.
1355         * configure: Regenerate.
1357 2004-12-02  Eric Christopher  <echristo@redhat.com>
1359         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
1360         * Makefile.in: Regenerate.
1362 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
1364         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
1365         * configure: Regenerate.
1367 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
1369         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
1370         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
1371         * configure: Regenerate.
1373 2004-12-01  Eric Christopher  <echristo@redhat.com>
1375         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
1376         of things to remove.
1378 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
1380         * MAINTAINERS (Write After Approval): Update my e-mail address.
1382 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
1384         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
1385         from CVS libtool to always pass_all.
1387 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1389         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
1390         (hppa*64*-*-*): Delete incorrect comment.
1391         * configure: Rebuilt.
1393 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
1395         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
1397 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
1399         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
1400         from CVS libtool to always pass_all.
1402 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
1404         * install-sh, compile: Import from automake.
1406 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
1408         * config.guess, config.sub:  Import from savannnah.
1410 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
1412         * MAINTAINERS (Write After Approval): Add myself
1414 2004-11-12  Mike Stump  <mrs@apple.com>
1416         * Makefile.def: Add html support.
1417         * Makefile.tpl: Likewise.
1418         * Makefile.in: Regenerate.
1420 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
1422         PR 18423
1423         * configure.in: Remove all instances of build-fixincludes from
1424         noconfigdirs.
1425         (build_configargs): Supply --target to subdirectories.
1426         * configure: Regenerate.
1428         * Makefile.def: Make gcc install depend on fixincludes install.
1429         * Makefile.in: Regenerate.
1431 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
1433         * MAINTAINERS: Add myself as gcc testsuite maintainer.
1435 2004-11-11  Paul Brook  <paul@codesourcery.com>
1437         * MAINTAINERS: Add self as arm maintainer.  Update email address.
1439 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
1441         * configure.in (noconfigdirs) [mmix-*-*]: Disable
1442         target-libgfortran.
1443         * configure: Regenerate.
1445 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
1447         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
1448         like CC.
1450 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
1452         * Makefile.def (host fixincludes): Specify missing targets.
1453         * Makefile.in: Regenerate.
1455 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
1457         * MAINTAINERS: Add myself
1459 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
1461         * MAINTAINERS (Write After Approval): Add myself.
1463 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
1465         * Makefile.def: Build fixincludes for the host, too.
1466         * Makefile.in: Regenerate.
1467         * configure.in (host_tools): Add fixincludes.
1468         * configure: Regenerate.
1470 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
1472         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
1473         * configure: Regenerated.
1475 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
1477         PR other/17783
1478         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
1479         * configure: Regenerated.
1481 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
1483         * README.SCO: Update per FSF instructions.
1485 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
1487         PR target/18151
1488         * configure.in (case ${target}): Do not build fixincludes for avr.
1489         * configure: Regenerated.
1491 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
1493         * configure.in (case ${target}): Do not build fixincludes
1494         on platforms where it is not used.
1495         * configure: Regenerated.
1497 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
1499         * configure.in: Use an absolute path to install-sh.
1500         * configure: Regenerated.
1502 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
1504         * MAINTAINERS (Write After Approval): Add myself.
1506 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
1508         * MAINTAINERS: Remove from Write After Approval those that are
1509         already maintainers.
1511 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
1513         * MAINTAINERS:  Update my email address.
1515 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
1517         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
1518         * configure: Regenerate.
1520 2004-10-07  J"orn Rennecke <joern.rennecke@st.com>
1522         * MAINTAINERS:  Update my email address.
1524 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
1526         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
1527         entries belonging to this category.
1529 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
1531         * MAINTAINERS: Update my e-mail address.
1533 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
1535         Fix wrong conflict resolution in:
1537         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
1539         * Makefile.in: Regenerate.
1540         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
1541         in the recursive `make', instead of hardwiring `all'.
1542         (Autogenerated TARGET-* variables): New.
1544 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
1546         * configure.in: Enable target-libgloss for crx-*-*.
1547         * configure: Regenerate.
1549 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
1551         * MAINTAINERS (Various Maintainers): Move the "windows,
1552         cygwin, mingw" maintainer to ...
1553         (OS Port Maintainers): ... here.
1555 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
1557         * MAINTAINERS (Write After Approval): Remove those that are
1558         maintainers of some subsystem.
1560 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
1562         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
1563         * ltcf-cxx.sh (tpf*): Likewise.
1564         * ltconfig (tpf*): Add TPF OS configuration support.
1566 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
1568         * MAINTAINERS: Change my email address to my new work account.
1570 2004-09-24  Michael Roth  <mroth@nessie.de>
1572         * configure.in (--without-headers): Add missing double quotes.
1573         * configure: Regenerate.
1575 2004-09-24  Kelley Cook <kcook@gcc.gnu.org>
1577         * ylwrap: Revert to previous version.
1579 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
1581         PR bootstrap/17369
1582         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
1583         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
1584         SET_GCC_LIB_PATH_CMD.
1585         (BASE_TARGET_EXPORTS): Likewise.
1586         * Makefile.in: Regenerated.
1588         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
1589         * configure: Regenerated.
1591 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
1593         * config.guess: New upstream version
1594         * compile, depcomp, install-sh, ylwrap: Likewise.
1596 2004-09-19  Roger Sayle  <roger@eyesopen.com>
1598         * config/mh-x86omitfp: New host makefile fragment.  Add
1599         -fomit-frame-pointer to the default BOOT_CFLAGS.
1600         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
1601         * configure: Regenerate.
1603 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
1605         PR target/11572
1606         * configure.in (*-*-darwin*): Renable libobjc.
1607         * configure: Regenerate.
1609 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
1611         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
1613 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
1615         * Makefile.def: Remove libbanshee.
1616         * Makefile.tpl: Ditto.
1617         * configure.in: Ditto.
1618         * Makefile.in: Regen.
1619         * configure: Ditto.
1621 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
1623         * ltmain.sh: Use $pic_object as $non_pic_object if
1624         $non_pic_object=none.
1626 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
1628         * missing: Import latest version from master repository.
1630 2004-09-06  Nick Clifton  <nickc@redhat.com>
1632         * config.sub: Import latest version from master repository.
1633         * config.guess: Likewise.
1634         This includes these changes:
1636         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
1638         * config.sub: Handle crisv32, alias etraxfs.
1639         * config.guess (crisv32:Linux:*:*): Handle.
1641         2004-08-13  Brad Smith  <brad@comstyle.com>
1643         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
1644         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
1646         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
1648         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
1649         assume the processor is a powerpc.  This is because coreutils
1650         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
1651         in this case, due to a MacOS X bug that causes
1652         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
1653         to return a negative number.
1654         Problem reported by Petter Reinholdtsen in:
1655         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
1657         2004-07-19  Ben Elliston  <bje@gnu.org>
1659         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
1661         2004-06-24  Ben Elliston  <bje@gnu.org>
1663         * config.guess: Update copyright years.
1664         * config.sub: Likewise.
1666         2004-06-22  Robert Millan  <robertmh@gnu.org>
1668         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
1669         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
1671         2004-06-22  Stanley F. Quayle <stan@stanq.com>
1673         * config.guess (*:*VMS:*:*): New entry. Replaces
1674         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
1675         manufacturer.
1677         2004-06-22  Ben Elliston  <bje@gnu.org>
1679         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
1680         * config.sub: Likewise.
1682         2004-06-22  Ben Elliston  <bje@gnu.org>
1684         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
1685         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
1687         2004-06-11  Ben Elliston  <bje@gnu.org>
1689         * config.guess (pegasos:OpenBSD:*:*): Remove.
1691         2004-06-11  Ben Elliston  <bje@gnu.org>
1693         From Wouter Verhelst <wouter@grep.be>:
1694         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
1696         2004-06-11  Ben Elliston  <bje@gnu.org>
1698         * config.guess (luna88k:OpenBSD:*:*): New.
1700         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
1702         * config.guess (m32r*:Linux:*:*): New case.
1703         * config.sub: Handle m32rle.
1705         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
1707         From Jens Petersen  <petersen@redhat.com>:
1708         * config.sub: Handle sparcv8.
1710         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
1712         From Tom Smith <smith@cag.lkg.hp.com>:
1713         * config.guess: Version suffixes are equally significant on Tru64
1714         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
1715         prefix of "P" (patched kernel).
1717         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
1719         * config.sub: Add support for National Semiconductor CRX target.
1721 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
1723         * MAINTAINERS (Various Maintainers): Remove myself as web page
1724         maintainer, add myself as maintainer of build status lists.
1726 2004-09-03  Jan Beulich  <jbeulich@novell.com>
1728         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
1729         *-*-netware, but add target-libmudflap.
1730         Consolidate *-*-netware targets (of which really only i?86 exists)
1731         into a single entry.
1732         * configure: Likewise.
1734 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
1736         * Makefile.tpl (sorry): Remove.
1737         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
1738         (cleanstrap targets): Depend on distclean, not distclean-stage1.
1739         (do-clean): Clean per-stage directories too.
1740         (do-distclean): Run distclean-stage1 too.
1741         (.NOTPARALLEL): Enable during toplevel bootstrap.
1742         (stage[+id+]-bubble): Enable parallel execution during
1743         the recursive invocation.
1744         * Makefile.in: Regenerate.
1746         Fix previous checkin:
1748         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
1749         include.
1750         * configure.in: Fix indentation.
1751         * configure: Regenerate.
1753 2004-08-31  Robert Bowdidge <bowdidge@apple.com>
1755         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
1756         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
1757         * configure: regenerate
1758         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
1759         -mdynamic-no-pic
1762 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
1764         * Makefile.def (build_modules): Add fixincludes.
1765         (dependencies): Make gcc depend on fixincludes.
1766         * configure.in (build_tools): Add fixincludes.
1767         (build_configdirs): Always include build_libs.
1768         * Makefile.in: Regenerate.
1769         * configure: Regenerate.
1771 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
1773         * Makefile.def (bootstrap stages): Add 'lean' parameter.
1774         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
1775         phony targets; do not generate timestamp files.
1776         (distclean-stageN): Remove references to their timestamp files.
1777         (restageN, touch-stageN): Remove.
1778         (stageN-bubble): Rewritten.
1779         (compare): Support lean bootstraps.
1780         * Makefile.in: Regenerate.
1782         * configure.in: Only warn when bootstrapping but
1783         build != host or build != target.  Support lean bootstraps.
1784         * configure: Regenerate.
1786 2004-08-26  Phil Edwards  <phil@codesourcery.com>
1788         * configure.in:  Give a better error message if GMP/MPFR are missing
1789         and a language needing them has been requested.
1790         * configure:  Regenerated.
1792 2004-08-25  Phil Edwards  <phil@codesourcery.com>
1794         * configure.in:  Print a list of available language front-ends if
1795         a requested one is missing.  Tidy stray tab characters.
1796         * configure:  Regenerated.
1798 2004-08-19  Michael Koch  <konqueror@gmx.de>
1800         * gcc/doc/install.texi: Update entry about automake for libjava.
1802 2004-08-17  Robert Millan  <robertmh@gnu.org>
1804         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
1805         (instead of FreeBSD).
1806         * configure: Regenerate.
1808 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
1810         * Makefile.in: Regenerate.
1811         * configure: Regenerate.
1813         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
1814         stage_*_flags.
1815         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
1816         for bootstrapped modules if toplevel bootstrap is going.
1817         (GCC bootstrap): Generate per-stage targets for all bootstrapped
1818         modules.  Adjust for changes in Makefile.def.  Enable several
1819         rules even in non-bootstrap mode, just to avoid peppering the
1820         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
1821         (stage-[+prev+]-bubble): Remove.
1823         * Makefile.def (Dependencies): Depend on all-build-bison,
1824         all-build-flex, all-build-byacc, all-build-texinfo, rather
1825         than the host variations.
1826         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
1827         with BUILD_SUBDIR.
1828         (BISON): Update for recent Bisons.
1829         (YACC): Fix typo.
1830         (cross): Depend on all-build.
1831         (all): Do not depend on all-build.
1832         (prebootstrap): Remove.
1833         (dep-kind): Accept separate prefixes for MODULE and ON variables.
1834         (Prebootstrap dependencies): Add them to the per-stage targets
1835         and to all-prebootstrap.
1836         * configure.in (build_configdirs): Always enable build_tools.
1837         (BUILD_DIR_PREFIX): Remove.
1839         * Makefile.def (gcc): Add target variable.
1840         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
1841         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
1842         in the recursive `make', instead of hardwiring `all'.
1843         (Autogenerated TARGET-* variables): New.
1845 2004-08-13  Brian Booth  <bbooth@redhat.com>
1847         * MAINTAINERS: Remove myself from write-after-approval.
1849 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
1851         * src-release: Stop distributing mmalloc with gdb (which doesn't
1852         use it).
1853         * Makefile.def: GDB doesn't depend on mmalloc anymore.
1854         * Makefile.in: Regenerate.
1856 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
1858         * configure.in (arm*-*-eabi*): New target.
1859         * configure: Regenerate.
1861 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
1863         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
1864         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
1865         (Dependencies): New section.
1866         * Makefile.tpl (Dependencies): Generate from Makefile.def.
1867         (configure-target-[+module+]): Depend on maybe-all-gcc
1868         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
1869         (toplevel profiledbootstrap): Fix dependencies.
1870         * Makefile.in: Regenerate.
1872 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
1874         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
1875         target-libiberty to noconfigdirs.
1876         * configure: Regenerate.
1878 2004-08-03  Paul Brook  <paul@codesourcery.com>
1880         * configure.in: Check for MPFR as well as GMP.
1881         * configure: Regenerate.
1883 2004-08-01  Robert Millan  <robertmh@gnu.org>
1885         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
1886         libmudflap for all GNU-based systems (with Glibc).
1887         * configure: Regenerate.
1889 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
1891         * Makefile.def (host-modules): Add gcc.
1892         * Makefile.in: Regenerate.
1893         * Makefile.tpl (sorry): New rule.
1894         (configure-host, all-host, [+make_target+]-host, do-check,
1895         install-host): Do not add gcc as a special case.
1896         (host modules): Add a small special-casing for gcc.  Export
1897         extra_make_flags through the environment.
1898         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
1899         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
1900         other recursive targets for gcc): Remove.
1902         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
1903         (stage, unstage): New rules.
1904         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
1905         distclean-stage[+id+]): Use stage_current.
1906         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
1907         the stage*-start rules.
1909 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
1911         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
1912         use -all_load flag.
1914 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
1916         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
1917         * configure: Regenerate.
1919 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
1921         * maintainer-scripts/gcc_release: Revert yesterday's change.
1923 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
1925         * MAINTAINERS: Add myself to write-after-approval.
1927 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
1929         * libf2c: Removed.
1930         * gcc/gccbug.in: Updated because of libf2c removal.
1931         * maintainer-scripts/gcc_release: Ditto.
1933 2004-07-09  Loren J. Rittle <ljrittle@acm.org>
1935         * configure.in: Build libmudflap by default on FreeBSD.
1936         * configure: Regenerated.
1938 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
1940         * configure.in: Do not build libmudflap by default on non-GNU/Linux
1941         systems.
1942         * configure: Regenerated.
1944 2004-07-08 John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1946         PR target/16344
1947         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
1948         feedback based compiler.
1949         * Makefile.in: Rebuilt.
1951 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
1953         * Makefile.def (host_modules): Set bootstrap=true for flex.
1954         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
1955         * Makefile.in: Rebuilt.
1957 2004-07-07  Jan Hubicka  <jh@suse.cz>
1959         * MAINTAINERS: Add self as a profile feedback maintainer.
1961 2004-07-05  Phil Edwards  <phil@codesourcery.com>
1963         * configure.in:  Do not prepend $srcdir to /dev/null in
1964         makefile fragments.
1965         * configure:  Regenerate.
1967 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
1969         * Makefile.def (build_modules): Add bison, byacc, flex,
1970         m4, texinfo.
1971         (flags_to_pass): Add FLEX.
1972         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
1973         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
1974         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
1975         DEFAULT_MAKEINFO): Remove.
1976         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
1977         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
1978         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
1979         objdir or else use configured tool.
1980         (all-build): New.
1981         (all): Depend on it.
1982         (Build module dependencies): Add.
1983         * Makefile.in: Regenerate.
1984         * configure.in: Better support for multiple build modules,
1985         matching what is done for host/target modules.  Do not look
1986         for "plausible" locations of build tools if Canadian cross.
1987         Use autoconf's AC_PROG_CC to find a C compiler.  Define
1988         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
1989         * configure: Regenerate.
1991 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
1993         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
1994         * Makefile.in: Regenerate.
1996 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
1998         * Makefile.tpl (configure-build-[+module+],
1999         configure-[+module+], configure-target-[+module+]): Pass
2000         [+extra_configure_args+].
2001         (all-build-[+module+], all-[+module+], check-[+module+],
2002         install-[+module+], [+make_target+]-[+module+],
2003         all-target-[+module+], check-target-[+module+],
2004         install-target-[+module+], [+make_target+]-target-[+module+]):
2005         Pass [+extra_make_args+].
2006         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
2007         (GCC_HOST_EXPORTS): Remove.
2008         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
2009         cross, check-gcc, check-gcc-c++, install-gcc,
2010         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
2011         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
2012         * Makefile.in: Regenerate.
2014 2004-06-21  Matthew Sachs  <msachs@apple.com>
2016         * MAINTAINERS: Added self to write-after-approval.
2018 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
2020         * configure.in: Check for srcdir/winsup rather than build directory
2021         winsup.
2022         * configure: Regenerate.
2024 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
2026         * configure.in: Don't build Cygwin native newlib if winsup
2027         directory is missing.  Emit warning instead.
2028         * configure: Regenerate.
2030 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
2032         * Makefile.tpl (touch-stage[+id+]): New.
2033         (restage[+prev+]): Depend on touch-stage[+id+].
2035         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
2036         Use it throughout.
2038         * Makefile.def: Add profile and feedback bootstrap stages.
2039         Remove next field from bootstrap stages.
2040         * Makefile.tpl (LN, LN_S): Substitute.
2041         (stageN-start, stageN-end): Use double-colon rules, to
2042         provide a hook for additional setup commands.
2043         (distclean-stageN-gcc, restageN): Create dependencies from
2044         [+prev+], not from [+next+].
2045         (stageN-bubble): Add commands for successive stages from
2046         [+prev+], using double-colon rules.
2047         (all-stageN-gcc): Fix typo.
2048         (stagefeedback-start, profiledbootstrap): New.
2049         * Makefile.in: Regenerate.
2050         * configure.in: Call ACX_PROG_LN.
2051         * configure: Regenerate.
2053 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
2055         * MAINTAINERS (Write After Approval): Add myself.
2057 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
2059         * MAINTAINERS (Write After Approval): Add myself.
2061 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
2063         * configure.in: Fix --enable-bootstrap breakage introduced in trees
2064         without gcc.
2065         * configure: Regenerate.
2067 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
2069         * Makefile.tpl: Fix typo.
2070         * Makefile.in: Regenerate.
2072 2004-06-01  Paolo Bonzini <bonzini@gnu.org>
2074         * configure.in: Remove new- prefix from toplevel
2075         bootstrap targets.
2076         * configure: Regenerate.
2078 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
2080         * Makefile.tpl (all.normal): Rename to all.
2081         (all): Replace with a rule to pick the default
2082         target from configure.
2083         (all-gcc, configure-gcc): Use conditionals to
2084         do nothing when toplevel bootstrap is going on.
2085         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
2086         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
2087         * configure.in: Support --enable-bootstrap.
2089         * Makefile.def: Remove new- prefix from toplevel
2090         bootstrap targets.
2091         * Makefile.tpl: Likewise.
2093         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
2094         target.
2096         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
2097         $(RECURSE_FLAGS) to recursive invocation of make.
2099         * Makefile.in: Regenerate.
2100         * configure: Regenerate.
2102 2004-05-30  Andreas Jaeger  <aj@suse.de>
2103             Jim Wilson <wilson@specifixinc.com>
2105         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
2106         like CC.
2108 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
2110         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
2111         * configure: Regenerate.
2113 2004-05-25  Daniel Jacobowitz  <drow@false.org>
2115         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
2116         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
2117         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
2118         targets.
2119         * Makefile.in: Regenerate.
2121 2004-05-24  Paolo Bonzini <bonzini@gnu.org>
2123         * configure.in: Test the ability to symlink directories.
2124         * configure: Regenerate.
2126         * Makefile.def (bootstrap-stage): New definitions.
2127         * Makefile.tpl (configure-stage1-gcc,
2128         configure-stage2-gcc, configure-stage3-gcc,
2129         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
2130         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
2131         new-restage3, compare): Autogenerate, see Makefile.in
2132         entry for behavioral changes.
2133         (distclean-stage1, new-stage1-start, new-stage1-end,
2134         new-stage1-bubble, distclean-stage2, new-stage2-start,
2135         new-stage2-end, new-stage2-bubble, distclean-stage3,
2136         new-stage3-start, new-stage3-end): New autogenerated targets.
2137         (objext, prebootstrap, BOOT_CFLAGS,
2138         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
2139         targets.
2141         * Makefile.in: Regenerate.
2142         (distclean-stage1, new-stage1-start, new-stage1-end,
2143         new-stage1-bubble, distclean-stage2, new-stage2-start,
2144         new-stage2-end, new-stage2-bubble, distclean-stage3,
2145         new-stage3-start, new-stage3-end): New targets.
2146         (all-stage1-gcc): Move prebootstrap dependency from here...
2147         (configure-stage1-gcc): ...to here.
2148         (new-bootstrap): Use bubble targets.
2149         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
2150         Use per-stage distclean targets.
2151         (configure-stage1-gcc, configure-stage2-gcc,
2152         configure-stage3-gcc, all-stage1-gcc,
2153         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
2154         Use new-stageN-start to prepare the tree.
2156 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
2158         * Makefile.def (host_modules): add libcpp.
2159         * Makefile.tpl: Add dependencies on and for libcpp.
2160         * Makefile.in: Regenerate.
2161         * configure.in: Add libcpp host module.
2162         * configure: Regenerate.
2164 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
2166         * Makefile.tpl: Whenever a recursive target is defined, wrap
2167         it in a special @if/@endif block, and prepare its maybe
2168         dependency in the @if/@endif block
2169         * configure.in: Instead of writing maybe dependencies, remove
2170         the @if/@endif statements, and remove the @if/@endif blocks
2171         that remain.
2172         * configure: Regenerate.
2173         * Makefile.in: Regenerate.
2175 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
2177         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
2179 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
2181         PR bootstrap/15120
2182         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
2183         * */configure: Rebuilt.
2185 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
2187         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
2188         of libf2c.
2189         * configure, Makefile.in: Regenerate.
2191 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
2193         * MAINTAINERS (Write After Approval): Add myself.
2195 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
2197         Merge from tree-ssa-20020619-branch.
2199         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
2200         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
2201         (HOST_GMPLIBS): Define.
2202         (HOST_GMPINC): Define.
2203         (TARGET_LIB_PATH): Add libmudflap.
2204         (GFORTRAN_FOR_TARGET): Define.
2205         (configure-build*): Export GFORTRAN.
2206         (configure-gcc): Export GMPLIBS and GMPINC.
2207         (all-gcc): Add maybe-all-libbanshee.
2208         (configure-target-libgfortran): Define.
2209         * Makefile.in: Regenerate.
2210         * configure.in (host_libs): Add libbanshee.
2211         (target_libraries): Add target-libmudflap and target-libgfortran.
2212         Add --with-libbanshee.
2213         Handle --disable-libmudflap.
2214         (*-*-freebsd*): Use with_gmp.
2215         Add $(libgcj) to noconfigdirs.
2216         * configure: Regenerate.
2217         * depcomp: New file.
2218         * MAINTAINERS: Add tree-ssa maintainers.
2220 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
2222         * MAINTAINERS (Various Maintainers): Add myself.
2224 2004-04-30  Brian Ford  <ford@vss.fsi.com>
2226         * MAINTAINERS (Write After Approval): Add myself.
2228 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
2230         * MAINTAINERS (Write After Approval): Add myself.
2232 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
2234         * config/acx.m4: Fix fastcompare support for new-bootstrap.
2235         * configure: Regenerate.
2237 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
2239         Revert:
2240         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
2242         * Makefile.def (flags_to_pass): Remove *dir variables that
2243         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
2244         as well as prefix and exec_prefix.
2245         * Makefile.in: Regenerate.
2247 2004-04-26  Robert Millan  <robertmh@gnu.org>
2249         Add patches from libtool CVS.
2250         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
2251         * ltconfig: Likewise.
2252         * ltcf-c.sh: Likewise.
2253         * ltcf-cxx.sh: Likewise.
2254         * ltcf-gcj.sh: Likewise.
2256 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
2258         * Makefile.def (host_modules): Mark with the bootstrap
2259         flag packages on which gcc depends.
2260         * Makefile.tpl (all-bootstrap): Use it.
2261         * Makefile.in: Regenerate.
2263 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
2265         * Makefile.def (flags_to_pass): Remove *dir variables that
2266         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
2267         as well as prefix and exec_prefix.
2268         * Makefile.in: Regenerate.
2270 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
2272         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
2273         * configure: Regenerate.
2274         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
2275         * gcc/Makefile.tpl (compare): Use the result of the test.
2276         * gcc/Makefile.in: Regenerate.
2278 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
2280         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
2281         Always relocate gcc and prev-gcc to the original names, even
2282         if the build fails.
2283         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
2284         New targets.
2286 2004-04-23  Laurent GUERBY <laurent@guerby.net>
2288         * MAINTAINERS: Update my email address.
2290 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2292         * configure.in (mips*-*-irix5*): Enable ld.
2293         * configure: Regenerate.
2295 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2297         * configure: Regenerate.
2299 2004-04-15  James E Wilson  <wilson@specifixinc.com>
2301         * Makefile.tpl (configure-[+module+], configure-gcc,
2302         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
2303         Set and export LDFLAGS.
2304         * Makefile.in: Regenerate.
2306 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
2308         * MAINTAINERS: Add myself to write-after-approval.
2310 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
2312         PR bootstrap/14871
2313         * Makefile.tpl: If we don't have built-in-tree target tools,
2314         use the ones found by configure rather than hacking around with
2315         program_transform_name.
2316         * configure.in: Give Makefile.tpl the information necessary
2317         to do that.
2318         * Makefile.in: Regenerate.
2319         * configure: Regenerate.
2321 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
2323         PR bootstrap/14760
2324         * configure.in: When computing baseargs, strip *all* copies of
2325         offending options.  Also, don't match/substitute the trailing space,
2326         so that this actually works when two similar options are separated by
2327         only one space.
2328         * configure: Regenerate.
2330 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
2332         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
2333         (rs6000-*-aix*): Same.
2334         * configure: Regenerate.
2336 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
2338         * MAINTAINERS: Add myself to write-after-approval.
2340 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
2342         * MAINTAINERS: Add myself to write-after-approval.
2344 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
2346         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
2347         STRICT_WARN, WARN_CFLAGS flags passed down to make.
2348         * Makefile.in: Regenerate.
2350         * configure.in (top level bootstrap support): Rework --enable-werror
2351         to set @stage2_werror_flag@.
2352         * configure: Regenerate.
2353         * Makefile.tpl (top level bootstrap support): Pass
2354         @stage2_werror_flag@ down to configure in stages 2 and 3.
2355         * Makefile.in: Regenerate.
2357 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
2359         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
2360         for stages 2 and 3 as well as in make.  As a consequence, remove
2361         OUTPUT_OPTION (now detected by configure) from the flags passed down
2362         to make.
2363         * Makefile.in: Regenerate.
2365         * Makefile.tpl (new-bootstrap): Fix typo.
2366         * Makefile.in: Regenerate.
2368 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
2370         * Makefile.tpl: Rearrange by moving recursive_targets rules
2371         into their proper sections.
2372         * Makefile.tpl (top level bootstrap support): Move disabling
2373         of coverage flags from 'make' to 'configure'; improve comments.
2374         * Makefile.in: Regenerate.
2376         * Makefile.tpl (experimental top level bootstrap) Move stage1
2377         language setting from all- target to configure- target; disable
2378         intermodule optimization in stage 1; prevent gratuitous rebuilds
2379         of stage 1.
2380         * Makefile.in: Regenerate.
2381         * configure.in: Comma-separate stage 1 language list for top
2382         level bootstrap.
2383         * configure: Regenerate.
2385         * Makefile.tpl: Clean up experimental top level bootstrap support:
2386         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
2387         prev-gcc in configure- targets as well as all- targets.
2388         * Makefile.in: Regenerate.
2390 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
2392         * compile: New file imported from automake.
2394 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
2396         * configure.in: Remove symbolic link section.
2397         * configure: Regenerate.
2398         * Makefile.tpl (links): Remove.
2399         * Makefile.in: Regenerate.
2401 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
2402             Nathanael Nerode  <neroden@gcc.gnu.org>
2404         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
2405         Set with AC_CHECK_PROGS.
2406         * configure.in: Fix comment typo from last patch.
2407         * configure: Regenerate.
2409 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
2411         * Makefile.tpl: Introduce experimental top level bootstrap support.
2412         * Makefile.in: Regenerate.
2413         * configure.in: Introduce support for top level bootstrap.
2414         * configure: Regenerate.
2416 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
2417             Paolo Bonzini  <bonzini@gnu.org>
2419         PR bootstrap/14522
2420         * configure.in: Cope with shells that do not support unquoted ^
2421         * configure: Regenerate.
2423 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
2424             Paolo Bonzini  <bonzini@gnu.org>
2426         PR bootstrap/14522
2427         * configure.in: Cope with shells that do not support nesting
2428         quotes inside quoted backquote substitutions.
2429         * configure: Regenerate.
2431 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
2433         PR bootstrap/14522
2434         * configure.in: Fix escaping of $.
2435         * configure: Regenerate.
2437 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
2439         * configure: Regenerate, since I forgot to while committing Paolo's
2440         changes.
2442 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
2444         PR ada/14131
2445         Move language detection to the top level.
2446         * configure.in: Find default values for the tools as
2447         soon as possible.  Disable ada if GNAT is not found.
2448         Emit error message about missing languages.  Expand
2449         --enable-languages=all for the gcc subdirectory.
2451 2004-03-10  Ben Elliston  <bje@gnu.org>
2453         * MAINTAINERS: Update my email address.
2455 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
2457         * ltconfig: Disable building static libraries if building shared
2458         libraries on AIX 5L.
2460 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
2462         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
2463         and disable libgcj.
2464         * configure: Regenerated.
2466 2004-03-01  Brian Booth  <bbooth@redhat.com>
2468         * MAINTAINERS: Add myself to write-after-approval.
2470 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
2472         * MAINTAINERS: Add myself to write-after-approval.
2474 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
2476         PR bootstrap/7087
2477         * Makefile.tpl: Guard XFOO sed statements better.
2478         * Makefile.tpl: Add dependency for configure-target-libada.
2479         * Makefile.in: Regenerate (incidentally fixes broken
2480         commit when libada-branch was merged).
2482 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
2484         * MAINTAINERS: Add myself to write-after-approval.
2486 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
2488         * MAINTAINERS: Add Nicola Pero and myself as libobjc
2489         maintainers.
2491 2004-02-20  Andrew Cagney  <cagney@redhat.com>
2493         * config.guess: Update from version 2003-10-16 to 2004-02-16.
2494         * config.sub: Update from version 2003-11-03 to 2004-02-16.
2496 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
2498         PR bootstrap/11932
2499         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
2501 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
2503         * MAINTAINERS: Added myself to write-after-approval.
2505 2004-02-14  Michael Koch  <konqueror@gmx.de>
2507         * MAINTAINERS: Added myself to write-after-approval.
2509 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
2511         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
2512         some OS port maintainers to OS port maintainers section.
2514 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
2516         * MAINTAINERS: Add self.
2518 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
2520         * MAINTAINERS: Alphabetize.
2522 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
2524         * MAINTAINERS: Remove myself.
2526 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
2528         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
2529         (rs6000-*-aix*): Same.
2530         * configure: Regenerate.
2532 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
2534         * configure.in (host): Add in missing $noconfigdirs to defines.
2535         * configure: Regenerate.
2537 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
2538             Nathanael Nerode  <neroden@gcc.gnu.org>
2540         PR ada/6637, PR ada/5911
2541         Merge with libada-branch:
2542         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
2543         with appropriate dependencies. Add --enable-libada configure switch.
2544         * configure, Makefile.in: Regenerate.
2546 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
2548         * MAINTAINERS: Add myself to write-after-approval.
2550 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2552         * configure.in: Don't pass --with-stabs on IRIX 5 either.
2553         * configure: Regenerate.
2555 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
2557         Merge from upstream:
2559         * ltmain.in: When setting IFS to '~', be careful about user
2560         arguments that contain '~'.
2562         2004-02-04  Peter O'Gorman  <peter@pogma.com>
2564         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
2565         Also test $base_compile against $CC with escaped arguments. Bug
2566         reported by Geoff Keating <geoffk@apple.com>.
2568 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
2570         * MAINTAINERS: Remove i960 port.
2572 2004-01-23  DJ Delorie  <dj@redhat.com>
2574         * Makefile.def (target_modules) [libiberty]: Don't stage.
2575         * Makefile.in: Rebuilt.
2577 2004-01-20  Caroline Tice  <ctice@apple.com>
2579         * MAINTAINERS: Add myself to write-after-approval.
2581 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
2583         * MAINTAINERS: Update my email address.
2585 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
2587         * MAINTAINERS: Add myself to write-after-approval.
2589 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2591         * MAINTAINERS: Remove entries without email address.
2593 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
2595         * MAINTAINERS: Add myself to write-after-approval.
2597 2004-01-15  Steven Bosscher  <stevenb@suse.de>
2599         * MAINTAINERS: Update my email address.
2601 2004-01-14  Loren J. Rittle <ljrittle@acm.org>
2603         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
2604         * Makefile.tpl (configure-target-[+module+]): Support stage.
2605         * Makefile.in: Rebuilt.
2607 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
2609         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
2611 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
2613         * MAINTAINERS: Add myself as a MIPS maintainer.
2615 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
2617         * configure.in: Use ./config.cache, not config.cache.
2618         * configure: Regenerate.
2619         * Makefile.tpl: Special-casing not needed for GCC any more.
2620         * Makefile.in: Regenerate.
2622         * configure.in: Don't share a cache file for host dirs.
2623         * configure: Regenerate.
2625         * config-ml.in: Don't mess with the cache file.
2627 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
2629         * MAINTAINERS: Move myself from 'Write After Approval' to
2630         'CPU Port Maintainers' section as SPARC maintainer.
2632 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
2634         * Makefile.tpl: Make GCC use a separate config.cache.
2635         * Makefile.in: Regenerate.
2637         PR bootstrap/11932, PR bootstrap/11933
2638         (I don't know if it will fix either of them, but it relates
2639         to them.)
2640         * configure.in: Don't use shared config.cache for target
2641         directories.
2642         * configure: Regenerate.
2644 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
2646         * MAINTAINERS: Add myself to 'Write After Approval' section.
2648 2003-12-31  Roger Sayle  <roger@eyesopen.com>
2650         * configure.in (ia64*-*-hpux*): Disable building java libraries.
2651         * configure: Regenerated.
2653 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
2655         * MAINTAINERS: Remove the mn10200 maintainer.
2657 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
2659         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
2660         * configure: Regenerated.
2662 2003-12-16  Jan Hubicka  <jh@suse.cz>
2664         * MAINTAINERS: Add myself as callgraph maintainer.
2666 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
2668         * configure.in (raw_libstdcxx_flags): Remove the leading space.
2669         * configure: Regenerate.
2671 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2673         * MAINTAINERS: Move myself from 'Bug database only accounts' to
2674         'Write After Approval' section. Update email.
2676 2003-12-01  James Lemke <jim@wasabisystems.com>
2678         * MAINTAINERS (Write After Approval): Add myself.
2680 2003-11-20  Matt Thomas  <matt@3am-software.com>
2682         * MAINTAINERS: Add myself as a vax port maintainer.
2684 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
2686         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
2687         (configure-build-[+module+], configure-[+module+]): Likewise.
2688         (configure-target-[+module+], configure-gcc, config.status): Likewise.
2689         * Makefile.in: Regenerate.
2691 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
2693         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
2694         shared/dylibed libraries.
2695         * ltmain.sh: Likewise.
2696         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
2697         * ltcf-cxx.sh: Likewise.
2698         * ltcf-gcj.sh: Likewise.
2699         * ltconfig: Likewise.
2701 2003-11-17  Stan Cox  <scox@redhat.com>
2703         * MAINTAINERS: Add myself as iq2000 port maintainer.
2705 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
2707         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
2708         * Makefile.in: Regenerate.
2710 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
2712         * config.sub: Update to 2003-11-03 version.
2714 2003-10-20  Phil Edwards  <phil@codesourcery.com>
2716         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
2717         * configure:  Regenerate.
2719 2003-10-20  Nicolas Pitre <nico@cam.org>
2721         * MAINTAINERS: Add myself to 'Write After Approval' section.
2723 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
2725         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
2727 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
2729         * MAINTAINERS: Update my email address.
2731 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2733         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
2735 2003-10-17 Ralph Loader  <rcl@ihug.co.nz>
2737         * MAINTAINERS: Add myself to 'Write After Approval' section.
2739 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
2741         * config.guess: Update to 2003-10-16 version.
2742         * config.sub: Update to 2003-10-16 version.
2744 2003-10-15 David Daney  <ddaney@avtrex.com>
2746         * MAINTAINERS: Added myself to 'Write After Approval' section.
2748 2003-10-15  Falk Hueffner  <falk@debian.org>
2750         * MAINTAINERS: Move myself from 'Bug database only accounts' to
2751         'Write After Approval' section. Update email.
2753 2003-10-14  Roger Sayle  <roger@eyesopen.com>
2755         * MAINTAINERS: Move myself from 'Write After Approval' to
2756         'Various Maintainers' section as middle-end maintainer.
2758 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
2760         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
2761         HOST_FLAGS_TO_PASS.
2762         * Makefile.in: Regenerate.
2764 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
2766         * config.guess: Update to 2003-10-07 version.
2767         * config.sub: Update to 2003-10-07 version.
2769 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2771         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
2772         * ltconfig (irix5*, irix6*): Don't override version_type.
2774 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
2776         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
2777         * configure: Rebuilt
2778         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
2779         * Makefile.in: Rebuilt
2781 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
2783         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
2785 2003-09-30  Carlo Wood  <carlo@alinoe.com>
2787        * MAINTAINERS (Write After Approval): Add myself.
2789 2003-09-29  Paul Koning  <ni1d@arrl.net>
2791         * MAINTAINERS: Move myself from "Write After Approval"
2792         to CPU platform maintainers for pdp11 platform.
2794 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
2796         * MAINTAINERS: Move myself from 'Write After Approval' to
2797         'Various Maintainers' section as libffi testsuite maintainer.
2799 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
2801         * configure.in: Pass a computed --program-transform-name
2802         to subconfigures.
2803         * configure: Regenerated.
2805 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
2807         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
2808         * Makefile.in: Regenerate.
2810         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
2811         * Makefile.in: Regenerate.
2813 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
2815         * MAINTAINERS: Move myself from 'Write After Approval'
2816         to 'Various Maintainers' (objective-c) section.
2818 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
2820         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
2821         quoting.
2822         * configure: Regenerated.
2824 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
2826         * MAINTAINERS (Write After Approval): Add myself to write after
2827         approval list.
2829 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
2831        * MAINTAINERS (Write After Approval): Add myself.
2833 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
2835         * MAINTAINERS: Update my e-mail address.
2837 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
2839         * libtool.m4 (LD): Correct powerpc64 host match.
2841 2003-09-06  James E Wilson  <wilson@tuliptree.org>
2843         * MAINTAINTERS: Update my affiliation and email address.
2845 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2847         * MAINTAINERS (Write After Approval): Add myself.
2849 2003-09-04  DJ Delorie  <dj@redhat.com>
2851         * configure: Regenerate.
2853 2003-09-04  Robert Millan  <robertmh@gnu.org>
2855         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
2857 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2859         * configure.in: Ensure arguments to sed are properly spaced.
2860         * configure: Regenerate.
2862 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
2864         * MAINTAINERS: Update my e-mail address.
2866 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
2868         * MAINTAINERS (Write After Approval): Add myself.
2870 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
2872         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
2873         * configure: Regenerated.
2875 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
2877         * MAINTAINERS: Update my email address.
2879 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
2881         * configure.in:  Use newline instead of semicolon when assuming
2882         shell arguments in a for loop.
2883         * configure:  Regenerated.
2885 2003-08-22  Jason Eckhardt  <jle@rice.edu>
2887         * MAINTAINERS: Resurrect the i860 maintainer.
2889 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
2891         PR 8180
2892         * configure.in: When testing with_libs and with_headers, treat
2893         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
2894         * configure: Regenerate.
2896         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
2897         make, shell, etc.
2898         (baseargs): Likewise.
2899         * configure: Regenerate.
2901 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
2903         * MAINTAINERS (Write After Approval): Add myself.
2905 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
2907         * configure.in: Disable libgcj for darwin not on powerpc.
2908         * configure: Rebuild.
2910 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
2912         * config-ml.in, symlink-tree: Add license.
2914 2003-08-03  Richard Stallman  <rms@gnu.org>
2915             Eben Moglen  <moglen@columbia.edu>
2917         * README.SCO: New file.
2919 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
2921         * Makefile.tpl (check, check-c++): Express dependencies using
2922         dependencies rather than commands.
2923         * Makefile.in: Regenerate.
2925 2003-08-01  Andrew Cagney  <cagney@redhat.com>
2927         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
2928         * configure: Ditto.
2930 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
2932         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
2933         * Makefile.in: Update.
2935 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
2937         * configure.in: Enable libgcj for darwin.
2938         * configure: Rebuild.
2940 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
2942         * config-ml.in:  Use ac_configure_args directly instead of
2943         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
2944         actually seen.
2946 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
2948         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
2949         creating target and build subdirs to build all parent dirs as needed.
2950         * Makefile.in: Rebuild.
2951         * configure.in: Don't build dirs explicitly here.
2952         * configure: Rebuild.
2954 2003-07-26  Paul Brook  <paul@nowt.org>
2956         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
2958 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
2960         * Makefile.tpl (all-make): Depend on intl.
2961         * Makefile.in: Rebuilt.
2963 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
2965         * install-sh:  Update to newer upstream versions (associated with
2966         aclocal 1.7).
2967         * mkinstalldirs:  Likewise.
2968         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
2970 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
2972         * MAINTAINERS: Move self from Bug database only accounts
2973         to write-after-approval.
2975 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
2977         * config.if: Remove unused libc_interface determination.
2979 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
2981         * MAINTAINERS: Move self from write-after-approval to
2982         build machinery (*.in).
2984 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
2986         PR bootstrap/11273
2987         PR bootstrap/11408
2988         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
2989         unused INSTALL_PROGRAM_ARGS.
2990         * configure.in: Use AC_PROG_INSTALL.
2991         * Makefile.in: Regenerate.
2992         * configure: Regenerate.
2994 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
2996         * MAINTAINERS: Alphabetize.
2998 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
3000         * configure: Rebuilt.
3001         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
3002         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
3003         newlib nor libgloss.
3004         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
3005         * configure.in (am33_2.0-*-linux*): Added.
3007 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
3009         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
3010         * configure: Regenerate.
3012 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
3014         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
3015         * Makefile.in: Regenerate.
3017 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
3019         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
3020         * Makefile.in: Regenerate.
3022 2003-07-04  H.J. Lu <hongjiu.lu@intel.com>
3024         * Makefile.tpl: Replace PWD with PWD_COMMAND.
3025         * Makefile.in: Regenerated.
3027         * config-ml.in: Replace PWD with PWD_COMMAND.
3029 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
3031         * intl: New directory; see intl/ChangeLog for details.
3032         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
3033         * Makefile.tpl: all-gcc depends on maybe-all-intl.
3034         * Makefile.in: Regenerate.
3036 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
3038         * configure.in: Clean up config-lang.in handling.  Delete
3039         useless assignment to "subdirs".
3040         * configure: Regenerate.
3042 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
3044         * configure.in: Rename 'target_libs' to 'target_libraries'.
3045         Remove useless reference to 'target_libs'.
3046         * configure: Regenerate.
3048 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
3050         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
3051         * Makefile.in: Regenerate.
3053 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
3055         * Makefile.def: Introduce flags_to_pass.
3056         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
3057         * Makefile.in: Regenerate.
3059 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
3061         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
3062         and target-libgloss.
3063         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
3064         <h8300*-*-*>: Disable libf2c and ${libgcj}.
3065         * configure: Regenerate.
3067 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
3069         * configure.in: Update testsuite_flags to new location.
3070         * configure. Regenerate.
3072 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
3074         * Makefile.tpl: Remove BUILD_CC stuff.
3075         * Makefile.in: Regenerate.
3077 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
3079         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
3081 2003-06-16  Graeme Peterson <gp@qnx.com>
3083         * MAINTAINERS (Write After Approval): Add myself.
3085 2003-06-14  H.J. Lu <hongjiu.lu@intel.com>
3087         * config.guess: Update to 2003-06-12 version.
3088         * config.sub: Update to 2003-06-13 version.
3090 2003-06-12  H.J. Lu <hongjiu.lu@intel.com>
3092         * config.guess: Update to 2003-06-06 version.
3093         * config.sub: Update to 2003-06-06 version.
3095 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3097         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
3098         * configure. Regenerate.
3100 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
3102         * configure.in: Disable serial configure by default.
3103         * configure: Regenerate.
3104         * Makefile.tpl: Abolish .NOTPARALLEL.
3105         * Makefile.in: Regenerate.
3107         * Makefile.tpl: Replace {build,host,target}_canonical by
3108         {build,host,target}.
3109         * Makefile.in: Regenerate.
3111         * Makefile.tpl: Fix stupid pasto.
3112         * Makefile.in: Regenerate.
3114 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
3116         * Makefile.tpl: Remove bogus conditional.
3117         * Makefile.in: Regenerate.
3119 2003-06-05  Jan Hubicka  <jh@suse.cz>
3121         * Makefile.tpl (profiledbootstrap): New target.
3122         * Makefile.in (profiledbootstrap): New target.
3124 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
3126         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
3127         Pinski. Remove user names from other bugzilla-only maintainers.
3129 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
3131         * Makefile.tpl: Make 'recursive targets' using autogen rather
3132         than shell loop.  Remove duplicate 'clean' targets and false
3133         comments.
3134         * Makefile.def: Add systematic dependencies to 'recursive' targets.
3135         Add systematic method of specifying missing targets in subdirs.
3136         Add copyright boilerplate.
3137         * Makefile.in: Regenerate.
3138         * configure.in: Add 'recursive targets' to maybe list.
3139         * configure: Regenerate.
3141         * MAINTAINERS: "GNATS only" -> "Bug database only".
3143         * Makefile.tpl: Rename [+target+] to [+make_target+].
3144         * Makefile.def: Rename 'target' to 'make_target'.
3146 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
3148         * MAINTAINERS: Add self as options handling maintainer.
3150 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
3152         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
3153         been too long since I touched those ports.
3155 2003-05-28  DJ Delorie  <dj@redhat.com>
3157         * Makefile.tpl: Make maybe-check-gcc .PHONY.
3158         * Makefile.in: Regenerate.
3160 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
3162         * configure.in: Use curly braces in the definition of tooldir.
3163         * configure: Regenerate.
3165 2003-05-21  DJ Delorie  <dj@redhat.com>
3167         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
3168         newlib or libgloss.
3169         * Makefile.in: Regenerate.
3171 2003-05-21  DJ Delorie  <dj@redhat.com>
3173         * Makefile.tpl: Add missing empty maybe-check-gcc target.
3174         * Makefile.in: Regenerate.
3176 2003-05-20  Ian Lance Taylor  <ian@airs.com>
3178         * MAINTAINERS: Update my e-mail address.
3180 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
3182         * configure.in: Switch more things to use maybe dependencies.
3183         * Makefile.tpl: Switch more things to use maybe dependencies.
3184         Factor out common code from autogen IF statements.
3185         * configure: Regenerate.
3186         * Makefile.in: Regenerate.
3188 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
3190         * configure.in: Accept i[3456789]86 for machine type.
3191         * configure: Regenerate.
3193 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
3195         * configure.in: Switch more things to use maybe dependencies.
3196         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
3197         * configure: Regenerate.
3198         * Makefile.tpl: Switch more things to use maybe dependencies.
3199         * Makefile.in: Regenerate.
3201 2003-05-16  Andreas Schwab  <schwab@suse.de>
3203         * Makefile.tpl (install-opcodes): Define.
3204         * Makefile.in: Rebuild.
3206 2003-05-13  Andreas Jaeger  <aj@suse.de>
3208         * config.guess: Update to 2003-05-09 version.
3209         * config.sub: Update to 2003-05-09 version.
3211 2003-05-13  Michael Eager <eager@mvista.com>
3213         * configure.in: Correct sed script so that options in quotes are not
3214         deleted.
3215         * configure: Rebuild.
3217 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
3219         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
3220         and $$s/newlib/libc/sys/cygwin32 include paths.
3221         * configure: Ditto.
3223 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
3225         * MAINTAINERS: Update my email addresses.
3227 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
3229         * config-ml.in: Propagate INSTALL variables.
3231 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3233         * MAINTAINERS: Remove duplicate entries in Write After Approval.
3235 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
3237         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
3238         * Makefile.in: Regenerate.
3240 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
3242         * MAINTAINERS (GNATS only): Add Falk Hueffner.
3244 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
3246         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
3248 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
3250         * Makefile.tpl: Clean $(BUILD_SUBDIR).
3251         * Makefile.in: Regenerated.
3253 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
3255         * MAINTAINERS (Write After Approval): Upgrade myself from
3256         GNATS only to write-after-approval. Update my mail address.
3258 2003-04-25  Loren J. Rittle <ljrittle@acm.org>
3260         (OS Port Maintainers: freebsd): Add myself.
3262 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
3264         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
3266 2003-04-22  Kean Johnston  <jkj@sco.com>
3268         * MAINTAINERS (SCO ports): Added myself.
3270 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
3272         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
3274 2003-04-19  Kean Johnston  <jkj@sco.com>
3276         * MAINTAINERS (Write After Approval): Add myself.
3278 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3280         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
3281         * Makefile.in: Regenerate.
3283 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
3285         * configure.in (powerpc64*-*-linux*): Remove.
3286         * configure: Rebuilt.
3288 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
3290         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
3291         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
3292         and restrap.
3293         * Makefile.in:  Regenerate.
3295 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
3297         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
3298         * configure: Regenerated.
3300 2003-04-15  DJ Delorie  <dj@redhat.com>
3302         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
3304 2003-04-13  Nick Clifton  <nickc@redhat.com>
3306         * config-ml.in: Remove support for --disable-aix removing
3307         call-aix multilibs.
3309 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
3311         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
3312         * */configure: Rebuilt.
3314 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
3316         * MAINTAINERS: Add my email address.
3318 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
3320         * MAINTAINERS (Write After Approval): Add myself.
3322 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
3324         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
3325         * Makefile.in: Regenerate.
3327 2003-03-14  Michael Chastain  <mec@shout.net>
3329         * Makefile.in: Regenerate with correct Makefile.def.
3331 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
3333         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
3334         Make macro.
3335         * Makefile.in: Regenerate.
3336         * configure.in: Clean up gxx_include_dir logic.
3337         * configure: Regenerate.
3339 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
3341         * MAINTAINERS (Write After Approval): Add myself.
3343 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
3345         * MAINTAINERS: Update my mail address.
3347 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3349         * configure.in (gxx_include_dir): Fix typo.
3350         * configure: Regenerated.
3352 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
3354         * Makefile.tpl: Reindent.
3355         * Makefile.in: Regenerate.
3356         * configure.in: Reindent.  Don't set unused variables.
3357         * configure: Regenerate.
3359 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
3361         * configure.in: Include $(build_tooldir)/sys-include in
3362         FLAGS_FOR_TARGET.
3363         * configure: Regenerated.
3365 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
3367         * Makefile.tpl: Always pass down RANLIB.
3368         * Makefile.in: Regenerate.
3370         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
3371         * Makefile.in: Regenerate.
3372         * configure.in: Remove unused logic relating to --enable-shared
3373         and --enable-threads.  Remove bogus comments.  Remove redundant
3374         noconfigdirs.
3375         * configure: Regenerate.
3377         * configure.in: Replace ${libstdcxx_version} by its value.
3378         Remove reference to mh-dgux.
3379         * configure: Regenerate.
3381 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
3383         * MAINTAINERS (Write After Approval): Add myself.
3385 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
3387         * Makefile.tpl: Rearrange.
3388         * Makefile.in: Regenerate.
3390 2003-02-25  Uwe Stieber <uwe@wwws.de>
3392         * configure.in: Add support for kaOS as cross build target system.
3393         * configure: Regenerated.
3395 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
3397         * MAINTAINERS (Write after approval): Add myself.
3399 2003-02-21  James E Wilson  <wilson@tuliptree.org>
3401         * MAINTAINERS: Update my email address.
3403 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
3405         * MAINTAINERS: Add self to blanket write privs. section.
3407 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
3409         * Makefile.tpl: Add definition of CPPFLAGS to pass into
3410         configure-target-* as some target builds may require additional
3411         flags for preprocessor tests.
3412         * Makefile.in: Regenerated.
3414 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
3416         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
3417         * ltconfig: Handle it.
3418         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
3419         auto-detecting it.
3421         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
3422         it is used as argument to $CC.
3423         * ltcf-gcj.sh: Likewise.
3425         * configure.in: Introduce --enable-maintainer-mode.
3426         * configure: Rebuilt.
3427         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
3428         for maintainer mode.
3429         * Makefile.in: Rebuilt.
3431 2003-02-18  Jason Merrill  <jason@redhat.com>
3433         * Makefile.tpl (check-c++): Allow parallelism.
3435 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3437         * MAINTAINERS: Remove John Carr (who never actually had access to
3438         gcc.gnu.org).
3440 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
3442         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
3443         don't configure target-libobjc.
3444         * configure: Regenerate.
3446 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3448         * Makefile.tpl (RANLIB): Define.
3449         * Makefile.in: Regenerate.
3451 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
3453         * MAINTAINERS: Update my email.
3455 2003-02-06  Keith R Seitz  <keiths@redhat.com>
3457         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
3458         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
3459         * Makefile.in: Regenerated.
3460         * configure.in: Remove all traces of snavigator, db, and grep.
3461         * configure: Regenerated.
3463 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3465         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
3466         After Approval.
3468 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
3470         * MAINTAINERS (Write after approval): Add myself.
3472 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
3474         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
3475         * Makefile.in: Regenerated.
3477 2003-01-30  Roger Sayle  <roger@eyesopen.com>
3479         * config.guess: Updated to 2003-01-30's version.
3480         * config.sub: Updated to 2003-01-28's version.
3482 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
3484         * config.if: If gcc_version is already set, just use it.  Don't set
3485         gcc_version_trigger if it's already set, otherwise set it to
3486         gcc/version.c, but only if the file exists.  If it is not set and
3487         gcc/version.c does not exist, try to extract the version number from
3488         $CC.
3490 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
3492         * MAINTAINERS: Add myself to write-after-approval list.
3494 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
3496         * configure.in:  Revert 24Jan change.
3497         * configure:  Regenerate.
3499 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3501         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
3502         entry of HJ Lu.
3504 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
3506         * configure.in: Revert previous change.
3507         * configure: Regenerate.
3509 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
3511         * configure.in: Make rda native-only.
3512         * configure: Regenerate.
3514 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3516         * MAINTAINERS: Move myself from GNATS-only-accounts to
3517         write-after-approval.
3519 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
3521         * configure.in: Add missing \.
3522         * configure: Rebuilt.
3524 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
3526         * configure.in (baseargs): Avoid using \| in sed regular
3527         expressions.
3528         * configure: Rebuilt.
3530 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
3532         * configure.in (baseargs): Remove all supported forms of
3533         --cache-file, --srcdir, --host, --build and --target options
3534         from argument lists.
3535         * configure: Rebuilt.
3537 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
3539         * MAINTAINERS: Add myself to write-after-approval list.
3541 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
3543         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
3544         * configure: Rebuilt.
3546 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
3548         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
3549         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
3550         * Makefile.in: Regenerate.
3551         * configure: Regenerate.
3553 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
3555         * configure.in: Remove Makefile in build, host and target modules
3556         unless configure was run with --no-recursion.
3557         * configure: Rebuilt.
3559 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
3561         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
3562         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
3563         * Makefile.in: Regenerate.
3565 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
3567         * config.guess: Update to 2003-01-03 version.
3568         * config.sub: Update to 2003-01-03 version.
3570 2003-01-07  Christopher Faylor  <cgf@redhat.com>
3572         * configure: Regenerate with proper autoconf 2.13.
3574 2003-01-07  Christopher Faylor  <cgf@redhat.com>
3576         * configure.in: Add AC_PREREQ for consistency.
3577         * configure: Regenerate.
3579 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
3581         * configure.in (GDB_TK): Add tcl directories conditional on
3582         gdb/gdbtk directory being present.
3583         * configure: Regenerate.
3585 2003-01-04 John David Anglin  <dave.anglin@nrc.ca>
3587         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld used
3588         by gcc if LD is not defined and we are not doing a Canadian Cross.
3589         * configure: Rebuilt.
3591 2002-12-31  Tom Tromey  <tromey@redhat.com>
3593         * Makefile.in: Rebuilt.
3594         * Makefile.def (target_modules) [libffi]: Allow installation.
3596 2002-12-31  Andreas Schwab  <schwab@suse.de>
3598         * configure.in: Fix use of $program_transform_name.
3599         * configure: Regenerated.
3601 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
3603         * configure.in (baseargs): Don't remove first configure argument.
3604         * configure: Regenerated.
3606 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
3608         * Makefile.tpl (local-distclean): Don't remove...
3609         (multilib.ts): ... this.  Moved into...
3610         (multilib.out): ... this.  Don't use sub-make.
3611         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
3612         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
3613         (configure-build-[+module+], configure-[+module+],
3614         configure-target-[+module+], configure-gcc): ... these.  Test
3615         for Makefile existence.  Drop config.status from dependencies.
3616         * Makefile.in: Rebuilt.
3617         * configure.in: Move gcc-version-trigger to the end of
3618         ac_configure_args.  Add comments to maybedep.tmp and
3619         serdep.tmp.  Introduce --disable-serial-configure.  Remove
3620         nonopt from baseargs, matching and removing corresponding
3621         whitespace while at it.
3622         * configure: Rebuilt.
3624 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
3626         * configure.in (host_configargs): Replace reference to
3627         no-longer-defined buildopts with --build=${build_alias}.
3628         * configure: Rebuilt.
3630         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
3631         program_transform_name to standard idiom.
3632         (AUTOGEN, AUTOCONF): Define.
3633         (Makefile.in): Use $(AUTOGEN).
3634         (Makefile): Depend on config.status, and use autoconf-style rule to
3635         build it.  Move original commands to...
3636         (config.status): ... this new target.
3637         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
3638         $(AUTOCONF).
3639         * Makefile.in: Rebuilt.
3641 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
3643         * Makefile.tpl: Fix dramatic bustage due to change in
3644         program_transform_name.
3645         * Makefile.in: Regenerate.
3647         * configure.in: Remove unnecessary PATH setting.
3648         * configure: Regnerate.
3650         * configure.in: Don't default to unprefixed tools unless
3651         the native tools will work.
3652         * configure: Regenerate.
3654         * configure.in: Convert to autoconf script.  Blow away lots
3655         of now-redundant Makefile fragments.
3656         * configure: Generate using Autoconf.
3657         * Makefile.tpl: Rewrite to reflect autoconfiscation.
3658         * Makefile.in: Regenerate.
3660 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
3662         * configure: Fix stupid bug where RANLIB was mistakenly included.
3664         * configure.in: Rename (buildargs, hostargs, targargs) to
3665         (build_configargs, host_configargs, target_configargs).
3667         * configure.in: Move logic out of sed statement.
3669         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
3670         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
3672 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
3674         * config.sub: Import from master repository
3675         * config.guess: Ditto
3677 2002-12-24  Andreas Schwab  <schwab@suse.de>
3679         * Makefile.tpl (multilib.out): Fix missing space.
3680         * Makefile.in: Regenerate.
3682 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
3684         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
3685         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
3686         * Makefile.in: Regenerate.
3687         * configure.in: Remove unnecessary leftovers.
3689 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
3691         * configure.in (extra_ranlibflags_for_target): New variable.
3692         (*-*-darwin): Add -c to ranlib commands.
3693         * configure (tooldir): Handle extra_ranlibflags_for_target.
3695 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
3697         * Makefile.tpl: Revert HJL's change.
3698         * Makefile.in: Regenerated.
3699         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
3700         always.
3702 2002-12-19  Andreas Schwab  <schwab@suse.de>
3704         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
3705         * Makefile.in: Regenerate.
3707 2002-12-18  H.J. Lu <hjl@gnu.org>
3709         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
3710         * Makefile.in: Regenerated.
3712         * configure.in (build_prefix): New. Substitute.
3714 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
3716         * Makefile.tpl: Don't let real targets depend on phony targets.
3717         * Makefile.in: Regenerate.
3719         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
3720         * Makefile.in: Regenerate.
3722 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
3724         * config.sub: Import from master repository
3725         * config.guess: Ditto
3727 2002-12-16  Jason Merrill  <jason@redhat.com>
3729         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
3730         previous 'make bootstrap'.
3731         * Makefile.in: Regenerate.
3733 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
3735         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
3737 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
3739         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
3740         * Makefile.in: Regenerate.
3742 2002-12-13  Jason Merrill  <jason@redhat.com>
3744         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
3745         library tests.
3746         (check-c++): Just depend on it and check-target-libstdc++-v3.
3747         * Makefile.in: Regenerate.
3749 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
3751         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
3752         * Makefile.in: Rebuilt.
3754 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
3756         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
3758 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
3760         * configure: Fix bug put in by gremlins.
3762         * Makefile.tpl: Substitute more autoconfily.
3763         * configure: Substitute more autoconfily.
3764         * Makefile.in: Regenerate.
3766 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
3768         * config.sub: Import from master repository
3769         * config.guess: Ditto
3770         * MAINTAINERS: Added Svein Seldal under write after approval
3772 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
3774         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
3775         * Makefile.in (all-sim): Ditto.
3777 2002-12-06  DJ Delorie  <dj@redhat.com>
3779         * Makefile.tpl: Change configure dependencies to not have real
3780         targets depend on phony targets.
3782 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
3784         * configure.in: Revert unintentional change.
3786         * Makefile.tpl: Change dependency for */multilib.out so that
3787         it works when gcc isn't in the tree.
3789         * configure.in: Substitute more.
3790         * configure: Run subconfigures from the Makefile.
3791         * Makefile.tpl: Run subconfigures from the Makefile; add a few
3792         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
3794 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3796         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
3798 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
3800         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
3801         and corresponding dependencies.
3802         * Makefile.in: Regenerate.
3804         * configure.in (host_tools): Order binutils, gas and ld for
3805         convenience in running the testsuites.
3807         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
3808         * Makefile.in: Regenerate.
3809         * configure.in: Introduce rules to serialize subconfigure runs.
3811         * configure.in: Introduce BASE_CC_FOR_TARGET.
3812         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
3813         Realize configure-build-* targets.  Realize configure-target-* targets.
3814         * Makefile.in: Regenerate.
3816 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
3818         * configure: Move gcc_version_trigger stuff from here...
3819         * configure.in: ...to here.
3821         * configure.in: Separate subconfigure options added by this file from
3822         options given by the user.  Add machinery to put args for host
3823         subconfigures into the Makefile.
3825         * Makefile.tpl: Remove 'vault' targets.
3826         * Makefile.tpl: Reorder and comment dependencies.
3827         * Makefile.in: Regenerate.
3829 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
3830         * configure.in: Fix my broken commit of previous patch. (sigh)
3832 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
3834         * configure.in: Move host-specific darwin noconfigdirs into
3835         the host-specific section.
3837 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
3839         * configure.in: Move host-specific darwin noconfigdirs into
3840         the host-specific section.
3842 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
3844         * configure: Remove skip-this-dir support.
3845         * Makefile.tpl: Remove skip-this-dir support.
3847         * Makefile.tpl: Remove leftover support for non-autoconfiscated
3848         subdirectories.
3849         * Makefile.in: Regenerate.
3851         * Makefile.tpl: Strip out useless setting of 'dir'.
3852         * Makefile.in: Regenerate.
3854 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
3856         * configure.in: Fix deeply stupid bug.
3858         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
3859         shell code in CXX_FOR_TARGET
3860         * Makefile.def: Introduce raw_cxx.
3861         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
3862         RAW_CXX_FOR_TARGET.
3863         * Makefile.in: Regenerate.
3865 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
3867         * Makefile.tpl: Remove unnecessary ifs.
3868         * Makefile.in: Regenerate.
3870         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
3871         dependencies.  Maybe-ize build-libiberty.  Create dummy install
3872         targets for 'no_install' modules.
3873         * configure: Move GDB_TK substitution to configure.in.  Move
3874         build_modules stuff to configure.in.
3875         * configure.in: Implement soft dependency machinery.  Maybe-ize
3876         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
3877         * Makefile.in: Regenerate.
3879 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
3881         * Makefile.tpl: Make all-target, install-target behave similarly
3882         to all, install (only hitting configured targets).  Eliminate
3883         unused macro defintions.
3885         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
3886         build != host.
3888         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
3890         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
3892         * configure.in: Produce lists of subdir targets we're actually
3893         configuring.  Remove references to "dosrel".
3894         * Makefile.tpl: Let configure set which subdir targets are hit.
3895         Remove install-cross; clean up install; remove ALL.  Remove
3896         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
3897         Autogenerate host module targets.  Remove empty dependency lines
3898         and redundant dependency; rearrange slightly.
3899         * Makefile.def: Add host-side libtermcap, utils.
3901         * Makefile.in: Regenerate.
3903 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3905         * ltconfig (osf[345]): Append $major to soname_spec.
3906         Reflect this in library_names_spec.
3907         * ltmain.sh (osf): Prefix $major with . for use as extension.
3909 2002-11-19  Andreas Jaeger  <aj@suse.de>
3911         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
3912         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
3913         and sparc64 GNU/Linux systems.
3915 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
3917         * MAINTAINERS: Update email.
3919 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3921         * MAINTAINERS: Complete James Dennett's entry.
3923 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
3925         * MAINTAINERS (Write After Approval): Add myself.
3927 2002-11-13  Bruce Korb  <bkorb@gnu.org>
3929         * Makefile.tpl: syntactic cleanup
3931 2002-11-13 Stuart Hastings <stuart@apple.com>
3933         * MAINTAINERS: Add myself to write-after-approval list.
3935 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
3937         * Makefile.def: Add list of recursive targets to autogenerate.
3938         Add build_modules.
3939         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
3940         targets.  Autogenerate *-build-* targets.
3941         * Makefile.in: Regenerate.
3943 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
3945         * configure: More autoconf-style substitutions.
3946         * Makefile.tpl: More autoconf-style substitutions.
3947         * Makefile.in: Regenerate.
3949 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
3951         * configure: Substitute more variables in a more autoconf-friendly
3952         way.  Simplify slightly.
3953         * Makefile.tpl: Make more variables substitutable in an
3954         autoconf-friendly way.
3955         * Makefile.in: Regenerate.
3957 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
3959         * MAINTAINERS (Write After Approval): Add myself.
3961 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
3963         * configure.in (v810*): Remove special setting of tools.
3965         * configure: Add support for extra required flags for ar or nm.
3966         * configure.in (aix4.3+): Use above support for target-specific
3967         issues, rather than using config/mt-aix43.
3969 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
3971         * configure: Remove 'removing', which doesn't work.  Replace $subdir
3972         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
3973         with $srcdir.  Reformat indentation.  Substitute some variables
3974         formerly hard-coded in the Makefile for build=host.
3975         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
3976         * Makefile.def: Autogenerate more.
3977         * Makefile.in: Regenerate.
3979 2002-11-04  Adam Nemet  <anemet@lnxw.com>
3981         * MAINTAINERS (Write After Approval): Add myself.
3983 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
3985         * Makefile.def (host_modules): Add rda.
3986         * Makefile.in: Regenerate.
3987         * configure.in (target_tool): Add target-rda to list.
3989 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3991         * MAINTAINERS: Remove "co-maintainer" note for web pages.
3993 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
3995         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
3996         and restrap targets to this rule.
3997         * Makefile.in:  Regenerate.
3999 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4001         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
4002         GNATS only accounts.
4004 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
4006         * configure.in (i[3456]86-*-linux*): Add check to disable
4007         ${libgcj} for glibc1.
4009 2002-10-24  Denis Chertykov  <denisc@overta.ru>
4011         * MAINTAINERS: Add myself as ip2k port maintainer.
4013 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
4015         * configure.in: Add tic4x target.
4017 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
4019         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
4020         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
4021         * Makefile.in: Regenerate.
4023         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
4024         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
4025         * Makefile.in: Regenerate.
4027 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
4029         * MAINTAINERS: Add myself as web pages co-maintainer.
4031 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
4033         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
4034         * Makefile.in: Regenerate.
4036 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
4038         * MAINTAINERS: Add myself and Nathan Sidwell
4039         <nathan@codesourcery.com> as VxWorks maintainers.
4041 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
4043         * Makefile.def: Remove order dependency comments.
4044         * Makefile.tpl: Add explicit install-install dependencies.
4045         * Makefile.in: Regenerate.
4047         * Makefile.tpl: Remove material now in src-release.  (Finally!)
4048         * Makefile.in: Regenerate.
4050         * Makefile.tpl: Add configure-target (for src-release in src)
4051         * Makefile.in: Regenerate.
4053 2002-09-30  Nick Clifton  <nickc@redhat.com>
4055         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
4057 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
4059         * configure.in (s390*-*-linux*): Enable libgcj.
4061 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
4063         * configure: Revert accidentally applied changes.
4065         * Makefile.tpl: Make more autoconf-friendly.
4066         * Makefile.in: Regenerate.
4067         * configure: Make substitution more autoconf-like.
4069 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
4071         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
4072         single entry to handle all these.
4073         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
4074         libjava on arm-*-elf.
4076 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
4078         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
4079         things that depend on them.
4081 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
4083         * Makefile.tpl: Make subsituted variables more autoconfy.
4084         * Makefile.in: Regenerate.
4085         * configure: Make seds more autoconfy.
4087 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
4089         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
4090         * Makefile.in: Regenerate.
4091         * configure.in: Rewrite sed statements to look autoconfy.
4093         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
4094         all-target-foo on configure-target-foo.
4095         * Makefile.def: Ditto.
4096         * Makefile.in: Rebuild.
4098 2002-09-25  Andrew Haley  <aph@redhat.com>
4100         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
4102 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
4104         * Makefile.def: New file.
4105         * Makefile.tpl: New file.
4106         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
4107         * contrib/gcc_update: Note that Makefile.in is a generated file.
4109         * configure.in: Minor rearrangement.  Simplify tests.
4111 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
4113         * configure.in (with_headers): Skip copy if value is "yes".
4114         (with_libs): Likewise.
4116 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
4118         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
4119         * configure.in (sh*-*-pe*): Ditto.
4120         * configure.in (mips*-*-pe*): Ditto.
4121         * configure.in (*arm-wince-pe): Ditto.
4123         * configure.in: Rearrange.
4125 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
4127         * MAINTAINERS: Update my email address.
4129 2002-08-30  Paul Koning  <pkoning@equallogic.com>
4131         * MAINTAINERS: (Write After Approval): Add myself.
4133 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
4135         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
4137 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
4139         * MAINTAINERS: Change my mailing address.
4141 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
4143         * MAINTAINERS (Write After Approval): Remove myself.
4144         (Various Maintainers: c++ runtime libs): Add myself.
4146 2002-08-20  Loren J. Rittle <ljrittle@acm.org>
4148         * MAINTAINERS (Write After Approval): Remove myself.
4149         (Various Maintainers: c++ runtime libs): Add myself.
4151 2002-08-15  Eric Christopher  <echristo@redhat.com>
4153         * config.sub: Import from master repository.
4154         * config.guess: Ditto.
4156 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
4158         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
4159         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
4160         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
4162 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
4164         * MAINTAINERS: Add self to rs6000 vector extensions.
4166 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
4168         * libiberty/configure: Reverted unintended yesterday's check in.
4170 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
4172         * boehm-gc/configure, libf2c/configure: Rebuilt.
4173         * libffi/configure, libiberty/configure: Ditto.
4174         * libjava/configure, libobjc/configure: Ditto.
4175         * libstdc++-v3/configure, zlib/configure: Ditto.
4176         Merged from binutils:
4177         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
4178         From Steve Ellcey <sje@cup.hp.com>:
4179         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
4180         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
4181         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
4182         IA64.
4183         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
4184         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
4185         soname_spec, sys_lib_search_path_spec): Ditto.
4187 2002-08-06  Federico G. Schwindt <fgsch@olimpo.com.br>
4189         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
4191 2002-08-04  H.J. Lu  (hjl@gnu.org)
4193         * configure.in (mips*-*-linux*): Don't skip target-libffi.
4195 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
4197         * MAINTAINERS (Write After Approval): Add myself.
4199 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
4201         * configure.in: Move generic linux case to end.  Copy generic
4202         linux noconfigdirs to mips*-*-linux* entry and new
4203         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
4205 2002-07-19  Michael Matz  <matz@suse.de>
4207         * MAINTAINERS: Add myself as ra* maintainer.
4209 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
4211         * config.guess: Update to 2002-07-09 version.
4212         * config.sub: Update to 2002-07-03 version.
4214 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
4216         * MAINTAINERS: Fix typo in a maintainer email address.
4218 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
4220         * configure.in: Remove two redundant tests.
4222 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4224         * configure.in (mips*-*-irix6*o32): Enable stabs.
4226 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
4228         * configure.in: Don't build grez.
4229         * Makefile.in: Ditto.
4231         * Makefile.in: Remove references to bsp, cygmon, libstub.
4232         * configure.in: Ditto.
4234         * configure.in: Remove leftover reference to gdbtest.
4236 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
4238         * configure.in (gxx_include_dir):  Change to match versioned
4239         C++ headers if --enable-version-specific-runtime-libs is used.
4241 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
4243         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
4245 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
4247         * configure.in: Make --without-x work.
4249 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
4251         * configure.in: Rearrange target Makefile fragment collection.
4253         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
4254         cvs[src].
4255         * configure.in: Ditto.
4257 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
4259         * MAINTAINERS (Write After Approval): Update my e-mail address.
4261 2002-06-24  Ben Elliston  <bje@redhat.com>
4263         * configure.in (host_tools): Remove cgen.
4265         * Makefile.in (all-cgen): Remove; runs from its source directory.
4266         (check-cgen, install-cgen, clean-cgen): Likewise.
4267         (all-opcodes): Do not depend on all-cgen.
4268         (all-sim): Likewise.
4270 2002-07-01  Nathanael Nerode <neroden@gcc.gnu.org>
4272         * Makefile.in: Eliminate 'apache' targets.
4273         * configure.in: Eliminate 'apache' targets.
4275         * configure.in: Eliminate redundant tests.  Reorganize.
4277         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
4279         * config-ml.in: Eliminate references to Cygnus configure.
4281         * Makefile.in: Eliminate references to building emacs.
4283 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
4285         * MAINTAINERS: Update my email address.
4287 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
4289         * config.if (libstdcxx_incdir): Version C++ headers.
4290         (cxx_incdir): Remove.
4292 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
4294         * MAINTAINERS (Write After Approval): Add self.
4296 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
4298         * configure.in: Add support for ip2k.
4300 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
4302         * configure.in: Fix AIX configury bug.
4304 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
4306         * MAINTAINERS (Write After Approval): Add self.
4308 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
4310         * configure.in: replace ${topsrcdir} with ${srcdir}
4312         * configure.in: Move definition of libstdcxx_flags
4313         right above usage, rather than waaay earlier.
4315         * configure.in: Pull definition of is_cross_compiler earlier.
4317         * configure.in: Rearrange a little.
4319         * configure.in: Remove references to librx.
4320         * Makefile.in: Remove references to librx.
4322 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
4324         * config.sub: Add support for avr target.
4325         Import from master sources, rev 1.255
4327 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
4329         * configure, .cvsignore:  Revert previous change...
4330         * Makefile:  ...delete.
4332 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
4334         * configure.in: Eliminate ${gasdir} variable.
4336 2002-06-18  Dave Brolley  <brolley@redhat.com>
4338         * configure.in: Add support for frv.
4339         * config.sub: Add support for frv.
4341 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
4343         * configure:  Remove garbage from previous commit.
4345 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
4347         * configure:  For in-source builds, make a subdir and re-exec there.
4348         * Makefile:  New file.  Pass targets through to build directory.
4349         * .cvsignore:  No longer ignore "Makefile".
4351 2002-06-16  Douglas Rupp  <rupp@gnat.com>
4353         * MAINTAINERS (Write After Approval): Add self.
4355 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4357         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
4359 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
4361         * configure.in (vax-*-netbsd*): Re-enable gas.
4363 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
4365         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
4366         BUILD_PREFIX_1, to correct nomenclature.
4367         * configure: Likewise.
4369         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
4370         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
4372 2002-05-31  Olaf Hering  <olh@suse.de>
4374         * config-ml.in: Propogate DESTDIR also.
4376 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
4378         * configure.in (vax-*-netbsd*): Don't build gas for this
4379         platform.
4381 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
4383         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
4384         and libgcj for AVR.
4386 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
4388         * MAINTAINERS (Write After Approval): Add myself.
4390 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
4392         * config.guess: Update to 2002-05-22 version.
4393         * config.sub: Likewise.
4395 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4397         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
4398         * config-ml.in: Likewise.
4399         * configure: Likewise.
4400         * configure.in: Likewise.
4402 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
4404         * MAINTAINERS: Update my email address.
4406 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
4408         * configure.in: Simplify makefile fragment collection.
4410         * configure.in: Remove code to build emacs.
4412         * configure.in : Remove --srcdir argument from targargs and buildargs
4413         (it's always overridden in the Makefile anyway).  Rearrange a bit.
4415         * configure: Move some logic to configure.in.
4416         * configure.in: Move some logic from configure.
4418 2002-05-11  Tom Tromey  <tromey@redhat.com>
4420         * MAINTAINERS: Reflect libgcj reality.
4422 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
4424         * Makefile.in: Honour DESTDIR.
4426 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
4428         * config.guess: Import 2002-03-20 version.
4429         * config.sub: Import 2002-04-26 version.
4431 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4433         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
4435 2002-05-07  Tim Josling  <tej@melbpc.org.au>
4437         * MAINTAINERS: Add self.
4439 2002-05-06  Loren J. Rittle <ljrittle@acm.org>
4441         * ltmain.sh: Detect and handle object name conflicts
4442         while piecewise linking a static library.
4444 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
4446         * configure.in (noconfigdirs): Don't disable libgcj on
4447         sparc64-*-solaris* and sparcv9-*-solaris*.
4449 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
4451         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
4453 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
4455         * configure.in (FLAGS_FOR_TARGET): Do not add
4456         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
4457         on i[3456]86-*-linux*.
4459 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
4461         * configure.in (noconfigdirs): Replace [ ] with test.
4463         * configure.in (noconfigdirs): Do not add target-newlib if
4464         target == i[3456]86-*-linux*, and host == target.
4466 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
4468         * configure.in: delete reference to absent file
4470         * configure.in: replace '[' with 'test'
4472         * configure.in: Eliminate references to gash.
4473         * Makefile.in: Eliminate references to gash.
4475         * configure.in: remove useless references to 'pic' makefile fragments.
4477         * configure.in: (*-*-windows*) Finish removing.
4479         * configure.in: Eliminate redundant test for libgui.
4481 2002-04-29  Roger Sayle  <roger@eyesopen.com>
4483         * MAINTAINERS: Add self and realphabetize.  Update entries
4484         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
4485         entry for a29k port maintainer.
4487 2002-04-26      Joel Sherrill <joel@OARcorp.com>
4489         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
4490         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
4492 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
4494         * configure.in: remove references to dead files
4496 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
4498         * MAINTAINERS: Add information about purpose of this file.
4500 2002-04-18  Tom Tromey  <tromey@redhat.com>
4502         * configure.in: Disallow configuring libgcj when it is already
4503         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
4504         Solaris 2.8 by default.  For PR libgcj/6158.
4506 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
4508         * configure.in:  Move default CC setting out of config/mh-* fragments
4509         directly into here.
4511 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
4513         * configure.in: don't even try to configure or make a subdirectory
4514         if there's no configure script for it.
4516 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
4518         * MAINTAINERS: Remove chill maintainers.
4519         * Makefile.in (CHILLFLAGS): Remove.
4520         (CHILL_LIB): Remove.
4521         (TARGET_CONFIGDIRS): Remove libchill.
4522         (CHILL_FOR_TARGET): Remove.
4523         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
4524         CHILL_LIB.
4525         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
4526         (CHECK_TARGET_MODULES): Likewise.
4527         (INSTALL_TARGET_MODULES): Likewise.
4528         (CLEAN_TARGET_MODULES): Likewise.
4529         (configure-target-libchill): Remove.
4530         (all-target-libchill): Remove.
4531         * configure.in (target_libs): Remove target-libchill.
4532         Do not compute CHILL_FOR_TARGET.
4533         * libchill: Remove directory.
4535 2002-04-11  DJ Delorie  <dj@redhat.com>
4537         * Makefile.in, configure.in: Sync with binutils, entries
4538         follow...
4540 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
4542         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
4543         (do-tar, do-bz2): New rules.
4544         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
4545         (gdb-tar): New rule.
4546         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
4547         (insight_dejagnu.tar): New rule.
4548         (insight.tar): New rule.
4549         (gdb+dejagnu.tar): New rule.
4550         (gdb.tar): New rule.
4552 2002-02-01  Mo DeJong  <supermo@bayarea.net>
4554         * Makefile.in: Add all-tix to deps for all-snavigator
4555         so that tix is built when building snavigator.
4557 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
4559         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
4560         ld and gdb are not supported.
4562 2002-01-07  Mark Salter  <msalter@redhat.com>
4564         * configure.in: Remove target-bsp and target-cygmon from arm builds.
4565         Allow target-libgloss to be built for arm, strongarm, and xscale.
4567 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
4569         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
4570         options for i[3456]86-pc-linux* native builds.
4572 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
4574         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
4575         files from .po files for a distribution.
4577 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
4579         * configure.in: Enable libstdc++-v3 for h8300 targets.
4581 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
4583         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
4584         version from bfd/.
4586 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
4588         * Makefile.in (VER): When present, extract the version number from
4589         the file version.in.
4591 2001-05-24  Tom Rix <trix@redhat.com>
4593         * configure.in : enable ld for aix
4595 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4597         * config.guess: Add linux target for S/390.
4599 2000-11-07  Philip Blundell  <pb@futuretv.com>
4601         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
4603 2000-11-03  Philip Blundell  <pb@futuretv.com>
4605         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
4606         files.
4608 2001-01-15  Ben Elliston  <bje@redhat.com>
4610         * configure.in (host_tools): Add sid.
4611         Always configure cgen.
4613 2000-11-24  Nick Clifton  <nickc@redhat.com>
4615         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
4618 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
4620         * Makefile.in (ALL_MODULES): Add all-cgen.
4621         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
4622         (all-cgen): New target.
4623         (all-opcodes,all-sim): Depend on all-cgen.
4624         * configure.in (host_tools): Add cgen.
4625         Only configure cgen if --enable-cgen-maint.
4627 2002-04-09  Loren J. Rittle <ljrittle@acm.org>
4629         * configure.in: Add *-*-freebsd* configurations.
4631 2002-04-08  Tom Tromey  <tromey@redhat.com>
4633         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
4634         Fixes PR libgcj/6068.
4636 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
4638         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
4640 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4642         * configure.in (alpha*-dec-osf*): Enable libgcj.
4644 2003-03-27  Matthew Gingell <gingell@gnat.com>
4646         * MAINTAINERS (Write After Approval): Add myself.
4648 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
4650         Fix for: PR bootstrap/3591, target/5676
4651         * configure.in (mcore-pe): Disable the configuration of
4652         libstdc++-v3 since exceptions are not supported.
4654 2002-03-20  Anthony Green  <green@redhat.com>
4656         * configure.in: Enable libgcj for xscale-elf target.
4658 Tue Mar 19 09:05:08 2002  J"orn Rennecke <joern.rennecke@superh.com>
4660         * MAINTAINERS:  Update my email address.
4662 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
4664         * ltmain.sh (relink_command): Fix typo in previous change.
4666 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
4668         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
4669         (relink_command): Added --tag flags.
4670         (mode=install): If relinking fails; error out.
4672 2002-03-12  Richard Henderson  <rth@redhat.com>
4674         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
4675         .NOTPARALLEL tag.
4676         (do-check): Rename from check.
4677         (check): Allow parallel check.
4679 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
4681         * MAINTAINERS: Add myself as maintainer for xtensa port.
4682         Fix alphabetical order in CPU port maintainer list.
4683         Remove myself from Write After Approval list.
4685 2002-03-11  Richard Henderson  <rth@redhat.com>
4687         * Makefile.in (.NOTPARALLEL): Add fake tag.
4689 2002-03-07  H.J. Lu  (hjl@gnu.org)
4691         * configure.in: Enable gprof for mips*-*-linux*.
4693 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
4695         * MAINTAINERS (Write After Approval): Add myself.
4697 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
4699         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
4700         libjava.
4701         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
4703 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
4705         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
4706         because its Makefile is there; test for the executable instead.
4708 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
4710         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
4711         libstdc++-v3 and libjava.
4713 2002-02-11  Adam Megacz <adam@xwt.org>
4715         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
4716         boehm-gc
4718 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
4720         * config.guess: Updated to 2002-01-30's version.
4721         * config.sub: Updated to 2002-02-01's version.
4722         Contribute sh64-elf.
4723         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
4724         * configure.in: Added sh64-*-*.
4726 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
4728         * MAINTAINERS: Belatedly add myself to write after approval list.
4730 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
4732         * MAINTAINERS: Put self in as maintainer for x86-64 port.
4733         Remove self as Write After Approval.
4735 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
4737         * MAINTAINERS: Put self in as maintainer for contrib/regression
4738         directory.
4740 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
4742         * MAINTAINERS:  Update my email address.
4744 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
4746         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
4747         target-libiberty, and target-libgloss.  Skip Java-related
4748         libraries if not supported for NetBSD on target CPU.
4750 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
4752         * install-sh: Use _inst.$$_ for temp file name.
4754 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
4756         * MAINTAINERS (Write After Approval): Move my contact info
4757         from here...
4758         (OS Port Maintainers): ...to here (netbsd).
4760 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
4762         * MAINTAINERS (Write After Approval): Add myself.
4764 2002-01-17  H.J. Lu <hjl@gnu.org>
4766         * Makefile.in (all-fastjar): Also depend on all-libiberty.
4767         (all-target-fastjar): Also depend on all-target-libiberty.
4769 2002-01-16  H.J. Lu  (hjl@gnu.org)
4771         * config.guess: Import from master sources, rev 1.225.
4772         * config.sub: Import from master sources, rev 1.238.
4774 2002-01-16  Kazu Hirata  <kazu@hxi.com>
4776         * MAINTAINERS (Write After Approval): Remove myself.
4778 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
4780         * MAINTAINERS (Write After Approval): Add myself.
4782 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
4784         * MAINTAINERS: Add self as docs co-maintainer.
4786 2001-12-11  Matthias Klose  <doko@debian.org>
4788         * MAINTAINERS (Write After Approval): Add myself.
4790 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
4792         * MAINTAINERS: Update my email address.
4794 2001-12-07  Turly O'Connor  <turly@apple.com>
4795         * MAINTAINERS (Write After Approval): Add myself.
4796         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
4797         (rs6000_initialize_trampoline): Call __trampoline_setup for
4798         ABI_DARWIN too.
4799         * darwin-tramp.asm: New file, implements __trampoline_setup.
4800         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
4802 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
4804         * MAINTAINERS (Write After Approval): Add myself.
4806 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
4808         * configure, configure.in: Use temp file for long sed commands.
4810 2001-12-03  Laurent Guerby  <guerby@acm.org>
4812         * config.sub: Update to version 1.232 on subversion.
4814 2001-12-03  Ben Elliston  <bje@redhat.com>
4816         * MAINTAINERS: Update mail address for config.* patches.
4818 2001-11-27  DJ Delorie <dj@redhat.com>
4819             Zack Weinberg  <zack@codesourcery.com>
4821         When build != host, create libiberty for the build machine.
4823         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
4824         CONFIG_ARGUMENTS.
4825         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
4826         New variables.
4827         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
4828         and rules.
4829         (all.normal): Depend on ALL_BUILD_MODULES.
4830         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
4831         (all-build-libiberty): Depend on configure-build-libiberty.
4833         * configure: Calculate and substitute proper value for
4834         ALL_BUILD_MODULES.
4835         * configure.in: Create the build subdirectory.
4836         Calculate and substitute TARGET_CONFIGARGS (formerly
4837         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
4839 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
4841         * MAINTAINERS (write-after-approval): Add self.
4843 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
4845         * MAINTAINERS (GNATS only accounts): Remove self.
4847 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
4849         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
4850         libf2c.
4852 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
4854         * MAINTAINERS (Write After Approval): Add self.
4856 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
4858         * MAINTAINERS: mips and s390 are also CPU ports.
4860 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
4862         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
4864 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
4866         * MAINTAINERS: Alphabetize.
4868 2001-11-09  Kazu Hirata  <kazu@hxi.com>
4870         * MAINTAINERS (Various maintainers: h8 port): Add myself.
4872 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
4874         * MAINTAINERS (Various maintainers: hppa port): Added myself.
4876 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
4878         * configure.in (--enable-languages): Be more permissive about
4879         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
4881 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
4883         * config.sub: Import from master sources, rev. 1.230.
4884         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
4886 2001-11-07  Laurent Guerby  <guerby@acm.org>
4888         * MAINTAINERS (Write After Approval): Add self.
4890 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
4892         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
4894 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
4896         * config.sub: Import from master sources, rev 1.226.
4897         * config.guess: Import from master sources, rev 1.216.
4899 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
4901         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
4902         * MAINTAINERS: Add self as maintainer of MMIX port.
4903         Remove old after-approval entry.
4905 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
4907         * ChangeLog, configure: Fix spelling errors.
4909 2001-10-20  Brendan Kehoe  <brendan@zen.org>
4911         * MAINTAINERS: Tweak my address.
4913 Thu Oct 11 21:50:15 2001  J"orn Rennecke <amylaar@onetel.net.uk>
4915         * MAINTAINERS: Update my email address.
4917 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
4919         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
4920         * MAINTAINERS: Add self as maintainer of CRIS port.
4922 2001-10-10  Geert Bosch  <bosch@gnat.com>
4924         * MAINTAINERS (Various maintainers: Ada front end):
4925         Added Robert Dewar.
4927 2001-10-03  David Billinghurst <David.Billinghurst@riotinto.com>
4929         * MAINTAINERS (Write After Approval): Added self
4931 2001-10-02  Geert Bosch  <bosch@gnat.com>
4933         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
4935 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
4937         * configure: Handle temporary files securely using mkdir.
4939 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
4941         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
4943 2001-09-26  Will Cohen <wcohen@redhat.com>
4945         * configure.in (*-*-linux*): Disable configuration of target-newlib
4946         and target-libgloss.
4948 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
4950         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
4951         RANLIB.
4953 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
4955         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
4956         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
4957         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
4958         avoid quotes nesting problems.
4959         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
4960         (DO_X): Export only variables that are set.
4962 2001-09-19  Ben Elliston  <bje@redhat.com>
4964         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
4965         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
4966         semantics.  Use the shell built-in "type" command instead.
4968 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
4970         Merged from gcc-3_0-branch:
4971         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
4972         * ltcf-c.sh: Use $objext, not $ac_objext.
4973         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
4974         * ltcf-cxx.sh: Add support for GNU.
4975         2001-07-22  Timothy Wall  <twall@redhat.com>
4976         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
4977         default settings if using GNU tools with that configuration.
4978         * ltcf-cxx.sh: Ditto.
4979         * ltcf-gcj.sh: Ditto.
4980         2001-07-21  Michael Chastain  <chastain@redhat.com>
4981         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
4982         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
4983         * ltmain.sh: Mark as gcc-local.
4985 2001-08-30  Eric Christopher  <echristo@redhat.com>
4986             Jason Eckhardt  <jle@redhat.com>
4988         * config.guess: Merge from master sources.
4989         * config.sub: Merge from master sources, add support for mipsisa32.
4991 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
4992         * config.sub: Merge from master sources, rev 1.219.
4993         * MAINTAINERS: Add self as contact for stormy16 port.
4995 2001-08-14  Zack Weinberg  <zackw@panix.com>
4997         * config.sub: Merge from master sources, rev 1.218.
4998         * config.guess: Merge from master sources, rev 1.209.
5000 2001-08-11  Graham Stott  <grahams@redhat.com>
5002         * Makefile.in (check-c++): Add missing semicolon.
5004 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
5006         * MAINTAINERS (Various maitainers: predict.def): Added myself.
5008 2001-07-30  Eric Christopher  <echristo@redhat.com>
5010         * MAINTAINERS (Various maintainers: mips port): Added myself.
5012 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
5014         * configure.in (sh-*-linux*): New.
5016 2001-07-27  Richard Henderson  <rth@redhat.com>
5018         * .cvsignore: Add LAST_UPDATED.
5020 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
5022         * MAINTAINERS (Various maintainers: s390 port): Added myself.
5024 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
5026         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
5028 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
5030         * MAINTAINERS (Write After Approval): Added myself.
5032 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
5034         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
5035         and libgcj on m68hc11/m68hc12.
5037 2001-06-27  H.J. Lu  (hjl@gnu.org)
5039         * Makefile (CFLAGS_FOR_BUILD): New.
5040         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
5042 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
5044         * README: Remove version number.
5046 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
5048         * INSTALL/README: Update wrt. to the installation instructions now
5049         residing in gcc/doc/install.texi.
5051 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
5053         * README: Replace with a cut-down and updated version of gcc/README.
5055 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
5057         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
5058         multilibs to be disabled.
5060 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
5062         * MAINTAINERS (Write After Approval): Add myself.
5064 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
5066         * config.guess: Import CVS version 1.195.
5067         * config.sub: Import CVS version 1.212.
5069 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
5071         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
5072         gcc/xgcc is built, use -print-prog-name to find out the program
5073         name to use.
5075 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
5077         * config.guess:  Import CVS version 1.194.  All gcc-local changes
5078         appear to also be in the master copy.
5079         * config.sub:  Import CVS version 1.211.
5081 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
5083         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
5084         with_gcc]: Use `gcc -shared' to build a shared library.
5086 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
5088         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
5089         archives.
5091 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5093         * MAINTAINERS (Write After Approval): Add myself.
5095 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
5097         * configure.in (libstdcxx_flags): Do not try to execute
5098         libstdc++-v3/testsuite_flags until it exists.
5100 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
5102         * MAINTAINERS: Update my email address.
5104 2001-05-31  Graham Stott  <grahams@redhat.com>
5106         * MAINTAINERS (Write After Approval): Add myself.
5108 2001-05-28  Simon Patarin <simon.patarin@inria.fr>
5110         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
5111         libraries when using g++ with native linker.
5113 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
5115         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
5117 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
5119         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
5120         [aix4*|aix5*]: Prepend blank.
5122 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
5124         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
5125         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
5126         of subdir/configure scripts to use the new libtool.m4.
5128 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
5130         * MAINTAINERS (Write After Approval): Add myself.
5132 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
5134         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
5136 2001-05-11  Ben Elliston  <bje@redhat.com>
5138         * Makefile.in (all-sid): New target.
5139         (check-sid, clean-sid, install-sid): Likewise.
5141 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
5143         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
5145 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
5147         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
5148         libgcj.
5150 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
5152         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
5153         gcc/xgcc is built, use -print-prog-name to find out the program
5154         name to use.
5156 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
5158         * configure.in (noconfigdirs): Don't reset it from scratch in the
5159         target case; only append to it.
5161         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
5162         sparc-*-solaris2.8]: Disable ${libgcj}.
5164 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
5166         * configure.in (libgcj_saved): Copy from $libgcj.
5167         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
5168         --disable-libgcj.
5170 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
5172         * MAINTAINERS: Remove self as MIPS maintainer and
5173         C front end maintainer.
5175 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
5177         * configure.in: Move *-chorusos target case to the proper switch.
5178         Disable libgcj.
5180 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
5182         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
5183         1.641.2.228.
5185 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5187         * Makefile.in (STAGE1_CFLAGS): Pass down.
5189 2001-04-13  Alan Modra  <amodra@one.net.au>
5191         * config.guess: Add hppa64-linux support.  Note for next import that
5192         this is already in the master file.
5193         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
5195 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
5197         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
5198         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
5200 2001-04-11  Stan Shebs  <shebs@apple.com>
5202         * MAINTAINERS: Add self as Darwin port maintainer.
5204 2001-04-11  Alan Modra  <amodra@one.net.au>
5206         * MAINTAINERS: Update my email address.
5208 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
5210         * ltcf-cxx.sh: Support creation of C++ shared libraries on
5211         recent versions of FreeBSD (release 3 or later).
5212         * ltconfig: On FreeBSD, -lc must not be provided when building
5213         a shared library or else the standard -pthread gcc option is
5214         rendered worthless to later users of the built library.
5216 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
5218         * MAINTAINERS: Add self and RTH as C front end maintainers.
5220 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
5222         * config.sub: Make sure to match an already-canonicalized
5223         machine name (eg. mn10300-unknown-elf).
5225 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
5227         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
5228         New macros.
5229         (bootstrap, cross): Use RECURSE_FLAGS.
5230         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
5232 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
5234         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
5236 2001-03-22  Colin Howell  <chowell@redhat.com>
5238         * Makefile.in (DO_X): Do not backslash single-quotes in
5239         backquotes (two places).
5241 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
5243         Re-installed:
5244         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
5245         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
5246         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
5247         * ltcf-cxx.sh: Likewise.
5248         * ltcf-gcj.sh: Likewise.
5250 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
5252         * MAINTAINERS: Add myself as "documentation co-maintainer".
5254 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
5256         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
5257         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
5259 2001-03-19  Tom Tromey  <tromey@redhat.com>
5261         * config-ml.in: Handle GCJ and GCJFLAGS.
5263 2001-03-21  Michael Chastain  <chastain@redhat.com>
5265         * Makefile.in: all-m4 depends on all-texinfo.
5267 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
5269         * MAINTAINERS: Add myself to write after approval list.
5271 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
5273         * Makefile.in (DO_X): Quote nested quotes.
5275 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
5277         * MAINTAINERS: Add myself to write after approval list.
5279 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
5281         * Makefile.in (DO_X): Use double quotes for quoting
5282         "RANLIB=$${RANLIB}".
5284 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
5286         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
5288 2001-03-09  Nicola Pero <n.pero@mi.flashnet.it>
5290         * configure.in: Only use `lang_requires' for languages athat are
5291         actually enabled.
5293 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
5295         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
5297 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
5299         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
5301 2001-03-07  Tom Tromey  <tromey@redhat.com>
5303         * configure.in: Allow config-lang.in to set `lang_requires' to list
5304         of other required languages.
5306 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
5308         * Makefile.in: Remove RANLIB definition. Use RANLIB
5309         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
5310         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
5312 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
5313             Alexandre Oliva  <aoliva@redhat.com>
5315         * Makefile.in (check-c++): Use tabs, not spaces.
5317 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
5319         * MAINTAINERS: add myself to Write After Approval list.
5321 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
5323         * Makefile.in (check-c++): New rule.
5325         * configure.in (target_libs): Remove libg++.
5326         (noconfigdirs): Remove libg++.
5327         (noconfigdirs): Same.
5328         (noconfigdirs): Same.
5329         (noconfigdirs): Same.
5331         * config-ml.in: Remove libg++ references.
5333         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
5334         (ALL_TARGET_MODULES): Same.
5335         (configure-target-libg++): Remove.
5336         (all-target-libg++): Remove.
5337         (configure-target-libio): Remove.
5338         (all-target-libio): Remove.
5339         (check-target-libio): Remove.
5340         (.PHONY): Remove.
5341         (libg++.tar.bz2): Remove.
5342         (all-target-cygmon): Remove libio.
5343         (all-target-libstdc++): Remove.
5344         (configure-target-libstdc++): Remove.
5345         (TARGET_LIB_PATH): Remove libstdc++.
5346         (ALL_GCC_CXX): Remove libstdc++.
5347         (all-target-gperf): Correct.
5349 2001-02-16  Nick Clifton  <nickc@redhat.com>
5351         * configure.in (noconfigdirs): Allow configuration of texinfo
5352         for Cygwin hosts.
5354 2001-02-15  Anthony Green  <green@redhat.com>
5356         * configure: Introduce GCJ_FOR_TARGET.
5357         * configure.in: Ditto.
5358         * Makefile.in: Ditto.
5360 2001-02-13  Andreas Schwab  <schwab@suse.de>
5362         * MAINTAINERS: Update mail address.
5364 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5366         * config.guess: Add linux target for S/390.
5367         * config.sub: Likewise.
5369 2001-02-08  Chandrakala Chavva <cchavva@redhat.com>
5371         * configure.in: for *-chorusos, don't config target-newlib and
5372         target-libgloss.
5374 2001-02-06  Ben Elliston  <bje@redhat.com>
5376         * configure: Output host type to stdout, not stderr.
5378 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
5380         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
5381         * ltcf-cxx.sh: Likewise.
5383         * config.if: Assume enable_libstdcxx_v3 is defined.
5385 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
5387         Remove V2 C++ library.
5388         * configure.in: Remove --enable-libstdcxx_v3 support.
5390 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
5392         * include/demangle.h: Add prototype for java_demangle_v3.
5394 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
5396         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
5398 2001-01-27  Richard Henderson  <rth@redhat.com>
5400         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
5402 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
5404         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
5405         Don't unset, it's non-portable and no longer necessary, set to empty
5406         instead.
5408 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5410         * ltconfig: Shell portability fix for the tagname validity check.
5412 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
5414         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
5415         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
5417 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
5419         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
5421 2001-01-26  Tom Tromey  <tromey@redhat.com>
5423         * configure.in: Allow libgcj to be built on Sparc Solaris.
5425 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
5427         * ltcf-c.sh: Add aix5 case.
5428         * ltcf-cxx.sh: Likewise.
5429         * ltconfig: Likewise.
5431 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
5433         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
5434         keep at least one of build_libtool_libs or build_old_libs set to
5435         yes.
5437         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
5438         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
5440 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
5442         * configure.in: Enable libgcj on several additional platforms.
5444 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
5446         * configure.in: Enable libgcj for linux targets.
5448 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
5450         * MAINTAINERS (Write After Approval): Add myself.
5452 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
5454         * MAINTAINERS: Add myself as vax port maintainer.
5456 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
5458         * MAINTAINERS: Add myself as Mercury front-end maintainer.
5460 2001-01-09  Mike Stump  <mrs@wrs.com>
5462         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
5463         failures of subdirectories.
5465 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
5467         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
5468         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
5469         * ltcf-cxx.sh: Likewise.
5470         * ltcf-gcj.sh: Likewise.
5471         * ltconfig.sh: Fix typo.
5473 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
5475         * configure: handle DOS-style absolute paths.
5477 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
5479         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
5481 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
5483         * MAINTAINERS: Add myself as avr port co-maintainer.
5485 2000-12-28  Ben Elliston  <bje@redhat.com>
5487         * MAINTAINERS: Add myself under ``Write After Approval''.
5489 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
5491         * texinfo: Remove directory from GCC.
5493 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
5495         * COPYING: Update to current
5496         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
5497         to 19yy as example year in copyright notice).
5499 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
5501         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
5502         (libstdcxx_incdir): Pass down.
5503         * config.if: Remove expired bits for cxx_interface, add stub.
5504         (libstdcxx_incdir): Add variable for g++ include directory.
5505         * configure.in (gxx_include_dir): Use it.
5507 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
5509         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
5510         with old-email address from ``Write After Approval''.
5512 2000-12-15  Andreas Jaeger  <aj@suse.de>
5514         * configure.in: Handle lang_dirs.
5516 2000-12-14  Tom Tromey  <tromey@redhat.com>
5518         * MAINTAINERS: Removed brads.
5520         * MAINTAINERS: Added gcj developers.
5522 2000-12-13  Anthony Green  <green@redhat.com>
5524         * configure.in: Disable libgcj for any target not specifically
5525         listed.  Disable libgcj for x86 and Alpha Linux until compatible
5526         with g++ abi.
5528 2000-12-13  Mike Stump  <mrs@wrs.com>
5530         * Makefile.in (local-distclean): Also remove fastjar.
5532 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
5534         * contrib/gcc_update: Add fastjar --touch entries.
5536 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
5538         * configure.in: Disable language-specific target libraries for
5539         languages that aren't enabled.
5541 2000-12-10  Anthony Green  <green@redhat.com>
5543         * configure.in: Define libgcj.  Disable libgcj target libraries for
5544         most targets.
5546 2000-12-10  Neil Booth  <neilb@earthling.net>
5548         * MAINTAINERS: Update mail address, remove from WAA list.
5550 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5552         * libjava: Imported from /cvs/java.
5553         * libffi: Likewise.
5554         * Boehm-gc: Likewise.
5556 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5558         * configure.in (target_libs): Revert 2000-12-08 patch.
5559         (noconfigdirs): Added target-libjava.
5561 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
5563         * djunpack.bat: removed.
5565 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
5567         * Makefile.in: handle DOS-style absolute paths.
5568         * config-ml.in: likewise.
5569         * symlink-tree: likewise.
5571 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5573         * fastjar: Imported.
5575 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5577         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
5578         libjava.
5579         * configure.in (target_libs): Removed `target-libjava'.
5581 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5583         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
5584         (ALL_MODULES): Added fastjar.
5585         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
5586         (all-target-libjava): all-fastjar replaces all-zip.
5587         (all-fastjar): Added.
5588         (configure-target-fastjar, all-target-fastjar): Likewise.
5589         * configure.in (host_tools): Added fastjar.
5591 2000-12-07  Mike Stump  <mrs@wrs.com>
5593         * Makefile.in (local-distclean): Remove leftover built files.
5595 2000-11-24  Nick Clifton  <nickc@redhat.com>
5597         * configure.in (xscale-elf): Add target.
5598         (xscale-coff): Add target.
5600 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
5602         * ltcf-cxx.sh: Support creation of C++ shared libraries on
5603         recent versions of FreeBSD (release 3 or later).
5604         * ltconfig: On FreeBSD, -lc must not be provided when building
5605         a shared library or else the standard -pthread gcc option is
5606         rendered worthless to later users of the built library.
5608 2000-11-16  Fred Fish  <fnf@be.com>
5610         * configure.in (enable_libstdcxx_v3): Fix typo,
5611         libstd++ -> libstdc++.
5613 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5615         * MAINTAINERS: Add self to Write After Approval list.
5617 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
5619         * MAINTAINERS: Update my email address.  Add myself to global write
5620         privs list.
5622 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
5624         * Makefile.in: Merge with src and libgcj.
5625         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
5626         configure-target-<library> when their configure scripts need the C
5627         or C++ library to have already been built to work properly.
5628         (do_proto_toplev): Set them to an empty string.
5630         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
5631         (REALLY_SET_LIB_PATH): Use them.
5633 2000-11-17  Stan Shebs  <shebs@apple.com>
5635         * MAINTAINERS: Add self to Write After Approval list.
5637 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
5639         * configure: Provide the original toplevel configure arguments
5640         (including $0) to subprocesses in the environment rather than
5641         through gcc/configargs.h.
5643 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
5645         * MAINTAINERS: Remove references to cccp. Change C9X reference to
5646         C99.  Alphabetise "Write After Approval" list.
5648 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
5650         * configure: Turn on libstdc++ V3 by default.
5652         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
5653         if we've got GCC.
5655 2000-11-11  Philip Blundell  <philb@gnu.org>
5657         * MAINTAINERS: Add self to Write After Approval list.
5659 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
5661         * ltcf-c.sh (aix4): Improve shared library configuration; require
5662         exporting symbols.
5663         * ltcf-cxx.sh (aix4): Define.
5664         * ltconfig (aix4): Define library and soname specs appropriate for
5665         AIX.  Define command to create export symbols list.
5667 Mon Nov  6 14:19:35 2000  Christopher Faylor <cgf@cygnus.com>
5669         * config.sub: Add support for Sun Chorus
5671 2000-10-31  Nick Clifton  <nickc@redhat.com>
5673         * MAINTAINERS: Rename <name>@cygnus.com addresses to
5674         <name>@redhat.com.  Also installed new email address for Clint
5675         Popetz.
5677 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
5679         * etc: Remove directory from GCC.
5681 2000-10-16  Michael Meissner  <meissner@redhat.com>
5683         * configure (gcc/configargs.h): Only create if there is a build GCC
5684         directory created.
5686 2000-10-16  Matthias Klose  <doko@debian.org>
5688         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
5689         when configured for libstdc++-v3.
5691 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
5693         * configure: Save configure arguments to gcc/configargs.h.
5695 2000-10-04  Philipp Thomas  <pthomas@suse.de>
5697         * config.guess: Import CVS version 1.157.
5698         * config.sub: Import CVS version 1.181.
5700 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
5702         * Makefile.in (bootstrap): avoid recursion if subdir missing
5703         (cross): ditto
5704         (do-proto-toplev): ditto
5706 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
5708         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
5709         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
5711         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
5712         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
5713         all affected `configure' scripts.
5715 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
5717         * MAINTAINERS: Add self as cpplib co-maintainer.
5719 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
5721         * MAINTAINERS: Add self to Write After Approval list.
5723 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
5725         * INSTALL/README: egcs -> GCC update.
5727 Sun Sep 17 16:55:59 CEST 2000   Marc Espie <espie@cvs.openbsd.org>
5729         * MAINTAINERS: Add myself to Write After Approval list.
5731 2000-09-15  Kazu Hirata  <kazu@hxi.com>
5733         * MAINTAINERS: Add myself to Write After Approval list.
5735 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
5737         * configure.in: Do not build byacc for hppa64.  Provide paths to the
5738         X11 libraries for hppa64.
5740 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
5742         * MAINTAINERS: Add myself as 68hc11 port maintainer.
5744 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
5746         * Makefile.in (all-zlib): Added dummy target.
5748         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
5749         ltcf-gcj.sh: Updated from libtool multi-language branch.
5751 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
5753         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
5754         (bootstrap*): Depend on all-bootstrap.
5756 2000-09-05  Philipp Thomas  <pthomas@suse.de>
5758         * config.guess: Import CVS version 1.156.
5759         * config.sub: Import CVS version 1.179.
5761 2000-09-02  Anthony Green  <green@cygnus.com>
5763         * Makefile.in (all-gcc): Depend on all-zlib.
5764         (CLEAN_MODULES): Add clean-zlib.
5765         (ALL_MODULES): Add all-zlib.
5766         * configure.in (host_libs): Add zlib.
5768 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
5770         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
5771         crosses, but add gcc/include to the header search path for them.
5773 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
5775         * MAINTAINERS: Add self to Write After Approval list.
5777 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5779         * config.guess: Import CVS version 1.152.
5780         * config.sub: Import CVS version 1.177.
5782 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
5784         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
5785         $targargs to tell whether newlib is going to be built.
5787         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
5788         $$r/TARGET_SUBDIR/libio for _G_config.h.
5790 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
5792         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
5794 2000-08-22  DJ Delorie  <dj@redhat.com>
5796         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
5798 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
5800         * config-ml.in (CC, CXX): Avoid trailing whitespace.
5801         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
5802         sub-configures.
5804 2000-08-21  DJ Delorie  <dj@redhat.com>
5806         * MAINTAINERS: Add self as a libiberty maintainer
5808 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
5810         * configure.in (libstdcxx_flags): Use
5811         libstdc++-v3/src/libstdc++.INC.
5813 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
5815         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
5817 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
5819         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
5821         * configure: Make enable_threads and enable_shared defaults
5822         explicit.  Substitute enable_threads into generated Makefiles.
5823         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
5824         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
5826 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
5828         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
5830 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
5832         * config-ml.in (CC): Remove bogus duplicate quotation mark from
5833         previous delta.
5835 2000-08-11  Jason Merrill  <jason@redhat.com>
5837         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
5838         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
5839         (FLAGS_FOR_TARGET): Not here.
5840         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
5842 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
5844         * config-ml.in (CC, CXX): Don't introduce a leading space.
5846 2000-08-07  DJ Delorie  <dj@delorie.com>
5848         * MAINTAINERS: Add self as a DJGPP maintainer
5850 2000-08-07  DJ Delorie  <dj@redhat.com>
5852         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
5853         "if we're also building gcc, and it's a gcc that will run on the
5854         build machine, we want to use its includes instead of the system's
5855         default includes".
5857 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
5859         * MAINTAINERS: Add self to Write After Approval list.
5861 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
5863         * configure.in (libstdcxx_flags): Don't use `"'.
5865         * config-ml.in: Adjust multilib search paths to the
5866         appropriate multilib tree.
5868 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
5870         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
5871         commas in $LANGUAGES.
5873 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
5875         * configure.in: Re-enable all references to libg++ and librx.
5877 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
5879         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
5880         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
5881         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
5882         * ltcf-cxx.sh (need_lc): Set based on postdeps.
5884         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
5886 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
5888         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
5889         CXX_FOR_TARGET for sed.
5891 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
5893         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
5894         Do not override if already set in the environment or in configure.
5895         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
5896         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
5898 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
5900         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
5901         the libtool CVS tree multi-language branch.
5902         * ltconfig, ltmain.sh: Updated.
5904 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
5906         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
5907         (clean-target): Depend on it.
5909         * Makefile.in (FLAGS_FOR_TARGET): New macro.
5910         (GCC_FOR_TARGET): Use it.
5911         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
5912         * configure.in: ... here.
5913         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
5914         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
5916 2000-07-24  Eric Christopher  <echristo@cygnus.com>
5918         * MAINTAINERS: Add self to Write After Approval list.
5920 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
5922         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
5923         (configure-target-libchill, configure-target-libobjc): Likewise.
5925         * configure.in: Use the same cache file for all target libs.
5926         * config-ml.in: But different cache files per multilib variant.
5928 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
5930         * configure (topsrcdir): Don't use dirname.
5932 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
5934         * MAINTAINERS: Add self to Write After Approval list.
5936 2000-07-20  Jason Merrill  <jason@redhat.com>
5938         * configure.in: Remove all references to libg++ and librx.
5940         * configure, configure.in, Makefile.in: Unify gcc and binutils.
5942 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
5944         * config.sub: Update to subversions version 2000-07-06.
5946 2000-07-12  Andrew Haley  <aph@cygnus.com>
5948         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
5949         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
5951 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
5953         * symlink-tree:  Check number of arguments.
5955 2000-07-05  Jim Wilson  <wilson@cygnus.com>
5957         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
5958         search path for a g++ extracted from the build tree.  This
5959         will allow link tests run by configure scripts in
5960         subdirectories to succeed.
5962 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
5964         * ltconfig: Add support for mips-dde-sysv4.2MP
5966 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
5968         * MAINTAINERS: Add myself as loop discovery maintainer.
5970 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
5972         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
5973         `os2'. Force ac_cv_exeext to be ".exe" in that case.
5975 2000-06-19  Timothy Wall  <twall@cygnus.com>
5977         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
5978         * config.sub: Add tic54x target.
5980 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
5982         * MAINTAINERS: Add self as Fortran maintainer,
5983         remove Craig Burley.
5985 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
5987         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
5988         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
5990 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
5992         * MAINTAINERS: Add self as i18n maintainer
5994 20000-05-21  H.J. Lu  (hjl@gnu.org)
5996         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
5997         directory are used if they exist. Make sure
5998         $(build_tooldir)/include is searched for header files,
5999         $(build_tooldir)/lib/ for library files.
6000         (GCC_FOR_TARGET): Likewise.
6001         (CXX_FOR_TARGET): Likewise.
6003 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
6005         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
6007 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
6009         * Makefile.in (configure-target-libiberty): Depend on
6010         configure-target-newlib.
6012 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
6014         * configure.in, Makefile.in: Merge all libffi-related
6015         configury stuff from the libgcj tree.
6017 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
6019         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
6020         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
6022 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
6024         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
6025         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
6026         current version information.  Add to proto-toplev directory.
6027         (gdb-taz): Build do-djunpack.
6029 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
6031         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
6033 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
6035         * MAINTAINERS: Add self to Write After Approval list.
6037 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
6039         * ltmain.sh: Preserve in relink_command any environment
6040         variables that may affect the linker behavior.
6042 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
6044         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
6046 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
6048         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
6050 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
6052         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
6053         with the version name.
6055 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
6057         * MAINTAINERS: Add self as bb-reorder maintainer.
6059 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
6061         * config.if: Tweak.
6063 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
6065         * djunpack.bat: New file.
6067 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
6069         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
6070         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
6071         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
6072         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
6074 2000-04-16  Dave Pitts  <dpitts@cozx.com>
6076         * config.sub (case $basic_machine): Change default for "ibm-*"
6077         to "openedition".
6079 2000-04-13  Andreas Jaeger  <aj@suse.de>
6081         * MAINTAINERS: Added myself.
6083 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
6085         * Makefile.in (gdb-taz): New target.  GDB specific archive.
6086         (do-md5sum): New target.
6087         (MD5PROG): Define.
6088         (PACKAGE): Default to TOOL.
6089         (VER): Default to a shell script.
6090         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
6091         md5 checksum generation.
6092         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
6093         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
6094         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
6095         insight.tar.bz2): Use gdb-taz to create archive.
6097 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
6099         * configure (warn_cflags): Delete.
6101 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
6103         * MAINTAINERS: Added myself.
6105 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
6106             Martin v. Loewis  <martin@loewis.home.cs.tu-berlin.de>
6108         * configure.in (enable_libstdcxx_v3): Add.
6109         (target_libs): Add bits here to switch between libstdc++-v2 and
6110         libstdc++-v3.
6111         * config.if: And this file too.
6112         * Makefile.in: Add libstdc++-v3 targets.
6114 2000-04-05  Michael Meissner  <meissner@redhat.com>
6116         * config.sub (d30v): Add d30v as a basic machine type.
6118 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
6120         * configure.in: -linux-gnu*, not -linux-gnu.
6122 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
6124         * MAINTAINERS: Add self in write-after-approval section.
6126 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
6128         * MAINTAINERS: Add self as ia64 port maintainer.
6130 2000-03-08  Neil Booth  <NeilB@earthling.net>
6132         * MAINTAINERS: Add self in write-after-approval section.
6134 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
6136         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
6137         (do-tar-bz2): Replace TOOL with PACKAGE.
6138         (gdb.tar.bz2): Remove GDBTK from GDB package.
6139         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
6140         dejagnu.tar.bz2): New packages.
6142 2000-02-27  Andreas Jaeger  <aj@suse.de>
6144         * configure.in: Add entry for mips*-*-linux*, move catch all
6145         *-*-*linux* entry below this one.
6147 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
6149         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
6151 2000-02-24  Nick Clifton  <nickc@cygnus.com>
6153         * config.sub: Support an OS of "wince".
6155 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
6157         * config.guess, config.sub: Updated to match config's 2000-02-15
6158         version.
6160 2000-02-23  Linas Vepstas <linas@linas.org>
6162         * config.sub: Add support for Linux/IBM 370.
6163         * configure.in: Likewise.
6165 2000-02-22  Nick Clifton  <nickc@cygnus.com>
6167         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
6169 2000-02-20  Christopher Faylor <cgf@cygnus.com>
6171         * config.guess: Guess "cygwin" rather than "cygwin32".
6173 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6175         * configure (gcc_version): When setting, narrow search to
6176         lines containing `version_string'.
6178 2000-02-15  Denis Chertykov  <denisc@overta.ru>
6180         * config.sub: Add support for avr target.
6182 2000-02-14  Nick Clifton  <nickc@cygnus.com>
6184         * MAINTAINERS: Add maintainers for MCore port.
6186 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
6188         * config.sub: Add mmix-knuth-mmixware.
6190 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6192         * MAINTAINERS: Pair cccp with cpplib maintainership.
6194 2000-01-27  Christopher Faylor <cgf@redhat.com>
6196         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
6197         structure stuff to -L library search.
6198         (CXX_FOR_TARGET): Ditto.
6199         (CROSS_CHECK_MODULES): Fix spelling mistake.
6201 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
6203         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
6204         the C++ compiler.
6206 2000-01-12  Richard Henderson  <rth@cygnus.com>
6208         * configure.in: Don't build some bits for beos.
6210 2000-01-12  Joel Sherrill (joel@OARcorp.com)
6212         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
6213         as include files.
6215 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
6217         * Add self as cpplib maintainer, as requested by Jason
6218         Merrill.  Correct my e-mail address.
6220 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
6222         * configure.in: Use mt-aix43 to handle *_TARGET defs,
6223         not mh-aix43.
6225 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
6227         * MAINTAINERS: Add myself to "write after approval" list.
6229 1999-12-14  Richard Henderson  <rth@cygnus.com>
6231         * config.guess (alpha-osf, alpha-linux): Detect ev67.
6232         * config.sub: Accept alphaev[78], alphaev8.
6234 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
6236         * config.guess, config.sub: Update from autoconf.
6238 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
6240         * MAINTAINERS:  update my playtime e-address.
6242 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6244         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
6245         necessary libraries are missing.
6247 Fri Nov 19 11:22:31 MST 1999    Diego Novillo <dnovillo@cygnus.com>
6249         * MAINTAINERS: Add new 'write after approval' maintainer.
6251 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6253         * MAINTAINERS: Add new Java maintainer.
6255 1999-10-25  Andreas Schwab  <schwab@suse.de>
6257         * configure: Fix quoting inside arguments of eval.
6259 1999-10-21  Nick Clifton  <nickc@cygnus.com>
6261         * config-ml.in: Allow suppression of some ARM multilibs.
6263 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
6265         * config.guess: Add OS/390 match pattern.
6266         * config.sub: Add mvs, openedition targets.
6267         * configure.in (i370-ibm-opened*): New.
6269 1999-09-04  Steve Chamberlain  <sac@pobox.com>
6271         * config.sub: Add support for configuring for pj.
6273 1999-08-31  Nick Clifton  <nickc@cygnus.com>
6275         * config.sub (maybe_os): Add support for configuring for fr30.
6277 1999-08-25  Nick Clifton  <nickc@cygnus.com>
6279         * configure.in: Do not configure or build ld for AIX
6280         platforms.  ld is known to be broken on these platforms.
6282 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6284         * config-ml.in: Pass compiler flag corresponding to multidirs to
6285         subdir configures.
6287 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
6289         * Makefile.in (LDFLAGS): Define.
6291 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
6293         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
6294         noconfigdirs.
6295         (*-*-cygwin*): Likewise.
6297 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
6299         * mkdep: New file.
6300         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
6301         (BINUTILS_SUPPORT_DIRS): Add mkdep.
6303         From Eli Zaretskii <eliz@is.elta.co.il>:
6304         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
6305         long file name when using DJGPP on MS-DOS.
6307 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
6309         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
6311 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
6313         * Makefile.in (check-target-libio): Remove all-target-libstdc++
6314         dependency as this causes "make check" to globally "make all"
6316 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
6318         * configure.in (target_libs): Added target-zlib.
6319         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
6320         (CONFIGURE_TARGET_MODULES): Likewise.
6321         (CHECK_TARGET_MODULES): Likewise.
6322         (INSTALL_TARGET_MODULES): Likewise.
6323         (CLEAN_TARGET_MODULES): Likewise.
6324         (configure-target-zlib): New target.
6325         (all-target-zlib): Likewise.
6326         (all-target-libjava): Depend on all-target-zlib.
6327         (configure-target-libjava): Depend on configure-target-zlib.
6329         * Makefile.in (configure-target-libjava): Depend on
6330         configure-target-newlib.
6331         (configure-target-boehm-gc): New target.
6332         (configure-target-qthreads): New target.
6334         * configure.in (target_libs): Added target-qthreads.
6335         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
6336         (CONFIGURE_TARGET_MODULES): Likewise.
6337         (CHECK_TARGET_MODULES): Likewise.
6338         (INSTALL_TARGET_MODULES): Likewise.
6339         (CLEAN_TARGET_MODULES): Likewise.
6340         (all-target-qthreads): New target.
6341         (configure-target-libjava): Depend on configure-target-qthreads.
6342         (all-target-libjava): Depend on all-target-qthreads.
6344         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
6345         (CONFIGURE_TARGET_MODULES): Likewise.
6346         (CHECK_TARGET_MODULES): Likewise.
6347         (INSTALL_TARGET_MODULES): Likewise.
6348         (CLEAN_TARGET_MODULES): Likewise.
6349         (all-target-libjava): New target.
6350         (all-target-boehm-gc): Likewise.
6351         * configure.in (target_libs): Added libjava, boehm-gc.
6353 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
6355         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
6356         configure.bat in SUPPORT_FILES.
6357         (gas+binutils.tar.bz2): Likewise.
6359         * makeall.bat: Remove; obsolete.
6361 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
6363         From Mark Elbrecht:
6364         * configure.bat: Remove; obsolete.
6366 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
6368         * configure: Add -W -Wall to the default CFLAGS when compiling with
6369         gcc.
6371 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
6373         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
6375 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
6377         * configure.in: Build ld on IRIX6.
6379 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
6381         * Makefile.in: Change distribution targets to use bzip2 instead of
6382         gzip.
6383         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
6384         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
6386 1999-06-04  Nick Clifton  <nickc@cygnus.com>
6388         * config.sub: Add mcore target.
6390 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
6392         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
6394 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
6396         * config.guess (dummy): Changed to $dummy.
6398 1999-05-24  Nick Clifton  <nickc@cygnus.com>
6400         * config.sub: Tidied up case statements.
6402 1999-05-22  Ben Elliston  <bje@cygnus.com>
6404         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
6405         <jiro@din.or.jp>.
6407         * config.guess: Merge with FSF version. Future changes will be
6408         more accurately recorded in this ChangeLog.
6409         * config.sub: Likewise.
6411 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
6413          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
6415 1999-04-30  Tom Tromey  <tromey@cygnus.com>
6417         * ltmain.sh: [mode link] Always use CC given by ltconfig.
6419 1999-04-23  Tom Tromey  <tromey@cygnus.com>
6421         * ltconfig, ltmain.sh: Update to libtool 1.2f.
6423 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
6425         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
6426         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
6427         Bad merge removed these two changes.
6429 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
6430                           Martin Heller (Ing.-Buero_Heller@t-online.de)
6432         * config.guess (interix Alpha): Add.
6434 1999-04-11  Richard Henderson  <rth@cygnus.com>
6436         * configure.in (i?86-*-beos*): Do config gperf; don't config
6437         gdb, newlib, or libgloss.
6439 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
6441         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
6442         link a trivial program with -mabi=64.  If it fails, remove mabi=64
6443         from multidirs.
6445 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
6447         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
6449 1999-04-08  Nick Clifton  <nickc@cygnus.com>
6451         * config.sub: Add support for mcore targets.
6453 1999-04-07  Michael Meissner  <meissner@cygnus.com>
6455         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
6456         not mt-ospace, in order to shut up assembler warning about using
6457         symbols that are named the same as registers.
6459 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
6461         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
6462         dependency list for all-target-cygmon.
6464 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
6466         * config-ml.in: Check $host, not $target, for selective multilibs.
6467         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
6468         thumb interworking, and underscore prefix multilibs.
6470 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
6472         * missing: Update to version from current automake.
6474 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
6476         * configure (gxx_include_dir): Removed.
6478         * configure.in (gxx_include_dir): Handle it.
6479         * Makefile.in: Likewise.
6481 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
6483         * config.sub (mips64vr4111,mips64vr4111el) Add.
6485 1999-03-21  Ben Elliston  <bje@cygnus.com>
6487         * config.guess: Correct typo for detecting ELF on FreeBSD.
6489 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
6491         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
6492         config/mh-djgpp.
6494 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
6496         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
6497         all-target-newlib to dependency list for all-target-bsp.
6499 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
6501         * config.sub: Add i386-uwin support.
6502         * config.guess: Likewise.
6504 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6506         * configure.in: cleanup, add mh-*pic handling for arm, special
6507         case powerpc*-*-aix*
6509 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
6511         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
6512         can be built.
6514 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
6516         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
6517         targets.
6519 1999-03-02  Nick Clifton  <nickc@cygnus.com>
6521         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
6523 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
6525         * config.sub: Check for "cygwin*" rather than "cygwin32*"
6527 1999-02-24  Nick Clifton  <nickc@cygnus.com>
6529         * config.sub: Fix typo in arm recognition.
6531 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
6533         * configure.in (noconfigdirs): Changed target_configdirs to
6534         include target-bsp only for m68k-*-elf* and m68k-*-coff*
6535         rather than m68k-*-* since it is not known to work on
6536         m68k-aout. Ditto for arm-*-*oabi.
6538 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
6540         * configure.in (*-*-windows*): Remove, no longer used.
6542 1999-02-19  Ben Elliston <bje@cygnus.com>
6544         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
6545         Smart and improved by Andrew Cagney.
6547 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
6549         * config.guess: Recognize openbsd-*-hppa.
6551 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
6553         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
6554         only if it is not empty.
6556 1999-02-17  Nick Clifton  <nickc@cygnus.com>
6558         Patch from: Scott Bambrough <scottb@corelcomputer.com>
6560         * config.guess: Modified to recognize uname's armv* syntax.
6562         * config.sub: Modified to recognize uname's armv* syntax.
6564 1999-02-17  Mark Salter  <msalter@cygnus.com>
6566         * configure.in: Added target-bsp for sparclite.
6568 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
6570         * config.sub: Recognize alphapca5[67] and up to alphaev8.
6572 1999-02-08  Nick Clifton  <nickc@cygnus.com>
6574         * configure.in: Add support for strongarm port.
6575         * config.sub: Add support for strongarm target.
6577 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
6579         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
6580         the old name config/mh-cygwin32.
6581         Enable texinfo.
6583 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
6585         * configure.in: Do build ld for ix86 Solaris.
6587 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
6589         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
6590         $AR_FOR_TARGET.  Likewise for RANLIB.
6592 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
6594         * config.sub (oabi):  Recognize.
6595         * configure.in (arm-*-oabi):  Handle.
6597 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
6599         * config.guess: Improve detection of i686 on UnixWare 7.
6601 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
6603         * config.guess: Add support for i386-pc-interix.
6604         * config.sub: Likewise.
6605         * configure.in: Likewise.
6607 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
6609         * Makefile.in: Remove unneeded all-target-libio from
6610         from all-target-winsup target since it is now unneeded.
6611         Add all-target-libtermcap in its place since it is now
6612         needed.
6614 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
6616         * configure.in: makefile stub for cygwin target is probably
6617         unnecessary.  Remove it for now.
6619 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
6621         * configure.in: libtermcap.a should be built when cygwin is the
6622         target as well as the host.
6623         * config.guess: Allow mixed case in cygwin uname output.
6624         * Makefile.in: Add libtermcap target.
6626 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
6628         * config.sub: Clean up handling of hppa2.0.
6630 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
6632         * config.guess: Use C code to identify more HP machines.
6634 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
6636         * config.sub: Handle hppa2.0.
6638 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
6640         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
6641         cygmon for all sparclite targets, regardless of object format.
6643 1998-12-15  Mark Salter  <msalter@cygnus.com>
6645         * configure.in: Added target-bsp for several target architectures.
6647         * Makefile.in: Added rules for bsp.
6649 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
6651         * config.guess: Improve detection of hppa2.0 processors.
6653 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
6655         * config.guess: Recognize FreeBSD using ELF automatically.
6657 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
6659         * configure (skip-this-dir): Add handling for new shell script, which
6660         might be created by a sub-directory's configure to indicate, this particular
6661         directory is "unwanted".
6662         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
6664 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
6666         * ltconfig: import from libtool, after changing libtool to
6667         account for the cygwin name change.
6669 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
6671         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
6672         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
6674 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
6676         * configure.in: Add libtermcap to list of cygwin dependencies.
6678 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
6680         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
6681         they include winsup/include when it's a cygwin target.
6683 1998-11-12  Tom Tromey  <tromey@cygnus.com>
6685         * configure.in (host_tools): Added zip.
6686         * Makefile.in (all-target-libjava): Depend on all-zip.
6687         (all-zip): New target.
6688         (ALL_MODULES): Added all-zip.
6689         (NATIVE_CHECK_MODULES): Added check-zip.
6690         (INSTALL_MODULES): Added install-zip.
6691         (CLEAN_MODULES): Added clean-zip.
6693 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
6695         * Makefile.in: lose "32" from comment about cygwin.
6697 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
6699         * configure.in: Use -Os to build target libraries for the fr30.
6701 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
6703         * config.sub: Add fr30.
6705 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
6707         * configure.in: drop "32" from config/mh-cygwin32.  Check
6708         cygwin* instead of cygwin32*.
6709         * config.sub: Check cygwin* instead of cygwin32*.
6711 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
6713         * config.guess: Match any version of Unixware7.
6715 1998-10-20  Syd Polk  <spolk@cygnus.com>
6717         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
6718         if desired.
6720 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
6722         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
6723         these if the appropriate directories and files to not exist.
6725 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
6727         * Makefile.in (DEVO_SUPPORT): Add config.if.
6729 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
6731         * configure: Add pattern to replace "build_tooldir"'s
6732         definition in the generated Makefile with "tooldir"'s
6733         actual value.
6735 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
6737         * config.sub: Bring back lost sparcv9.
6739         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
6741 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
6743         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
6744         CC_FOR_TARGET and friends.
6746 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
6748         * Makefile.in (build_tooldir): New variable, same as tooldir.
6749         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
6750         -B$(build_tooldir)/bin/.
6751         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
6753 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6755         * README: Remove installation instructions and refer to the
6756         INSTALL directory instead.
6758 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
6760         * config.sub: Add support for i[34567]86-pc-udk.
6761         * configure.in: Likewise.
6763 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
6765         * Makefile.in: add bzip2 package building bits for user
6766         tools module
6767         * configure.in: ditto
6769 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
6771         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
6772         (ALL_TARGET_MODULES): Add all-target-libobjc.
6773         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
6774         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
6775         (all-target-libchill): Add dependencies.
6776         * configure.in (target_libs): Add libchill.
6778 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
6780         * configure.in (target_subdir): Remove duplicate line.
6782 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
6784         * Makefile.in (all-automake): fix dependencies.
6786 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
6788         * configure.in: Minor cleanups for building in the $(target_alias)
6789         subdir.
6791 1998-09-22  Jim Wilson  <wilson@cygnus.com>
6793         * Makefile.in (bootstrap): Set r and s before make all.  Use
6794         BASE_FLAGS_TO_PASS in make all.
6795         (cross): Likewise.
6797 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
6799         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
6801 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
6803         * config.sub: Fix typo in last change.
6805 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
6807         * config.sub: Add support for C4x target.
6808         * configure.in: Likewise.
6810 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
6812         * config.sub: Recognize sparcv9 just like sparc64.
6814 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
6816         * config.guess: Match "Pent II" or "PentII" for OpenServer.
6818 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
6820         * config.guess: Correctly identify Pentium II sco boxes.
6822         * config.guess: Fix "tr" code.  From Weiwen Liu.
6824 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
6826         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
6827         stabs.
6829 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
6831         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
6832         (ALL_TARGET_MODULES): Add all-target-libchill.
6833         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
6834         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
6835         (all-target-libchill): Add dependencies.
6836         * configure.in (target_libs): Add libchill.
6838 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
6840         * config.guess: Avoid assumptions about "tr" behaves when
6841         LANG is set to something other than English.
6843 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
6845         * configure (gxx_include_dir): Changed to
6846         '${prefix}/include/g++'-${libstdcxx_interface}.
6848         * config.if: New to determine the interfaces.
6850 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
6852         * config.guess: Detect and handle MPE/IX.
6853         * config.sub: Deal with MPE/IX.
6855 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
6857         * configure.in: Use mh-aix43.
6859 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
6861         * configure: Fix --without/--disable cases for gxx-include-dir.
6863 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
6865         * mdata-sh:  Imported.  Needed for automake support.
6867 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
6869         * Makefile.in (taz): Try "chmod -R og=u ." before
6870         "chmod og=u `find . -print`".
6872 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
6874         * configure.in: Add arm-elf and thumb-elf support.
6876 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
6878         * Makefile.in: Undo previous patch.
6880 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
6882         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
6883         to here ...
6884         (install-no-fixedincludes): and here
6885         (INSTALL_MODULES): ... from here.
6887 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
6889         * config.sub: Merge with FSF.
6891         * config.guess: Merge with FSF.
6893 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
6895         * configure (extraconfigdirs): New variable.
6896         (SUBDIRS): Add extraconfigdirs and recurse on them too.
6897         * Makefile.in (all): Move higher in file.
6898         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
6899         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
6900         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
6901         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
6902         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
6904 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
6906         * Makefile.in (all-target-libjava): Depend on all-gcc and
6907         all-target-newlib.
6908         (configure-target-libjava): Depend on $(ALL_GCC).
6910 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
6912         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
6913         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
6915 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
6917         * INSTALL/README: Fix typo.
6919 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
6921         * ylwrap: Change absolute path checks to check for DOS style path
6922         names.
6924         * ylwrap: Don't use a full path name if the source file is in the
6925         same directory.  From hjl@lucon.org (H.J. Lu).
6927         * config-ml.in: Default to being verbose, to match Feb 18 change to
6928         configure.
6930 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
6932         Brought over from egcs:
6934         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
6936         * configure.in (target_subdir): Set to ${target_alias} instead
6937         of "libraries".
6939         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
6941         * configure.in (target_subdir): Set to libraries if enable_multilib.
6943 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
6945         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
6946         multilibs, force reconfiguration the first time we create
6947         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
6949 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
6951         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
6952         avoid confusion with --no-recursion.
6954 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
6956         * configure.in: Win32 hosts shouldn't use install -x
6957         * install-sh: remove -x option, and special .exe-handling
6958         hack.
6960 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
6962         * config.guess: Recognize i586-pc-beos.
6963         * configure.in: Don't build some bits for beos.
6965 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
6967         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
6968         CFLAGS default to -O2.
6970         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
6971         when using GNU ld.
6973 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
6975         * ltmain.sh: Correct install when using a different shell.
6977 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
6979         * ltconfig, ltmain.sh: Update to libtool 1.2b.
6981 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
6983         * makefile.vms: Update to build binutils/makefile.vms.  Add install
6984         target.
6986 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
6988         * ltconfig: Update to correct AIX handling.
6990 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
6992         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
6994         * configure.in (target_subdir): Set to ${target_alias} instead
6995         of "libraries".
6997 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
6999         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
7000         (Makefile): Depend on $(gcc_version_trigger).
7002         * configure (gcc_version): Change default initializer to empty
7003         string.
7004         (gcc_version_trigger): New variable; pass this variable down
7005         to subdir configures to enable them checking gcc's version
7006         themselves. Emit make macros for both gcc_version vars.
7007         (topsrcdir): Initialize reliably.
7008         (recursion line): Remove --with-gcc-version=${gcc_version}.
7010 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
7012         * configure (enable_version_specific_runtime_libs): Implement new flag
7013         --enable-version-specific-runtime-libs which installs C++ runtime stuff
7014         in $(libsubdir); emit definition in each generated Makefile.
7015         (gxx_include_dir): Initialize depending on
7016         $enable_version_specific_runtime_libs.
7018 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
7020         * configure (gcc_version): Initialize properly depending on
7021         how and where configure is started.
7022         (recursion line): Pass a --with-gcc-version=${gcc_version}
7023         to configures in subdirs.
7025 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
7027         * configure.in (noconfigdirs): Add configure pattern for mips tx39
7028         cygmon
7030 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
7032         * configure.in: Add cygmon and libstub support for mn10200.
7034 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
7036         * configure (gcc_version): Add new variable describing the
7037         particular gcc version we're building.
7038         * Makefile.in (libsubdir): Add new macro for the directory
7039         in which the compiler finds executables, libraries, etc.
7040         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
7041         and libsubdir.
7043 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
7045         * Makefile.in (local-clean): Remove *.log.
7046         (warning.log): Built with warn_summary from build.log.
7047         (mail-report.log): Run test_summary.
7048         (mail-report-with-warnings.log): Run test_summary including
7049         warning.log in the report.
7051 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
7053         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
7055 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
7057         * Makefile.in (grep): Grep no longer depends on libiberty.
7059 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
7061         * Makefile.in: all-snavigator needs all-libgui.
7063 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
7065         * configure.in: Add cygmon and libstub support for mn10300.
7067 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
7069         * missing: Update to version from automake 1.3.
7071         * ltmain.sh: On installation, don't get confused if the same name
7072         appears more than once in the list of library names.
7074 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
7076         * config.sub: Accept m68060 and m5200 as CPU names.
7078 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
7080         * configure: Use && rather than using -a in test, because odd
7081         strings can confuse test.
7082         * configure.in: Likewise.
7084 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
7086         * ltconfig, ltmain.sh: Bring in Visual C++ support.
7088 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
7090         * Makefile.in (boostrap2-lean, bootstrap3-lean,
7091         bootstrap4-lean): New targets.
7093 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
7095         * mpw-* Delete.  Not used.
7097 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
7099         * COPYING.LIB: Update FSF address.
7101 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
7103         * ltconfig, ltmain.sh: Update to libtool 1.2a.
7105         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
7106         GAS_SUPPORT_DIRS.
7108 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
7110         * ltconfig, ltmain.sh: Avoid producing a version number if
7111         -version-info was not used.
7113 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
7115         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
7116         building with newlib.
7118 1998-04-30  Paul Eggert  <eggert@twinsun.com>
7120         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
7121         Solaris `make' causes it to continue to next definition.
7123 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
7125         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
7126         the right GUI libraries and files are installed along with GDB.
7128 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
7130         * configure.in: Change alpha to alpha* in several places.
7132 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
7134         * config.sub: Recognize sparc86x.
7136 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
7138         * configure.in (--enable-target-optspace): Remove debug echo.
7140 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
7142         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
7144 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
7146         * ltconfig: Update cygwin32 support.
7148         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
7149         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
7150         (GDB_SUPPORT_DIRS): Likewise.
7152 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
7154         * configure.in (target_makefile_frag): If --enable-target-optspace,
7155         use -Os to compile target libraries rather than -O2.  Default to
7156         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
7157         not used.
7158         * configure.in (target_cflags): Ditto for d30v.
7160 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
7162         * Makefile.in (all-bfd): Depend on all-intl.
7163         (all-binutils): Likewise.
7164         (all-gas): Likewise.
7165         (all-gprof): Likewise.
7166         (all-ld): Likewise.
7168 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
7170         * configure.in (host_tools): Fix typo, lbtool -> libtool.
7172 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
7174         * Makefile.in (all-bfd): Depend upon all-libiberty.
7176         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
7178 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
7180         * Makefile.in: Add libstub.
7182         * configure.in: Ditto. Build libstub for targets that have cygmon
7183         support.
7185 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
7187         * configure.in: Don't set PICFLAG on ix86-cygwin32.
7189 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
7191         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
7192         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
7194 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
7196         * configure: Define DEFAULT_M4 by searching PATH.
7197         * Makfile.in: Use DEFAULT_M4.
7199 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
7201         * ltconfig: Add cygwin32 support.
7203         * Makefile.in, configure.in: Add libtool as a native only directory
7204         to configure and build.
7206 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
7208         * Makefile.in (INSTALL_MODULES): Remove texinfo.
7210 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
7212         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
7214 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
7216         * Makefile.in: add ash make rules
7217         * configure.in: add ash to native_only and host_tools lists
7219 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
7221         * Makefile.in (all-gettext, all-intl): New targets.
7222         (ALL_MODULES): Added all-gettext, all-intl.
7223         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
7224         (INSTALL_MODULES): Added install-gettext, install-intl.
7225         (CLEAN_MODULES): Added clean-gettext, clean-intl.
7227         * configure.in (host_tools): Added gettext.
7228         (native_only): Likewise.
7229         (noconfigdirs) [various cases]: Likewise.
7230         (host_libs): Added intl.
7232 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
7234         * configure: Do not disable building gdbtk for cygwin32 hosts.
7236 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
7238         * configure.in: Add thumb-coff target.
7239         * config.sub: Add thumb-coff target.
7241 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
7243         * Makefile.in: Revert yesterday's change.
7244         (all-target-winsup):  all-target-librx stays out of here.
7246 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
7248         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
7249         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
7250         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
7251         Remove references to librx and libg++.
7253 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
7255         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
7256         recursive makes
7258 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
7260         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
7261         for newlib directory.
7262         (CXX_FOR_TARGET): Likewise.
7264 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
7266         * ltconfig: Update after libtool/ltconfig.in change for
7267         hpux11.
7269 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
7271         * ltconfig, ltmain.sh: Update to libtool 1.2.
7273 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
7275         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
7276         (install-gcc-cross): Instead, override LANGUAGES here.
7278 1998-03-18  Dave Love  <d.love@dl.ac.uk>
7280         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
7281         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
7283 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
7285         * configure.in: Add Thumb-pe target.
7287 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
7289         * Makefile.in - changed sn targets to snavigator
7290         * configure.in - changed sn targets to snavigator
7292 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
7294         * config-ml.in: After building symlink tree call make distclean
7295         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
7296         to be the case for libiberty.
7298 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
7300         * configure: When making link, also check the current
7301         directory. The configure scripts may create one.
7303 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
7305         * config.sub: Accept alphapca56 and alphaev6 properly.
7307 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7309         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
7311 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
7313         * config.sub (sco5): Fix typo.
7315 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
7317         * Makefile.in (INSTALL_MODULES): Move install-tcl before
7318         install-itcl.
7319         (install-itcl): Remove dependency on install-tcl.
7321 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
7323         * configure.in: Remove libgloss from noconfigdirs for MN10300.
7325 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
7327         * configure.in: Don't build libgui for a cygwin32 target when not on
7328         a cygwin32 host.
7330 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
7332         * configure (redirect): Set to null, so default behavior of
7333         configure is now --verbose.
7335 1998-02-16  Dave Love  <d.love@dl.ac.uk>
7337         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
7338         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
7340 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
7342         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
7343         this change to sync Makefile.in with its ChangeLog entries.
7345 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
7347         * ltmain.sh (mkdir): Check that the directory doesn't exist
7348         before we exit with error, so that we don't get races during
7349         parallel builds.
7351 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
7353         * ltconfig, ltmain.sh: Update from libtool 1.0i.
7355 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
7357         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
7358         PICFLAG_FOR_TARGET.
7359         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
7361         * configure: Emit a definition for the new macro enable_shared
7362         into each Makefile.
7364 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
7366         * configure.in (host_tools, native_only): Add libtool.
7368 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
7370         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
7371         Fix typo in ming config comment.
7373 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
7375         * ltconfig, ltmain.sh: Update from libtool 1.0h.
7377 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
7379         * config.sub: Add tic30 cases, and map c30 to tic30.
7381 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
7383         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
7384         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
7385         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
7386         (CLEAN_TARGET_MODULES): Similarly
7387         (all-target-libf2c): Add dependences.
7388         * configure.in (target_libs): Add libf2c.
7390 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
7392         * configure.in: Remove expect from noconfigdirs when target
7393         is cygwin32.  OK to build expect and dejagnu with Canadian
7394         Cross.
7396 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
7398         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
7399         host.
7401         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
7402         and mingw32.
7404 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
7406         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
7407         here as it is not defined in the toplevel Makefile.
7409 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
7411         * configure (package_makefile_rules_frag): New variable, which names
7412         a file with generic rules, ...
7413         Change comment to mention we now have FIVE parts.
7414         * configure: Undo last change.
7416 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
7418         * config.guess: More accurate determination of HP processor types.
7419         * config.sub: More accurate determination of HP processor types.
7421 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
7423         * configure (package_makefile_frag): Move inserting the
7424         ${package_makefile_frag} to where it should be according
7425         to the comment.
7427 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
7429         * config.guess: Add support for Linux/ARM.
7431 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
7433         * .cvsignore: Remove *-info and *-install since they match
7434         release-info and mpw-install, which we don't want to just ignore.
7436 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
7438         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
7440 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
7442         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
7443         local_prefix to sub-make invocations.
7445 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
7447         * configure.in: Check makefile fragments in the source
7448         directory.
7450 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
7452         * configure.in: Check whether host and target makefile
7453         fragments exist before adding them to *_makefile_frag.
7455 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
7457         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
7459 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
7461         * configure.in: Make sure we only replace RPATH_ENVVAR on
7462         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
7463         regexp to sed.
7465         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
7466         to sub-makes.
7468 1998-01-13  Lee Iverson   (leei@ai.sri.com)
7470         * config-ml.in (multi-do): LDFLAGS must include multilib
7471         designator.
7473 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
7475         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
7477 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
7479         * config.sub: Add mingw32 support.
7480         * configure.in: Likewise.
7482 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
7484         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
7486 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
7488         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
7489         * configure (gxx_include_dir): Provide a definition for subdirs
7490         which do not use autoconf.
7492 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
7494         * config.guess: Sync with egcs.  Picks up new alpha support,
7495         BeOS & some additional linux support.
7497 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
7499         * config.guess: HP 9000/803 is a PA1.1 machine.
7501 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
7503         * configure.in: It's alpha*-...
7505 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
7507         * configure.in (host_makefile_frag, target_makefile_frag):
7508         Handle multiple config files.
7509         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
7510         alpha-*-*.
7512 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
7514         * mkdep: New file.
7516 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
7518         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
7520 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
7522         * Makefile.in: Add libgui directory.
7523         (GDB_TK): Add all-libgui.
7524         * configure.in: Add libgui directory.
7525         * configure: Add all-libgui to GDB_TK.
7527 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
7529         * config-ml.in (multidirs): Add m32r to multilib list.
7531 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
7533         * Makefile.in (all-target-gperf): Change dependency to
7534         all-target-libstdc++.
7536 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
7538         * config.guess: Add BeOS support.
7540 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
7542         Source directory cvs renamed to cvssrc:
7543         * configure.in (host_tools): Change cvs to cvssrc.
7544         (native_only): Likewise.
7545         (noconfigdirs) [various cases]: Likewise.
7546         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
7547         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
7548         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
7549         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
7550         (all-cvssrc): Rename target from all-cvs.
7552 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
7554         * configure (gxx_include_dir): Fix thinko.
7556 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
7558         * Makefile.in (INSTALL_TARGET_CROSS): Define.
7559         (install-cross, install-gcc-cross): New targets.
7561 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
7563         * configure.in (noconfigdirs): Add support for Thumb target.
7565         * config.sub (maybe_os): Add support for Thumb target.
7567 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
7569         * Makefile.in: Add rules for cygmon.
7571         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
7573 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
7575         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
7576         * configure (gxx_include_dir): Provide a definition for subdirs
7577         which do not use autoconf.
7579 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
7581         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
7582         11/18/97 build
7584 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
7586         * From Franz Sirl.
7587         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
7588         found on RedHat Linux systems.
7590 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
7592         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
7593         guesses.
7595 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
7597         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
7599 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
7601         * ltmain.sh: If mkdir fails, check whether the directory was created
7602         anyhow by some other process.
7604 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
7606         * configure.in (d30v-*-*): Configure all directories.
7608 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
7610         * configure.in (d30v-*-*): Configure newlib, libiberty directories
7611         for the D30V.
7613 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
7615         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
7617 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
7619         * include/libiberty.h: Add extern "C" { so it can be used with C++
7620         progrms.
7621         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
7622         programs.
7624 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
7626         * configure.in (d30v-*-*): Configure GCC now.
7628 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
7630         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
7631         is no longer needed.
7633 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
7635         * Makefile.in: check-target-libio depends on all-target-libstdc++.
7637 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
7639         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
7640         targets using "$@" to provide support for similar but not identical
7641         targets without having to duplicate code.
7643 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
7645         * makefile.vms: Fix to work with DEC C.
7647 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
7649         * config.sub: Add mips-tx39-elf to marketing names.
7651 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
7653         * ltmain.sh: Handle symlinks in generated script.
7655 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
7657         * configure: Handle autoconf style directory options: --bindir,
7658         --datadir, --includedir, --infodir, --libdir, --libexecdir,
7659         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
7660         --sysconfdir.
7661         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
7662         (sharedstatedir, localstatedir, oldincludedir): New variables.
7663         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
7664         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
7665         sbindir, sharedstatedir, and sysconfdir.
7667 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
7669         * Makefile.in (bootstrap-lean): New target.
7671 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
7673         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
7674         sn, and gnuserv from noconfigdirs.
7676 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
7678         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
7680 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
7682         * Makefile.in (cross): New target.
7684 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
7685                           Jeff Law         <law@cygnus.com>
7687         * Makefile.in (bootstrap2, bootstrap3): New targets.
7688         (all-bootstrap): Remove outdated and confusing target.
7689         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
7691 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
7693         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
7694         windows.  Consistent with gdb/configure.
7696 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
7698         * configure.in: Name Linux target fragment.
7700         * configure: Rewrite so that project Makefile fragment is inserted
7701         first and appears last in the resulting Makefile.
7703 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
7705         * Makefile.in (install-itcl): Install tcl first.
7707 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
7709         * configure.in: remove bison from noconfigdirs for Cygwin32 host
7711 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
7713         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
7715         * configure.in (skipdirs): Add target-librx for Linux.
7716         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
7718 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
7720         * Makefile.in (bootstrap): New target.
7722 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
7724         * config.sub: Accept 'amigados' for backward compatibility.
7726 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
7728         * config.guess: Merge with FSF.
7730 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
7732         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
7734 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
7736         * config.sub: Add "marketing-names" patch.
7738 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
7740         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
7742 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
7744         * config.sub: Handle v850-elf.
7746 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
7748         * .cvsignore (*-install): Remove.
7750 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
7752         * ltconfig: Set CONFIG_SHELL in libtool.
7753         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
7755 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
7757         * configure.in (target_subdir): Set to libraries if enable_multilib.
7759 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
7761         * config.guess: Update from gcc directory.
7763 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
7765         * Makefile.in (all-sim): Depends on all-readline.
7767 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
7769         * Makefile.in (BISON, YACC): Use $$s.
7770         (all-bison): Depend on all-texinfo.
7772 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
7774         * Makefile.in (BISON): Add -L flag.
7775         (YACC): Likewise.
7777 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
7779         * configure.in (noconfigdirs): Add support for v850e target.
7781         * config.sub (maybe_os): Add support for v850e target.
7783 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
7785         * configure.in (noconfigdirs): Add support for v850ea target.
7787         * config.sub (maybe_os): Add support for v850ea target.
7789 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
7791         * config.sub: Add mipstx39.  Delete r3900.
7793 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
7795         * Makefile.in (all-autoconf): Depends on all-texinfo.
7797 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
7799         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
7800         eabi targets.
7802 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
7804         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
7806         * configure: When handling a Canadian Cross, handle YACC as well as
7807         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
7808         * Makefile.in (all-bison): Depend upon all-texinfo.
7810 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
7812         * Makefile.in (BISON): bison, not byacc or bison -y.
7813         (YACC): bison -y or byacc or yacc.
7814         (various): Add *-bison as appropriate.
7815         (taz): No need to mess with BISON anymore.
7817 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
7819         * configure: If OSTYPE matches *win32*, try to find a good value for
7820         CONFIG_SHELL.
7822 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
7824         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
7825         configure.in if it is present.
7827 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
7829         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
7831 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
7833         * config.sub: Recognize `arc' cpu.
7834         * configure.in: Likewise.
7835         * config-ml.in: Likewise.
7837 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
7839         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
7841 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
7843         * configure: Changed sed delimiter from ':' to '|' when
7844         attempting to substitute ${config_shell} for SHELL. On
7845         NT ${config_shell} may contain a ':' in it.
7847 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
7849         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
7851 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
7853         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
7855 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
7857         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
7859         * ylwrap: If the program is a relative path, force it to be
7860         absolute.
7862 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
7864         * configure (tooldir): Set BISON to `bison -y' and not just bison.
7866 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
7868         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
7869         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
7870         for libraries.
7872 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
7874         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
7875         separated by spaces.
7877 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
7879         * ylwrap: New file.
7880         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
7882         * ltmain.sh: Handle /bin/sh at start of install program.
7884         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
7886         * ltconfig, ltmain.sh: New files, from libtool 1.0.
7887         * missing: New file, from automake 1.2.
7889 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
7891         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
7892         check-tk to CHECK_X11_MODULES.
7894 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
7896         * config.sub: Merge with FSF.
7898 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
7900         * config.guess: Merge with FSF.
7902 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
7904         * configure: Treat msdosdjgpp like go32.
7905         * configure.in: Likewise.  Don't remove gprof for go32.
7907         * configure: Change Makefile.tem2 to Makefile.tm2.
7909 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
7911         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
7913 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
7915         * install-sh (chmodcmd): Set to null if the DST directory already
7916         exists.  Same as Nov 11th change.
7918 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
7920         * configure (GDB_TK): Needs itcl and tix.
7922 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
7924         * config.guess: Update from FSF.
7926 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
7928         * Makefile.in (GDB_TK): Depend on itcl and tix.
7930 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
7932         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
7933         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
7934         (INSTALL_SCRIPT): New variable.
7935         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
7936         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
7937         to -x.
7938         * install-sh: Add support for -x option.
7940 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
7942         * configure.in, Makefile.in: Treat tix like itcl.
7944 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
7946         * Makefile.in (WINDRES): New variable.
7947         (WINDRES_FOR_TARGET): New variable.
7948         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
7949         (EXTRA_HOST_FLAGS): Add WINDRES.
7950         (EXTRA_TARGET_FLAGS): Add WINDRES.
7951         (EXTRA_GCC_FLAGS): Add WINDRES.
7952         ($(DO_X)): Pass down WINDRES.
7953         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
7954         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
7955         DLLTOOL_FOR_TARGET.
7957 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
7959         * configure.in: configure sim before gdb for win32-x-ppc
7961 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
7963         Move gperf into the toplevel, from libg++.
7964         * configure.in (target_tools): Add target-gperf.
7965         (native_only): Add target-gperf.
7966         * Makefile.in (all-target-gperf): New target, depend on
7967         all-target-libg++.
7968         (configure-target-gperf): Empty rule.
7969         (ALL_TARGET_MODULES): Add all-target-gperf.
7970         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
7971         (CHECK_TARGET_MODULES): Add check-target-gperf.
7972         (INSTALL_TARGET_MODULES): Add install-target-gperf.
7973         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
7975 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
7977         * config.sub (mn10200): Recognize new basic machine.
7979 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
7981         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
7982         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
7984 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
7986         * configure.in: If we're building mips-sgi-irix6* native, turn on
7987         ENABLE_MULTILIB and set TARGET_SUBDIR.
7989 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
7991         * Makefile.in (all-sn): Depend on all-grep.
7993 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
7995         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
7997         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
7998         Makefile.  From Jeff Makey <jeff@cts.com>.
7999         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
8001         * Makefile.in (DISTBISONFILES): Remove.
8002         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
8003         $(DEFAULT_YACC).
8005         * configure.in: Build itl, db, sn, etc., when building for native
8006         cygwin32.
8008         * Makefile.in (LD): New variable.
8009         (EXTRA_HOST_FLAGS): Pass down LD.
8010         ($(DO_X)): Likewise.
8012 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
8014         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
8016 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
8018         * configure.in (targargs): Strip out any supplied --build argument
8019         before adding our own. Always add --build.
8021 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
8023         * configure.in (targargs): Pass --build if we're doing
8024         a cross-compile.
8026 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
8028         * configure: Use '|' instead of ":" as the separator in
8029         sed. Otherwise sed chokes on NT path names with drive
8030         designators. Also look for "?:*" as the leading characters in an
8031         absolute pathname.
8033 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
8035         * config.sub: Support for r3900.
8037 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
8039         * configure.in: Use install-sh, not install.sh.
8041 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
8043         * Makefile.in (taz): Improve check for BISON so it doesn't try to
8044         apply it twice.
8046 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
8048         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
8049         install-binutils.
8051 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
8053         * Makefile.in: Add automake targets.
8054         * configure.in (host_tools): Add automake.
8056 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
8058         * configure: Default CXX to c++, not gcc.
8059         * Makefile.in (CXX): Set to c++, not gcc.
8060         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
8062 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
8064         * install-sh: try appending a .exe if source file doesn't
8065         exist
8067 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
8069         * configure.in: Turn on multilib by default.
8070         (cross_only): Remove target-libiberty.
8072         * Makefile.in (all-gcc): Don't depend on libiberty.
8074 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
8076         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
8078 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
8080         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
8081         (DISTBISONFILES): Add ld/Makefile.in
8083 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
8085         * configure.in: if target is cygwin32 but host isn't cygwin32,
8086         don't configure gdb tcl tk expect, not just gdb.
8088 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
8090         * configure.in: Added gnuserv everywhere sn appears.
8092         * Makefile.in (ALL_MODULES): Added all-gnuserv.
8093         (CROSS_CHECK_MODULES): Added check-gnuserv.
8094         (INSTALL_MODULES): Added install-gnuserv.
8095         (CLEAN_MODULES): Added clean-gnuserv.
8096         (all-gnuserv): New target.
8098 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
8100         * config.guess: Fixes for MIPS OpenBSD systems.
8102 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
8104         * Makefile.in (INSTALL_XFORM): Remove.
8105         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
8107         * mkinstalldirs: New file, copied from automake.
8108         * Makefile.in (installdirs): Rename from install-dirs.  Use
8109         mkinstalldirs.  Change all users.
8110         (DEVO_SUPPORT): Add mkinstalldirs.
8112 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
8114         * install-sh: Rename from install.sh.
8115         * Makefile.in (INSTALL): Change install.sh to install-sh.
8116         (DEVO_SUPPORT): Likewise.
8118         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
8119         Graichen <graichen@rzpd.de>.
8121 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
8123         * config.guess: Recognize OpenBSD systems correctly.
8125 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
8127         * README, Makefile.in (ETC_SUPPORT): Remove references to
8128         cfg-paper*, configure.{texi,man,info*}._
8130 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
8132         * Makefile.in (all.normal): Ensure that gcc is built after all
8133         the x11 - ie gdb - targets.
8135 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
8137         * makefile.vms: Don't run conf-a-gas.
8139 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
8141         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
8143 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
8145         * configure.in: Remove noconfigdirs case since gdb also
8146         configures and builds for tic80-coff.
8148 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
8150         * configure: Set cache_file to config.cache.
8151         * Makefile.in (local-distclean): Remove config.cache.
8153 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
8155         * COPYING: Update FSF address.
8157 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
8159         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
8160         noconfigdirs.
8162 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
8164         * Makefile.in (install-dirs): Don't crash if prefix, and hence
8165         MAKEDIRS, is empty.
8167 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
8169         * config.sub: Tweak mn10300 entry.
8171 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
8173         * configure.in (host_tools): Put sim before gdb, so gdb's
8174         configure.tgt can determine if the simulator was configured.
8176 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
8178         * config.sub: Move BeOS $os case to be with other Cygnus
8179         local cases.
8181 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
8183         * config.sub: Remove misplaced comment that broke Linux.
8185 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
8187         * config.sub: Add BeOS support.
8189 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
8191         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
8193 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
8195         * configure.in (noconfigdirs): Remove tcl and tk from
8196         noconfigdirs for cygwin32 builds.
8198 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
8200         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
8202 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
8204         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
8205         make-all.com, use makefile.vms instead.
8207 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
8209         * config.sub: Accept -lnews*.
8211 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
8213         * configure.in (noconfigdirs): Disable target-newlib,
8214         target-examples and target-libiberty for d30v.
8216 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
8218         * configure.in (noconfigdirs): Enable ld for d30v.
8220 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
8222         * configure.in (tic80-*-*): Build compiler.
8224 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
8226         * configure.in (d30v-*): Remove sim directory from list of
8227         unsupported d30v directories
8229 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
8231         * config.sub, configure.in: Add d30v target cpu.
8233 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
8235         * makefile.vms: New file.
8236         * make-all.com: Remove.
8238 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
8240         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
8242 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
8244         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
8246 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
8248         * Makefile.in (ALL_MODULES): Added all-db.
8249         (CROSS_CHECK_MODULES): Addec check-db.
8250         (INSTALL_MODULES): Added install-db.
8251         (CLEAN_MODULES): Added clean-db.
8253 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
8255         * config.guess: Merge with latest FSF sources.
8257 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
8259         * Makefile.in (ALL_MODULES): Added all-itcl.
8260         (CROSS_CHECK_MODULES): Added check-itcl.
8261         (INSTALL_MODULES): Added install-itcl.
8262         (CLEAN_MODULES): Added clean-itcl.
8264 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
8266         * configure.in: build gdb for mn10200
8268 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
8270         * Makefile.in (all-target-winsup): Depend on all-target-libio.
8272 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
8274         * configure.in (tic80-*-*): Turn off most targets right now.
8276 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
8278         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
8279         rather than the makeinfo program.
8280         (do-info): Depend upon all-texinfo.
8282 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
8284         * configure.in: Remove uses of config/mh-linux.
8286         * config.sub, config.guess: Merge with latest FSF sources.
8288 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
8290         * config.sub (case $basic_machine): Add tic80 entries.
8292 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
8294         * config.sub, config.guess: Merge with latest FSF sources.
8296 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
8298         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
8299         * mpw-config.in: Test for NewFolderRecursive.
8300         * mpw-install: Use symbolic name for startup filename.
8301         * mpw-README: Add various additional details.
8303 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
8305         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
8307 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
8309         * configure.in: Do build gcc and the target libraries for
8310         the mn10200.
8312 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
8314         * configure.in: don't avoid building gdb for mn10300 any more
8315         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
8316         instead of single-quoting it.
8318 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
8320         * configure.in: Don't use --with-stabs on IRIX 6.
8322 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
8324         * configure.in (m32r): Build gdb, libg++ now.
8326 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
8328         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
8329         directories from noconfigdirs.
8331 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
8333         * config.sub (basic_machine): added mips16 configuration
8335 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8337         * config.sub: Handle d10v-unknown.
8339 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
8341         * config.sub: Handle v850-unknown.
8343 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
8345         * Makefile.in: add findutils
8346         * configure.in: add findutils to list of host_tools
8348 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
8350         * config.sub: Handle mn10200 and mn10300.
8352 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8354         * configure.in (d10v-*): Do not build librx.
8356 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
8358         * configure.in (mn10300): Build everything except gdb & libgloss.
8360 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
8362         * config.guess:  Patch for Dansk Data Elektronik servers,
8363         from Niels Skou Olsen <nso@dde.dk>.
8365         For ncr, use /bin/uname rather than uname, since GNU uname does not
8366         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
8368         Patch for MIPS R4000 running System V,
8369         from Eric S. Raymond <esr@snark.thyrsus.com>.
8371         Fix thinko for nextstep.
8373         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
8375         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
8376         * config.guess: Guess mips-dec-mach_bsd4.3.
8378         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
8379         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
8380         release numbers.
8381         * config.guess (mips-mips-riscos*):  Emit just enough of the
8382         release number.
8384         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
8385         * config.guess (sparc-auspex-sunos*):  Added.
8386         (f300-fujitsu-*): Added.
8388         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
8389         * config.guess:  Recognize a Tadpole as a sparc.
8391 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
8393         * config.guess: Don't assume that NextStep version is either 2 or
8394         3.  NextStep 4 (aka OpenStep 4) has come out now.
8396 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
8398         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
8399         From Rik Faith <faith@cs.unc.edu>.
8401 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
8403         * config.sub: Contributions from bug-gnu-utils to:
8404         Support plain "hppa" (no version given) architecture, reported by
8405         OpenStep.
8406         OpenBSD like NetBSD.
8407         LynxOs is not a hardware supplier.
8409         * config.guess: Contributions from bug-gnu-utils to add support for:
8410         OpenBSD like NetBSD.
8411         Stratus systems.
8412         More Pyramid systems.
8413         i[n>4]86 Intel chips.
8414         M680[n>4]0 Motorola chips.
8415         Use unknown instead of lynx for hardware manufacturer.
8417 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
8419         * install.sh (chmodcmd): Set to null if the DST directory already
8420         exists.
8422 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8424         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
8425         not use mt-ppc target Makefile fragment any more.
8427 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
8429         * configure.in (*-*-windows):  Exclude everything but those dirs
8430         needed to build windows.
8432 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
8434         * Makefile.in (all-target-winsup): Depend on all-target-librx.
8436 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
8438         * configure.in:  Exclude mmalloc from i386-windows.
8440 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
8442         * Undo my previous change.
8444 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
8446         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
8447         unconditionally.
8448         (MAKEOVERRIDES): Define (revert this part of October 18 change).
8450 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
8452         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
8453         host to add it's own flags.
8455 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
8457         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
8459 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
8461         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
8462         (CXX_FOR_TARGET): Likewise.
8463         (GCC_FOR_TARGET): Define.
8464         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
8465         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
8466         CC_FOR_TARGET was specified on the command line.
8467         (MAKEOVERRIDES): Don't define.
8469 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
8471         * configure.in (m32r): Fix spelling of libg++ libs.
8473 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
8475         * config.sub (-apple*): Remove, now redundant.
8477 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
8479         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
8481         * configure: Rework yesterday's sed script patch.
8483         * config.sub: Merge with FSF.
8485 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
8487         * config.guess:  Merge from FSF.
8489         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
8490         * config.guess: Use pc instead of unknown, for pc clone systems.
8491         Change linux to linux-gnu.
8493         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
8494         * config.guess: Avoid non-portable tr syntax.
8496 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
8498         * test-build.mk (HOLES): Add "xargs" for gdb.
8500         * configure: Avoid hpux10.20 sed bug.
8502 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
8504         * configure.in:  Add support for windows host
8505         (that is a build done under the Microsoft build environment).
8507 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
8509         * Makefile.in: Replace all uses of srcroot with s, to shrink
8510         command line lengths.
8512         Patches from Geoffrey Noer <noer@cygnus.com>:
8513         * configure.in: If configuring for newlib, pass --with-newlib to
8514         subdirectories.
8515         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
8516         -Bnewlib/ and -Lwinsup to gcc.
8517         (CXX_FOR_TARGET): Likewise.
8519 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
8521         * Makefile.in (ETC_SUPPORT): Add configure.
8523 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
8525         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
8526         host configuration file.
8528 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
8530         * configure.in: Break mn10x00 support into separate
8531         mn10200 and mn10300 configurations.
8532         * config.sub: Likewise.
8534 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
8536         * configure.in: Add lots of stuff to noconfigdirs for
8537         the mn10x00 targets.
8539         * config.sub, configure.in: Add mn10x00 support.
8541 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
8543         * make-all.com: Call conf-a-gas, not config-a-gas.
8545 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
8547         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
8548         targets.
8550 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
8552         * mpw-README: Add much more detail for native PowerMac.
8553         * mpw-install: New file.
8554         * mpw-configure: Add --norecursion and --help options.
8555         * mpw-config.in: Translate readme and install files when
8556         copying to objdir.
8557         * mpw-build.in: Don't always depend on byacc and flex.
8558         (install-only-top): New action.
8560 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
8562         * configure.in:  You can now configure GDB for the v850.
8564 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
8566         * configure.in (noconfigdirs): Don't configure any C++ dirs
8567         if targeting D10V.
8569 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
8571         * config.sub: Recognize mips64vr5000.
8573 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
8575         * configure.in: Use a single line for host_tools and native_only.
8577 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
8579         * config.sub, configure.in: Add entries for m32r.
8581 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
8583         * Makefile.in (inet-install): Don't run install-gzip.
8585 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
8587         * configure.in:  Don't config lots of things for *-*-windows*.
8589 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
8591         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
8592         (host_libs, host_tools): Copy from configure.in.
8593         * mpw-configure: Don't complain about directories not found.
8595 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8597         * configure.in (i[345]86): Recognize i686 for pentium pro.
8598         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
8599         file.
8601         * config.guess (i[345]86): Ditto.
8603 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
8605         * configure.in (noconfigdirs): Removed gdb for D10V.
8607 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
8609         * configure.in: Remove ld, target-libio, target-libg++, and
8610         target-libstdc++ from noconfigdirs.
8612 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
8614         * configure: Fix three locations where shell scripts were
8615         being run directly rather than with config_shell.
8617 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
8619         * configure.in (v850-*-*): Set up initial $noconfigdirs.
8620         * config.sub (basic_machine): Recognize v850.
8622 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
8624         * mpw-configure: Handle multiple enable/disable options and
8625         pass them down recursively, handle -c and -s flags appropriately
8626         depending on choice of compiler, add escape mechanism for
8627         quoted arguments to gC.
8629 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8631         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
8632         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
8633         so that -mrelocatable-lib and -mno-eabi are used.
8635         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
8636         not support --print-multi-lib, don't abort.
8638 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
8640         * make-all.com: Run config-a-gas.
8641         * setup.com: Don't copy subdirectory files around.
8643 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
8645         * configure.in (*-*-ose): Remove exclusion of libgloss for this
8646         target, it now compiles correctly.
8648 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
8650         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
8652 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
8654         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
8656 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
8658         * configure.in (native_only): Add prms.
8660 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
8662         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
8663         (BINUTILS_SUPPORT_DIRS): Likewise.
8665 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8667         * configure.in (d10v-*-*): Don't configure ld or gdb until the
8668         d10v support is added.
8670 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
8672         * configure.in (d10v-*-*): New target.
8674 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
8676         * config.guess (HP 9000/811): Recognize this as a PA1.1
8677         machine.
8679 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
8681         * Makefile.in (do-tar-gz): New target, split out from tail end of
8682         taz target.  Run each command separately, don't use pipes.
8683         (taz): Use it.
8685 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
8687         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
8688         * mpw-build.in: No builds should depend on building byacc or flex,
8689         they are assumed to be installed already.
8691 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8693         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
8694         variable that CC_FOR_TARGET needs.
8696 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8698         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
8699         options have changed since the last time the subdirectory was
8700         configured, and if it has, reconfigure.
8701         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
8702         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
8704 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
8706         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
8707         CLEAN_MODULES): Add bash.
8708         (all-bash): New target.
8710 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
8712         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
8714 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8716         * config.sub (basic_machine): Recognize d10v as a valid processor.
8718 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
8720         * mpw-configure: Add support for --bindir.
8721         * mpw-build.in: Use a GCC-specific build script for GCC actions.
8723 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
8725         * configure.in: add bash, time, gawk to list of hosttools and things
8726         to only build for native toolchains
8728 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
8730         * Makefile.in (docdir): Remove.
8732 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
8734         * Makefile.in (datadir): Set to $(prefix)/share.
8736 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
8738         * configure.in: build diff and patch for cygwin32-hosted
8739         toolchains.
8741 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
8743         * config.sub: Accept -rtems*.
8745 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
8747         * configure.in: enable dosrel for cygwin32-hosted builds,
8748                 remove diff from the list of things not buildable
8749                 via Canadian Cross
8751 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
8753         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
8754         don't get ". ".
8756 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
8758         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
8760 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
8762         * Makefile.in (taz): Handle case where tex3patch didn't even get
8763         checked out.  Also, if it was found, put the symlink in a new util
8764         subdirectory.
8766 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8768         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
8770 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
8772         * config.sub: Recognize -openvms.
8773         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
8774         * make-all.com, setup.com: New files.
8776 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
8778         * Makefile.in (taz): tex3patch moved to texinfo/util.
8780 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
8782         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
8783         * configure.in: remove make from disable-if-Can-Cross list
8784                 enable gdb if ${host} and ${target} are cygwin32
8786 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
8788         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
8789         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
8791 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
8793         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
8794         distinguish sysv/svr4/bsd variants.
8795         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
8797 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
8799         * configure.in: Added copyright notice.
8800         * move-if-change: Added copyright notice.
8802 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8804         * configure.in (powerpcle-*-solaris*): Until we get shared
8805         libraries working, don't build gdb, sim, make, tcl, tk, or
8806         expect.
8808 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
8810         * config.guess:  Merge with FSF:
8812         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
8813         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
8815         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
8816         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
8818         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
8819         * config.guess:  Combine two OSF1 rules.
8820         Also recognize field test versions.  From mjr@zk3.dec.com.
8821         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
8822         because GNU uname does not support -p.  From pmr@pajato.com.
8824 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
8826         * Makefile.in (MAKEDIRS): Removed $(tooldir).
8828 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
8830         * mpw-README: Document GCCIncludes.
8832 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
8834         * configure.in (alpha-*-linux*): Set enable_shared to yes.
8836 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
8838         * mpw-configure: Handle --enable-FOO and --disable-FOO.
8840 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
8842         * configure.in (*-*-cygwin32): Configure make.
8844 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
8846         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
8848 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
8850         * Makefile.in (all-inet): Depend on all-perl.
8852         * Makefile.in (inet-install): New target.
8854         * Makefile.in (all-inet): Depend on all-tcl.
8855         (all-inet): Depend on all-send-pr.
8857 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8859         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
8860         temporarily.
8862 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
8864         * configure.in: Don't configure --with-gnu-ld on AIX.
8866 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
8868         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
8870 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
8872         * Makefile.in (ALL_MODULES): Added all-inet.
8873         (CROSS_CHECK_MODULES): Added check-inet.
8874         (INSTALL_MODULES): Added install-inet.
8875         (CLEAN_MODULES): Added clean-inet.
8876         (all-indent): New target.
8878         * configure.in (host_tools): Added inet.
8879         (native_only): Added inet.
8880         (noconfigdirs): Added inet.
8882 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
8884         * configure.in: Don't configure libgloss if we are not configuring
8885         newlib.
8887 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
8889         * configure.in: Don't configure libgloss for unsupported
8890         architectures.
8892 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8894         * Makefile.in (CLEAN_MODULES): Add clean-apache.
8896 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
8898         * Makefile.in (ALL_MODULES): Include all-apache.
8899         (CROSS_CHECK_MODULES): Include check-apache.
8900         (INSTALL_MODULES): Include install-apache.
8901         (all-apache): New target.
8903         * configure.in: Added apache everywhere perl is seen.
8905 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8907         * Makefile.in: Add support for clean-{module} and
8908         clean-target-{module} rules.
8910 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
8912         * configure.in (*-*-ose) do not build libgloss.
8914 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8916         * config.guess (prep*:SunOS:5.*:*): Turn into
8917         powerpele-unknown-solaris2.
8919 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
8921         * configure.in: Permit --enable-shared to specify a list of
8922         directories.
8924 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
8926         * configure.in (host==solaris): Pass only the first word of $CC
8927         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
8929 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
8931         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
8933 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
8935         * Makefile.in (ALL_MODULES): Include all-perl.
8936         (CROSS_CHECK_MODULES): Include check-perl.
8937         (INSTALL_MODULES): Include install-perl.
8938         (ALL_X11_MODULES): Include all-guile.
8939         (CHECK_X11_MODULES): Include check-guile.
8940         (INSTALL_X11_MODULES): Include install-guile.
8941         (all-perl): New target.
8942         (all-guile): New target.
8944         * configure.in (host_tools): Include perl and guile.
8945         (native_only): Include perl and guile.
8946         (noconfigdirs): Don't build guile and perl; no ports have been
8947         done.
8949 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
8951         * configure (--enable-*): Handle quoted option lists such as
8952         --enable-sim-cflags='-g0 -O' better.
8954 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8956         * Makefile.in ({,inst}all-target): New rule so we can make and
8957         install all of the target directories easily.
8959 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8961         * configure.in: Add missing global flag in sed substitution when
8962         deleting `target-' from ${configdirs}.
8964 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
8966         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
8967         option.
8969         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
8970         config/mh-necv4.
8972         * install.sh: Correct misspelling of transformbasename.
8974         * config.guess: Recognize mips-*-sysv*.
8976 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
8978         * config.sub: Recognize mon960.
8980 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
8982         * configure: Restore Canadian Cross handling of BISON and LEX,
8983         removed in Feb 20 change.
8985 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
8987         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
8988         Mention make install.  Remove the old copyright date as well the
8989         clumsy and rather pointless copyright on the README file.
8991 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
8993         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
8994         Makefile after running symlink-tree, then run `make distclean' to
8995         avoid clobbering any generated files in srcdir.
8997 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
8999         * configure.in (m68k-*-netbsd*): Build everything now.
9001 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
9003         * Makefile.in (taz): Fix quoting.
9005 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
9007         * configure.in (sparclet-*-*): Build everything now.
9009 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9011         * configure.in (m68k-*-linux*): New host.
9013 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
9015         * configure: Check for bison before byacc.
9017 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
9019         * Makefile.in configure:  Change the way LEX and BISON/YACC are
9020         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
9021         searching PATH.  These are used as fallbacks by Makefile.in if
9022         flex/bison/byacc aren't in objdir.
9024 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
9026         * Makefile.in: Make everything which depends upon all-bfd also
9027         depend upon all-opcodes, in case --with-commonbfdlib is used.
9029 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9031         * configure.in (host *-*-cygwin32): Don't build gdb if we are
9032         building NT native compilers on Unix.
9034 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
9036         * configure.in: Don't get CC from the host Makefile fragment if we
9037         can find gcc in PATH, or if this is a Canadian Cross.  Move the
9038         Solaris test for /usr/ucb/cc to the post target script, just after
9039         the compiler sanity test.
9041 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
9043         * config.sub: Merge with FSF.
9045 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
9047         * Makefile.in (RPATH_ENVVAR): New variable.
9048         (REALLY_SET_LIB_PATH): Use it.
9049         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
9051 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
9053         * config.sub, configure.in: Recognize sparclet cpu.
9055 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
9057         * config.guess:  Support m68k-cbm-sysv4.
9059 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9061         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
9062         m68k-unknown-linuxaout from linker help string.  Put quotes around
9063         $ld_help_string.
9065 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
9067         * config.guess (powerpc-harris-powerunix): Add guess for port
9068         to new target.
9070 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
9072         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
9074 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
9076         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
9077         $(REALLY_SET_LIB_PATH) in Makefile.
9078         * Makefile.in (SET_LIB_PATH): New variable.
9079         (REALLY_SET_LIB_PATH): New variable.
9080         ($(DO_X)): Use $(SET_LIB_PATH).
9081         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
9082         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
9083         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
9084         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
9085         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
9086         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
9087         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
9088         (install-dosrel): Likewise.
9089         (all-opcodes): Depend upon all-libiberty.
9091 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
9093         * config.guess (*:CYGWIN*): New
9095 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9097         * Makefile.in (all-target-winsup): All all-target-libiberty.
9099 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9101         * configure.in (noconfigdirs): Add missing # in front of comment.
9103 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
9105         * configure.in: add second pass to things added to noconfigdirs
9106         so *-gm-magic can exclude libgloss properly.
9108 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
9110         * mpw-configure (extralibs_name, rez_name): Set correctly
9111         for MWC68K compiler.
9113         * mpw-README: Add more info on the necessary build tools.
9115 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
9117         * configure.in, config.sub: Recognize cygwin32.
9119 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
9121         * config.guess, config.sub: Recognize A/UX.
9123 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
9125         * config.sub: Merge with gcc/config.sub.
9127 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
9129         * mpw-build.in (do-binutils): Add build of stamps.
9131 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
9133         * config.sub: Add recognition for mips64vr4100*-* targets.
9135 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
9137         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
9138         Add creation of gconfigargs with `--enable-shared' turned on.
9139         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
9140         ($(host)-stamp-stage3-configured): Likewise.
9141         (HOLES): Add chatr and ldd.
9142         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
9144 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
9146         * configure: Pass --nfp to recursive configures.
9148 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
9150         * Makefile.in (DLLTOOL): New.
9151         (DLLTOOL_FOR_TARGET): New.
9152         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
9153         (EXTRA_TARGET_FLAGS): Ditto.
9154         (EXTRA_GCC_FLAGS): Ditto.
9155         (CONFIGURE_TARGET_MODULES): Ditto.
9156         (DO_X): Ditto.
9157         * configure: Add DLLTOOL.
9159 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
9161         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
9162         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
9163         mh-sco, since old workarounds no longer needed, and don't
9164         build ld, since libraries have weak symbols in COFF.
9166 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
9168         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
9170 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
9172         * configure.in: Make sure that ${CC} can be used to compile an
9173         executable.
9175 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
9177         * Makefile.in (all-gdb): Depend on $(GDB_TK).
9178         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
9179         nothing depending on whether gdbtk is being built.
9181 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
9183         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
9185 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
9187         * configure.in (noconfigdirs): Put ld or gas in this early, if the
9188         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
9190 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
9192         * config-ml.in: Add support for
9193         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
9194         Simplify setting of multidirs from --disable-foo.
9196 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9198         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
9199         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
9200         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
9201         non-empty, pass them on to the  GCC make.
9202         (all-bootstrap): New rule that is like all-gcc, except it executes
9203         the GCC bootstrap rule instead of the GCC all rule.
9205 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
9207         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
9209 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9211         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
9212         DG/UX support.
9214 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
9216         * config.sub (i*86*) Change [345] to [3456]
9218 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
9220         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
9221         --with-gnu-ld=no.
9223 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9225         * config-ml.in (rs6000*, powerpc*): Add switches to control which
9226         AIX multilibs get built.
9228 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9230         * configure.in (i386-win32): Don't build expect if we're not
9231         building the tcl subdir.
9233 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
9235         * Makefile.in: (configure-target-examples, all-target-examples):
9236         New targets, configure and build example programs.
9238 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
9240         * mpw-configure: If an mpw-config.in generated a file mk.sed,
9241         use it as input to sedit the generated MPW makefile.
9242         * mpw-README: Add a suggestion about Gestalt.h.
9244 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
9246         * config.sub: Accept *-*-ieee*.
9248 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
9250         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
9251         Ronald F. Guilmette <rfg@monkeys.com>.
9253 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9255         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
9256         for powerpc-pe native.
9257         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
9258         (target==powerpc-pe): duplicate i386-win32 entry.
9260 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
9262         * configure.in (noconfigdirs): Exclude target-newlib for all versions
9263         of vxworks, not just vxworks5.1.
9265 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
9267         * mpw-configure: Add support for exec-prefix.
9269 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
9271         * config.guess: Recognize HP model 816 machines as having
9272         a PA1.1 processor.
9274 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
9276         * configure: Ignore new autoconf configure options.
9278 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
9280         * config.guess:  Recognize Pentium under SCO.
9281         From Robert Lipe <robertl@arnet.com>.
9283 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
9285         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
9287 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
9289         * configure.in: Don't configure gas for alpha-dec-osf*.
9291 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
9293         * configure.in: Default to --with-stabs for some targets for which
9294         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
9295         i[345]86*-*-unixware*.
9297 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
9299         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
9300         rather than basing it on the target.  Simplify handling of options
9301         controlling which directories to configure.  Remove extraneous
9302         slash in multi-clean target.
9304 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
9306         * config-ml.in: Prefix more variables with ml_ so they don't collide
9307         with configure's.
9309 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
9311         * configure: Don't turn -v into --v.
9313 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
9315         * configure.in (targargs): Fix typo.
9317         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
9319 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
9321         * configure.in: Strip --host and --target options from
9322         CONFIG_ARGUMENTS, and always configure for --host only.  Add
9323         --with-cross-host option when building with a cross-compiler.
9324         * configure: Canonicalize the arguments put into config.status by
9325         always using `=' for an option with an argument.  Pass a presumed
9326         --host or --target explicitly.
9328 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
9330         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
9331         into general OS recognition case.
9333 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9335         * configure.in (target_configdirs): add target-winsup only
9336         for win32 target systems.
9338 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
9340         * Makefile.in (all-target-libgloss): Depend upon
9341         configure-target-newlib, since when libgloss is built it looks to
9342         see if the newlib directory exists.
9344 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
9346         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
9347         cfg-ml-*.in.
9349 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
9351         * configure: Handle LD and LD_FOR_TARGET when configuring a
9352         Canadian Cross.
9354 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9356         * configure.in (target_libs): add target-winsup.
9357         (target==i386-win32): add patch diff flex make to $noconfigdirs.
9358         (target==ppcle-pe): remove ld from $noconfigdirs.
9360 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
9362         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
9363         Preserve relative path names in $srcdir.  Build symlink tree if
9364         configuring cross target dir and srcdir=. (= no VPATH support).
9365         (configure-target-libg++): Depend on configure-target-librx.
9366         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
9367         * config-ml.in: New file.
9368         * symlink-tree: New file.
9369         * configure: Ensure srcdir="." if that's what it is.
9371 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
9373         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
9374         includes and FLEX_SKELETON setting.
9375         * mpw-configure (--with-gnu-ld): New option, controls whether
9376         to use PPCLink or ld with PowerMac GCC.
9377         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
9378         * mpw-config.in: Configure grez if targeting Mac.
9380         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
9381         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
9382         just macos.
9383         * configure.in: Configure grez resource compiler if targeting Mac.
9384         * Makefile.in (all-grez, install-grez): New targets.
9386 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
9388         * configure: CXX defaults to gcc, not g++.  If we find
9389         gcc in the path, set CC to gcc -O2.
9391 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
9393         * configure: Default ${build} correctly.  Avoid picking up extra
9394         spaces when reading CC and CXX from Makefile.  When doing a
9395         Canadian Cross, use plausible default values for numerous
9396         variables.
9397         * configure.in: When doing a Canadian Cross, don't try to
9398         configure tools whose configure script can't handle it.
9400 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
9402         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
9404 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9406         * configure:  Remove dubious bug reporting address.
9408 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9410         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
9411         configure script, run that instead of this directory's configure.
9412         In either case, print a message that we're configuring the sub-dir.
9414 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9416         * configure.in: Before checking for the existence of various files,
9417         use sed to filter out "target-".
9419 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
9421         * Makefile.in (DO_X): Split rule to decrease command line length
9422         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
9423         (Philippe De Muyter).
9425 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9427         * Makefile.in (all-patch): depend on all-libiberty.
9429 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
9431         * configure.in: If the only directory in target_configdirs which
9432         actually exists is libiberty, then set target_configdirs to empty,
9433         to avoid trying to build a target libiberty in a gas or gdb
9434         distribution.
9436 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
9438         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
9439         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
9440         systems.
9442 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
9444         * configure.in (copy_dirs): Use sys-include instead of include
9445         for --with-headers option.
9447 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
9449         * Makefile.in, configure.in: Make winsup builds work with
9450         new scheme.
9452 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
9454         * configure.in: Build the linker on AIX.
9456 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9458         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
9459         where needed.
9461 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
9463         * Makefile.in (all-gcc): Fix typo.
9465 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9467         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
9469 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9471         * configure.in:  Rename libFOO to target-libFOO, and xiberty
9472         to target-xiberty, to provide more flexibility.
9473         (target_subdir):  Define.  Create if cross.
9474         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
9475         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
9476         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
9477         check-libFOO -> check-target-libFOO, etc.
9478         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
9479         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
9480         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
9481         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
9482         allow ALL_GCC="" to only configure.
9483         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
9484         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
9485         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
9487 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
9489         * Makefile.in (taz): Build "info" in etc explicitly.
9491 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
9493         * configure.in:  Make sure that CC is undefined (as opposed to
9494         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
9495         problem with autoconf trying to configure on a host without GCC.
9497 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
9499         * mpw-configure: Set host alias from choice of host compiler,
9500         only use generic MPW Makefile sed if present, edit a file
9501         named "hacked_Makefile.in" instead of "Makefile.in" if present.
9502         * mpw-README: Add problem notes about CW6 and CW7.
9504 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
9506         * Makefile.in (taz): Use ";" instead of ";;".
9508 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9510         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
9511         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
9512         DISTDOCDIRS.
9513         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
9514         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
9516 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9518         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
9519         and gnats, because they are now subsumed by DISTSTUFFDIRS.
9520         Move bfd to DISTSTUFFDIRS.
9522 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9524         * Makefile.in (X11_LIB): Removed.
9525         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
9527         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
9529 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9531         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
9532         names.
9534 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9536         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
9538 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
9540         * configure.in (i[345]86-*-win32): Always build newlib.
9541         Don't configure cvs, autoconf or texinfo.
9542         * Makefile.in (LD_FOR_TARGET): New.
9543         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
9544         Pass down LD_FOR_TARGET.
9546 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
9548         * winsup: New directory.
9549         * Makefile.in: Build winsup.
9550         * configure.in: Winsup is configured when target is win32.
9551         Can only build win32 target GDB when native.
9553 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
9555         * config.guess: Recognize HP model 819 machines as having
9556         a PA 1.1 processor.
9558 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
9560         * configure: Fix sed loop which substitutes for CC and CXX to
9561         avoid bug found in various sed implementations.
9563 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9565         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
9566         simulator.  Use standard powerpc-*-eabi*.
9568 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
9570         * configure.in: Stop putting gas and binutils in noconfigdirs for
9571         powerpc-*-aix* and rs6000-*-*.
9573 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
9575         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
9576         -mcall-aixdesc libraries.
9578 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
9580         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9582         * config.sub (arm | armel | armeb): Fix shell syntax.
9584 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9586         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
9587         -msoft-float and -mcpu=common support.
9588         (powerpc*-*-eabisim*): Add support for building -mcall-aix
9589         libraries.
9591 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
9593         * configure.in: Allow configuration and build of emacs19 for the alpha.
9595 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9597         * configure.in (CC): Get ^CC, not just any old CC, from
9598         ${host_makefile_frag}.
9600 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9602         * configure.in (CC): Try to get CC from
9603         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
9605 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9607         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
9608         only if it exists in $(srcdir).
9610 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
9612         * configure: If CC and CXX are not set in the environment, set
9613         them, based on either an existing Makefile or on searching for gcc
9614         in PATH.  Substitute for CC and CXX in Makefile.
9615         * configure.in: Remove libm from target_libs.  Separate
9616         target_configdirs from configdirs.  If CC is not set in
9617         environment, try to get it from a host Makefile fragment.  Rewrite
9618         changes of configdirs to use skipdirs instead.  A few minor
9619         tweaks.  Take directories out of target_configdirs as they are
9620         taken out of configdirs.  Remove existing Makefile files from
9621         subdirectories.  Substitute for TARGET_CONFIGDIRS and
9622         CONFIG_ARGUMENTS in Makefile.
9623         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
9624         by configure.in.
9625         (CONFIG_ARGUMENTS): Likewise.
9626         (CONFIGURE_TARGET_MODULES): New variable.
9627         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
9628         ($(CONFIGURE_TARGET_MODULES)): New target.
9629         (configure-libg++, configure-libio): New targets.
9630         (all-libg++): Depend upon configure-libg++.
9631         (all-libio): Depend upon configure-libio.
9632         (configure-libgloss, all-libgloss): New targets.
9633         (configure-libstdc++): New target.
9634         (all-libstdc++): Depend upon configure-libstdc++.
9635         (configure-librx, all-librx): New targets.
9636         (configure-newlib): New target.
9637         (all-newlib): Depend upon configure-newlib
9638         (configure-xiberty): New target.
9639         (all-xiberty): Depend upon configure-xiberty.
9641 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
9643         * configure.in (host i[345]86-*-win32):  Expand the
9644         noconfigdirs again.
9646 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
9648         * mpw-configure: Fix sed command file name.
9650 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
9652         * configure.in (host i[345]86-*-win32): Reduce the
9653         noconfigdirs again.
9655 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
9657         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
9658         or powerpc*-*-pe*, since they are not yet supported.
9660 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
9662         Add PowerMac support and many other enhancements.
9663         * mpw-configure: New option --cc to select compiler to use,
9664         paste options set according to --cc into the generated
9665         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
9666         if mpw-make.sed is present.
9667         * mpw-config.in: Don't test for gC1, test for mpw-touch,
9668         add forward includes for PowerPC include files.
9669         * mpw-build.in: Build using Makefile.PPC if present.
9670         (do-byacc, etc): Remove separate version resource builds.
9671         (do-gas): Build "stamps" before "all".
9672         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
9673         * mpw-README: Update to reflect --cc option, PowerMac support,
9674         and recently-reported compatibility problems.
9676 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
9678         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
9679         embedded m68k systems (-aout, -coff, -elf, -vxworks).
9680         (--with-multilib-top): Pass to recursive invocations.
9682 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
9684         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
9685         v810-*-*.
9687 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
9689         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
9690         gdb, ld and opcodes on v810-*-*.
9692 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
9694         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
9695         (local-maintainer-clean): New target.
9696         (maintainer-clean): New target.
9697         (realclean): Just depend upon maintainer-clean.
9699 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
9701         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
9703 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
9705         * configure.in: Build ld in mips*-*-bsd* case.
9707 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
9709         * config.sub: Accept -lites* OS.  From Ian Dall.
9711 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
9713         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
9714         targets.
9716 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9718         * configure.in: treat i386-win32 canadian cross the same as
9719         i386-go32 canadian cross.
9721 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9723         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
9724         running under the simulator to build a reduced set of libraries.
9725         (powerpc-*-eabiaix): Add fine grained multilib support added to
9726         other powerpc targets yesterday.
9728 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9730         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
9731         -disable-softfloat, -disable-relocatable, -disable-aix, and
9732         -disable-sysv to control which multilib libraries get built.
9734 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
9736         * configure: Add Makefile.tem to list of files to remove in trap
9737         handler.
9739 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9741         * config.guess (*Linux*):  Add missing "exit"s.
9742         Also, need specific check for alpha-unknown-linux (uses COFF).
9744 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9746         * config.guess:  Merge with FSF:
9748         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
9749         * config.guess (AIX4): More robust release numbering discovery.
9751         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
9752         * config.guess (i386-sequent-ptx): Properly get version number.
9754         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
9755         * config.guess (mips:*:4*:UMIPS): New case.
9757 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
9759         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
9760         (i386-win32 host): Likewise.  Don't build readline.
9762 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
9764         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
9765         SUPPORT_FILES to submakes.
9767 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
9769         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
9770         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
9771         mpw-configure.
9773 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
9775         * configure.in (appdirs): Use =, not ==, in test expression when
9776         trying to build the text to print in the warning message for
9777         Solaris users.
9779 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
9781         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
9783 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
9785         * config.guess: Recognize lynx-2.3.
9787 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
9789         * config.sub (z8ksim): Deleted
9790         (z8k-*-coff): New, this is the one true name of the target.
9792 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
9794         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
9796 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
9798         * config.guess (*:Linux:*:*): First try asking the linker what the
9799         default object file format is (elf, aout, or coff).  Then if this
9800         fails, try previous methods.
9802 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
9804         * configure.in: Don't build newlib for *-*-vxworks5.1.
9806 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
9808         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
9809         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
9811 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
9813         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
9815 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
9817         * cfg-ml-com.in: New file.
9818         * cfg-ml-pos.in: New file.
9820 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
9822         * COPYING.NEWLIB: Add HP free copyright to list.
9824 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9826         * config.sub: Recognize -eabi* for the system, not just -eabi.
9828 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
9830         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
9831         * config.sub, configure.in (win32): New target and host.
9833 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
9835         * configure.in: Add i386-pe configuration.
9837 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
9839         * mpw-build.in (install): Install GDB after LD.
9841 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
9843         * mpw-config.in (elf/mips.h): Always forward-include, needed
9844         for GDB to build.
9846 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
9848         * testsuite: New directory for customer acceptance and whole tool
9849         chain tests.
9851 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
9853         * configure: If per-host line isn't found, but AC_OUTPUT is found
9854         and a configure script exists, run it instead.
9856 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9858         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
9860 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
9862         * configure: Set build_{cpu,vendor,os,alias} to host values when
9863         --build isn't specified.
9865 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
9867         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
9868         (FLAGS_TO_PASS): Pass them.
9869         (EXTRA_TARGET_FLAGS): Ditto.
9871 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
9873         * Makefile.in (all-libg++): Depend on all-libstdc++.
9875 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
9877         * configure.in (noconfigdirs): Enable all packages for
9878           i386-unknown-netbsd.
9880 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
9882         * configure.in (noconfigdirs): Don't configure tk for i386-go32
9883         hosted builds (DOS builds)
9885 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
9887         Changes for ARM based on patches from Richard Earnshaw:
9888         * config.sub: Handle armeb and armel.
9889         * configure.in: Omit arm linker only for riscix.
9891 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9893         * config.guess:  Update from FSF.
9895 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
9897         * config.sub: Recognize powerpcle as the little endian variant of
9898         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
9899         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
9900         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
9901         temporarily.
9903 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
9905         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
9907 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
9909         * config.sub: Accept -lites* as a basic system type.
9911 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
9913         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
9914         installed, and if so return linuxoldld as the system name.
9916 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
9918         * config.guess: Add hppa1.1-hp-lites support.
9920 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
9922         * configure.in: Don't build newlib for m68k-vxworks5.1.
9924 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
9926         * configure.in (mips-sgi-irix6): Use mh-irix5.
9928 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
9930         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
9932 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
9934         * test-build.mk: Enable building of shared libraries on IRIX 5 and
9935         OSF/1.  Fix compiler flags.
9936         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
9938 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
9940         * configure.in: Recognize --with-newlib.
9941         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
9943 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
9945         * Makefile.in: move {all,check,install}-gdb from *_MODULES
9946         to *_X11_MODULES due to gdbtk needing X include files et al.
9948 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
9950         Merge in support for Mac MPW as a host.
9951         (Old change descriptions retained for informational value.)
9953         * mpw-config.in: Add generic include forwards for cpu-specific
9954         include files in aout and elf directories.
9956         * mpw-configure: Added copyright.
9957         * mpw-config.in: Check for presence of required build tools.
9958         (target_libs): Add newlib.
9959         (target_tools): Add examples.
9960         (Read Me): Generate as "Read Me for MPW" instead.
9961         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
9962         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
9963         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
9965         * mpw-configure: Remove subdir-specific makefile hackery,
9966         delete mk.tmp after using it.
9968         * mpw-build.in (all): Display start and end times.
9970         * mpw-configure (host_canonical): Set.
9971         (target_cpu): Always add to makefiles.
9972         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
9973         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
9974         (mpw-mh-mpw): Look for in srcdir and srcroot.
9975         Use sed instead of mpw-edit-prefix to edit prefix definitions.
9977         * mpw-build.in: (install-only): New target.
9979         * mpw-configure (host_alias, target_alias): Rename from hostalias
9980         and targetalias, add into generated Makefile.
9981         (mk.tmp): If present, add into generated Makefile.
9982         * mpw-build.in (all-gas): Build config.h first before gas proper.
9984         * mpw-configure (config.status): Write only if changed.
9985         * mpw-config.in (readline): Configure it (not built, just used for
9986         definitions).
9988         * mpw-config.in (elf/mips.h): Add a forward include.
9990         * mpw-config.in: Forward-include most .h files in include into
9991         extra-include.
9992         (readline): Don't build.
9993         mpw-build.in (install): Install GDB.
9995         * mpw-configure (prefix, mpw_prefix): Handle it.
9996         * mpw-config.in (mmalloc, readline): Don't configure.
9997         * mpw-build.in (thisscript): Rename to ThisScript.
9998         Use mpw-build instead of BuildProgram everywhere.
9999         (mmalloc, readline): Don't build.
10000         * mpw-README: New file, basic documentation about the MPW port.
10002         * mpw-config.in: Use forward-include to create include files.
10004         * mpw-configure: Add more things to the top of each configured
10005         Makefile, including contents of config/mpw-mh-mpw.
10006         * mpw-config.in (extra-include): Create this directory and fill it
10007         with Posix-like include files when configuring.
10009         * config.sub (apple, mac, mpw): Add various aliases.
10011         * mpw-build.in: New file, top-level build script fragment for MPW.
10012         * mpw-configure: New file, configure script for MPW.
10013         * mpw-config.in: New file, config fragment for MPW.
10015 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
10017         * configure.in (host_libs): Remove glob, since it is gone from the
10018         sources.
10020 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
10022         * Makefile.in: define empty GDB_NLM_DEPS var.
10024         * configure.in(target_makefile_frag): use config/mt-netware
10025         for netware targets.
10027 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
10029         * config.sub: Merge in recent FSF changes.  Remove linux special
10030         cases.
10032 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
10034         Revert this change:
10036         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
10038                 * build-all.mk: Use CC=cc -Xs on Solaris.
10040 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
10042         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
10043         stop using it.
10044         * Makefile.in: Nuke all references to glob subdirectory.
10046 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
10048         * configure.in: Fix --enable-shared logic in per-host.
10050 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
10052         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
10054 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
10056         * configure.in (noconfigdirs): Don't build gas on AIX, for
10057         powerpc*-*-aix* as well as for rs6000*-*-aix*.
10059 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
10061         * configure: Fix --cache-file to work if the file argument is a
10062         relative path.
10064 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
10066         * configure: If the --cache-file is used, pass it down to
10067         configure in subdirectories.
10069 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
10071         * config.sub: add vxworks29k configuration.
10073 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
10075         * Makefile.in (taz): Do "diststuff" part quietly.
10077 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
10079         * config.sub: Mini-merge with gcc/config.sub.
10081 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
10083         * config.guess (IRIX): Sed - to _.
10085 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
10087         * Makefile.in (source-vault, binary-vault): New targets.
10089 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
10091         * config.sub: Recognize -eabi as a basic system type.
10093 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
10095         * configure.in (enable_shared stuff): Fix typo.
10097 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
10099         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
10101 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
10103         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
10105 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
10107         * configure.in (rs6000-*-*): Don't build gas.
10109 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
10111         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
10112         reduce command line length.
10113         (AS_FOR_TARGET): Check for as.new, not Makefile.
10114         (NM_FOR_TARGET): Check for nm.new, not Makefile.
10116 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10118         * config.guess:  Merge from FSF.
10120 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
10122         * configure: Don't use $ when handling program_suffix.
10124 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
10126         * configure.in:  Configure tk for hppa/hpux.
10128 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
10130         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
10132 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
10134         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
10135         to LIBCXXFLAGS.  Tests are better run without it.
10137 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
10139         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
10141 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
10143         * configure.in (*-*-netware*): Don't configure xiberty.
10145 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
10147         * configure.in:  Remove tk from native_only list.
10149 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
10151         * build-all.mk: Add mips-ncd-elf target to sun4 targets
10152           for special NCD build.
10154 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
10156         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
10157         makeall.bat, they're only useful for binutils snapshots.
10158         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
10159         makeall.bat to specified SUPPORT_FILES.
10161 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
10163         * build-all.mk: Add Ericsson targets to sun4 and solaris
10164           hosts.  Add  BNR's sun4 target to solaris host, so their
10165           build-from-source will be tested in-house first.
10167 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
10169         * Makefile.in (LIBCFLAGS): New variable.
10170         (CFLAGS_FOR_TARGET): Ditto.
10171         (LIBCFLAGS_FOR_TARGET): Ditto.
10172         (LIBCXXFLAGS): Ditto.
10173         (CXXFLAGS_FOR_TARGET): Ditto.
10174         (LIBCXXFLAGS_FOR_TARGET): Ditto.
10175         (BASE_FLAGS_TO_PASS): Pass them.
10176         (EXTRA_TARGET_FLAGS): Ditto.
10178         * configure.in: Support --enable-shared.
10180 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
10182         * configure.in (target_libs):  Include libstdc++ again.
10183         * config.guess:  Update from FSF (for FreeBSD).
10185 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
10187         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
10188         makeall.bat.
10189         (DISTDOCDIRS): Add `etc'.
10190         (ETC_SUPPORT_PFX): New variable.
10191         (taz): Include anything from etc starting with a word in
10192         ETC_SUPPORT_PFX.
10194 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
10196         * config.sub: Update for recent FSF changes.  Remove obsolete
10197         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
10198         spacing changes.
10200 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
10202         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
10204         * config.guess:  Merge with FSF.
10205         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
10207 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
10209         * configure: Since the "trap 0" handler will override the exit
10210         status on many systems, only use it for "exit 1", and make it set
10211         a non-zero exit status; reset it before "exit 0".  Also, check
10212         exit status of config.sub, and error out if it failed.
10214 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
10216         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
10217         and install libgloss.
10219 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
10221         * Makefile.in (all-binutils): Depend upon all-byacc.
10223         * configure.in: Don't build emacs on Irix 5.
10225 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
10227         * configure.in (*-*-netware*): Add libio.
10229 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
10231         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
10232         (CHECK_TARGET_MODULES): Ditto.
10233         (INSTALL_TARGET_MODULES): Ditto.
10234         (TARGET_LIBS): Ditto.
10235         (all-libstdc++): Note dependencies.
10237 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
10239         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
10241 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
10243         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
10244         -fexternal-templates.
10246         * configure.in (target_libs): Add libstdc++.
10247         (noconfigdirs): Add libstdc++ as appropriate.
10249 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10251         * config.guess:  Update from FSF.
10253 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
10255         * configure: Use ${config_shell} when running ${configsub}.
10257 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
10259         * config.sub: No longer recognize h8300h.
10261 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
10263         * config.sub: Remove extraneous differences between config.sub and
10264         gcc/config.sub.
10266 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
10268         * Makefile.in (DISTSTUFFDIRS): Add gas.
10270 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
10272         * COPYING.NEWLIB: New file.
10274 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10276         * config.guess (HP-UX):  Patch from Harlan Stenn
10277         <harlan@landmark.com> to also emit release level.
10279 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
10281         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
10283 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10285         * config.sub:  Merge nextstep cleanup from FSF.
10287 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
10289         * configure.in (arm-*-*): Don't configure ld for this target.
10291 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
10293         * configure.in (*-*-netware): don't configure libg++, libio,
10294           librx, or newlib.
10296 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
10298         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
10299         configure ld--it works, but it doesn't support shared libraries.
10301 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10303         * config.guess (*-unknown-freebsd*):  Get rid of possible
10304         trailing "(Release)" in version string.
10305         Patch from Paul Richards <paul@isl.cf.ac.uk>.
10307 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10309         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
10310         Fix type: *-next-neststep -> *-next-nextstep.
10312         * config.guess:  Merge from FSF:
10314         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
10316         * config.guess: Recognize powerpc-ibm-aix3.2.5.
10318         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
10320         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
10321         instead of UNIX_SV for UnixWare 1.0).
10323 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
10325         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
10326         to make gdb/nlm/* build after the compiler and linker.
10328 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10330         * config.guess (netbsd, freebsd, linux):  Accept any machine,
10331         not just i[34]86.
10332         (m68k-atari-sysv4):  Relocate to match FSF version.
10334         * config.guess:  More merges from the FSF:
10336         Add a space before function call or macro invocation.
10338         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10340         * config.guess: Add trap cmd to remove dummy.c and dummy when
10341         interrupted.
10343         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10345         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
10346         (dummy): Redirect stderr from compilation of dummy.c.
10348         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
10350         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
10352 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
10354         * configure: Accept and ignore --cache*, for compatibility with
10355         new autoconf.
10357 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10359         * config.guess:  Merge from FSF:
10361         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
10363         * config.guess (Pyramid*:OSx*:*:*): New case.
10364         (PATH): Add /.attbin at end for finding uname.
10365         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
10367         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
10369         * config.guess (M88*:DolphinOS:*:*): New case.
10371         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
10373         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
10374         to select whether to use ELF or COFF.
10376         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
10378         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
10380         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10382         * config.guess: Guess the OS version for HPUX.
10384         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
10386         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
10388 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
10390         * configure.in: Recognize --with-headers, --with-libs, and
10391         --without-newlib.
10392         * Makefile.in (all-xiberty): Depend upon all-ld.
10394 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
10396         * configure.in: Change i[34]86 to i[345]86.
10398 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
10400         * configure (version): A few more tweaks to help message.
10402 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10404         * Makefile.in:  Remove (for now) librx as a host library,
10405         now that we're building it for target.
10407 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
10409         * configure: Fix up help message; from karl@owl.hq.ileaf.com
10410         (Karl Berry).
10412 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10414         * configure.in:  Also configure librx.
10416 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10418         * Makefile.in:  Update various rules to reflect that librx
10419         is now needed for libg++.
10421 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
10423         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
10425 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
10427         * configure.in: Configure the examples directory.
10429 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
10431         * configure: Simplify Jun 2 1994 change.
10433 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
10435         * change CC to /usr/latest/bin/gcc for lynx host builds, since
10436         /bin/gcc isn't good enough to build gcc.
10438 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
10440         * Makefile.in (GDB_SUPPORT_FILES): Remove
10441         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
10442         (gdb.tar.gz): Add new rule to use standard distribution building
10443         mechanism.
10445 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10447         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
10448         Bill Cox <bill@cygnus.com>.
10450 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10452         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
10454 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
10456         * configure:  Search current dir first in .gdbinit.
10458 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10460         * config.sub:  Recognize freebsd (merged from gcc config.sub).
10462 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10464         * config.sub:  Refer to NeXT's operating system as nextstep.
10466         * config.sub (case $basic_machine):  Re-order the cases, to match
10467         the order in the FSF version (which is mostly alphabethical).
10468         Merge in some additions and changes from the FSF.
10470 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
10472         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
10473         * config.sub: Recognize cxux7.
10474         * configure.in: Use mh-cxux for m88k-harris-cxux*.
10476 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10478         * config.sub:  Fix typo powerpc -> powerpc-*.
10480 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
10482         * Makefile.in: `all-emacs19' depends on `all-byacc'.
10484         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
10485         parallel with all-emacs and install-emacs).  Top-level command
10486         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
10488 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
10490         * test-build.mk ($(host)-stamp-stage2-installed): Remove
10491         $(relbindir)/make before doing ``make install'', and use
10492         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
10493         installing over running make binary.
10494         ($(host)-stamp-stage3-installed): Likewise.
10496 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10498         * config.guess: Recognize Mach.
10500 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
10502         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
10503         see whether --exec-prefix was used.
10505 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10507         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
10509 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10511         * Makefile.in: Add all-librx target similar to all-libproc.
10513 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
10515         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
10516         with post 1.2 uname bogosity.
10518 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10520         * configure: Remove temporary files on receipt of a signal.
10522 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
10524         * configure: If there is a package_makefile_frag, remove
10525         ${subdir}/Makefile.tem after copying it in.
10527 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
10529         * build_all.mk: support rs6000 lynx identifies itself as
10530         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
10531         since /bin/gcc is too feeble to compile a modern gcc.
10533 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
10535         * brought devo/test-build.mk update-to-date with progressive/
10536           test-build.mk. Add lynx targets and hppa flag info.
10538 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10540         * configure.in:  Use mh-ncrsvr43.  Patch from
10541         Tom McConnell <tmcconne@sedona.intel.com>.
10543 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10545         * config.guess (i386-unknown-bsdi):  No longer need to
10546         check #if defined(__bsdi__) && defined(__i386__).
10548 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10550         * configure: Set program_transform_nameoption correctly.
10552 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
10554         * brought build-all.mk update-to-date with progressive build-all.mk,
10555           added new targets and hppa info.
10557 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10559         * configure: If config.guess result is a prefix of the user
10560         specified target, assume a native build and use the user specified
10561         target as the host alias.  Remove SunOS patch suffix removal hack.
10562         * configure.in: Remove SunOS patch suffix removal hack.
10564         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
10565         in NATIVE_CHECK_MODULES.
10567 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
10569         * Makefile.in: Rename HOST_ONLY to NATIVE.
10570         * configure: Delete SunOs patch suffix from host_canonical
10571           and build_canonical variables that are prepended to Makefiles.
10572         * configure.in: Add comments for easier maintenance.
10574 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10576         * Makefile.in: Add all-libproc target similar to all-gui.
10578 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
10580         * Makefile.in (CHECK_MODULES): split into
10581         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
10583 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
10585         * config.guess (i386-unknown-bsdi): New system to guess.
10587 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10589         * Makefile.in: Add all-gui target (but not yet build by "all").
10591 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
10593         * config.sub: Move deletion of patch suffix from here...
10594         * configure.in: To here, at Ian's suggestion.  The top-
10595           level scripts might need to know of a patch level.
10597 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
10599         * config.sub: Strip off patch suffix so rtl is recognized
10600           as a sunos4.1.3 machine, even though it's been patched.
10602 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
10604         * Makefile.in (INSTALL_LAST): Delete.
10605         (INSTALL_DOSREL): New.
10607 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10609         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
10610         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
10611         whether we pass down --with-gnu-ld anyhow.
10613 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
10615         * Makefile.in (INSTALL_LAST): Change operation so it works
10616         on more flavors of make.
10617         * configure.in (go32): Don't build libg++ or libio.
10619 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
10621         * Makefile.in (Move HOST_PREFIX_1 and friends up so
10622         they can be overriden by templates.
10624 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
10626         * configure.in (target==go32): Don't build gdb.
10627         * dosrel: New directory.
10629 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
10631         * configure.in (host==go32): Configure dosrel too.
10632         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
10633         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
10634         be set by incoming names or templates.
10635         (INSTALL_LAST): New rule.
10637 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
10639         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
10641 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
10643         * configure.in (appdirs): New variable.  Currently empty, but will
10644         be used in gas distribution.  If nonempty, lists a set of
10645         directories at least one of which must get configured, or top
10646         level configuration is considered to have failed.
10647         (rs6000-*-lynxos*): Use new file name.
10649 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10651         Eliminate XTRAFLAGS.
10652         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
10653         newlib include files using -idirafter, and also use -nostdinc.
10654         (CXX_FOR_TARGET): Likewise.
10655         (XTRAFLAGS): Removed.
10656         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
10657         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
10658         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
10659         ($(DO_X)): Don't pass down XTRAFLAGS.
10661 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
10663         * configure.in (mips*-dec-bsd*): New target; do build linker.
10664         (mips*-*-bsd*): New target; don't build linker.
10666 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
10668         * configure.in: support rs6000-*-lynxos* configuration.
10669         support sunos4 as a cross target.
10671         * config.sub: look for lynx*, not lynx since the OS version may
10672         legitimately be part of the name.
10674 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
10676         * configure.in (i[34]86-*-sco*): Move to be with other i386
10677         targets.
10678         (romp-*-*): New target.  Skip various binary utilities.
10679         (vax-*-*): New target.  Don't build newlib.
10680         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
10682 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
10684         * configure.in: Only set host_makefile_frag if config
10685         directory exists.
10687 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
10689         * install.sh: If $dstdir exists, don't check whether each
10690         component does.
10692 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10694         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
10696 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
10698         * configure.in (*-*-lynxos*): Don't configure newlib for either
10699         native or cross Lynx.
10701 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
10703         * config.sub (sparc64-elf): Fix os.
10704         (z8k): Remove duplicate.
10706 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10708         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
10709         gcc/stmp-fixproto, to try to prevent fixproto from being run.
10711 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
10713         * configure: Make file links cleanly even if Lynx fails on
10714           an NFS symlink (at least fail cleanly).
10716 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
10718         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
10719         -XNh2000.
10721 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
10723         * configure: Unknown options are fatal again.
10725 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
10727         * configure: Ignore --x-includes and --x-libraries, for Autoconf
10728         compatibility.
10730 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
10732         * build-all.mk: Add `clean' target.
10734 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
10736         * config.guess:  Add SINIX support.
10737         * configure.in:  Add mips-*-sysv4* support.
10739 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
10741         * build-all.mk: Document all useful targets.
10742         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
10743         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
10745 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
10747         * configure: Support --silent, --quiet.
10749 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
10751         * configure: Support --disable-FEATURE.
10753 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10755         * config.guess: Recognize NCR running SVR4.3.
10757 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10759         * config.guess:  Make BSDI generate i386-unknown-bsd386.
10760         Patch from Paul Eggert <eggert@twinsun.com>.
10762 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10764         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
10766 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
10768         * configure: Make unrecognized options give nonfatal warnings
10769         instead of fatal errors, and pass them to any subdirectory
10770         configures in case they recognize them.
10771         Make --x equivalent to --with-x.
10773 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
10775         * configure: Add --enable-* options.  Clean up usage message and
10776         some comments.
10778 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
10780         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
10782 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
10784         * configure.in (hppa*-*-*): Enable binutils.
10786 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10788         * config.sub: Recognize cisco.
10790 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
10792         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
10794 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10796         * config.guess: about target *-hitachi-hiuxwe2, don't print more
10797         than one configuration name.  Add comment.
10799 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
10801         * config.guess: about target *-hitachi-hiuxwe2, fixed
10802         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
10803         macro is incorrect.]
10805 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10807         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
10808         than the "make ls" stuff which used to be here.
10810 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10812         * config.guess:  Recognize i[34]86-unknown-freebsd.
10813         From Shawn M Carey <smcarey@rodan.syr.edu>.
10815 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10817         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
10819 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
10821         * config.guess: Check for ptx.
10823 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
10825         * config.sub: Add os9k checking.
10827 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
10829         * config.guess: Handle OSF1 running on HPPA processors
10831 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
10833         * configure: If subdir configure fails, print out a message with
10834         subdirectory name, in case subdir's configure code didn't identify
10835         itself.
10837 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
10839         * configure.in: Remove embedded newlines from configdirs.
10840         Avoid mismatches of substrings.  Fix matching strings at end
10841         of configdirs.
10843 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
10845         * config.guess:  Add Lynx/rs6000 config support.
10847 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
10849         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
10851 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
10853         * configure.in (hppa*-*-osf*): Treat this just like most other
10854         PA configurations (eg no binutils or ld).
10855         (hppa*-*-*elf*): These configurations have binutils and ld.
10857 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
10859         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
10861 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10863         * configure.in (rs6000-*-*): Build gas.
10865 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
10867         * Makefile.in:  Avoid bug in losing hpux sed.
10869 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10871         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
10872         for GDB and GDB has been fixed to not need it.
10874 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
10876         * config.guess: Recognize vax hosts.
10878 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
10880         * configure (while loop): Don't use "break 2" inside case
10881         statement -- the case statement isn't an enclosing loop.
10883 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10885         * config.guess:  Clean up NeXT support, to allow nextstep
10886         on Intel machines.  Make OS be nextstep.
10888 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
10890         * config.guess: Add alternate forms for Convex.
10892 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
10894         * configure:  Completely rewrite option processing.  Take
10895         advantage of pattern-matching to avoid invoking test frequently.
10896         Also clean up host and target defaulting logic.
10898 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
10900         * Makefile.in: Replace all occurrances of "rootme" with "r" and
10901         "$${rootme}" with "$$r", to increase the likelihood that the do-*
10902         commands (plus user environment) will fit SCO limits.
10904 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10906         * configure.in: Don't issue warnings about directories which are
10907         not being configured if -norecursion is set.  Correct test for
10908         --with-gnu-as and --with-gnu-ld to not get confused by substring
10909         matches.
10911         * configure.in: Don't build gas for alpha-dec-osf1*.
10913 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
10915         * configure:  Back out Per's change of 12/19/1993.  It changes the
10916         behavior of configure in unexpected and confusing ways.
10918         Also, use different delim char when calculating
10919         program_transform_name so that the name can contain slashes.
10921 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
10923         * configure.in, config.sub: Add support for VSTa micro-kernel.
10925 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
10927         * configure.in: Nuke hacks which were used to get a special
10928         version of GAS for HPPA configurations.
10930 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
10932         * configure:  If only ${target_alias} is given, use that
10933         as the default for ${host_alias}.
10934         * configure:  Add missing back-slashes before nested quotes.
10936 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
10938         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
10940 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
10942         * config.guess:  Recognize some Tektronix configurations.
10943         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
10945 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
10947         * config.sub: Match any flavor of SH.
10949 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
10951         * configure.in: Don't try to configure newlib for Alpha.
10953 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10955         * configure.in: Don't build ld for Irix 5.  Don't build gas,
10956         libg++ or libio for any Alpha target.
10958         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
10960 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
10962         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
10963         default arguments -- so it tried to compress itself.
10965 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
10967         * configure.in (notsupp): ensure that a space is always at the end
10968           of the configdirs list, since the grep checks for an explicit space
10970 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10972         * configure.in (target i386-sysv4.2): don't build ld, since static
10973           versions of many libraries are not available.
10975 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10977         * config.guess: Recognize Apollos (using environment variables).
10978         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
10980 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10982         * config.guess: Recognize Sony news mips running newsos.
10984 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
10986         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
10987         "fi ; else" for bash.
10989 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
10991         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
10993 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
10995         * config.sub: accept unixware as an alias for svr4.2.
10996         Fix some inconsistancies with the gcc version.
10998 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11000         * Makefile.in (DISTDOCDIRS):  Add gdb.
11002 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
11004         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
11006 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
11008         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
11009         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
11010         this now.
11012 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11014         * config.sub: Accept hiux* as an OS name.
11016         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
11017         etc/make-stds.texi.  The underscore came from gcc, and dje now
11018         agrees that RUNTESTFLAGS is the correct name.
11020 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
11022         * install.sh:  Remove 'set -e'.  It makes any conditionals
11023         in the script useless.
11025         * config.guess: Automatically recognize arm-acorn-riscix
11026         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
11028 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
11030         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
11032 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
11034         * Makefile.in (DISTDOCDIRS): New variable.
11035         (taz): Edit local Makefile.in sooner, instead of proto-toplev
11036         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
11038 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11040         * configure.in (hppa target): check the source directory for the
11041           pagas sub-directory
11043 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
11045         * config.sub: Allow -aout* and -elf*.
11047 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
11049         * configure.in: Don't build ld on i386-solaris2, same as for
11050         sparc-solaris2.
11052 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
11054         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
11056 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11058         * configure.in:  Configure gdb for alpha.
11060 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11062         * Makefile.in (CXXFLAGS): Add -O.
11064 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11066         * config.guess: added support for DG Aviion
11068 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
11070         * configure.in: Produce warning message for subdirectories not
11071         configurable for this host/target combination.  Don't try to
11072         configure gdb for vms.
11074 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
11076         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
11077         appropriate files before making "diststuff".
11078         (DISTBISONFILES): New var: list of files to be edited.
11079         (DISTSTUFFDIRS): Add binutils.
11081 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11083         * config.sub: also handle mipsel and mips64el (for little endian mips)
11085 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11087         * configure.in: Add * to end of all OS names.
11089 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
11091         * configure.in: Build newlib for LynxOS native.
11093 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11095         * config.guess: Add support for delta 88k running SVR3.
11097         * configure.in: Add comment about HP compiler vs. emacs.
11099 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11101         * configure.in: don't build ld on solaris2 (not a viable option
11102           due to bugs in getpwnam & getpwuid)
11104 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
11106         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
11107         config.guess will produce a full version number.
11109 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11111         * configure.in: Build linker and binutils for alpha-dec-osf1.
11113 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11115         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
11116         and gdb/testsuite/Makefile.in.
11118 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11120         * configure.in: recognize mips*- instead of mips-
11122 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
11124         * config.sub: Accept linux*coff and linux*elf as operating
11125         systems.
11127 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11129         * config.sub: Recognize mips64, and mips3 as an alias for it.
11131 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11133         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
11134         gdb knows how to handle OSF/1 shared libraries.
11136 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11138         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
11139         * config.guess: Recognize Hitachi's HIUX.
11140         * config.sub: Recognize h3050r* and hppahitachi.
11141         Remove redundant cases for hp9k[23]*.
11143 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11145         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
11146         if gas and ld are in the source tree and are in ${configdirs}.
11147         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
11148         --with options (but still pass them down on the command line,
11149         if they were explicitly specified).
11151 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11153         * configure: substitute SHELL value in Makefile.in with
11154         ${CONFIG_SHELL}
11156 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11158         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
11159         *-*-solaris2* targets.
11161 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11163         * Makefile.in: define M4, and pass it down to sub-makes;
11164         all-autoconf now depends on all-m4
11166 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11168         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
11169         presence of {ar,ranlib} instead of a configured directory
11171 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
11173         * config.guess: Accept 34?? as well as 33?? for NCR.
11175 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11177         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
11178         of 'gas' in sed commands, since 'gash' is now in the tree as well.
11180 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11182         * configure: grab values for $(CC) and $(CXX) from the
11183         environment, so that someone can do "CC=gcc configure; make" and
11184         have it work right (matching the way that autoconf works now)
11186         * configure.in, Makefile.in: add support for gash, the tcl
11187         interface to Galaxy
11189         * config.guess: add NetBSD variants (hp300, x86)
11191 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
11193         * install.sh: Support -d option (in the manner of SunOS 4 install,
11194         as it is more deterministic than that of GNU install)
11195         (chmodcmd): Set file to mode 755 by default (should also do default
11196         chgrp and chown, but I don't feel like dealing with that now)
11198 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
11200         * config.sub: Remove h8300hhms alias.
11202 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11204         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
11206 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11208         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
11209         as stmp-fixinc
11211 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
11213         * config.sub: recognize m88110-bug-coff.
11215 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11217         * Makefile.in (all-libio): all dependencies on the toolchain used
11218         to build this (gcc, gas, ld, etc)
11220 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11222         * config.guess: Deal with OSF/1 1.3 on alpha.
11224 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11226         * install.sh: add some 'else true' clauses for portability
11228         * configure.in: don't build libio for h8[35]00-*-* targets
11230 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
11232         * Makefile.in:  Add support for new libio.
11234 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11236         * install.sh: If one command fails, don't try the rest.  Don't try
11237         to remove $dsttmp (via trap) unless we have already created it.
11238         If $src doesn't exist, detect it and exit with an error.
11240         * config.guess: Recognize BSD on hp300.
11242 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
11244         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
11245         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
11247 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
11249         * Makefile.in (all-send-pr): depends on all-prms
11251 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11253         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
11255 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11257         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
11258         Added test for mips-mips-riscos5.
11260 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11262         * configure.in: use mh-hp300 for 68k HP hosts
11264 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11266         * configure: add support for CONFIG_SHELL, so that you can use
11267         some alternate shell for evaluating configure scripts
11269 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
11271         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
11272         in configure script to bug-gdb@prep.ai.mit.edu when building
11273         distribution archive.
11274         * Makefile.in (COMPRESS):  Remove def.
11275         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
11276         gdb.tar.Z and make-gdb.tar.Z respectively.
11277         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
11278         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
11279         to convergence with 'taz' target in Makefile.in.
11281 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11283         * install.sh (dsttmp): use trap to ensure that tmp files go
11284         away on error conditions
11286 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11288         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
11290 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11292         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
11293         its parent is '/' not ''.
11295         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
11297 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
11299         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
11300         that ${newsrcdir}/configure.in does.
11302 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11304         * test-build.mk: support for CONFIG_SHELL
11306 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
11308         * config.sub (netware):  Add as a basic system type.
11310 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
11312         * Makefile.in (Makefile): depend on configure.in.  Also drop the
11313           $(srcdir)/ from the dependency on Makefile.in.
11315 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
11317         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
11318         (h8300hhms is temporary until multi-libraries are implemented).
11319         * configure.in: Handle h8300h too.
11321 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11323         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
11325 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
11327         * configure:  Remove extraneous output when guessing host type.
11328         * config.guess:  Remove extraneous output when guessing using C
11329         compiler rather than uname, or when guessing fails.
11331 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
11333         * Makefile.in: remove all.cross and install.cross targets
11335         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
11336           definitions
11338 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
11340         * configure.in (target sh): Build gprof.
11342 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11344         * config.sub: change -solaris to -solaris2
11346 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11348         * configure.in: Use config/mh-riscos for mips-*-sysv*.
11350 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
11352         * configure: Correct error message for missing Makefile.in to
11353         print correct directory.
11355 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11357         * install.sh: kludge around 386BSD shell bug
11359 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
11361         * config.guess:  Recognize NeXT.
11362         * config.guess:  Recognize i486-ncr-sysv4.
11363         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
11365 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
11367         * Makefile.in (MAKEINFOFLAGS): New variable.
11368         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
11369         * build-all.mk, test-build.mk: Pass down --no-split as
11370         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
11372 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
11374         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
11376 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
11378         * Makefile.in (libg++.tar.z):  New rule.
11379         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
11380         * Makefile.in (taz):  Only do a single chmod.
11382 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
11384         * install.sh: don't use dirname anymore (replaced with sed usage)
11386 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
11388         * Makefile.in:  Change extension for gzip'd files from '.z' to
11389         '.gz' per new FSF standard usage.
11391 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
11393         * configure: put quotes around the final value of program_transform_name
11395 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11397         * Makefile.in: new install.sh support; update install-info rules
11399 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
11401         * configure.in: Build diff for crosses, but not for go32 host.
11403         * configure.in: Build gprof only for native, and don't build it
11404         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
11406 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
11408         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
11410 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
11412         * configure.in (host_tools): Add prms.
11414 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11416         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
11417         with $(FLAGS_TO_PASS) on the command line
11419         * config.sub: Recognize lynx and lynxos
11421 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
11423         * config.sub: Accept -ecoff*, not just -ecoff.
11425 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
11427         * Makefile.in (taz): Use .gz suffix instead of .z.
11428         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
11429         names.
11431 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11433         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
11435 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11437         * Makefile.in (install-no-fixedincludes):  install gcc last, so
11438         that rebuilds that might happen during 'make install' don't get
11439         bogus gcc include files
11441 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
11443         Change from Utah for HPPA support:
11444         * config.guess: Recognize hppa1.x-hp-bsd.
11446 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
11448         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
11449         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
11451 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
11453         * config.sub: Add support for rom68k and bug boot monitors.
11455 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
11457         * Makefile.in: Make all-opcodes depend on all-bfd.
11459 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
11461         * config.guess: Added special check for i[34]86-univel-sysv4*.
11463 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
11465         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
11466         the processor rather than assuming i486.
11468 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11470         * config.guess: Recognize SunOS6 as Solaris3.
11472 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
11474         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
11475         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
11477 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
11479         * build-all.mk (all-cross): New target for Canadian Cross.
11480         Added Q2 go32 targets.
11481         * test-build.mk: Configure go32 cross sparclite-aout and
11482         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
11483         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
11485 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11487         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
11488         GO32 hosted toolchains
11490 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
11492         * configure: change  so "-exec-prefix" gets passed down rather
11493         than "-exec_prefix" so autoconf generated Makefiles get the
11494         exec_prefix set right.
11496 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11498         * config.guess: get the Solaris2 minor version number
11500         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
11502 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
11504         * config.guess: Recognize some Sequent platforms.
11506 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11508         * Makefile.in: added the vault-install target
11510         * configure.in: actually use the Sun3 makefile fragment that's in
11511         config, also added the release dir to configdirs
11513 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
11515         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
11517 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11519         * configure.in: remove some program from Alpha targetted toolchains
11521 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
11523         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
11524         gprof.
11525         (taz): Run "make diststuff" in those directories instead of "make
11526         proto-dir".  Look for "VERSION=" only at start of line in subdir
11527         Makefile.  Use "gzip -9" for compression.
11528         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
11529         (binutils.tar.z): New target.
11531 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
11533         * Makefile.in (taz): Include gpl.texinfo.
11535 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
11537         * Makefile.in (setup-dirs): Merged into "taz" target.
11538         (taz): Only do `proto-dir' stuff if a directory is actually needed
11539         for this target.
11541 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
11543         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
11544         (FLAGS_TO_PASS): Pass down MUNCH_NM.
11545         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
11546         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
11547         (gcc-no-fixedincludes): Correct for current gcc Makefile.
11549 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
11551         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
11552         config.sub, and move-if-change to gdb testsuite distribution
11553         archive, so the testsuite can be extracted, configured, and
11554         run separately from the gdb distribution.  Blow away the Chill
11555         tests that require a Chill compiled executable, since GNU Chill
11556         is not yet publically available.
11558 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11560         * test-build.mk: set environment variables in a single command,
11561         instead of a list of assignments and exports
11563         * config.guess: recognize Alpha/OSF1 systems
11565 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
11567         * configure: Change help message to prefer --options rather than
11568           -options.
11570 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
11572         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
11573         zippy@ecst.csuchico.edu.
11574         * config.guess: Recognize miniframe.
11576 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
11578        * Makefile.in: Use srcroot to find runtest rather than rootme.
11579        Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
11581 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
11583         * test-build.mk: Extensive additions to support building on a
11584         machine other than the host.
11586 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
11588         * configure (tooldir): Fix for i386-aix again.
11590 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
11592         * configure, Makefile.in:  Change definition of $(tooldir)
11593         to match the FSF.
11595 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
11597         * config.guess:  Recognize i[34]86/SVR4.
11599 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
11601         * Makefile.in (all-gdb): gdb depends on sim.
11603 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
11605         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
11606         at the same time we make the prototype gdb directory.
11607         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
11608         files at the same time as the gdb base release distribution.
11610 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
11612         * Makefile.in (check): Use individual check targets rather than
11613         DO_X rule.
11614         (check-gcc): Added.
11616 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
11618         * config.sub: Use sysv3.2 not sysv32 for canonical OS
11619         for System V release 3.2.
11621 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
11623         * config.sub: Recognize hppaosf.
11624         * configure.in: Do configure ld/binutils/gas for it.
11626 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
11628         * configure (tooldir): Alter syntax used to set this, for systems
11629         where "\$" isn't handled right, like i386-aix.
11631 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
11633         * configure: Pass program-transform-name, not
11634         program_transform_name, to recursive configures.
11636 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
11638         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
11639         of gas+ld+binutils.
11641 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
11643         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
11645 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11647         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
11649 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
11651         * Makefile.in (PRMS): Set back to all-prms.
11653 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
11655         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
11656         targets, rather than for MIPS hosts.
11658 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11660         * configure.in: add comment for --with-x default values
11662         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
11664         * Makefile.in: add check-* targets for each of the directories in
11665         the tree.  Add a definition of RUNTEST that will use the one we
11666         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
11668 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
11670         * configure.in: Removed obsolete references to bfd_target and
11671         target_makefile_frag.
11673         * build-all.mk: Set assorted targets for Q2.
11674         * config.sub: Recognize z8k-sim and h8300-hms.
11675         * test-build.mk: Really don't pass host to configure.
11676         (HOLES): Added uname.
11678 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
11680         * configure: Handle an empty program-prefix, program-suffix or
11681         program-transform-name correctly.
11683 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
11685         * build-all.mk: -G 8 no longer required for MIPS targets.
11686         * test-build.mk: Don't pass host argument to configure; make it
11687         guess.
11689 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
11691         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
11692         * Makefile.in (COMPRESS):  New macro, like GZIP.
11694 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
11696         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
11698         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
11699         with gas currently defaults to -G 0.
11701 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
11703         * Makefile.in (all-flex): flex depends on byacc.
11705         * build-all.mk: If host not specified, use config.guess.  Pass TAG
11706         to test-build.mk as RELEASE_TAG.
11707         * test-build.mk (configargs): New variable containing arguments to
11708         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
11709         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
11711         * config.guess: Use /bin/uname when checking -X argument on SCO,
11712         to avoid invoking GNU uname which doesn't understand -X.
11714         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
11716         * configure.in: Build gas for mips-*-*.
11718 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
11720         * Makefile.in (all.normal): insert missing backslash.
11722 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
11724         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
11726         * Makefile.in: Complete overhaul to merge many almost identical
11727         targets.
11729 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
11731         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
11732         (gdb.tar.Z): Adjusted.
11734         * Makefile.in (setup-dirs, taz): New targets; should be general
11735         enough to adapt for gdb sometime.  Build only .z file.
11736         (gas.tar.z): New target.
11738 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
11740         * build-all.mk: Use CC=cc -Xs on Solaris.
11742 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
11744         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
11745         for handling BISON for FSF releases.
11747 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
11749         * configure: Actually implement the change zoo just documented.
11751 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
11753         * configure: when using config.guess, only set target_alias when
11754         it's not already been set (ie, on the command line)
11756 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11758         * Makefile.in: add installcheck target, set PRMS to install-prms
11760 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11762         * configure: add support for package_makefile_fragment, handle the
11763         case where a directory has a configure.in file but no Makefile.in
11764         more gracefully (with an actual understandable error message, even);
11765         add support for --without (and add this to the usage message); also
11766         explicitly add a --host=${host_alias} to the command line when
11767         config.guess is used
11769 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
11771         * configure: Must use both --host and --target in recursive calls.
11773 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
11775         * Makefile.in: Change deja-gnu to dejagnu.
11777 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
11779         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
11781 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11783         * configure.in: canonicalize all instances to *-*-solaris2*,
11784         also strip out a number of tools to not build for go32 host
11786 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
11788         * config.guess: add GPL.
11790         * Makefile.in, config.guess, config.sub, configure: bump
11791           copyrights to 93.
11793 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
11795         * Makefile.in (do-info): Removed obsolete check for existence of
11796         localenv file.
11798         * Makefile.in (MAKEOVERRIDES): Define to be empty.
11800 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11802         * Makefile.in: a couple of 'else true' for decstation,
11803         support for TclX
11805         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
11807 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
11809         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
11811 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
11813         * config.guess: Recognize i386-ibm-aix (PS/2).
11814         * configure.in: Use config/mh-aix386 file for it.
11816 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
11818         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
11819         CC_FOR_TARGET instead.
11820         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
11822 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
11824         * Makefile.in: Add sim to list of directories sent with gdb
11826 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
11828         * configure.in: Put back mips-dec-bsd* case.
11830 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
11832         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
11833         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
11834         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
11836 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11838         * configure.in: remove no-op mips-dec-bsd* in "case $target"
11840         * Makefile.in (dir.info): only run gen-info-dir if it exists,
11841         (install-info): install dir.info only if it exists,
11842         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
11844 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
11846         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
11847         gas for mips-dec-bsd.
11849 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
11851         * configure (makesrcdir): If ${srcdir} is relative and not ".",
11852         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
11854 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
11856         * configure.in: Added "dejagnu" to hosttools list.
11858 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
11860         * config.sub, configure.in, config.guess:  Add support
11861         for Bosx, an AIX variant from Bull.
11862         Patches from F.Pierresteguy@frcl.bull.fr.
11864 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
11866         * devo/dejagnu: Initial creation of devo/dejagnu.
11867         Migrated dejagnu testcases and support files for testing software
11868         tools to reside as subdirectories, currently called "testsuite",
11869         within the directory of the software tool.  Migrated all programs,
11870         support libraries, etc. beloging to dejagnu proper from
11871         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
11872         with no modifications.  The changes to these files which will
11873         allow them to configure, build, and execute properly will be made
11874         in a future update.
11876 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
11878         * Makefile.in: Change send_pr to send-pr.
11879         * configure.in: Likewise.
11880         * send_pr: Renamed directory to send-pr.
11882 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
11884         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
11886 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
11888         * README:  Update for gdb-4.8 release.
11889         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
11890         gdb-xxx.tar.z (gzip'd) file also.
11892 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11894         * Makefile.in: make all-diff depend on all-libiberty
11896 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
11898         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
11900 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11902         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
11904 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
11906         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
11907         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
11908         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
11910 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11912         * Makefile.in:  makeinfo binary is in a new location
11914 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
11916         * config.sub: Accept -ecoff as an OS.
11918         * Makefile.in: Various changes to eliminate a level of make
11919         recursion and reduce the required command line length.
11920         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
11921         sub-makes.
11922         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
11923         variables holding settings for specific sub-makes.
11924         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
11925         in terms of BASE_FLAGS_TO_PASS.
11926         (TARGET_LIBS): New variable listing directories which use
11927         TARGET_FLAGS_TO_PASS.
11928         (subdir_do): Eliminated.
11929         (do-*): New set of targets to replace subdir_do.
11930         (various): All targets which used subdir_do now depend on do-*.
11931         (local-clean): Renamed from do_clean.
11932         (local-distclean): New target, dependency of distclean and
11933         realclean.
11934         (install-info): Don't create directories.  Depend on dir.info
11935         rather than calling make recursively.
11936         (install-dir.info): Eliminated.
11937         (install-info-dirs): Create all info directories here.
11938         (dir.info): Depend upon do-install-info.
11940         * test-build.mk (HOLES): Added false.
11942 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
11944         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
11946 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11948         * Makefile.in (info): remove dependency on all-texinfo.  The
11949         problem was really in texinfo/C, not at this level.
11951 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
11953         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
11955 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
11957         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
11958         GDB releases.
11960 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
11962         * configure: Include srcdir in message about target of link not
11963         being found.  Don't convert `-' to `_' in `with' options being
11964         passed to subdirs.
11966 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11968         * configure.in: add uudecode to host_tools
11970         * Makefile.in: added {all,install}-uudecode targets, added them to
11971         the appropriate lists
11973 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
11975         * Makefile.in (all-gcc): Added dependency on all-gas.
11977         * configure.in (mips-*-*): Build ld and binutils.
11979 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
11981         * configure: check return code from mkdir, print error message and
11982           exit on failure.
11984 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
11986         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
11988 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
11990         * test-build.mk (HOLES): Added tar, cpio and uudecode.
11992 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
11994         * config.sub (h8500):  Recognize this as a cpu type.
11996 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11998         * configure: source directory missing is no longer a warning
12000         * configure.in: recognize irix[34]* instead of irix[34]
12002         * Makefile.in: define and pass down X11_LIB
12004 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
12006         * guess-systype: Renamed to ...
12007         * config.guess:  ... by popular request.
12008         * configure.in, Makefile.in:  Update accordingly.
12010 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
12012         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
12013         + Add Convex, Cray/Unicos, and Encore/Multimax support.
12014         + Execute ./dummy instead of assuming . is in PATH.
12016 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
12018         * guess-systype:  New shell script.  Attempts to guess the
12019         canonical host name of the executing host.
12020         Only a few hosts are supported so far.
12021         * configure:  Call guess-systype if no host is specified.
12023 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
12025         * Makefile.in (gcc-no-fixedincludes): Made to work with current
12026         gcc Makefile.
12029 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
12031         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
12032         (all-gcc, install-gcc, subdir_do): Use it.
12034 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
12036         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
12038 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
12040         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
12041           set exclusively by configure, using configure.in .
12043 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12045         * test-build.mk: set $PATH for all builds
12047         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
12049 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
12051         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
12052         the one used in gcc/Makefile.in, so that a null expansion doesn't
12053         override the one needed to build gcc with a native cc.
12056 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
12058         * configure: Accept -with arguments.
12060 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
12062         * Makefile.in: added h8300sim
12064 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
12066         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
12067         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
12068         (all-cygnus, native, build-cygnus): Make
12069         $(canonhost)-stamp-3stage-done, not $(host)....
12070         * test-build.mk (stamp-3stage-compared): Use tail +10c for
12071         i386-sco3.2v4.  Added else true to if command.
12073 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
12075         * config.sub: (from FSF) Sequent uses a BSD-like OS.
12077 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
12079         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
12081 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12083         * configure.in: don't remove binutils from Solaris builds
12085 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
12087         * Makefile.in: get rid of earlier definitions for *clean,
12088         also handle the recursive info rule better
12090 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
12092         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
12093         do more-or-less the right thing.
12095 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
12097         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
12098         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
12100 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12102         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
12103         $(host_canonical).
12105         * configure.in: split the configdirs list into 4 categories (native
12106         v. cross, library v. tool) and handle the cross-only and native-
12107         only in more reasonable (and correct!) way.
12109 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
12111         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
12112         configdirs anymore.
12114 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12116         * Makefile.in: extensive cleanup::  removed all of the explicit
12117         clean-* targets, collapsed many wrappers around subdir_do into
12118         one, added additional targets to satisfy standards.texi, deleted
12119         some old targets, some changes for consistency
12121 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12123         * configure.in: handle some programs as cross-only, and others as
12124         native only
12126         * test-build.mk: handle partial holes in a more generic manner
12128         * Makefile.in: m4 depends on libiberty
12130 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12132         * configure.in: add m4, textutils, fileutils, sed, shellutils,
12133         time, wdiff, and find to configdirs
12135         * Makefile.in: all, clean, and install rules for the new programs
12136         added to configure.in
12138 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12140         * configure.in: use mh-sun for all *-sun-* hosts
12142 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12144         * Makefile.in: define flags for X11 include files and library file
12145         locations, pass them down to the programs that need this info
12147         * build-all.mk: added a 'native' target, to 3stage the native toolchain
12149 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12151         * configure.in: start building libg++ for HP-UX targets
12153 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
12155         * README:  Update references to files moved into etc/.
12157 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
12159         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
12160         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
12162 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
12164         * configure: accept dash as well as underscore in long option
12165         names for FSF compatibility.
12167 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
12169         * config.sub: added -sco3.2v4 support from FSF.
12171 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12173         * configure.in: expand the section that adds or removes
12174         directories from the list of programs to build, to handle native
12175         vs. cross in addition to host v. native
12177 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
12179         * Makefile.in:  Replace C++ in macro names with CXX.
12180         This is less likely to break ...
12182 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12184         * test-build.mk: add -w to GNU_MAKE
12186 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12188         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
12189         add 'sparc' to list of recognized cpus.  This needed to make
12190         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
12191         Delete some redundant ose68 variants.  Recognize -wrs as an os,
12192         then changes that into $CPU-wrs-vxworks.
12194         * configure.in: remove most references to gdbtest, regularize
12195         target based program removal
12197         * test-build.mk: import from p3 tree (many fixes and changes)
12199 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
12201         * Makefile.in: added rules to handle tcl, tk, and expect
12203         * configure.in: handle those directories if they exist
12205 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12207         * config.sub: removed bogus hppabsd and hppahpux names, since
12208         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
12210 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12212         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
12213         depends upon all-xiberty
12215         * Makefile.in: changes from p3, including:
12217         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
12219         * Makefile.in (XTRAFLAGS): include newlib directories if
12220         newlib/Makefile exists, rather than if host != target.
12222         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
12224         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
12225         from the same source tree and not building a cross-compiler.  This
12226         matters for the libg++ configuration if reconfiguring a tree that
12227         has already been installed.
12229         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
12231         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
12232         pick up the machine and system specific header files.
12234         * Makefile.in: added AS_FOR_TARGET, passed down in
12235         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
12236         the C compiler to use to create programs which are run in the
12237         build environment, set it to default to $(CC), and passed it down
12238         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
12240         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
12242         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
12243         We need them for unusual native builds, like systems without
12244         ranlib.
12246         * configure: also define $(host_canonical) and
12247         $(target_canonical), which are the full, canonical names for the
12248         given host and target
12250 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
12252         * Makefile.in:  Added separate definitions for C++.
12254 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
12256         * configure.in (configdirs):  Add deja-gnu.
12258 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
12260         * README:  Update for configure.texi and gdb-4.7 release.
12262 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
12264         * Makefile.in:  Move "all" target to top of file.
12265         Previously, first target was ".PHONY" which caused BSD4.4 make
12266         to build .PHONY when make was run without arguments.
12268 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
12270         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
12271         Library-copylefted code in libiberty.
12273 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
12275         * config.sub:  Replace m68kmote with plain old m68k.
12277 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
12279         * Makefile.in:  Remove space from blank line, avoid Make complaints.
12281 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
12283         * config.sub: Complain if no argument is given.  Added support for
12284         386bsd as OS and target alias.
12286 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
12288         * Makefile.in (XTRAFLAGS): include newlib directories if
12289         newlib/Makefile exists, rather than if host != target.
12291 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
12293         * config.sub: recognize sparclite-wrs-vxworks.
12295         * Makefile.in (install-xiberty): added *-xiberty make rules (from
12296         p3.) Added clean-xiberty to clean.
12298 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12300         * configure.in: use *-*-* instead of nested cases for host and target
12302 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
12304         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
12305         from the same source tree and not building a cross-compiler.  This
12306         matters for the libg++ configuration if reconfiguring a tree that
12307         has already been installed.
12309 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
12311         * config.sub (i486v/i486v4):  Merge in from FSF version.
12313 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
12315         * configure: only set PWD if it is already set.
12317 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
12319         * configure: just set PWD=`pwd` at the top, since Ultrix sh
12320         doesn't have unset and all success paths (and most error paths)
12321         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
12322         to just ${PWD} to avoid confusion.)
12324 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
12326         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
12327         even for a native compilation.
12329 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
12331         Changes to make the gdb.tar.Z rule work better.
12333         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
12334         (DEVO_SUPPORT):  Add configure.texi.
12335         (bfd-ilrt.tar.Z):  Remove ancient rule.
12337 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
12339         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
12340         pick up the machine and system specific header files.
12342         * configure.in, config.sub: added new target m68010-adobe-scout,
12343         with alias of adobe68k.  Changed configure.in to check for
12344         -scout before -sco* to avoid a false match.
12346         * Makefile.in: added AS_FOR_TARGET, passed down in
12347         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
12348         the C compiler to use to create programs which are run in the
12349         build environment, set it to default to $(CC), and passed it down
12350         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
12352 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
12354         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
12355         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
12356         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
12357         FOR_TARGET variants, to newlib and libg++.
12359 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
12361         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
12362         first.
12364 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
12366         * config.sub:  Accept `elf' as an environment.
12368 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
12370         * Makefile.in (all-opcodes):  cd into the right directory
12372 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
12374         * configure: added -program_transform_name option, used as
12375         argument to sed when installing programs.
12376         configure.texi: added documentation for -program_prefix,
12377         -program_suffix and -program_transform_name.
12379 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
12381         * config.sub:  Accept i486 where i386 ok.
12383 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
12385         * config.sub: accept we32k
12387 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
12389         * config.sub, configure.in: accept OSE68000 and OSE68k.
12391         * Makefile.in: don't create all directories for ``make install'';
12392         let the subdirectories create the ones they need.
12394 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12396         * COPYING: new file, GPL v2
12398 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12400         * Makefile.in: use the new gen-info-dir, which needs a template
12401         argument (which also lives in texinfo)
12403         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
12405 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
12407         * config.sub (ncr3000):  Change i386 to i486.
12409 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12411         * Makefile.in: add install-rcs, install-grep to
12412         install-no-fixedincludes, removed install-bison and install-libgcc
12414 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
12416         * configure.in: grab the HPUX makefile fragment if on HPUX
12418 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
12420         * Makefile.in: eradicate bison spoor (ditto libgcc).
12421          configure.in: recognise m68{k,000}-ericsson-OSE.
12422          es1800 is alias for m68k-ericsson-OSE
12424 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12426         * configure.in: rearrange the parts that remove programs from
12427         configdirs, based now on HOST==TARGET or by canonical triple.
12429 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12431         * test-build.mk: recurse explicitly with -f test-build.mk when
12432           appropriate.  predicate stage3 and comparison on the existence
12433           of gcc.  That is, if gcc isn't around, we aren't three-staging.
12434           On very clean, also remove ...stamp-co.  Build in-place before
12435           doing other builds.
12437 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
12439         * Makefile.in, configure.in: add tgas
12441 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12443         * Makefile.in: a number of changes merged in from progressive.
12445         * configure.in: add libm.
12447         * .cvsignore: ignore some stuff that comes from test-build.mk.
12449 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
12451         * config.sub:  Add es1800 (m68k-ericsson-es1800).
12453 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
12455         * configure: Add program_suffix (parallel to program_prefix)
12456         * Makefile.in: adjust directory-creating script for losing decstation
12458 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
12460         * configure:  Minor $subdir-related fixes.
12462 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
12464         * configure: fix various problems with propogating
12465         makefile_target_frag in subdirs.
12466         * configure.in: config libgcc if its there
12468 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
12470         * config.sub:  HPPA merge.
12472 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
12474         * Makefile.in:  Replace all-bison with all-byacc in all
12475         dependency lines for other tools (which now use byacc).
12477 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
12479         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
12481 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
12483         * Makefile.in: make gprof rules similar to byacc rules (instead of
12484         vestigal $(unsubdir) that didn't work...)
12486 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
12488         * config.sub:  Add support for Linux.
12489         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
12490         (at least for libg++).
12492 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
12494         * configure.texi: fix doc for the -nfp option to configure
12496 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
12498         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
12500 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
12502         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
12503         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
12504         * configure.in: added solaris* host_makefile_frag hook.
12506 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12508         * config.sub: changed recognition of m68000 so that various
12509         m68k types can be specified via m680[01234]0
12511 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12513         * config.sub (basic_machine): fix sed so that '-foo' isn't
12514         completely substituted out while .+'-foo' loses the '-foo'
12516 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
12518         * config.sub ($os): Add -aout.
12520 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
12522         * configure:  If host_makefile_frag is absolute, don't
12523         prefix ${invsubdir} (relevant to libg++ auto-configure).
12525 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
12527         * Makefile.in (tooldir): Define it.
12528         (all-ld): Depend on all-flex.
12530 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
12532         * Makefile.in (check):  Fix libg++ special case.
12534 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
12536         * configure: do not bury `pwd` into config.status, thus do fewer
12537           pwd's.
12539         * configure: print the "Building in" message only when building in
12540           other than "." AND verbose.
12542         * configure: remove -s, rework -v to better accommodate guested
12543           configures.
12545         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
12547 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
12549         * Makefile.in: macroize flags passed on recursion.  remove
12550           fileutils.
12552 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
12554         * configure: get makesrcdir right for subdirs deeper than 1.
12556         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
12557           install.
12559 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
12561         * Makefile.in: don't print subdir_do or recursion lines.
12563 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
12565         * standards.texi: added menu item.
12567         * Makefile.in: build and install standards.info.
12569         * standards.texi: new file.
12571 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12573         * configure: test for and move config.status pieces from
12574           ${subdir}/.
12576 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
12578         * configure:  Test for existance of files before trying to mv
12579         them, to avoid numerous non-existance messages.
12581 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
12583         * configure: correct final line of config.status.
12585         * configure: patch from eggert.  Avoids a protection problem if
12586           the original Makefile.in is read only.
12588         * configure: use move-if-change from gcc to create config.status.
12589           Some makefiles depend on config.status to tell if a directory
12590           has been reconfigured for a different host.  This change
12591           prevents those directories from remaking everything in the case
12592           where the reconfig was only intended to rebuild a Makefile.
12594         * configure: test for config.sub with "config.sub sun4" rather
12595           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
12596           host alias from a missing config.sub.
12598 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12600         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
12601           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
12603 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
12605         * configure: mkdir ${subdir} as needed.
12607 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
12609         * Makefile.in,configure.in: added autoconf.
12611 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12613         * Makefile.in: no longer pass against on recursion.
12615         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
12616           definitions are not inherited.
12618         * configure: correct makesrcdir when subdir is .
12620 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
12622         * configure:  Add support for 'subdirs' variable, which is
12623         like 'configdirs', except that configure doesn't re-invoke
12624         itself for subdirs, it just creates a Makefile for each subdir.
12625         * configure.texi:  Document subdirs.
12627 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12629         * configure.in: added flex to configdirs
12631 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
12633         * Makefile.in: remove clean-stamps from clean.
12635 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
12637         * configure.in:  Add gdbtest to configdirs.
12639 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
12641         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
12642         to recursive makes.
12643         * configure.in:  Recognize new ncr3000 config.
12645 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
12647         * Makefile.in, configure.in: removed references to gdbm.
12649 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
12651         * config.sub:  Don't canonicalize os value
12652         newsos* to bsd (readline needs to check for newsos).
12653         (This fix was earlier made Jan 31, but got re-broken.)
12655 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
12657         * configure.in:  sco is an os, not a vendor!
12659         * configure:  Quote $( better.  Keep various shells happy.
12661 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
12663         * Makefile.in: eliminate stamp-files.
12665 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
12667         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
12668           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
12670 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
12672         * config.sub:  fix iris/iris3.
12674 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
12676         * configure: re-add -rm.
12678 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
12680         * Maskefile.in: add .stmp-rcs to all.
12682         * configure.in: remove gas from rs6000 build, use aix host fragment.
12684 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
12686         * configure: pass down site_option during recursion.
12688 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
12690         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
12692 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
12694         * configure: Change exec_prefix so that it really defaults to prefix.
12696 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
12698         * Makefile.in, configure.in:  Add support for mmalloc library.
12700 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
12702         * Makefile.in: add stmp dependencies for a few more things.
12704 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
12706         * configure: adjusted error message on objdir/srcdir configure
12707           collision, per john's suggestion.
12709         * Makefile.in: add libiberty stmp to all and all.cross.
12711 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
12713         * Makefile.in: remove force dependencies, add grep to all.
12715 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
12717         * Makefile.in: drop flex.  make stamp files work.
12719         * configure: added test for conflicting configuration in srcdir,
12720           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
12721           gets cranky.  use relative paths for configure and srcdir
12722           whenever possible.  Send some error messages to stderr that were
12723           going to stdout.
12725 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
12727         * Makefile.in:  Fix libg++ rule to check for gcc directory
12728         before using gcc/gcc.  Also pass XTRAFLAGS.
12730 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
12732         * Makefile.in: added stmp-files so that directories aren't polled
12733           when they are already built.
12735         * configure.texi: fixed a node pointer problem.
12737 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
12739         * config.sub configure.in gdb/configure.in
12740         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
12741         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
12742         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
12744 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12746         * configure: -recurring becomes -silent.  corrected help message
12747           for -site= option.
12749         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
12751 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12753         * configure: when building Makefile for crosses, replace
12754           tooldir and program_prefix.  default srcdir from location of
12755           config.sub.  remove "for host in hosts" and "for target in
12756           targets" loops.
12758 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12760         * Makefile.in: Do not pass bindir or mandir to cvs.
12762 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
12764         * Makefile.in, configure.in: removed traces of namesubdir,
12765           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
12766           copyrights to '92, changed some from Cygnus to FSF.
12768         * configure.texi: remove most references to multiple hosts,
12769           multiple targets, subdirs, etc.
12771         * configure.man: removed rcsid. reference config.sub not
12772           config.subr.
12774         * Makefile.in: mkdir $(infodir) on install-info.
12776 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
12778         * configure.texi:  Explain better about .gdbinit and about
12779         the environment that configure.in sections run in.
12781 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
12783         * configure.in:  Ultrix is only a decstation if it's a MIPS.
12785 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
12787         * README:  DOC.configure => cfg-paper.texi.
12789 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
12791         * config.sub (near case $os):  Don't convert newsos* to bsd!
12793 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
12795         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
12796         the number of copies of COPYING that go into the GDB tar file.
12798 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
12800         * bfd/configure.in, gdb/config/mh-i386sco,
12801         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
12802         Fix SCO configuration stuff.
12804 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
12806         * Makefile.in:  For libg++, make sure the -I pointing
12807         to the gcc directory goes *after* all the libg++-local -I flags.
12808         Also, move just-gcc dependency from just-libg++ to all-libg++.
12810 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
12812         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
12814 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
12816         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
12818 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
12820         * config.sub:  Add stratus configuration frags.  Also
12821         submitted to FSF.
12823 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
12825         * Makefile.in (DEV_SUPPORT):  add configure.man.
12827         * config.sub(Decode manufacturer-specific):  add -none*.
12829 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
12831         * Makefile.in:  remove form feeds to make Sun's make happy.
12832         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
12834 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
12836         * Makefile.in (AR_FLAGS):  Make quieter.
12838 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
12840         * configure.in:  Add libg++.
12841         * configure:  When verbose, don't output the command line at each
12842         level; it will be unremarkably the same as the previous version,
12843         which will be the same as what the user typed.
12845 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
12847         * configure.in, Makefile.in: fix clean-info, add flex.  add
12848           fileutils.
12850         * configure: be less sensitive to spaces in Makefile.in.  Do not
12851           look for sources in "..".  Doing so breaks subdirectories that
12852           might have their own configure.  If a subdir has it's own
12853           configure script, use it.
12855 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
12857         * cfg-paper.texi: some changes suggested by rms.
12859 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
12861         * config.sub:  Merge in some small additions from the FSF version,
12862         taken from the gcc distribution, to bring the Cygnus and FSF
12863         versions into closer sync.
12865 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
12867         * configure.in:  Changed svr4 references to sysv4.
12869 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
12871         * configure: added -V for version number option.
12873 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
12875         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
12876           renamed from DOC.configure to cfg-paper.texi.
12878 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12880         * configure, config.subr, config.sub: config.subr is now
12881           config.sub again.
12883 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
12885         * configure.texi: new file, in progress.
12887         * Makefile.in: build info file and install the man page for
12888           configure.
12890         * configure.man: new file, first cut.
12892         * configure: find config.subr again now that configuration "none"
12893           has gone.  removed all traces of the -ansi option.  removed all
12894           traces of the -languages option.
12896         * config.subr: resync from rms.
12898 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12900         * configure, config.sub, config.subr: merge config.sub into
12901           config.subr, call the result config.subr, remove config.sub, use
12902           config.subr.
12904         * Makefile.in: revised install for dir.info.
12906 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12908         * configure.in: add decstation host makefile frag.
12910         * Makefile.in: BISON now bison -y again.  also install-gcc on
12911           install.  clean-gdbm on clean.  infodir belongs in datadir.
12912           Make directories for info install.  Build dir.info here then
12913           install it.
12915 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12917         * Makefile.in: fix for bad directory tests.
12919 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12921         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
12922           regexp.  -srcdir relative was being handled incorrectly.
12924         * Makefile.in: unwrapped some for loops so that parallel makes
12925           work again and so one can focus one's attention on a particular
12926           package.
12928 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12930         * configure: added PWD as a stand in for `pwd` (for speed). use
12931           elif wherever possible.  make -srcdir work without -objdir.
12932           -objdir= commented out.
12934 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12936         * configure: +options become --options.  -subdirs commented out.
12937           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
12938           Makefile now at top of generated Makefile.  Removed cvs log
12939           entries.  added -srcdir.  create .gdbinit only if there is one
12940           in ${srcdir}.
12942         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
12943           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
12944           and mandir now keyed off datadir by default.
12946 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12948         * Freshly created ChangeLog.
12951 Local Variables:
12952 mode: change-log
12953 left-margin: 8
12954 fill-column: 76
12955 version-control: never
12956 End: