* tree-ssa-structalias.c (update_alias_info): Remove handling
[official-gcc.git] / ChangeLog
blob3e9c63eced0d9359669bf2c2b9364f5cacafdb94
1 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
3         * configure.in: Replace ms1 with mt.
4         * configure: Rebuilt.
6 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
8         * MAINTAINERS: Update my email address.
10 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
12         * Makefile.tpl (all, do-[+make_target+], do-check, install,
13         install-host-nogcc): Don't invoke $(stage) at the end.
14         * Makefile.in: Regenerate.
16 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
18         * configure.in: Flip the top-level bootstrap switch.
19         * configure: Regenerate.
21 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
23         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
24         $(stage) and $(unstage).
25         (EXTRA_TARGET_FLAGS): Correct double-quoting.
26         (all): Remove stray semicolon.
27         (local-distclean): Don't handle multilib.tmp and multilib.out.
28         (install.all): Set $s for consistency.
29         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
30         check_multilibs setting.  Always make the install directory.
31         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
32         Correct @if/@endif.
33         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
34         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
35         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
36         (multilib.out): Remove.
37         * Makefile.in: Regenerated.
39 2005-12-12  Carlos O'Donell <carlos@codesourcery.com>
41         * MAINTAINERS (Write After Approval): Add myself.
43 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
45         * MAINTAINERS: Add myself as mt maintainer.
47         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
49 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
51         * MAINTAINERS: Change email address.
53 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
55         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
56         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
57         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
58         Find in-tree tools if available.
59         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
60         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
61         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
62         (COMPILER_*_FOR_TARGET): New.
63         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
64         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
65         (CONFIGURED_*, USUAL_*): Remove.
66         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
67         STRIP): Use autoconf substitutions.
68         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
69         COMPILER_NM_FOR_TARGET): New.
70         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
72         (all): Make all-host and all-target in parallel.
73         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
74         that $$r and $$s are set before invoking a recursive make.
75         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
76         ([+bootstrap-target+]): Inline most of the `all' target.
78 2005-11-29  Ben Elliston  <bje@au.ibm.com>
80         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
81         from the gcc build directory.
82         * Makefile.in: Regenerate.
84 2005-11-29  Ben Elliston  <bje@au.ibm.com>
86         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
87         depend on all-libdecnumber.
88         * configure.in (host_libs): Include libdecnumber.
89         * Makefile.in: Regenerate.
90         * configure: Likewise.
92 2005-11-29  Ben Elliston  <bje@au.ibm.com>
94         * libdecnumber: Import decNumber sources from the dfp-branch.
96 2005-11-21  Kean Johnston  <jkj@sco.com>
98         * config.sub, config.guess: Sync from upstream sources.
100 2005-11-21  Ben Elliston  <bje@au.ibm.com>
102         Import from Autoconf sources:
104         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
105         * config/move-if-change: Don't output "$2 is unchanged";
106         suggested by Ben Elliston.  Handle weird characters correctly.
108 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
110         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
111         to match upstream libtool for darwin.
113 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
115         * Makefile.def: Remove gdb dependencies for gdbtk.
116         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
117         (configure-gdb, install-gdb): New rules.
118         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
119         * Makefile.in, configure: Regenerated.
121 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
123         * MAINTAINERS (Write After Approval): Add myself.
125 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
127         * MAINTAINERS (Write After Approval): Add myself.
129 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
131         * MAINTAINERS (alias analysis): Add Daniel Berlin and
132         Diego Novillo.
134 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
136         PR bootstrap/24297
137         * Makefile.tpl (do-[+make-target+], do-check, install,
138         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
139         are set before recursing.
140         * Makefile.in: Regenerate.
142 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
144         PR bootstrap/18939
145         * Makefile.def (gcc) <target>: Fix thinko.
146         * Makefile.in: Regenerate.
148 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
150         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
151         * configure: Regenerate.
153 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
155         * MAINTAINERS (Write After Approval): Add self.
157 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
159         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
160         target-libffi, target-qthreads, target-libjava, and
161         targetlibobjc.
162         * configure: Regenerate.
164 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
166         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
167         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
168         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
169         (USUAL_OBJDUMP_FOR_TARGET): New.
170         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
171         * configure.in: Check for $OBJDUMP_FOR_TARGET.
172         * configure, Makefile.in: Regenerated.
174 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
176         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
177         before other host packages.
179 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
181         * MAINTAINERS: Add self as sh libraries/configury maintainer.
183 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
185         PR bootstrap/22340
187         * configure.in (default_target): Remove.
188         * Makefile.tpl (all): Do not use prerequisites as subroutines
189         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
190         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
191         use prerequisites as subroutines.
192         (check-host, check-target): New.
193         (bootstrap configure & all targets): Do not use stage*-start
194         if the directory layout is already ok.
195         (non-bootstrap configure & all targets): Prepend a $(unstage).
196         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
197         (NOTPARALLEL): Remove.
198         (unstage, stage variables): New variables.
199         (unstage, stage targets): Simply expand to those variables.
201         * configure: Regenerate.
202         * Makefile.in: Regenerate.
204 2005-10-04  James E Wilson  <wilson@specifix.com>
206         * Makefile.def (lang_env_dependencies): Add libmudflap.
207         * Makefile.in: Regenerate.
209 2005-10-03  Andreas Schwab  <schwab@suse.de>
211         Backport from libtool CVS:
212         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
214         * ltmain.sh: add support for installing into temporary
215         staging area (e.g. 'make install DESTDIR=...')
217 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
219         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
220         * configure: Regenerated.
222 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
224         * configure: Regenerate with the correct
225         autoconf version.
227 2005-09-30  Catherine Moore  <clm@cm00re.com>
229         * configure.in (bfin-*-*): New.
230         * configure: Regenerated.
232 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
234         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
235         (LIPO_FOR_TARGET): New.
236         (CONFIGURED_LIPO_FOR_TARGET): New.
237         (USUAL_LIPO_FOR_TARGET): New.
238         (STRIP_FOR_TARGET): New.
239         (CONFIGURED_STRIP_FOR_TARGET): New.
240         (USUAL_STRIP_FOR_TARGET): New.
241         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
242         STRIP_FOR_TARGET.
243         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
244         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
245         * Makefile.in: Regenerate.
246         * configure: Regenerate.
247         
248 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
250         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
251         (rs6000-*-aix*): Same.
252         * configure: Regenerate.
254 2005-09-16  Tom Tromey  <tromey@redhat.com>
256         * MAINTAINERS: Add self as java maintainer.
258 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
260         * configure.in: Recognize f95 in the --enable-languages option,
261         and substitute it for fortran, issuing a warning.
262         * configure: Regenerate.
264 2005-08-30  Phil Edwards  <phil@codesourcery.com>
266         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
267         * configure:  Regenerated.
269 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
271         * MAINTAINERS: Add self as ms1 maintainer.
273 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
275         * Makefile.def (libssp): Add to lang_env_dependencies.
276         * Makefile.in: Regenerate.
278 2005-08-18  Ian Lance Taylor  <ian@airs.com>
280         * MAINTAINERS: Add myself as middle-end maintainer.
282 2005-08-17  Christian Groessler  <chris@groessler.org>
284         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
285         * Makefile.in: Regenerate.
287 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
289         * MAINTAINERS (write after approval): Added myself.
291 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
293         * MAINTAINERS (Write After Approval): Add myself.
295 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
297         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
298         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
299         Look for alternate names of the target cc and c++
300         * configure: Regenerate.
302 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
304         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
305         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
306         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
307         tools; remove code to manually set them.
308         (Target tools): Look in the environment for them.
309         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
310         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
311         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
312         build directory.
313         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
314         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
315         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
316         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
317         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
318         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
319         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
320         * configure: Regenerate.
321         * Makefile.in: Regenerate.
323 2005-07-28  Ben Elliston  <bje@au.ibm.com>
325         * MAINTAINERS: Update for removed CPU targets.
327 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
329         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
330         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET. 
331         * Makefile.in: Regenerated.
333 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
335         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
336         (CFLAGS_FOR_TARGET): Use it.
337         (CXXFLAGS_FOR_TARGET): Likewise.
338         * Makefile.in: Regenerated.
339         * configure.in (--with-build-sysroot): New option.
340         * configure: Regenerated.
342 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
344         * Makefile.tpl: Wrap install between unstage and stage
345         * Makefile.in: Regenerate.
347 2005-07-21  Eric Christopher  <echristo@apple.com>
349         * MAINTAINERS: Update affiliation.
351 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
353         * MAINTAINERS: Add self as crx port maintainer.
355 2005-07-20  DJ Delorie  <dj@redhat.com>
357         * MAINTAINERS: Add self as m32c maintainer.
359 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
361         * all files: Update FSF address.
363 2005-07-15  Eric Christopher  <echristo@redhat.com>
365         * MAINTAINERS: Change affiliation.
367 2005-07-14  Jim Blandy  <jimb@redhat.com>
369         * configure.in: Add cases for Renesas m32c.
370         * configure: Regenerated.
371         
372 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
374         * COPYING.LIB: Update from fsf.org.
376 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
378         * COPYING, compile, config.guess,
379         config.sub, install-sh, missing, mkinstalldirs,
380         symlink-tree, ylwrap: Sync from upstream sources.
381         * config-ml.in: Update FSF address.
383 2005-07-13  Eric Christopher  <echristo@redhat.com>
385         * configure.in: Add toplevel noconfigdir support for tpf.
386         * configure: Regenerate.
388 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
390         PR ada/22340
392         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
393         * Makefile.in: Regenerate.
395 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
397         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
398         Brolley to write-after-approval. 
400 2005-07-07  Andreas Schwab  <schwab@suse.de>
402         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
403         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
404         * Makefile.in: Regenerated.
406 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
408         * configure.in: Don't build sim or rda when targetting darwin.
409         * configure: Regenerate.
411 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
413         * configure.in: Add --enable-libssp and --disable-libssp.
414         * configure: Regenerate with autoconf-2.13.
416 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
418         * Makefile.def (target_modules): Add libssp.
419         * configure.in (target_libraries): Add target-libssp.
420         * configure: Rebuilt.
421         * Makefile.in: Rebuilt.
423 2005-07-01  Zack Weinberg  <zackw@panix.com>
425         * MAINTAINERS: Change email address.  Resign from maintainership.
427 2005-07-01  Richard Guenther  <rguenther@suse.de>
429         * MAINTAINERS: Change my e-mail address and affiliation.
431 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
433         * Makefile.def (stagefeedback): Come after profile.
434         Define profiledbootstrap target.
435         * Makefile.tpl (profiledbootstrap): Remove.
436         (stageprofile-end): Zap stagefeedback.
437         (stagefeedback-start): Copy all .gcda files, not only GCC's.
438         * Makefile.in: Regenerate.
440 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
442         * MAINTAINERS: Update my email address.
444 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
446         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
447         In 'cpp' stanza, support '#line' as well as '# '.
449 2005-06-08  Andreas Schwab  <schwab@suse.de>
451         * MAINTAINERS: Move myself from 'Write After Approval' to
452         'CPU Port Maintainers' section as m68k maintainer.
454 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
456         * configure.in (unsupported_languages): New macro.
457         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
458         non-ported target libraries in noconfigdirs.
459         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
460         non-linux-gnu.  Remove libgcj_ex_libffi.
461         <lang_frag loop>: Set add_this_lang=no if the language is in
462         unsupported_languages.
463         * configure: Regenerate.
465 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
467         * configure.in: Fix typo in handling of --with-mpfr-dir.
468         * configure: Regenerate.
470 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
472         * MAINTAINERS: Update my email address.
474 2005-06-02  Jim Blandy  <jimb@redhat.com>
476         * config.sub: Add cases for the Renesas m32c.  (This patch has been
477         accepted into the master sources.)
479 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
480             Michael Snyder  <msnyder@redhat.com>
481             Stan Cox  <scox@redhat.com>
483         * configure.in: Set noconfigdirs for ms1.
485         * configure: Regenerate.
487 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
489         * MAINTAINERS (Write After Approval): Add self.
491 2005-06-01  Josh Conner  <jconner@apple.com>
493         * MAINTAINERS (Write After Approval): Add self.
495 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
497         * MAINTAINERS: Update my email address.
499 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
501         * MAINTAINERS (Write After Approval): Add self.
503 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
505         * MAINTAINERS (Write After Approval): Remove self.
507 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
509         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
510         (Dependencies): Consider target modules for bootstrap dependencies.
511         Make target bootstrap modules depend on each stage's gcc.
512         * Makefile.in: Regenerate.
514 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
516         * Makefile.def (configure-gcc): Depend on binutils having been built.
517         (all-gcc): No need to do it here.
518         * Makefile.in: Regenerate.
520 2005-05-19  Paul Brook  <paul@codesourcery.com>
522         * configure.in: Rewrite misleading error message when requested
523         language cannot be built.
524         * configure: Regenerate.
526 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
528         * ylwrap: Import from Automake 1.9.5.
530 2005-05-13  David Ung  <davidu@mips.com>
532         * MAINTAINERS (Write After Approval): Add self.
534 2005-05-09  Mike Stump  <mrs@apple.com>
536         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
537         lt_cv_sys_max_cmd_len for now.
539 2005-05-09  Stan Cox  <scox@redhat.com>
541         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
543 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
545         * README.SCO: Update the URL.
547 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
549         * ltconfig: Define file_list_spec.  Pass file_list_spec and
550         with_gnu_ld to libtool.
551         * ltcf-c.sh (aix[45]): Define file_list_spec.
552         * ltcf-cxx.sh (aix[45]): Same.
553         * ltcf-gcj.sh (aix[45]): Same.
554         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
555         exists, write list of input files to temporary file.
557 2005-05-04  Mike Stump  <mrs@apple.com>
559         * configure.in: Always pass --target to target configures as
560         otherwise rebuilds that do --recheck will fail.
561         * confiugure: Rebuilt.
563 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
565         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
566         STAGE_HOST_EXPORTS.
567         (configure, all): Add bootstrap support.
568         (Host modules, target modules): Pass post-stage1 flags and exports.
569         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
570         * Makefile.in: Regenerate.
572 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
574         * configure: Regenerate.
576 2005-04-27  Mike Stump  <mrs@apple.com>
578         * MAINTAINERS: Add self as darwin maintainer.
580 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
582         * config.sub: Update from master copy.
584 2005-04-21  Mike Stump  <mrs@apple.com>
586         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
587         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
589 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
591         * configure.in <crisv32-*-*, cris-*-*>: New local variable
592         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
593         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
594         "*-*-elf" and "*-*-linux*".
595         * configure: Regenerate.
597 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
599         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
601 2005-04-12  Mike Stump  <mrs@apple.com>
603         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
605 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
607         * MAINTAINERS (Write After Approval): Add myself.
609 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
611         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
613 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
615         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
616         (TARGET_CONFIGARGS): Include --with-target-subdir.
617         (configure, all): New macros.  Use them throughout.
618         * Makefile.in: Regenerate.
620 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
622         * MAINTAINERS (Write After Approval): Add myself.
624 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
626         * MAINTAINERS: Remove 'loop unrolling' maintainer.
628 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
630         * MAINTAINERS: Move John Carr to Write After Approval.
632 2005-03-30  J"orn Rennecke <joern.rennecke@st.com>
634         * config/mh-mingw32: Delete.
635         * configure.in: Don't use it.
636         * configure: Regenerate.
638 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
640         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
641         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
642         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
643         (HOST_LIB_PATH): Generate from Makefile.def.
644         (TARGET_LIB_PATH): Likewise.
645         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
646         * Makefile.in: Regenerate.
647         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
648         (RPATH_ENVVAR): Include Darwin case.
649         * configure: Regenerate.
651 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
653         * MAINTAINERS (Various Maintainers): Remove self.
654         (Write After Approval): Add self.
656 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
658         * MAINTAINERS (Various Maintainers): Add self.
660 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
662         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
663         * configure: Regenerate.
665 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
667         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
668         gcc_version, and gcc_version_trigger from set of flags to pass.
669         * Makefile.tpl: Remove definitions of above variables.
670         (config.status): Remove dependency on $(gcc_version_trigger).
671         * Makefile.in: Regenerate.
672         * configure.in: Do not reference config/gcc-version.m4 nor
673         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
674         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
675         * configure: Regenerate.
677 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
678             Andrew Pinski <pinskia@physics.uc.edu>
680         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
681         * Makefile.in: Regenerate.
683 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
685         * MAINTAINERS (Write After Approval): Add myself.
687 2005-03-03  David Ayers  <d.ayers@inode.at>
689         * MAINTAINERS (Write After Approval): Add myself.
691 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
693         PR libgcj/20160
694         * ltmain.sh: Avoid creating archives with components that have
695         duplicate basenames.
697 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
699         PR bootstrap/20250
700         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
701         instead of check.
702         * Makefile.in: Regenerate.
704 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
706         * Makefile.in: Regenerate to fix conflict between the previous two
707         patches.
709 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
711         PR bootstrap/17383
712         * Makefile.def (target_modules): Remove "stage", now unnecessary.
713         * Makefile.tpl (HOST_SUBDIR): New substitution.
714         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
715         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
716         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
717         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
718         (Host modules, Bootstrapped modules): Use it.
719         (Build modules, Target modules): Do not create symlink trees,
720         always configure out-of-srcdir.
721         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
722         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
723         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
724         $(HOST_SUBDIR).  Create a symlink for host_subdir.
726         * Makefile.in: Regenerate.
727         * configure: Regenerate.
729 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
731         Merged from libada-gnattools-branch:
732         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
734         * gnattools: New directory.
735         * Makefile.def: Add gnattools as a module, depending on target-libada.
736         * Makefile.in: Regenerate.
737         * configure.in: Include gnattools in host_tools; disable it if ada
738         is disabled.
739         * configure: Regenerate.
741 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
743         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
744         treelang maintainer.
745         (Write After Approval): Remove myself.
747 2005-02-23  Paul Schlie  <schlie@comcast.net>
749         * configure.in: Allow darwin targeted ports to build tk, itcl and
750         libgui.
751         * configure: Regenerate.
753 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
755         PR libgcj/10353
756         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
757         * configure: Regenerate.
759 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
761         * MAINTAINERS (Write After Approval): Add myself.
763 2005-02-10  Ian Lance Taylor  <ian@airs.com>
765         * MAINTAINERS: Update my e-mail address.
767 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
769         * MAINTAINERS (Write After Approval): Add myself.
771 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
773         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
774         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
775         target-libgloss when not *-*-elf and *-*-aout.
776         * configure: Regenerate.
778 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
780         * MAINTAINERS: Remove obsolete entries.
782         * MAINTAINERS (Write After Approval): Add Michael Matz.
784 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
786         * MAINTAINERS: Remove self as cpplib maintainer.
788 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
790         * install-sh, config.sub: Import from upstream.
792 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
794         PR bootstrap/18222
795         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
796         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
797         * Makefile.in: Regenerate.
799 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
801         * MAINTAINERS: Update my email address.
803 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
804             Andreas Schwab  <schwab@suse.de>
806         PR bootstrap/18033
807         * config-ml.in: Eval option if surrounded by single quotes.
809 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
811         Revert 2004-12-28 Makefile changes, a better fix will be
812         applied to mainline and src after GCC 4.0 branches.
814 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
816         PR bootstrap/17383
818         * Makefile.def (target_modules): Remove stage parameter,
819         it is always true now.
820         * Makefile.tpl (configure-build-[+module+],
821         configure-target-[+module+]): Always build symlink tree
822         for the directory and for include.  BUILD_SUBDIR and
823         TARGET_SUBDIR cannot be . anymore.
824         * Makefile.in: Regenerate.
826 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
828         Revert 2004-12-08 Makefile changes.
830 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
832         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
833         cygwin, mingw.
835 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
837         * configure.in (sh64-*-*): Reenable gprof.
838         * configure: Regenerate.
840 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
842         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
843         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
844         (EXTRA_TARGET_FLAGS): Add PICFLAG.
845         * Makefile.in: Regenerate.
847 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
849         * MAINTAINERS: Update my email address.
851 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
853         * Makefile.tpl: Generate normal dependencies if the LHS module is
854         not bootstrapped.
855         * Makefile.in: Regenerate.
857 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
859         * configure.in: Include config/gxx-include-dir.m4.  Use
860         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
861         * configure: Regenerate.
863 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
865         * config.if: Delete.
866         * configure.in: Set libstdcxx_incdir directly.
867         * configure: Regenerate.
869 2004-12-02  Eric Christopher  <echristo@redhat.com>
871         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
872         * Makefile.in: Regenerate.
874 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
876         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
877         * configure: Regenerate.
879 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
881         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
882         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
883         * configure: Regenerate.
885 2004-12-01  Eric Christopher  <echristo@redhat.com>
887         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
888         of things to remove.
890 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
892         * MAINTAINERS (Write After Approval): Update my e-mail address.
894 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
896         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
897         from CVS libtool to always pass_all.
899 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
901         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
902         (hppa*64*-*-*): Delete incorrect comment.
903         * configure: Rebuilt.
905 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
907         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
909 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
911         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
912         from CVS libtool to always pass_all.
914 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
916         * install-sh, compile: Import from automake.
918 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
920         * config.guess, config.sub:  Import from savannnah.
922 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
924         * MAINTAINERS (Write After Approval): Add myself
926 2004-11-12  Mike Stump  <mrs@apple.com>
928         * Makefile.def: Add html support.
929         * Makefile.tpl: Likewise.
930         * Makefile.in: Regenerate.
932 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
934         PR 18423
935         * configure.in: Remove all instances of build-fixincludes from
936         noconfigdirs.
937         (build_configargs): Supply --target to subdirectories.
938         * configure: Regenerate.
940         * Makefile.def: Make gcc install depend on fixincludes install.
941         * Makefile.in: Regenerate.
943 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
945         * MAINTAINERS: Add myself as gcc testsuite maintainer.
947 2004-11-11  Paul Brook  <paul@codesourcery.com>
949         * MAINTAINERS: Add self as arm maintainer.  Update email address.
951 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
953         * configure.in (noconfigdirs) [mmix-*-*]: Disable
954         target-libgfortran.
955         * configure: Regenerate.
957 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
959         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
960         like CC.
962 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
964         * Makefile.def (host fixincludes): Specify missing targets.
965         * Makefile.in: Regenerate.
967 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
969         * MAINTAINERS: Add myself
971 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
973         * MAINTAINERS (Write After Approval): Add myself.
975 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
977         * Makefile.def: Build fixincludes for the host, too.
978         * Makefile.in: Regenerate.
979         * configure.in (host_tools): Add fixincludes.
980         * configure: Regenerate.
982 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
984         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
985         * configure: Regenerated.
987 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
989         PR other/17783
990         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
991         * configure: Regenerated.
993 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
995         * README.SCO: Update per FSF instructions.
997 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
999         PR target/18151
1000         * configure.in (case ${target}): Do not build fixincludes for avr.
1001         * configure: Regenerated.
1003 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
1005         * configure.in (case ${target}): Do not build fixincludes
1006         on platforms where it is not used.
1007         * configure: Regenerated.
1009 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
1011         * configure.in: Use an absolute path to install-sh.
1012         * configure: Regenerated.
1014 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
1016         * MAINTAINERS (Write After Approval): Add myself.
1018 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
1020         * MAINTAINERS: Remove from Write After Approval those that are
1021         already maintainers.
1023 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
1025         * MAINTAINERS:  Update my email address.
1027 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
1029         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
1030         * configure: Regenerate.
1032 2004-10-07  J"orn Rennecke <joern.rennecke@st.com>
1034         * MAINTAINERS:  Update my email address.
1036 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
1038         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
1039         entries belonging to this category.
1041 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
1043         * MAINTAINERS: Update my e-mail address.
1045 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
1047         Fix wrong conflict resolution in:
1049         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
1051         * Makefile.in: Regenerate.
1052         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
1053         in the recursive `make', instead of hardwiring `all'.
1054         (Autogenerated TARGET-* variables): New.
1056 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
1058         * configure.in: Enable target-libgloss for crx-*-*.
1059         * configure: Regenerate.
1061 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
1063         * MAINTAINERS (Various Maintainers): Move the "windows,
1064         cygwin, mingw" maintainer to ...
1065         (OS Port Maintainers): ... here.
1067 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
1069         * MAINTAINERS (Write After Approval): Remove those that are
1070         maintainers of some subsystem.
1072 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
1074         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
1075         * ltcf-cxx.sh (tpf*): Likewise.
1076         * ltconfig (tpf*): Add TPF OS configuration support.
1078 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
1080         * MAINTAINERS: Change my email address to my new work account.
1082 2004-09-24  Michael Roth  <mroth@nessie.de>
1084         * configure.in (--without-headers): Add missing double quotes.
1085         * configure: Regenerate.
1087 2004-09-24  Kelley Cook <kcook@gcc.gnu.org>
1089         * ylwrap: Revert to previous version.
1091 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
1093         PR bootstrap/17369
1094         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
1095         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
1096         SET_GCC_LIB_PATH_CMD.
1097         (BASE_TARGET_EXPORTS): Likewise.
1098         * Makefile.in: Regenerated.
1100         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
1101         * configure: Regenerated.
1103 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
1105         * config.guess: New upstream version
1106         * compile, depcomp, install-sh, ylwrap: Likewise.
1108 2004-09-19  Roger Sayle  <roger@eyesopen.com>
1110         * config/mh-x86omitfp: New host makefile fragment.  Add
1111         -fomit-frame-pointer to the default BOOT_CFLAGS.
1112         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
1113         * configure: Regenerate.
1115 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
1117         PR target/11572
1118         * configure.in (*-*-darwin*): Renable libobjc.
1119         * configure: Regenerate.
1121 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
1123         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
1125 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
1127         * Makefile.def: Remove libbanshee.
1128         * Makefile.tpl: Ditto.
1129         * configure.in: Ditto.
1130         * Makefile.in: Regen.
1131         * configure: Ditto.
1133 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
1135         * ltmain.sh: Use $pic_object as $non_pic_object if
1136         $non_pic_object=none.
1138 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
1140         * missing: Import latest version from master repository.
1142 2004-09-06  Nick Clifton  <nickc@redhat.com>
1144         * config.sub: Import latest version from master repository.
1145         * config.guess: Likewise.
1146         This includes these changes:
1148         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
1150         * config.sub: Handle crisv32, alias etraxfs.
1151         * config.guess (crisv32:Linux:*:*): Handle.
1153         2004-08-13  Brad Smith  <brad@comstyle.com>
1155         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
1156         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
1158         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
1160         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
1161         assume the processor is a powerpc.  This is because coreutils
1162         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
1163         in this case, due to a MacOS X bug that causes
1164         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
1165         to return a negative number.
1166         Problem reported by Petter Reinholdtsen in:
1167         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
1169         2004-07-19  Ben Elliston  <bje@gnu.org>
1171         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
1173         2004-06-24  Ben Elliston  <bje@gnu.org>
1175         * config.guess: Update copyright years.
1176         * config.sub: Likewise.
1178         2004-06-22  Robert Millan  <robertmh@gnu.org>
1180         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
1181         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
1183         2004-06-22  Stanley F. Quayle <stan@stanq.com>
1185         * config.guess (*:*VMS:*:*): New entry. Replaces
1186         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
1187         manufacturer.
1189         2004-06-22  Ben Elliston  <bje@gnu.org>
1191         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
1192         * config.sub: Likewise.
1194         2004-06-22  Ben Elliston  <bje@gnu.org>
1196         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
1197         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
1199         2004-06-11  Ben Elliston  <bje@gnu.org>
1201         * config.guess (pegasos:OpenBSD:*:*): Remove.
1203         2004-06-11  Ben Elliston  <bje@gnu.org>
1205         From Wouter Verhelst <wouter@grep.be>:
1206         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
1208         2004-06-11  Ben Elliston  <bje@gnu.org>
1210         * config.guess (luna88k:OpenBSD:*:*): New.
1212         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
1214         * config.guess (m32r*:Linux:*:*): New case.
1215         * config.sub: Handle m32rle.
1217         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
1219         From Jens Petersen  <petersen@redhat.com>:
1220         * config.sub: Handle sparcv8.
1222         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
1224         From Tom Smith <smith@cag.lkg.hp.com>:
1225         * config.guess: Version suffixes are equally significant on Tru64
1226         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
1227         prefix of "P" (patched kernel).
1229         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
1231         * config.sub: Add support for National Semiconductor CRX target.
1233 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
1235         * MAINTAINERS (Various Maintainers): Remove myself as web page
1236         maintainer, add myself as maintainer of build status lists.
1238 2004-09-03  Jan Beulich  <jbeulich@novell.com>
1240         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
1241         *-*-netware, but add target-libmudflap.
1242         Consolidate *-*-netware targets (of which really only i?86 exists)
1243         into a single entry.
1244         * configure: Likewise.
1246 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
1248         * Makefile.tpl (sorry): Remove.
1249         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
1250         (cleanstrap targets): Depend on distclean, not distclean-stage1.
1251         (do-clean): Clean per-stage directories too.
1252         (do-distclean): Run distclean-stage1 too.
1253         (.NOTPARALLEL): Enable during toplevel bootstrap.
1254         (stage[+id+]-bubble): Enable parallel execution during
1255         the recursive invocation.
1256         * Makefile.in: Regenerate.
1258         Fix previous checkin:
1260         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
1261         include.
1262         * configure.in: Fix indentation.
1263         * configure: Regenerate.
1265 2004-08-31  Robert Bowdidge <bowdidge@apple.com>
1267         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
1268         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
1269         * configure: regenerate
1270         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
1271         -mdynamic-no-pic
1274 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
1276         * Makefile.def (build_modules): Add fixincludes.
1277         (dependencies): Make gcc depend on fixincludes.
1278         * configure.in (build_tools): Add fixincludes.
1279         (build_configdirs): Always include build_libs.
1280         * Makefile.in: Regenerate.
1281         * configure: Regenerate.
1283 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
1285         * Makefile.def (bootstrap stages): Add 'lean' parameter.
1286         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
1287         phony targets; do not generate timestamp files.
1288         (distclean-stageN): Remove references to their timestamp files.
1289         (restageN, touch-stageN): Remove.
1290         (stageN-bubble): Rewritten.
1291         (compare): Support lean bootstraps.
1292         * Makefile.in: Regenerate.
1294         * configure.in: Only warn when bootstrapping but
1295         build != host or build != target.  Support lean bootstraps.
1296         * configure: Regenerate.
1298 2004-08-26  Phil Edwards  <phil@codesourcery.com>
1300         * configure.in:  Give a better error message if GMP/MPFR are missing
1301         and a language needing them has been requested.
1302         * configure:  Regenerated.
1304 2004-08-25  Phil Edwards  <phil@codesourcery.com>
1306         * configure.in:  Print a list of available language front-ends if
1307         a requested one is missing.  Tidy stray tab characters.
1308         * configure:  Regenerated.
1310 2004-08-19  Michael Koch  <konqueror@gmx.de>
1312         * gcc/doc/install.texi: Update entry about automake for libjava.
1314 2004-08-17  Robert Millan  <robertmh@gnu.org>
1316         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
1317         (instead of FreeBSD).
1318         * configure: Regenerate.
1320 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
1322         * Makefile.in: Regenerate.
1323         * configure: Regenerate.
1325         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
1326         stage_*_flags.
1327         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
1328         for bootstrapped modules if toplevel bootstrap is going.
1329         (GCC bootstrap): Generate per-stage targets for all bootstrapped
1330         modules.  Adjust for changes in Makefile.def.  Enable several
1331         rules even in non-bootstrap mode, just to avoid peppering the
1332         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
1333         (stage-[+prev+]-bubble): Remove.
1335         * Makefile.def (Dependencies): Depend on all-build-bison,
1336         all-build-flex, all-build-byacc, all-build-texinfo, rather
1337         than the host variations.
1338         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
1339         with BUILD_SUBDIR.
1340         (BISON): Update for recent Bisons.
1341         (YACC): Fix typo.
1342         (cross): Depend on all-build.
1343         (all): Do not depend on all-build.
1344         (prebootstrap): Remove.
1345         (dep-kind): Accept separate prefixes for MODULE and ON variables.
1346         (Prebootstrap dependencies): Add them to the per-stage targets
1347         and to all-prebootstrap.
1348         * configure.in (build_configdirs): Always enable build_tools.
1349         (BUILD_DIR_PREFIX): Remove.
1351         * Makefile.def (gcc): Add target variable.
1352         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
1353         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
1354         in the recursive `make', instead of hardwiring `all'.
1355         (Autogenerated TARGET-* variables): New.
1357 2004-08-13  Brian Booth  <bbooth@redhat.com>
1359         * MAINTAINERS: Remove myself from write-after-approval.
1361 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
1363         * src-release: Stop distributing mmalloc with gdb (which doesn't
1364         use it).
1365         * Makefile.def: GDB doesn't depend on mmalloc anymore.
1366         * Makefile.in: Regenerate.
1368 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
1370         * configure.in (arm*-*-eabi*): New target.
1371         * configure: Regenerate.
1373 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
1375         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
1376         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
1377         (Dependencies): New section.
1378         * Makefile.tpl (Dependencies): Generate from Makefile.def.
1379         (configure-target-[+module+]): Depend on maybe-all-gcc
1380         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
1381         (toplevel profiledbootstrap): Fix dependencies.
1382         * Makefile.in: Regenerate.
1384 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
1386         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
1387         target-libiberty to noconfigdirs.
1388         * configure: Regenerate.
1390 2004-08-03  Paul Brook  <paul@codesourcery.com>
1392         * configure.in: Check for MPFR as well as GMP.
1393         * configure: Regenerate.
1395 2004-08-01  Robert Millan  <robertmh@gnu.org>
1397         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
1398         libmudflap for all GNU-based systems (with Glibc).
1399         * configure: Regenerate.
1401 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
1403         * Makefile.def (host-modules): Add gcc.
1404         * Makefile.in: Regenerate.
1405         * Makefile.tpl (sorry): New rule.
1406         (configure-host, all-host, [+make_target+]-host, do-check,
1407         install-host): Do not add gcc as a special case.
1408         (host modules): Add a small special-casing for gcc.  Export
1409         extra_make_flags through the environment.
1410         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
1411         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
1412         other recursive targets for gcc): Remove.
1414         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
1415         (stage, unstage): New rules.
1416         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
1417         distclean-stage[+id+]): Use stage_current.
1418         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
1419         the stage*-start rules.
1421 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
1423         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
1424         use -all_load flag.
1426 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
1428         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
1429         * configure: Regenerate.
1431 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
1433         * maintainer-scripts/gcc_release: Revert yesterday's change.
1435 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
1437         * MAINTAINERS: Add myself to write-after-approval.
1439 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
1441         * libf2c: Removed.
1442         * gcc/gccbug.in: Updated because of libf2c removal.
1443         * maintainer-scripts/gcc_release: Ditto.
1445 2004-07-09  Loren J. Rittle <ljrittle@acm.org>
1447         * configure.in: Build libmudflap by default on FreeBSD.
1448         * configure: Regenerated.
1450 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
1452         * configure.in: Do not build libmudflap by default on non-GNU/Linux
1453         systems.
1454         * configure: Regenerated.
1456 2004-07-08 John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1458         PR target/16344
1459         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
1460         feedback based compiler.
1461         * Makefile.in: Rebuilt.
1463 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
1465         * Makefile.def (host_modules): Set bootstrap=true for flex.
1466         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
1467         * Makefile.in: Rebuilt.
1469 2004-07-07  Jan Hubicka  <jh@suse.cz>
1471         * MAINTAINERS: Add self as a profile feedback maintainer.
1473 2004-07-05  Phil Edwards  <phil@codesourcery.com>
1475         * configure.in:  Do not prepend $srcdir to /dev/null in
1476         makefile fragments.
1477         * configure:  Regenerate.
1479 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
1481         * Makefile.def (build_modules): Add bison, byacc, flex,
1482         m4, texinfo.
1483         (flags_to_pass): Add FLEX.
1484         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
1485         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
1486         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
1487         DEFAULT_MAKEINFO): Remove.
1488         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
1489         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
1490         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
1491         objdir or else use configured tool.
1492         (all-build): New.
1493         (all): Depend on it.
1494         (Build module dependencies): Add.
1495         * Makefile.in: Regenerate.
1496         * configure.in: Better support for multiple build modules,
1497         matching what is done for host/target modules.  Do not look
1498         for "plausible" locations of build tools if Canadian cross.
1499         Use autoconf's AC_PROG_CC to find a C compiler.  Define
1500         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
1501         * configure: Regenerate.
1503 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
1505         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
1506         * Makefile.in: Regenerate.
1508 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
1510         * Makefile.tpl (configure-build-[+module+],
1511         configure-[+module+], configure-target-[+module+]): Pass
1512         [+extra_configure_args+].
1513         (all-build-[+module+], all-[+module+], check-[+module+],
1514         install-[+module+], [+make_target+]-[+module+],
1515         all-target-[+module+], check-target-[+module+],
1516         install-target-[+module+], [+make_target+]-target-[+module+]):
1517         Pass [+extra_make_args+].
1518         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
1519         (GCC_HOST_EXPORTS): Remove.
1520         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
1521         cross, check-gcc, check-gcc-c++, install-gcc,
1522         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
1523         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
1524         * Makefile.in: Regenerate.
1526 2004-06-21  Matthew Sachs  <msachs@apple.com>
1528         * MAINTAINERS: Added self to write-after-approval.
1530 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
1532         * configure.in: Check for srcdir/winsup rather than build directory
1533         winsup.
1534         * configure: Regenerate.
1536 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
1538         * configure.in: Don't build Cygwin native newlib if winsup
1539         directory is missing.  Emit warning instead.
1540         * configure: Regenerate.
1542 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
1544         * Makefile.tpl (touch-stage[+id+]): New.
1545         (restage[+prev+]): Depend on touch-stage[+id+].
1547         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
1548         Use it throughout.
1550         * Makefile.def: Add profile and feedback bootstrap stages.
1551         Remove next field from bootstrap stages.
1552         * Makefile.tpl (LN, LN_S): Substitute.
1553         (stageN-start, stageN-end): Use double-colon rules, to
1554         provide a hook for additional setup commands.
1555         (distclean-stageN-gcc, restageN): Create dependencies from
1556         [+prev+], not from [+next+].
1557         (stageN-bubble): Add commands for successive stages from
1558         [+prev+], using double-colon rules.
1559         (all-stageN-gcc): Fix typo.
1560         (stagefeedback-start, profiledbootstrap): New.
1561         * Makefile.in: Regenerate.
1562         * configure.in: Call ACX_PROG_LN.
1563         * configure: Regenerate.
1565 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
1567         * MAINTAINERS (Write After Approval): Add myself.
1569 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
1571         * MAINTAINERS (Write After Approval): Add myself.
1573 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
1575         * configure.in: Fix --enable-bootstrap breakage introduced in trees
1576         without gcc.
1577         * configure: Regenerate.
1579 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
1581         * Makefile.tpl: Fix typo.
1582         * Makefile.in: Regenerate.
1584 2004-06-01  Paolo Bonzini <bonzini@gnu.org>
1586         * configure.in: Remove new- prefix from toplevel
1587         bootstrap targets.
1588         * configure: Regenerate.
1590 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
1592         * Makefile.tpl (all.normal): Rename to all.
1593         (all): Replace with a rule to pick the default
1594         target from configure.
1595         (all-gcc, configure-gcc): Use conditionals to
1596         do nothing when toplevel bootstrap is going on.
1597         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
1598         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
1599         * configure.in: Support --enable-bootstrap.
1601         * Makefile.def: Remove new- prefix from toplevel
1602         bootstrap targets.
1603         * Makefile.tpl: Likewise.
1605         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
1606         target.
1608         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
1609         $(RECURSE_FLAGS) to recursive invocation of make.
1611         * Makefile.in: Regenerate.
1612         * configure: Regenerate.
1614 2004-05-30  Andreas Jaeger  <aj@suse.de>
1615             Jim Wilson <wilson@specifixinc.com>
1617         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
1618         like CC.
1620 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
1622         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
1623         * configure: Regenerate.
1625 2004-05-25  Daniel Jacobowitz  <drow@false.org>
1627         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
1628         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
1629         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
1630         targets.
1631         * Makefile.in: Regenerate.
1633 2004-05-24  Paolo Bonzini <bonzini@gnu.org>
1635         * configure.in: Test the ability to symlink directories.
1636         * configure: Regenerate.
1638         * Makefile.def (bootstrap-stage): New definitions.
1639         * Makefile.tpl (configure-stage1-gcc,
1640         configure-stage2-gcc, configure-stage3-gcc,
1641         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
1642         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
1643         new-restage3, compare): Autogenerate, see Makefile.in
1644         entry for behavioral changes.
1645         (distclean-stage1, new-stage1-start, new-stage1-end,
1646         new-stage1-bubble, distclean-stage2, new-stage2-start,
1647         new-stage2-end, new-stage2-bubble, distclean-stage3,
1648         new-stage3-start, new-stage3-end): New autogenerated targets.
1649         (objext, prebootstrap, BOOT_CFLAGS,
1650         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
1651         targets.
1653         * Makefile.in: Regenerate.
1654         (distclean-stage1, new-stage1-start, new-stage1-end,
1655         new-stage1-bubble, distclean-stage2, new-stage2-start,
1656         new-stage2-end, new-stage2-bubble, distclean-stage3,
1657         new-stage3-start, new-stage3-end): New targets.
1658         (all-stage1-gcc): Move prebootstrap dependency from here...
1659         (configure-stage1-gcc): ...to here.
1660         (new-bootstrap): Use bubble targets.
1661         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
1662         Use per-stage distclean targets.
1663         (configure-stage1-gcc, configure-stage2-gcc,
1664         configure-stage3-gcc, all-stage1-gcc,
1665         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
1666         Use new-stageN-start to prepare the tree.
1668 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
1670         * Makefile.def (host_modules): add libcpp.
1671         * Makefile.tpl: Add dependencies on and for libcpp.
1672         * Makefile.in: Regenerate.
1673         * configure.in: Add libcpp host module.
1674         * configure: Regenerate.
1676 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
1678         * Makefile.tpl: Whenever a recursive target is defined, wrap
1679         it in a special @if/@endif block, and prepare its maybe
1680         dependency in the @if/@endif block
1681         * configure.in: Instead of writing maybe dependencies, remove
1682         the @if/@endif statements, and remove the @if/@endif blocks
1683         that remain.
1684         * configure: Regenerate.
1685         * Makefile.in: Regenerate.
1687 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
1689         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
1691 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
1693         PR bootstrap/15120
1694         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
1695         * */configure: Rebuilt.
1697 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
1699         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
1700         of libf2c.
1701         * configure, Makefile.in: Regenerate.
1703 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
1705         * MAINTAINERS (Write After Approval): Add myself.
1707 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
1709         Merge from tree-ssa-20020619-branch.
1711         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
1712         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
1713         (HOST_GMPLIBS): Define.
1714         (HOST_GMPINC): Define.
1715         (TARGET_LIB_PATH): Add libmudflap.
1716         (GFORTRAN_FOR_TARGET): Define.
1717         (configure-build*): Export GFORTRAN.
1718         (configure-gcc): Export GMPLIBS and GMPINC.
1719         (all-gcc): Add maybe-all-libbanshee.
1720         (configure-target-libgfortran): Define.
1721         * Makefile.in: Regenerate.
1722         * configure.in (host_libs): Add libbanshee.
1723         (target_libraries): Add target-libmudflap and target-libgfortran.
1724         Add --with-libbanshee.
1725         Handle --disable-libmudflap.
1726         (*-*-freebsd*): Use with_gmp.
1727         Add $(libgcj) to noconfigdirs.
1728         * configure: Regenerate.
1729         * depcomp: New file.
1730         * MAINTAINERS: Add tree-ssa maintainers.
1732 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
1734         * MAINTAINERS (Various Maintainers): Add myself.
1736 2004-04-30  Brian Ford  <ford@vss.fsi.com>
1738         * MAINTAINERS (Write After Approval): Add myself.
1740 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
1742         * MAINTAINERS (Write After Approval): Add myself.
1744 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
1746         * config/acx.m4: Fix fastcompare support for new-bootstrap.
1747         * configure: Regenerate.
1749 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
1751         Revert:
1752         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
1754         * Makefile.def (flags_to_pass): Remove *dir variables that
1755         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
1756         as well as prefix and exec_prefix.
1757         * Makefile.in: Regenerate.
1759 2004-04-26  Robert Millan  <robertmh@gnu.org>
1761         Add patches from libtool CVS.
1762         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
1763         * ltconfig: Likewise.
1764         * ltcf-c.sh: Likewise.
1765         * ltcf-cxx.sh: Likewise.
1766         * ltcf-gcj.sh: Likewise.
1768 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
1770         * Makefile.def (host_modules): Mark with the bootstrap
1771         flag packages on which gcc depends.
1772         * Makefile.tpl (all-bootstrap): Use it.
1773         * Makefile.in: Regenerate.
1775 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
1777         * Makefile.def (flags_to_pass): Remove *dir variables that
1778         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
1779         as well as prefix and exec_prefix.
1780         * Makefile.in: Regenerate.
1782 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
1784         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
1785         * configure: Regenerate.
1786         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
1787         * gcc/Makefile.tpl (compare): Use the result of the test.
1788         * gcc/Makefile.in: Regenerate.
1790 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
1792         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
1793         Always relocate gcc and prev-gcc to the original names, even
1794         if the build fails.
1795         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
1796         New targets.
1798 2004-04-23  Laurent GUERBY <laurent@guerby.net>
1800         * MAINTAINERS: Update my email address.
1802 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1804         * configure.in (mips*-*-irix5*): Enable ld.
1805         * configure: Regenerate.
1807 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1809         * configure: Regenerate.
1811 2004-04-15  James E Wilson  <wilson@specifixinc.com>
1813         * Makefile.tpl (configure-[+module+], configure-gcc,
1814         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
1815         Set and export LDFLAGS.
1816         * Makefile.in: Regenerate.
1818 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
1820         * MAINTAINERS: Add myself to write-after-approval.
1822 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
1824         PR bootstrap/14871
1825         * Makefile.tpl: If we don't have built-in-tree target tools,
1826         use the ones found by configure rather than hacking around with
1827         program_transform_name.
1828         * configure.in: Give Makefile.tpl the information necessary
1829         to do that.
1830         * Makefile.in: Regenerate.
1831         * configure: Regenerate.
1833 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
1835         PR bootstrap/14760
1836         * configure.in: When computing baseargs, strip *all* copies of
1837         offending options.  Also, don't match/substitute the trailing space,
1838         so that this actually works when two similar options are separated by
1839         only one space.
1840         * configure: Regenerate.
1842 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
1844         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
1845         (rs6000-*-aix*): Same.
1846         * configure: Regenerate.
1848 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
1850         * MAINTAINERS: Add myself to write-after-approval.
1852 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
1854         * MAINTAINERS: Add myself to write-after-approval.
1856 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
1858         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
1859         STRICT_WARN, WARN_CFLAGS flags passed down to make.
1860         * Makefile.in: Regenerate.
1862         * configure.in (top level bootstrap support): Rework --enable-werror
1863         to set @stage2_werror_flag@.
1864         * configure: Regenerate.
1865         * Makefile.tpl (top level bootstrap support): Pass
1866         @stage2_werror_flag@ down to configure in stages 2 and 3.
1867         * Makefile.in: Regenerate.
1869 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
1871         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
1872         for stages 2 and 3 as well as in make.  As a consequence, remove
1873         OUTPUT_OPTION (now detected by configure) from the flags passed down
1874         to make.
1875         * Makefile.in: Regenerate.
1877         * Makefile.tpl (new-bootstrap): Fix typo.
1878         * Makefile.in: Regenerate.
1880 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
1882         * Makefile.tpl: Rearrange by moving recursive_targets rules
1883         into their proper sections.
1884         * Makefile.tpl (top level bootstrap support): Move disabling
1885         of coverage flags from 'make' to 'configure'; improve comments.
1886         * Makefile.in: Regenerate.
1888         * Makefile.tpl (experimental top level bootstrap) Move stage1
1889         language setting from all- target to configure- target; disable
1890         intermodule optimization in stage 1; prevent gratuitous rebuilds
1891         of stage 1.
1892         * Makefile.in: Regenerate.
1893         * configure.in: Comma-separate stage 1 language list for top
1894         level bootstrap.
1895         * configure: Regenerate.
1897         * Makefile.tpl: Clean up experimental top level bootstrap support:
1898         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
1899         prev-gcc in configure- targets as well as all- targets.
1900         * Makefile.in: Regenerate.
1902 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
1904         * compile: New file imported from automake.
1906 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
1908         * configure.in: Remove symbolic link section.
1909         * configure: Regenerate.
1910         * Makefile.tpl (links): Remove.
1911         * Makefile.in: Regenerate.
1913 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
1914             Nathanael Nerode  <neroden@gcc.gnu.org>
1916         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
1917         Set with AC_CHECK_PROGS.
1918         * configure.in: Fix comment typo from last patch.
1919         * configure: Regenerate.
1921 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
1923         * Makefile.tpl: Introduce experimental top level bootstrap support.
1924         * Makefile.in: Regenerate.
1925         * configure.in: Introduce support for top level bootstrap.
1926         * configure: Regenerate.
1928 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
1929             Paolo Bonzini  <bonzini@gnu.org>
1931         PR bootstrap/14522
1932         * configure.in: Cope with shells that do not support unquoted ^
1933         * configure: Regenerate.
1935 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
1936             Paolo Bonzini  <bonzini@gnu.org>
1938         PR bootstrap/14522
1939         * configure.in: Cope with shells that do not support nesting
1940         quotes inside quoted backquote substitutions.
1941         * configure: Regenerate.
1943 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
1945         PR bootstrap/14522
1946         * configure.in: Fix escaping of $.
1947         * configure: Regenerate.
1949 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
1951         * configure: Regenerate, since I forgot to while committing Paolo's
1952         changes.
1954 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
1956         PR ada/14131
1957         Move language detection to the top level.
1958         * configure.in: Find default values for the tools as
1959         soon as possible.  Disable ada if GNAT is not found.
1960         Emit error message about missing languages.  Expand
1961         --enable-languages=all for the gcc subdirectory.
1963 2004-03-10  Ben Elliston  <bje@gnu.org>
1965         * MAINTAINERS: Update my email address.
1967 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
1969         * ltconfig: Disable building static libraries if building shared
1970         libraries on AIX 5L.
1972 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
1974         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
1975         and disable libgcj.
1976         * configure: Regenerated.
1978 2004-03-01  Brian Booth  <bbooth@redhat.com>
1980         * MAINTAINERS: Add myself to write-after-approval.
1982 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
1984         * MAINTAINERS: Add myself to write-after-approval.
1986 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
1988         PR bootstrap/7087
1989         * Makefile.tpl: Guard XFOO sed statements better.
1990         * Makefile.tpl: Add dependency for configure-target-libada.
1991         * Makefile.in: Regenerate (incidentally fixes broken
1992         commit when libada-branch was merged).
1994 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
1996         * MAINTAINERS: Add myself to write-after-approval.
1998 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
2000         * MAINTAINERS: Add Nicola Pero and myself as libobjc
2001         maintainers.
2003 2004-02-20  Andrew Cagney  <cagney@redhat.com>
2005         * config.guess: Update from version 2003-10-16 to 2004-02-16.
2006         * config.sub: Update from version 2003-11-03 to 2004-02-16.
2008 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
2010         PR bootstrap/11932
2011         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
2013 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
2015         * MAINTAINERS: Added myself to write-after-approval.
2017 2004-02-14  Michael Koch  <konqueror@gmx.de>
2019         * MAINTAINERS: Added myself to write-after-approval.
2021 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
2023         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
2024         some OS port maintainers to OS port maintainers section.
2026 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
2028         * MAINTAINERS: Add self.
2030 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
2032         * MAINTAINERS: Alphabetize.
2034 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
2036         * MAINTAINERS: Remove myself.
2038 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
2040         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
2041         (rs6000-*-aix*): Same.
2042         * configure: Regenerate.
2044 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
2046         * configure.in (host): Add in missing $noconfigdirs to defines.
2047         * configure: Regenerate.
2049 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
2050             Nathanael Nerode  <neroden@gcc.gnu.org>
2052         PR ada/6637, PR ada/5911
2053         Merge with libada-branch:
2054         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
2055         with appropriate dependencies. Add --enable-libada configure switch.
2056         * configure, Makefile.in: Regenerate.
2058 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
2060         * MAINTAINERS: Add myself to write-after-approval.
2062 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2064         * configure.in: Don't pass --with-stabs on IRIX 5 either.
2065         * configure: Regenerate.
2067 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
2069         Merge from upstream:
2071         * ltmain.in: When setting IFS to '~', be careful about user
2072         arguments that contain '~'.
2074         2004-02-04  Peter O'Gorman  <peter@pogma.com>
2076         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
2077         Also test $base_compile against $CC with escaped arguments. Bug
2078         reported by Geoff Keating <geoffk@apple.com>.
2080 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
2082         * MAINTAINERS: Remove i960 port.
2084 2004-01-23  DJ Delorie  <dj@redhat.com>
2086         * Makefile.def (target_modules) [libiberty]: Don't stage.
2087         * Makefile.in: Rebuilt.
2089 2004-01-20  Caroline Tice  <ctice@apple.com>
2091         * MAINTAINERS: Add myself to write-after-approval.
2093 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
2095         * MAINTAINERS: Update my email address.
2097 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
2099         * MAINTAINERS: Add myself to write-after-approval.
2101 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2103         * MAINTAINERS: Remove entries without email address.
2105 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
2107         * MAINTAINERS: Add myself to write-after-approval.
2109 2004-01-15  Steven Bosscher  <stevenb@suse.de>
2111         * MAINTAINERS: Update my email address.
2113 2004-01-14  Loren J. Rittle <ljrittle@acm.org>
2115         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
2116         * Makefile.tpl (configure-target-[+module+]): Support stage.
2117         * Makefile.in: Rebuilt.
2119 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
2121         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
2123 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
2125         * MAINTAINERS: Add myself as a MIPS maintainer.
2127 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
2129         * configure.in: Use ./config.cache, not config.cache.
2130         * configure: Regenerate.
2131         * Makefile.tpl: Special-casing not needed for GCC any more.
2132         * Makefile.in: Regenerate.
2134         * configure.in: Don't share a cache file for host dirs.
2135         * configure: Regenerate.
2137         * config-ml.in: Don't mess with the cache file.
2139 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
2141         * MAINTAINERS: Move myself from 'Write After Approval' to
2142         'CPU Port Maintainers' section as SPARC maintainer.
2144 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
2146         * Makefile.tpl: Make GCC use a separate config.cache.
2147         * Makefile.in: Regenerate.
2149         PR bootstrap/11932, PR bootstrap/11933
2150         (I don't know if it will fix either of them, but it relates
2151         to them.)
2152         * configure.in: Don't use shared config.cache for target
2153         directories.
2154         * configure: Regenerate.
2156 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
2158         * MAINTAINERS: Add myself to 'Write After Approval' section.
2160 2003-12-31  Roger Sayle  <roger@eyesopen.com>
2162         * configure.in (ia64*-*-hpux*): Disable building java libraries.
2163         * configure: Regenerated.
2165 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
2167         * MAINTAINERS: Remove the mn10200 maintainer.
2169 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
2171         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
2172         * configure: Regenerated.
2174 2003-12-16  Jan Hubicka  <jh@suse.cz>
2176         * MAINTAINERS: Add myself as callgraph maintainer.
2178 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
2180         * configure.in (raw_libstdcxx_flags): Remove the leading space.
2181         * configure: Regenerate.
2183 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2185         * MAINTAINERS: Move myself from 'Bug database only accounts' to
2186         'Write After Approval' section. Update email.
2188 2003-12-01  James Lemke <jim@wasabisystems.com>
2190         * MAINTAINERS (Write After Approval): Add myself.
2192 2003-11-20  Matt Thomas  <matt@3am-software.com>
2194         * MAINTAINERS: Add myself as a vax port maintainer.
2196 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
2198         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
2199         (configure-build-[+module+], configure-[+module+]): Likewise.
2200         (configure-target-[+module+], configure-gcc, config.status): Likewise.
2201         * Makefile.in: Regenerate.
2203 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
2205         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
2206         shared/dylibed libraries.
2207         * ltmain.sh: Likewise.
2208         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
2209         * ltcf-cxx.sh: Likewise.
2210         * ltcf-gcj.sh: Likewise.
2211         * ltconfig: Likewise.
2213 2003-11-17  Stan Cox  <scox@redhat.com>
2215         * MAINTAINERS: Add myself as iq2000 port maintainer.
2217 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
2219         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
2220         * Makefile.in: Regenerate.
2222 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
2224         * config.sub: Update to 2003-11-03 version.
2226 2003-10-20  Phil Edwards  <phil@codesourcery.com>
2228         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
2229         * configure:  Regenerate.
2231 2003-10-20  Nicolas Pitre <nico@cam.org>
2233         * MAINTAINERS: Add myself to 'Write After Approval' section.
2235 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
2237         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
2239 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
2241         * MAINTAINERS: Update my email address.
2243 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2245         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
2247 2003-10-17 Ralph Loader  <rcl@ihug.co.nz>
2249         * MAINTAINERS: Add myself to 'Write After Approval' section.
2251 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
2253         * config.guess: Update to 2003-10-16 version.
2254         * config.sub: Update to 2003-10-16 version.
2256 2003-10-15 David Daney  <ddaney@avtrex.com>
2258         * MAINTAINERS: Added myself to 'Write After Approval' section.
2260 2003-10-15  Falk Hueffner  <falk@debian.org>
2262         * MAINTAINERS: Move myself from 'Bug database only accounts' to
2263         'Write After Approval' section. Update email.
2265 2003-10-14  Roger Sayle  <roger@eyesopen.com>
2267         * MAINTAINERS: Move myself from 'Write After Approval' to
2268         'Various Maintainers' section as middle-end maintainer.
2270 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
2272         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
2273         HOST_FLAGS_TO_PASS.
2274         * Makefile.in: Regenerate.
2276 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
2278         * config.guess: Update to 2003-10-07 version.
2279         * config.sub: Update to 2003-10-07 version.
2281 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2283         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
2284         * ltconfig (irix5*, irix6*): Don't override version_type.
2286 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
2288         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
2289         * configure: Rebuilt
2290         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
2291         * Makefile.in: Rebuilt
2293 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
2295         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
2297 2003-09-30  Carlo Wood  <carlo@alinoe.com>
2299        * MAINTAINERS (Write After Approval): Add myself.
2301 2003-09-29  Paul Koning  <ni1d@arrl.net>
2303         * MAINTAINERS: Move myself from "Write After Approval"
2304         to CPU platform maintainers for pdp11 platform.
2306 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
2308         * MAINTAINERS: Move myself from 'Write After Approval' to
2309         'Various Maintainers' section as libffi testsuite maintainer.
2311 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
2313         * configure.in: Pass a computed --program-transform-name
2314         to subconfigures.
2315         * configure: Regenerated.
2317 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
2319         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
2320         * Makefile.in: Regenerate.
2322         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
2323         * Makefile.in: Regenerate.
2325 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
2327         * MAINTAINERS: Move myself from 'Write After Approval'
2328         to 'Various Maintainers' (objective-c) section.
2330 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
2332         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
2333         quoting.
2334         * configure: Regenerated.
2336 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
2338         * MAINTAINERS (Write After Approval): Add myself to write after
2339         approval list.
2341 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
2343        * MAINTAINERS (Write After Approval): Add myself.
2345 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
2347         * MAINTAINERS: Update my e-mail address.
2349 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
2351         * libtool.m4 (LD): Correct powerpc64 host match.
2353 2003-09-06  James E Wilson  <wilson@tuliptree.org>
2355         * MAINTAINTERS: Update my affiliation and email address.
2357 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2359         * MAINTAINERS (Write After Approval): Add myself.
2361 2003-09-04  DJ Delorie  <dj@redhat.com>
2363         * configure: Regenerate.
2365 2003-09-04  Robert Millan  <robertmh@gnu.org>
2367         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
2369 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2371         * configure.in: Ensure arguments to sed are properly spaced.
2372         * configure: Regenerate.
2374 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
2376         * MAINTAINERS: Update my e-mail address.
2378 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
2380         * MAINTAINERS (Write After Approval): Add myself.
2382 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
2384         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
2385         * configure: Regenerated.
2387 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
2389         * MAINTAINERS: Update my email address.
2391 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
2393         * configure.in:  Use newline instead of semicolon when assuming
2394         shell arguments in a for loop.
2395         * configure:  Regenerated.
2397 2003-08-22  Jason Eckhardt  <jle@rice.edu>
2399         * MAINTAINERS: Resurrect the i860 maintainer.
2401 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
2403         PR 8180
2404         * configure.in: When testing with_libs and with_headers, treat
2405         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
2406         * configure: Regenerate.
2408         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
2409         make, shell, etc.
2410         (baseargs): Likewise.
2411         * configure: Regenerate.
2413 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
2415         * MAINTAINERS (Write After Approval): Add myself.
2417 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
2419         * configure.in: Disable libgcj for darwin not on powerpc.
2420         * configure: Rebuild.
2422 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
2424         * config-ml.in, symlink-tree: Add license.
2426 2003-08-03  Richard Stallman  <rms@gnu.org>
2427             Eben Moglen  <moglen@columbia.edu>
2429         * README.SCO: New file.
2431 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
2433         * Makefile.tpl (check, check-c++): Express dependencies using
2434         dependencies rather than commands.
2435         * Makefile.in: Regenerate.
2437 2003-08-01  Andrew Cagney  <cagney@redhat.com>
2439         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
2440         * configure: Ditto.
2442 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
2444         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
2445         * Makefile.in: Update.
2447 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
2449         * configure.in: Enable libgcj for darwin.
2450         * configure: Rebuild.
2452 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
2454         * config-ml.in:  Use ac_configure_args directly instead of
2455         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
2456         actually seen.
2458 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
2460         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
2461         creating target and build subdirs to build all parent dirs as needed.
2462         * Makefile.in: Rebuild.
2463         * configure.in: Don't build dirs explicitly here.
2464         * configure: Rebuild.
2466 2003-07-26  Paul Brook  <paul@nowt.org>
2468         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
2470 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
2472         * Makefile.tpl (all-make): Depend on intl.
2473         * Makefile.in: Rebuilt.
2475 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
2477         * install-sh:  Update to newer upstream versions (associated with
2478         aclocal 1.7).
2479         * mkinstalldirs:  Likewise.
2480         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
2482 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
2484         * MAINTAINERS: Move self from Bug database only accounts
2485         to write-after-approval.
2487 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
2489         * config.if: Remove unused libc_interface determination.
2491 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
2493         * MAINTAINERS: Move self from write-after-approval to
2494         build machinery (*.in).
2496 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
2498         PR bootstrap/11273
2499         PR bootstrap/11408
2500         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
2501         unused INSTALL_PROGRAM_ARGS.
2502         * configure.in: Use AC_PROG_INSTALL.
2503         * Makefile.in: Regenerate.
2504         * configure: Regenerate.
2506 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
2508         * MAINTAINERS: Alphabetize.
2510 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
2512         * configure: Rebuilt.
2513         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
2514         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
2515         newlib nor libgloss.
2516         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
2517         * configure.in (am33_2.0-*-linux*): Added.
2519 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
2521         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
2522         * configure: Regenerate.
2524 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
2526         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
2527         * Makefile.in: Regenerate.
2529 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
2531         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
2532         * Makefile.in: Regenerate.
2534 2003-07-04  H.J. Lu <hongjiu.lu@intel.com>
2536         * Makefile.tpl: Replace PWD with PWD_COMMAND.
2537         * Makefile.in: Regenerated.
2539         * config-ml.in: Replace PWD with PWD_COMMAND.
2541 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
2543         * intl: New directory; see intl/ChangeLog for details.
2544         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
2545         * Makefile.tpl: all-gcc depends on maybe-all-intl.
2546         * Makefile.in: Regenerate.
2548 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
2550         * configure.in: Clean up config-lang.in handling.  Delete
2551         useless assignment to "subdirs".
2552         * configure: Regenerate.
2554 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
2556         * configure.in: Rename 'target_libs' to 'target_libraries'.
2557         Remove useless reference to 'target_libs'.
2558         * configure: Regenerate.
2560 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
2562         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
2563         * Makefile.in: Regenerate.
2565 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
2567         * Makefile.def: Introduce flags_to_pass.
2568         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
2569         * Makefile.in: Regenerate.
2571 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
2573         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
2574         and target-libgloss.
2575         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
2576         <h8300*-*-*>: Disable libf2c and ${libgcj}.
2577         * configure: Regenerate.
2579 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
2581         * configure.in: Update testsuite_flags to new location.
2582         * configure. Regenerate.
2584 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
2586         * Makefile.tpl: Remove BUILD_CC stuff.
2587         * Makefile.in: Regenerate.
2589 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
2591         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
2593 2003-06-16  Graeme Peterson <gp@qnx.com>
2595         * MAINTAINERS (Write After Approval): Add myself.
2597 2003-06-14  H.J. Lu <hongjiu.lu@intel.com>
2599         * config.guess: Update to 2003-06-12 version.
2600         * config.sub: Update to 2003-06-13 version.
2602 2003-06-12  H.J. Lu <hongjiu.lu@intel.com>
2604         * config.guess: Update to 2003-06-06 version.
2605         * config.sub: Update to 2003-06-06 version.
2607 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2609         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
2610         * configure. Regenerate.
2612 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
2614         * configure.in: Disable serial configure by default.
2615         * configure: Regenerate.
2616         * Makefile.tpl: Abolish .NOTPARALLEL.
2617         * Makefile.in: Regenerate.
2619         * Makefile.tpl: Replace {build,host,target}_canonical by
2620         {build,host,target}.
2621         * Makefile.in: Regenerate.
2623         * Makefile.tpl: Fix stupid pasto.
2624         * Makefile.in: Regenerate.
2626 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
2628         * Makefile.tpl: Remove bogus conditional.
2629         * Makefile.in: Regenerate.
2631 2003-06-05  Jan Hubicka  <jh@suse.cz>
2633         * Makefile.tpl (profiledbootstrap): New target.
2634         * Makefile.in (profiledbootstrap): New target.
2636 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
2638         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
2639         Pinski. Remove user names from other bugzilla-only maintainers.
2641 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
2643         * Makefile.tpl: Make 'recursive targets' using autogen rather
2644         than shell loop.  Remove duplicate 'clean' targets and false
2645         comments.
2646         * Makefile.def: Add systematic dependencies to 'recursive' targets.
2647         Add systematic method of specifying missing targets in subdirs.
2648         Add copyright boilerplate.
2649         * Makefile.in: Regenerate.
2650         * configure.in: Add 'recursive targets' to maybe list.
2651         * configure: Regenerate.
2653         * MAINTAINERS: "GNATS only" -> "Bug database only".
2655         * Makefile.tpl: Rename [+target+] to [+make_target+].
2656         * Makefile.def: Rename 'target' to 'make_target'.
2658 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
2660         * MAINTAINERS: Add self as options handling maintainer.
2662 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
2664         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
2665         been too long since I touched those ports.
2667 2003-05-28  DJ Delorie  <dj@redhat.com>
2669         * Makefile.tpl: Make maybe-check-gcc .PHONY.
2670         * Makefile.in: Regenerate.
2672 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
2674         * configure.in: Use curly braces in the definition of tooldir.
2675         * configure: Regenerate.
2677 2003-05-21  DJ Delorie  <dj@redhat.com>
2679         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
2680         newlib or libgloss.
2681         * Makefile.in: Regenerate.
2683 2003-05-21  DJ Delorie  <dj@redhat.com>
2685         * Makefile.tpl: Add missing empty maybe-check-gcc target.
2686         * Makefile.in: Regenerate.
2688 2003-05-20  Ian Lance Taylor  <ian@airs.com>
2690         * MAINTAINERS: Update my e-mail address.
2692 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
2694         * configure.in: Switch more things to use maybe dependencies.
2695         * Makefile.tpl: Switch more things to use maybe dependencies.
2696         Factor out common code from autogen IF statements.
2697         * configure: Regenerate.
2698         * Makefile.in: Regenerate.
2700 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
2702         * configure.in: Accept i[3456789]86 for machine type.
2703         * configure: Regenerate.
2705 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
2707         * configure.in: Switch more things to use maybe dependencies.
2708         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
2709         * configure: Regenerate.
2710         * Makefile.tpl: Switch more things to use maybe dependencies.
2711         * Makefile.in: Regenerate.
2713 2003-05-16  Andreas Schwab  <schwab@suse.de>
2715         * Makefile.tpl (install-opcodes): Define.
2716         * Makefile.in: Rebuild.
2718 2003-05-13  Andreas Jaeger  <aj@suse.de>
2720         * config.guess: Update to 2003-05-09 version.
2721         * config.sub: Update to 2003-05-09 version.
2723 2003-05-13  Michael Eager <eager@mvista.com>
2725         * configure.in: Correct sed script so that options in quotes are not
2726         deleted.
2727         * configure: Rebuild.
2729 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
2731         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
2732         and $$s/newlib/libc/sys/cygwin32 include paths.
2733         * configure: Ditto.
2735 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
2737         * MAINTAINERS: Update my email addresses.
2739 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
2741         * config-ml.in: Propagate INSTALL variables.
2743 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2745         * MAINTAINERS: Remove duplicate entries in Write After Approval.
2747 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
2749         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
2750         * Makefile.in: Regenerate.
2752 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
2754         * MAINTAINERS (GNATS only): Add Falk Hueffner.
2756 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
2758         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
2760 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
2762         * Makefile.tpl: Clean $(BUILD_SUBDIR).
2763         * Makefile.in: Regenerated.
2765 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
2767         * MAINTAINERS (Write After Approval): Upgrade myself from
2768         GNATS only to write-after-approval. Update my mail address.
2770 2003-04-25  Loren J. Rittle <ljrittle@acm.org>
2772         (OS Port Maintainers: freebsd): Add myself.
2774 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
2776         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
2778 2003-04-22  Kean Johnston  <jkj@sco.com>
2780         * MAINTAINERS (SCO ports): Added myself.
2782 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
2784         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
2786 2003-04-19  Kean Johnston  <jkj@sco.com>
2788         * MAINTAINERS (Write After Approval): Add myself.
2790 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2792         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
2793         * Makefile.in: Regenerate.
2795 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
2797         * configure.in (powerpc64*-*-linux*): Remove.
2798         * configure: Rebuilt.
2800 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
2802         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
2803         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
2804         and restrap.
2805         * Makefile.in:  Regenerate.
2807 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
2809         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
2810         * configure: Regenerated.
2812 2003-04-15  DJ Delorie  <dj@redhat.com>
2814         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
2816 2003-04-13  Nick Clifton  <nickc@redhat.com>
2818         * config-ml.in: Remove support for --disable-aix removing
2819         call-aix multilibs.
2821 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
2823         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
2824         * */configure: Rebuilt.
2826 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
2828         * MAINTAINERS: Add my email address.
2830 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
2832         * MAINTAINERS (Write After Approval): Add myself.
2834 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
2836         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
2837         * Makefile.in: Regenerate.
2839 2003-03-14  Michael Chastain  <mec@shout.net>
2841         * Makefile.in: Regenerate with correct Makefile.def.
2843 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
2845         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
2846         Make macro.
2847         * Makefile.in: Regenerate.
2848         * configure.in: Clean up gxx_include_dir logic.
2849         * configure: Regenerate.
2851 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
2853         * MAINTAINERS (Write After Approval): Add myself.
2855 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
2857         * MAINTAINERS: Update my mail address.
2859 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2861         * configure.in (gxx_include_dir): Fix typo.
2862         * configure: Regenerated.
2864 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
2866         * Makefile.tpl: Reindent.
2867         * Makefile.in: Regenerate.
2868         * configure.in: Reindent.  Don't set unused variables.
2869         * configure: Regenerate.
2871 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
2873         * configure.in: Include $(build_tooldir)/sys-include in
2874         FLAGS_FOR_TARGET.
2875         * configure: Regenerated.
2877 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
2879         * Makefile.tpl: Always pass down RANLIB.
2880         * Makefile.in: Regenerate.
2882         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
2883         * Makefile.in: Regenerate.
2884         * configure.in: Remove unused logic relating to --enable-shared
2885         and --enable-threads.  Remove bogus comments.  Remove redundant
2886         noconfigdirs.
2887         * configure: Regenerate.
2889         * configure.in: Replace ${libstdcxx_version} by its value.
2890         Remove reference to mh-dgux.
2891         * configure: Regenerate.
2893 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
2895         * MAINTAINERS (Write After Approval): Add myself.
2897 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
2899         * Makefile.tpl: Rearrange.
2900         * Makefile.in: Regenerate.
2902 2003-02-25  Uwe Stieber <uwe@wwws.de>
2904         * configure.in: Add support for kaOS as cross build target system.
2905         * configure: Regenerated.
2907 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
2909         * MAINTAINERS (Write after approval): Add myself.
2911 2003-02-21  James E Wilson  <wilson@tuliptree.org>
2913         * MAINTAINERS: Update my email address.
2915 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
2917         * MAINTAINERS: Add self to blanket write privs. section.
2919 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
2921         * Makefile.tpl: Add definition of CPPFLAGS to pass into
2922         configure-target-* as some target builds may require additional
2923         flags for preprocessor tests.
2924         * Makefile.in: Regenerated.
2926 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
2928         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
2929         * ltconfig: Handle it.
2930         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
2931         auto-detecting it.
2933         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
2934         it is used as argument to $CC.
2935         * ltcf-gcj.sh: Likewise.
2937         * configure.in: Introduce --enable-maintainer-mode.
2938         * configure: Rebuilt.
2939         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
2940         for maintainer mode.
2941         * Makefile.in: Rebuilt.
2943 2003-02-18  Jason Merrill  <jason@redhat.com>
2945         * Makefile.tpl (check-c++): Allow parallelism.
2947 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2949         * MAINTAINERS: Remove John Carr (who never actually had access to
2950         gcc.gnu.org).
2952 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
2954         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
2955         don't configure target-libobjc.
2956         * configure: Regenerate.
2958 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2960         * Makefile.tpl (RANLIB): Define.
2961         * Makefile.in: Regenerate.
2963 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
2965         * MAINTAINERS: Update my email.
2967 2003-02-06  Keith R Seitz  <keiths@redhat.com>
2969         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
2970         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
2971         * Makefile.in: Regenerated.
2972         * configure.in: Remove all traces of snavigator, db, and grep.
2973         * configure: Regenerated.
2975 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2977         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
2978         After Approval.
2980 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
2982         * MAINTAINERS (Write after approval): Add myself.
2984 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
2986         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
2987         * Makefile.in: Regenerated.
2989 2003-01-30  Roger Sayle  <roger@eyesopen.com>
2991         * config.guess: Updated to 2003-01-30's version.
2992         * config.sub: Updated to 2003-01-28's version.
2994 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
2996         * config.if: If gcc_version is already set, just use it.  Don't set
2997         gcc_version_trigger if it's already set, otherwise set it to
2998         gcc/version.c, but only if the file exists.  If it is not set and
2999         gcc/version.c does not exist, try to extract the version number from
3000         $CC.
3002 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
3004         * MAINTAINERS: Add myself to write-after-approval list.
3006 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
3008         * configure.in:  Revert 24Jan change.
3009         * configure:  Regenerate.
3011 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3013         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
3014         entry of HJ Lu.
3016 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
3018         * configure.in: Revert previous change.
3019         * configure: Regenerate.
3021 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
3023         * configure.in: Make rda native-only.
3024         * configure: Regenerate.
3026 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3028         * MAINTAINERS: Move myself from GNATS-only-accounts to
3029         write-after-approval.
3031 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
3033         * configure.in: Add missing \.
3034         * configure: Rebuilt.
3036 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
3038         * configure.in (baseargs): Avoid using \| in sed regular
3039         expressions.
3040         * configure: Rebuilt.
3042 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
3044         * configure.in (baseargs): Remove all supported forms of
3045         --cache-file, --srcdir, --host, --build and --target options
3046         from argument lists.
3047         * configure: Rebuilt.
3049 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
3051         * MAINTAINERS: Add myself to write-after-approval list.
3053 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
3055         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
3056         * configure: Rebuilt.
3058 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
3060         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
3061         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
3062         * Makefile.in: Regenerate.
3063         * configure: Regenerate.
3065 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
3067         * configure.in: Remove Makefile in build, host and target modules
3068         unless configure was run with --no-recursion.
3069         * configure: Rebuilt.
3071 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
3073         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
3074         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
3075         * Makefile.in: Regenerate.
3077 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
3079         * config.guess: Update to 2003-01-03 version.
3080         * config.sub: Update to 2003-01-03 version.
3082 2003-01-07  Christopher Faylor  <cgf@redhat.com>
3084         * configure: Regenerate with proper autoconf 2.13.
3086 2003-01-07  Christopher Faylor  <cgf@redhat.com>
3088         * configure.in: Add AC_PREREQ for consistency.
3089         * configure: Regenerate.
3091 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
3093         * configure.in (GDB_TK): Add tcl directories conditional on
3094         gdb/gdbtk directory being present.
3095         * configure: Regenerate.
3097 2003-01-04 John David Anglin  <dave.anglin@nrc.ca>
3099         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld used
3100         by gcc if LD is not defined and we are not doing a Canadian Cross.
3101         * configure: Rebuilt.
3103 2002-12-31  Tom Tromey  <tromey@redhat.com>
3105         * Makefile.in: Rebuilt.
3106         * Makefile.def (target_modules) [libffi]: Allow installation.
3108 2002-12-31  Andreas Schwab  <schwab@suse.de>
3110         * configure.in: Fix use of $program_transform_name.
3111         * configure: Regenerated.
3113 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
3115         * configure.in (baseargs): Don't remove first configure argument.
3116         * configure: Regenerated.
3118 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
3120         * Makefile.tpl (local-distclean): Don't remove...
3121         (multilib.ts): ... this.  Moved into...
3122         (multilib.out): ... this.  Don't use sub-make.
3123         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
3124         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
3125         (configure-build-[+module+], configure-[+module+],
3126         configure-target-[+module+], configure-gcc): ... these.  Test
3127         for Makefile existence.  Drop config.status from dependencies.
3128         * Makefile.in: Rebuilt.
3129         * configure.in: Move gcc-version-trigger to the end of
3130         ac_configure_args.  Add comments to maybedep.tmp and
3131         serdep.tmp.  Introduce --disable-serial-configure.  Remove
3132         nonopt from baseargs, matching and removing corresponding
3133         whitespace while at it.
3134         * configure: Rebuilt.
3136 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
3138         * configure.in (host_configargs): Replace reference to
3139         no-longer-defined buildopts with --build=${build_alias}.
3140         * configure: Rebuilt.
3142         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
3143         program_transform_name to standard idiom.
3144         (AUTOGEN, AUTOCONF): Define.
3145         (Makefile.in): Use $(AUTOGEN).
3146         (Makefile): Depend on config.status, and use autoconf-style rule to
3147         build it.  Move original commands to...
3148         (config.status): ... this new target.
3149         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
3150         $(AUTOCONF).
3151         * Makefile.in: Rebuilt.
3153 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
3155         * Makefile.tpl: Fix dramatic bustage due to change in
3156         program_transform_name.
3157         * Makefile.in: Regenerate.
3159         * configure.in: Remove unnecessary PATH setting.
3160         * configure: Regnerate.
3162         * configure.in: Don't default to unprefixed tools unless
3163         the native tools will work.
3164         * configure: Regenerate.
3166         * configure.in: Convert to autoconf script.  Blow away lots
3167         of now-redundant Makefile fragments.
3168         * configure: Generate using Autoconf.
3169         * Makefile.tpl: Rewrite to reflect autoconfiscation.
3170         * Makefile.in: Regenerate.
3172 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
3174         * configure: Fix stupid bug where RANLIB was mistakenly included.
3176         * configure.in: Rename (buildargs, hostargs, targargs) to
3177         (build_configargs, host_configargs, target_configargs).
3179         * configure.in: Move logic out of sed statement.
3181         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
3182         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
3184 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
3186         * config.sub: Import from master repository
3187         * config.guess: Ditto
3189 2002-12-24  Andreas Schwab  <schwab@suse.de>
3191         * Makefile.tpl (multilib.out): Fix missing space.
3192         * Makefile.in: Regenerate.
3194 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
3196         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
3197         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
3198         * Makefile.in: Regenerate.
3199         * configure.in: Remove unnecessary leftovers.
3201 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
3203         * configure.in (extra_ranlibflags_for_target): New variable.
3204         (*-*-darwin): Add -c to ranlib commands.
3205         * configure (tooldir): Handle extra_ranlibflags_for_target.
3207 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
3209         * Makefile.tpl: Revert HJL's change.
3210         * Makefile.in: Regenerated.
3211         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
3212         always.
3214 2002-12-19  Andreas Schwab  <schwab@suse.de>
3216         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
3217         * Makefile.in: Regenerate.
3219 2002-12-18  H.J. Lu <hjl@gnu.org>
3221         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
3222         * Makefile.in: Regenerated.
3224         * configure.in (build_prefix): New. Substitute.
3226 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
3228         * Makefile.tpl: Don't let real targets depend on phony targets.
3229         * Makefile.in: Regenerate.
3231         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
3232         * Makefile.in: Regenerate.
3234 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
3236         * config.sub: Import from master repository
3237         * config.guess: Ditto
3239 2002-12-16  Jason Merrill  <jason@redhat.com>
3241         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
3242         previous 'make bootstrap'.
3243         * Makefile.in: Regenerate.
3245 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
3247         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
3249 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
3251         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
3252         * Makefile.in: Regenerate.
3254 2002-12-13  Jason Merrill  <jason@redhat.com>
3256         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
3257         library tests.
3258         (check-c++): Just depend on it and check-target-libstdc++-v3.
3259         * Makefile.in: Regenerate.
3261 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
3263         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
3264         * Makefile.in: Rebuilt.
3266 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
3268         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
3270 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
3272         * configure: Fix bug put in by gremlins.
3274         * Makefile.tpl: Substitute more autoconfily.
3275         * configure: Substitute more autoconfily.
3276         * Makefile.in: Regenerate.
3278 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
3280         * config.sub: Import from master repository
3281         * config.guess: Ditto
3282         * MAINTAINERS: Added Svein Seldal under write after approval
3284 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
3286         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
3287         * Makefile.in (all-sim): Ditto.
3289 2002-12-06  DJ Delorie  <dj@redhat.com>
3291         * Makefile.tpl: Change configure dependencies to not have real
3292         targets depend on phony targets.
3294 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
3296         * configure.in: Revert unintentional change.
3298         * Makefile.tpl: Change dependency for */multilib.out so that
3299         it works when gcc isn't in the tree.
3301         * configure.in: Substitute more.
3302         * configure: Run subconfigures from the Makefile.
3303         * Makefile.tpl: Run subconfigures from the Makefile; add a few
3304         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
3306 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3308         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
3310 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
3312         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
3313         and corresponding dependencies.
3314         * Makefile.in: Regenerate.
3316         * configure.in (host_tools): Order binutils, gas and ld for
3317         convenience in running the testsuites.
3319         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
3320         * Makefile.in: Regenerate.
3321         * configure.in: Introduce rules to serialize subconfigure runs.
3323         * configure.in: Introduce BASE_CC_FOR_TARGET.
3324         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
3325         Realize configure-build-* targets.  Realize configure-target-* targets.
3326         * Makefile.in: Regenerate.
3328 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
3330         * configure: Move gcc_version_trigger stuff from here...
3331         * configure.in: ...to here.
3333         * configure.in: Separate subconfigure options added by this file from
3334         options given by the user.  Add machinery to put args for host
3335         subconfigures into the Makefile.
3337         * Makefile.tpl: Remove 'vault' targets.
3338         * Makefile.tpl: Reorder and comment dependencies.
3339         * Makefile.in: Regenerate.
3341 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
3342         * configure.in: Fix my broken commit of previous patch. (sigh)
3344 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
3346         * configure.in: Move host-specific darwin noconfigdirs into
3347         the host-specific section.
3349 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
3351         * configure.in: Move host-specific darwin noconfigdirs into
3352         the host-specific section.
3354 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
3356         * configure: Remove skip-this-dir support.
3357         * Makefile.tpl: Remove skip-this-dir support.
3359         * Makefile.tpl: Remove leftover support for non-autoconfiscated
3360         subdirectories.
3361         * Makefile.in: Regenerate.
3363         * Makefile.tpl: Strip out useless setting of 'dir'.
3364         * Makefile.in: Regenerate.
3366 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
3368         * configure.in: Fix deeply stupid bug.
3370         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
3371         shell code in CXX_FOR_TARGET
3372         * Makefile.def: Introduce raw_cxx.
3373         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
3374         RAW_CXX_FOR_TARGET.
3375         * Makefile.in: Regenerate.
3377 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
3379         * Makefile.tpl: Remove unnecessary ifs.
3380         * Makefile.in: Regenerate.
3382         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
3383         dependencies.  Maybe-ize build-libiberty.  Create dummy install
3384         targets for 'no_install' modules.
3385         * configure: Move GDB_TK substitution to configure.in.  Move
3386         build_modules stuff to configure.in.
3387         * configure.in: Implement soft dependency machinery.  Maybe-ize
3388         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
3389         * Makefile.in: Regenerate.
3391 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
3393         * Makefile.tpl: Make all-target, install-target behave similarly
3394         to all, install (only hitting configured targets).  Eliminate
3395         unused macro defintions.
3397         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
3398         build != host.
3400         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
3402         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
3404         * configure.in: Produce lists of subdir targets we're actually
3405         configuring.  Remove references to "dosrel".
3406         * Makefile.tpl: Let configure set which subdir targets are hit.
3407         Remove install-cross; clean up install; remove ALL.  Remove
3408         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
3409         Autogenerate host module targets.  Remove empty dependency lines
3410         and redundant dependency; rearrange slightly.
3411         * Makefile.def: Add host-side libtermcap, utils.
3413         * Makefile.in: Regenerate.
3415 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3417         * ltconfig (osf[345]): Append $major to soname_spec.
3418         Reflect this in library_names_spec.
3419         * ltmain.sh (osf): Prefix $major with . for use as extension.
3421 2002-11-19  Andreas Jaeger  <aj@suse.de>
3423         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
3424         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
3425         and sparc64 GNU/Linux systems.
3427 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
3429         * MAINTAINERS: Update email.
3431 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3433         * MAINTAINERS: Complete James Dennett's entry.
3435 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
3437         * MAINTAINERS (Write After Approval): Add myself.
3439 2002-11-13  Bruce Korb  <bkorb@gnu.org>
3441         * Makefile.tpl: syntactic cleanup
3443 2002-11-13 Stuart Hastings <stuart@apple.com>
3445         * MAINTAINERS: Add myself to write-after-approval list.
3447 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
3449         * Makefile.def: Add list of recursive targets to autogenerate.
3450         Add build_modules.
3451         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
3452         targets.  Autogenerate *-build-* targets.
3453         * Makefile.in: Regenerate.
3455 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
3457         * configure: More autoconf-style substitutions.
3458         * Makefile.tpl: More autoconf-style substitutions.
3459         * Makefile.in: Regenerate.
3461 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
3463         * configure: Substitute more variables in a more autoconf-friendly
3464         way.  Simplify slightly.
3465         * Makefile.tpl: Make more variables substitutable in an
3466         autoconf-friendly way.
3467         * Makefile.in: Regenerate.
3469 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
3471         * MAINTAINERS (Write After Approval): Add myself.
3473 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
3475         * configure.in (v810*): Remove special setting of tools.
3477         * configure: Add support for extra required flags for ar or nm.
3478         * configure.in (aix4.3+): Use above support for target-specific
3479         issues, rather than using config/mt-aix43.
3481 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
3483         * configure: Remove 'removing', which doesn't work.  Replace $subdir
3484         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
3485         with $srcdir.  Reformat indentation.  Substitute some variables
3486         formerly hard-coded in the Makefile for build=host.
3487         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
3488         * Makefile.def: Autogenerate more.
3489         * Makefile.in: Regenerate.
3491 2002-11-04  Adam Nemet  <anemet@lnxw.com>
3493         * MAINTAINERS (Write After Approval): Add myself.
3495 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
3497         * Makefile.def (host_modules): Add rda.
3498         * Makefile.in: Regenerate.
3499         * configure.in (target_tool): Add target-rda to list.
3501 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3503         * MAINTAINERS: Remove "co-maintainer" note for web pages.
3505 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
3507         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
3508         and restrap targets to this rule.
3509         * Makefile.in:  Regenerate.
3511 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3513         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
3514         GNATS only accounts.
3516 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
3518         * configure.in (i[3456]86-*-linux*): Add check to disable
3519         ${libgcj} for glibc1.
3521 2002-10-24  Denis Chertykov  <denisc@overta.ru>
3523         * MAINTAINERS: Add myself as ip2k port maintainer.
3525 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
3527         * configure.in: Add tic4x target.
3529 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
3531         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
3532         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
3533         * Makefile.in: Regenerate.
3535         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
3536         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
3537         * Makefile.in: Regenerate.
3539 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
3541         * MAINTAINERS: Add myself as web pages co-maintainer.
3543 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
3545         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
3546         * Makefile.in: Regenerate.
3548 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
3550         * MAINTAINERS: Add myself and Nathan Sidwell
3551         <nathan@codesourcery.com> as VxWorks maintainers.
3553 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
3555         * Makefile.def: Remove order dependency comments.
3556         * Makefile.tpl: Add explicit install-install dependencies.
3557         * Makefile.in: Regenerate.
3559         * Makefile.tpl: Remove material now in src-release.  (Finally!)
3560         * Makefile.in: Regenerate.
3562         * Makefile.tpl: Add configure-target (for src-release in src)
3563         * Makefile.in: Regenerate.
3565 2002-09-30  Nick Clifton  <nickc@redhat.com>
3567         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
3569 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
3571         * configure.in (s390*-*-linux*): Enable libgcj.
3573 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
3575         * configure: Revert accidentally applied changes.
3577         * Makefile.tpl: Make more autoconf-friendly.
3578         * Makefile.in: Regenerate.
3579         * configure: Make substitution more autoconf-like.
3581 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
3583         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
3584         single entry to handle all these.
3585         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
3586         libjava on arm-*-elf.
3588 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
3590         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
3591         things that depend on them.
3593 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
3595         * Makefile.tpl: Make subsituted variables more autoconfy.
3596         * Makefile.in: Regenerate.
3597         * configure: Make seds more autoconfy.
3599 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
3601         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
3602         * Makefile.in: Regenerate.
3603         * configure.in: Rewrite sed statements to look autoconfy.
3605         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
3606         all-target-foo on configure-target-foo.
3607         * Makefile.def: Ditto.
3608         * Makefile.in: Rebuild.
3610 2002-09-25  Andrew Haley  <aph@redhat.com>
3612         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
3614 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
3616         * Makefile.def: New file.
3617         * Makefile.tpl: New file.
3618         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
3619         * contrib/gcc_update: Note that Makefile.in is a generated file.
3621         * configure.in: Minor rearrangement.  Simplify tests.
3623 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
3625         * configure.in (with_headers): Skip copy if value is "yes".
3626         (with_libs): Likewise.
3628 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
3630         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
3631         * configure.in (sh*-*-pe*): Ditto.
3632         * configure.in (mips*-*-pe*): Ditto.
3633         * configure.in (*arm-wince-pe): Ditto.
3635         * configure.in: Rearrange.
3637 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
3639         * MAINTAINERS: Update my email address.
3641 2002-08-30  Paul Koning  <pkoning@equallogic.com>
3643         * MAINTAINERS: (Write After Approval): Add myself.
3645 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
3647         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
3649 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
3651         * MAINTAINERS: Change my mailing address.
3653 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
3655         * MAINTAINERS (Write After Approval): Remove myself.
3656         (Various Maintainers: c++ runtime libs): Add myself.
3658 2002-08-20  Loren J. Rittle <ljrittle@acm.org>
3660         * MAINTAINERS (Write After Approval): Remove myself.
3661         (Various Maintainers: c++ runtime libs): Add myself.
3663 2002-08-15  Eric Christopher  <echristo@redhat.com>
3665         * config.sub: Import from master repository.
3666         * config.guess: Ditto.
3668 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
3670         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
3671         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
3672         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
3674 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
3676         * MAINTAINERS: Add self to rs6000 vector extensions.
3678 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
3680         * libiberty/configure: Reverted unintended yesterday's check in.
3682 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
3684         * boehm-gc/configure, libf2c/configure: Rebuilt.
3685         * libffi/configure, libiberty/configure: Ditto.
3686         * libjava/configure, libobjc/configure: Ditto.
3687         * libstdc++-v3/configure, zlib/configure: Ditto.
3688         Merged from binutils:
3689         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
3690         From Steve Ellcey <sje@cup.hp.com>:
3691         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
3692         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
3693         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
3694         IA64.
3695         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
3696         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
3697         soname_spec, sys_lib_search_path_spec): Ditto.
3699 2002-08-06  Federico G. Schwindt <fgsch@olimpo.com.br>
3701         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
3703 2002-08-04  H.J. Lu  (hjl@gnu.org)
3705         * configure.in (mips*-*-linux*): Don't skip target-libffi.
3707 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
3709         * MAINTAINERS (Write After Approval): Add myself.
3711 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
3713         * configure.in: Move generic linux case to end.  Copy generic
3714         linux noconfigdirs to mips*-*-linux* entry and new
3715         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
3717 2002-07-19  Michael Matz  <matz@suse.de>
3719         * MAINTAINERS: Add myself as ra* maintainer.
3721 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
3723         * config.guess: Update to 2002-07-09 version.
3724         * config.sub: Update to 2002-07-03 version.
3726 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
3728         * MAINTAINERS: Fix typo in a maintainer email address.
3730 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
3732         * configure.in: Remove two redundant tests.
3734 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3736         * configure.in (mips*-*-irix6*o32): Enable stabs.
3738 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
3740         * configure.in: Don't build grez.
3741         * Makefile.in: Ditto.
3743         * Makefile.in: Remove references to bsp, cygmon, libstub.
3744         * configure.in: Ditto.
3746         * configure.in: Remove leftover reference to gdbtest.
3748 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
3750         * configure.in (gxx_include_dir):  Change to match versioned
3751         C++ headers if --enable-version-specific-runtime-libs is used.
3753 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
3755         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
3757 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
3759         * configure.in: Make --without-x work.
3761 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
3763         * configure.in: Rearrange target Makefile fragment collection.
3765         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
3766         cvs[src].
3767         * configure.in: Ditto.
3769 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
3771         * MAINTAINERS (Write After Approval): Update my e-mail address.
3773 2002-06-24  Ben Elliston  <bje@redhat.com>
3775         * configure.in (host_tools): Remove cgen.
3777         * Makefile.in (all-cgen): Remove; runs from its source directory.
3778         (check-cgen, install-cgen, clean-cgen): Likewise.
3779         (all-opcodes): Do not depend on all-cgen.
3780         (all-sim): Likewise.
3782 2002-07-01  Nathanael Nerode <neroden@gcc.gnu.org>
3784         * Makefile.in: Eliminate 'apache' targets.
3785         * configure.in: Eliminate 'apache' targets.
3787         * configure.in: Eliminate redundant tests.  Reorganize.
3789         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
3791         * config-ml.in: Eliminate references to Cygnus configure.
3793         * Makefile.in: Eliminate references to building emacs.
3795 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
3797         * MAINTAINERS: Update my email address.
3799 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
3801         * config.if (libstdcxx_incdir): Version C++ headers.
3802         (cxx_incdir): Remove.
3804 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
3806         * MAINTAINERS (Write After Approval): Add self.
3808 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
3810         * configure.in: Add support for ip2k.
3812 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
3814         * configure.in: Fix AIX configury bug.
3816 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
3818         * MAINTAINERS (Write After Approval): Add self.
3820 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
3822         * configure.in: replace ${topsrcdir} with ${srcdir}
3824         * configure.in: Move definition of libstdcxx_flags
3825         right above usage, rather than waaay earlier.
3827         * configure.in: Pull definition of is_cross_compiler earlier.
3829         * configure.in: Rearrange a little.
3831         * configure.in: Remove references to librx.
3832         * Makefile.in: Remove references to librx.
3834 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
3836         * config.sub: Add support for avr target.
3837         Import from master sources, rev 1.255
3839 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
3841         * configure, .cvsignore:  Revert previous change...
3842         * Makefile:  ...delete.
3844 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
3846         * configure.in: Eliminate ${gasdir} variable.
3848 2002-06-18  Dave Brolley  <brolley@redhat.com>
3850         * configure.in: Add support for frv.
3851         * config.sub: Add support for frv.
3853 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
3855         * configure:  Remove garbage from previous commit.
3857 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
3859         * configure:  For in-source builds, make a subdir and re-exec there.
3860         * Makefile:  New file.  Pass targets through to build directory.
3861         * .cvsignore:  No longer ignore "Makefile".
3863 2002-06-16  Douglas Rupp  <rupp@gnat.com>
3865         * MAINTAINERS (Write After Approval): Add self.
3867 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3869         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
3871 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
3873         * configure.in (vax-*-netbsd*): Re-enable gas.
3875 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
3877         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
3878         BUILD_PREFIX_1, to correct nomenclature.
3879         * configure: Likewise.
3881         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
3882         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
3884 2002-05-31  Olaf Hering  <olh@suse.de>
3886         * config-ml.in: Propogate DESTDIR also.
3888 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
3890         * configure.in (vax-*-netbsd*): Don't build gas for this
3891         platform.
3893 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
3895         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
3896         and libgcj for AVR.
3898 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
3900         * MAINTAINERS (Write After Approval): Add myself.
3902 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
3904         * config.guess: Update to 2002-05-22 version.
3905         * config.sub: Likewise.
3907 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3909         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
3910         * config-ml.in: Likewise.
3911         * configure: Likewise.
3912         * configure.in: Likewise.
3914 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
3916         * MAINTAINERS: Update my email address.
3918 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
3920         * configure.in: Simplify makefile fragment collection.
3922         * configure.in: Remove code to build emacs.
3924         * configure.in : Remove --srcdir argument from targargs and buildargs
3925         (it's always overridden in the Makefile anyway).  Rearrange a bit.
3927         * configure: Move some logic to configure.in.
3928         * configure.in: Move some logic from configure.
3930 2002-05-11  Tom Tromey  <tromey@redhat.com>
3932         * MAINTAINERS: Reflect libgcj reality.
3934 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
3936         * Makefile.in: Honour DESTDIR.
3938 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
3940         * config.guess: Import 2002-03-20 version.
3941         * config.sub: Import 2002-04-26 version.
3943 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3945         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
3947 2002-05-07  Tim Josling  <tej@melbpc.org.au>
3949         * MAINTAINERS: Add self.
3951 2002-05-06  Loren J. Rittle <ljrittle@acm.org>
3953         * ltmain.sh: Detect and handle object name conflicts
3954         while piecewise linking a static library.
3956 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
3958         * configure.in (noconfigdirs): Don't disable libgcj on
3959         sparc64-*-solaris* and sparcv9-*-solaris*.
3961 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
3963         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
3965 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
3967         * configure.in (FLAGS_FOR_TARGET): Do not add
3968         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
3969         on i[3456]86-*-linux*.
3971 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
3973         * configure.in (noconfigdirs): Replace [ ] with test.
3975         * configure.in (noconfigdirs): Do not add target-newlib if
3976         target == i[3456]86-*-linux*, and host == target.
3978 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
3980         * configure.in: delete reference to absent file
3982         * configure.in: replace '[' with 'test'
3984         * configure.in: Eliminate references to gash.
3985         * Makefile.in: Eliminate references to gash.
3987         * configure.in: remove useless references to 'pic' makefile fragments.
3989         * configure.in: (*-*-windows*) Finish removing.
3991         * configure.in: Eliminate redundant test for libgui.
3993 2002-04-29  Roger Sayle  <roger@eyesopen.com>
3995         * MAINTAINERS: Add self and realphabetize.  Update entries
3996         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
3997         entry for a29k port maintainer.
3999 2002-04-26      Joel Sherrill <joel@OARcorp.com>
4001         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
4002         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
4004 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
4006         * configure.in: remove references to dead files
4008 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
4010         * MAINTAINERS: Add information about purpose of this file.
4012 2002-04-18  Tom Tromey  <tromey@redhat.com>
4014         * configure.in: Disallow configuring libgcj when it is already
4015         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
4016         Solaris 2.8 by default.  For PR libgcj/6158.
4018 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
4020         * configure.in:  Move default CC setting out of config/mh-* fragments
4021         directly into here.
4023 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
4025         * configure.in: don't even try to configure or make a subdirectory
4026         if there's no configure script for it.
4028 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
4030         * MAINTAINERS: Remove chill maintainers.
4031         * Makefile.in (CHILLFLAGS): Remove.
4032         (CHILL_LIB): Remove.
4033         (TARGET_CONFIGDIRS): Remove libchill.
4034         (CHILL_FOR_TARGET): Remove.
4035         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
4036         CHILL_LIB.
4037         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
4038         (CHECK_TARGET_MODULES): Likewise.
4039         (INSTALL_TARGET_MODULES): Likewise.
4040         (CLEAN_TARGET_MODULES): Likewise.
4041         (configure-target-libchill): Remove.
4042         (all-target-libchill): Remove.
4043         * configure.in (target_libs): Remove target-libchill.
4044         Do not compute CHILL_FOR_TARGET.
4045         * libchill: Remove directory.
4047 2002-04-11  DJ Delorie  <dj@redhat.com>
4049         * Makefile.in, configure.in: Sync with binutils, entries
4050         follow...
4052 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
4054         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
4055         (do-tar, do-bz2): New rules.
4056         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
4057         (gdb-tar): New rule.
4058         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
4059         (insight_dejagnu.tar): New rule.
4060         (insight.tar): New rule.
4061         (gdb+dejagnu.tar): New rule.
4062         (gdb.tar): New rule.
4064 2002-02-01  Mo DeJong  <supermo@bayarea.net>
4066         * Makefile.in: Add all-tix to deps for all-snavigator
4067         so that tix is built when building snavigator.
4069 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
4071         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
4072         ld and gdb are not supported.
4074 2002-01-07  Mark Salter  <msalter@redhat.com>
4076         * configure.in: Remove target-bsp and target-cygmon from arm builds.
4077         Allow target-libgloss to be built for arm, strongarm, and xscale.
4079 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
4081         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
4082         options for i[3456]86-pc-linux* native builds.
4084 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
4086         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
4087         files from .po files for a distribution.
4089 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
4091         * configure.in: Enable libstdc++-v3 for h8300 targets.
4093 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
4095         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
4096         version from bfd/.
4098 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
4100         * Makefile.in (VER): When present, extract the version number from
4101         the file version.in.
4103 2001-05-24  Tom Rix <trix@redhat.com>
4105         * configure.in : enable ld for aix
4107 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4109         * config.guess: Add linux target for S/390.
4111 2000-11-07  Philip Blundell  <pb@futuretv.com>
4113         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
4115 2000-11-03  Philip Blundell  <pb@futuretv.com>
4117         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
4118         files.
4120 2001-01-15  Ben Elliston  <bje@redhat.com>
4122         * configure.in (host_tools): Add sid.
4123         Always configure cgen.
4125 2000-11-24  Nick Clifton  <nickc@redhat.com>
4127         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
4130 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
4132         * Makefile.in (ALL_MODULES): Add all-cgen.
4133         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
4134         (all-cgen): New target.
4135         (all-opcodes,all-sim): Depend on all-cgen.
4136         * configure.in (host_tools): Add cgen.
4137         Only configure cgen if --enable-cgen-maint.
4139 2002-04-09  Loren J. Rittle <ljrittle@acm.org>
4141         * configure.in: Add *-*-freebsd* configurations.
4143 2002-04-08  Tom Tromey  <tromey@redhat.com>
4145         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
4146         Fixes PR libgcj/6068.
4148 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
4150         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
4152 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4154         * configure.in (alpha*-dec-osf*): Enable libgcj.
4156 2003-03-27  Matthew Gingell <gingell@gnat.com>
4158         * MAINTAINERS (Write After Approval): Add myself.
4160 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
4162         Fix for: PR bootstrap/3591, target/5676
4163         * configure.in (mcore-pe): Disable the configuration of
4164         libstdc++-v3 since exceptions are not supported.
4166 2002-03-20  Anthony Green  <green@redhat.com>
4168         * configure.in: Enable libgcj for xscale-elf target.
4170 Tue Mar 19 09:05:08 2002  J"orn Rennecke <joern.rennecke@superh.com>
4172         * MAINTAINERS:  Update my email address.
4174 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
4176         * ltmain.sh (relink_command): Fix typo in previous change.
4178 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
4180         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
4181         (relink_command): Added --tag flags.
4182         (mode=install): If relinking fails; error out.
4184 2002-03-12  Richard Henderson  <rth@redhat.com>
4186         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
4187         .NOTPARALLEL tag.
4188         (do-check): Rename from check.
4189         (check): Allow parallel check.
4191 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
4193         * MAINTAINERS: Add myself as maintainer for xtensa port.
4194         Fix alphabetical order in CPU port maintainer list.
4195         Remove myself from Write After Approval list.
4197 2002-03-11  Richard Henderson  <rth@redhat.com>
4199         * Makefile.in (.NOTPARALLEL): Add fake tag.
4201 2002-03-07  H.J. Lu  (hjl@gnu.org)
4203         * configure.in: Enable gprof for mips*-*-linux*.
4205 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
4207         * MAINTAINERS (Write After Approval): Add myself.
4209 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
4211         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
4212         libjava.
4213         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
4215 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
4217         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
4218         because its Makefile is there; test for the executable instead.
4220 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
4222         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
4223         libstdc++-v3 and libjava.
4225 2002-02-11  Adam Megacz <adam@xwt.org>
4227         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
4228         boehm-gc
4230 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
4232         * config.guess: Updated to 2002-01-30's version.
4233         * config.sub: Updated to 2002-02-01's version.
4234         Contribute sh64-elf.
4235         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
4236         * configure.in: Added sh64-*-*.
4238 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
4240         * MAINTAINERS: Belatedly add myself to write after approval list.
4242 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
4244         * MAINTAINERS: Put self in as maintainer for x86-64 port.
4245         Remove self as Write After Approval.
4247 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
4249         * MAINTAINERS: Put self in as maintainer for contrib/regression
4250         directory.
4252 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
4254         * MAINTAINERS:  Update my email address.
4256 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
4258         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
4259         target-libiberty, and target-libgloss.  Skip Java-related
4260         libraries if not supported for NetBSD on target CPU.
4262 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
4264         * install-sh: Use _inst.$$_ for temp file name.
4266 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
4268         * MAINTAINERS (Write After Approval): Move my contact info
4269         from here...
4270         (OS Port Maintainers): ...to here (netbsd).
4272 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
4274         * MAINTAINERS (Write After Approval): Add myself.
4276 2002-01-17  H.J. Lu <hjl@gnu.org>
4278         * Makefile.in (all-fastjar): Also depend on all-libiberty.
4279         (all-target-fastjar): Also depend on all-target-libiberty.
4281 2002-01-16  H.J. Lu  (hjl@gnu.org)
4283         * config.guess: Import from master sources, rev 1.225.
4284         * config.sub: Import from master sources, rev 1.238.
4286 2002-01-16  Kazu Hirata  <kazu@hxi.com>
4288         * MAINTAINERS (Write After Approval): Remove myself.
4290 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
4292         * MAINTAINERS (Write After Approval): Add myself.
4294 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
4296         * MAINTAINERS: Add self as docs co-maintainer.
4298 2001-12-11  Matthias Klose  <doko@debian.org>
4300         * MAINTAINERS (Write After Approval): Add myself.
4302 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
4304         * MAINTAINERS: Update my email address.
4306 2001-12-07  Turly O'Connor  <turly@apple.com>
4307         * MAINTAINERS (Write After Approval): Add myself.
4308         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
4309         (rs6000_initialize_trampoline): Call __trampoline_setup for
4310         ABI_DARWIN too.
4311         * darwin-tramp.asm: New file, implements __trampoline_setup.
4312         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
4314 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
4316         * MAINTAINERS (Write After Approval): Add myself.
4318 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
4320         * configure, configure.in: Use temp file for long sed commands.
4322 2001-12-03  Laurent Guerby  <guerby@acm.org>
4324         * config.sub: Update to version 1.232 on subversion.
4326 2001-12-03  Ben Elliston  <bje@redhat.com>
4328         * MAINTAINERS: Update mail address for config.* patches.
4330 2001-11-27  DJ Delorie <dj@redhat.com>
4331             Zack Weinberg  <zack@codesourcery.com>
4333         When build != host, create libiberty for the build machine.
4335         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
4336         CONFIG_ARGUMENTS.
4337         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
4338         New variables.
4339         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
4340         and rules.
4341         (all.normal): Depend on ALL_BUILD_MODULES.
4342         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
4343         (all-build-libiberty): Depend on configure-build-libiberty.
4345         * configure: Calculate and substitute proper value for
4346         ALL_BUILD_MODULES.
4347         * configure.in: Create the build subdirectory.
4348         Calculate and substitute TARGET_CONFIGARGS (formerly
4349         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
4351 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
4353         * MAINTAINERS (write-after-approval): Add self.
4355 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
4357         * MAINTAINERS (GNATS only accounts): Remove self.
4359 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
4361         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
4362         libf2c.
4364 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
4366         * MAINTAINERS (Write After Approval): Add self.
4368 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
4370         * MAINTAINERS: mips and s390 are also CPU ports.
4372 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
4374         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
4376 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
4378         * MAINTAINERS: Alphabetize.
4380 2001-11-09  Kazu Hirata  <kazu@hxi.com>
4382         * MAINTAINERS (Various maintainers: h8 port): Add myself.
4384 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
4386         * MAINTAINERS (Various maintainers: hppa port): Added myself.
4388 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
4390         * configure.in (--enable-languages): Be more permissive about
4391         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
4393 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
4395         * config.sub: Import from master sources, rev. 1.230.
4396         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
4398 2001-11-07  Laurent Guerby  <guerby@acm.org>
4400         * MAINTAINERS (Write After Approval): Add self.
4402 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
4404         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
4406 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
4408         * config.sub: Import from master sources, rev 1.226.
4409         * config.guess: Import from master sources, rev 1.216.
4411 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
4413         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
4414         * MAINTAINERS: Add self as maintainer of MMIX port.
4415         Remove old after-approval entry.
4417 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
4419         * ChangeLog, configure: Fix spelling errors.
4421 2001-10-20  Brendan Kehoe  <brendan@zen.org>
4423         * MAINTAINERS: Tweak my address.
4425 Thu Oct 11 21:50:15 2001  J"orn Rennecke <amylaar@onetel.net.uk>
4427         * MAINTAINERS: Update my email address.
4429 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
4431         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
4432         * MAINTAINERS: Add self as maintainer of CRIS port.
4434 2001-10-10  Geert Bosch  <bosch@gnat.com>
4436         * MAINTAINERS (Various maintainers: Ada front end):
4437         Added Robert Dewar.
4439 2001-10-03  David Billinghurst <David.Billinghurst@riotinto.com>
4441         * MAINTAINERS (Write After Approval): Added self
4443 2001-10-02  Geert Bosch  <bosch@gnat.com>
4445         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
4447 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
4449         * configure: Handle temporary files securely using mkdir.
4451 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
4453         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
4455 2001-09-26  Will Cohen <wcohen@redhat.com>
4457         * configure.in (*-*-linux*): Disable configuration of target-newlib
4458         and target-libgloss.
4460 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
4462         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
4463         RANLIB.
4465 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
4467         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
4468         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
4469         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
4470         avoid quotes nesting problems.
4471         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
4472         (DO_X): Export only variables that are set.
4474 2001-09-19  Ben Elliston  <bje@redhat.com>
4476         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
4477         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
4478         semantics.  Use the shell built-in "type" command instead.
4480 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
4482         Merged from gcc-3_0-branch:
4483         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
4484         * ltcf-c.sh: Use $objext, not $ac_objext.
4485         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
4486         * ltcf-cxx.sh: Add support for GNU.
4487         2001-07-22  Timothy Wall  <twall@redhat.com>
4488         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
4489         default settings if using GNU tools with that configuration.
4490         * ltcf-cxx.sh: Ditto.
4491         * ltcf-gcj.sh: Ditto.
4492         2001-07-21  Michael Chastain  <chastain@redhat.com>
4493         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
4494         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
4495         * ltmain.sh: Mark as gcc-local.
4497 2001-08-30  Eric Christopher  <echristo@redhat.com>
4498             Jason Eckhardt  <jle@redhat.com>
4500         * config.guess: Merge from master sources.
4501         * config.sub: Merge from master sources, add support for mipsisa32.
4503 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
4504         * config.sub: Merge from master sources, rev 1.219.
4505         * MAINTAINERS: Add self as contact for stormy16 port.
4507 2001-08-14  Zack Weinberg  <zackw@panix.com>
4509         * config.sub: Merge from master sources, rev 1.218.
4510         * config.guess: Merge from master sources, rev 1.209.
4512 2001-08-11  Graham Stott  <grahams@redhat.com>
4514         * Makefile.in (check-c++): Add missing semicolon.
4516 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
4518         * MAINTAINERS (Various maitainers: predict.def): Added myself.
4520 2001-07-30  Eric Christopher  <echristo@redhat.com>
4522         * MAINTAINERS (Various maintainers: mips port): Added myself.
4524 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
4526         * configure.in (sh-*-linux*): New.
4528 2001-07-27  Richard Henderson  <rth@redhat.com>
4530         * .cvsignore: Add LAST_UPDATED.
4532 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
4534         * MAINTAINERS (Various maintainers: s390 port): Added myself.
4536 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
4538         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
4540 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
4542         * MAINTAINERS (Write After Approval): Added myself.
4544 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
4546         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
4547         and libgcj on m68hc11/m68hc12.
4549 2001-06-27  H.J. Lu  (hjl@gnu.org)
4551         * Makefile (CFLAGS_FOR_BUILD): New.
4552         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
4554 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
4556         * README: Remove version number.
4558 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4560         * INSTALL/README: Update wrt. to the installation instructions now
4561         residing in gcc/doc/install.texi.
4563 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
4565         * README: Replace with a cut-down and updated version of gcc/README.
4567 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
4569         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
4570         multilibs to be disabled.
4572 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
4574         * MAINTAINERS (Write After Approval): Add myself.
4576 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
4578         * config.guess: Import CVS version 1.195.
4579         * config.sub: Import CVS version 1.212.
4581 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
4583         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
4584         gcc/xgcc is built, use -print-prog-name to find out the program
4585         name to use.
4587 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
4589         * config.guess:  Import CVS version 1.194.  All gcc-local changes
4590         appear to also be in the master copy.
4591         * config.sub:  Import CVS version 1.211.
4593 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
4595         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
4596         with_gcc]: Use `gcc -shared' to build a shared library.
4598 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
4600         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
4601         archives.
4603 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4605         * MAINTAINERS (Write After Approval): Add myself.
4607 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
4609         * configure.in (libstdcxx_flags): Do not try to execute
4610         libstdc++-v3/testsuite_flags until it exists.
4612 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
4614         * MAINTAINERS: Update my email address.
4616 2001-05-31  Graham Stott  <grahams@redhat.com>
4618         * MAINTAINERS (Write After Approval): Add myself.
4620 2001-05-28  Simon Patarin <simon.patarin@inria.fr>
4622         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
4623         libraries when using g++ with native linker.
4625 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
4627         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
4629 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
4631         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
4632         [aix4*|aix5*]: Prepend blank.
4634 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
4636         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
4637         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
4638         of subdir/configure scripts to use the new libtool.m4.
4640 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
4642         * MAINTAINERS (Write After Approval): Add myself.
4644 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
4646         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
4648 2001-05-11  Ben Elliston  <bje@redhat.com>
4650         * Makefile.in (all-sid): New target.
4651         (check-sid, clean-sid, install-sid): Likewise.
4653 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
4655         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
4657 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
4659         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
4660         libgcj.
4662 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
4664         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
4665         gcc/xgcc is built, use -print-prog-name to find out the program
4666         name to use.
4668 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
4670         * configure.in (noconfigdirs): Don't reset it from scratch in the
4671         target case; only append to it.
4673         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
4674         sparc-*-solaris2.8]: Disable ${libgcj}.
4676 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
4678         * configure.in (libgcj_saved): Copy from $libgcj.
4679         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
4680         --disable-libgcj.
4682 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
4684         * MAINTAINERS: Remove self as MIPS maintainer and
4685         C front end maintainer.
4687 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
4689         * configure.in: Move *-chorusos target case to the proper switch.
4690         Disable libgcj.
4692 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
4694         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
4695         1.641.2.228.
4697 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4699         * Makefile.in (STAGE1_CFLAGS): Pass down.
4701 2001-04-13  Alan Modra  <amodra@one.net.au>
4703         * config.guess: Add hppa64-linux support.  Note for next import that
4704         this is already in the master file.
4705         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
4707 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
4709         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
4710         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
4712 2001-04-11  Stan Shebs  <shebs@apple.com>
4714         * MAINTAINERS: Add self as Darwin port maintainer.
4716 2001-04-11  Alan Modra  <amodra@one.net.au>
4718         * MAINTAINERS: Update my email address.
4720 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
4722         * ltcf-cxx.sh: Support creation of C++ shared libraries on
4723         recent versions of FreeBSD (release 3 or later).
4724         * ltconfig: On FreeBSD, -lc must not be provided when building
4725         a shared library or else the standard -pthread gcc option is
4726         rendered worthless to later users of the built library.
4728 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
4730         * MAINTAINERS: Add self and RTH as C front end maintainers.
4732 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
4734         * config.sub: Make sure to match an already-canonicalized
4735         machine name (eg. mn10300-unknown-elf).
4737 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
4739         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
4740         New macros.
4741         (bootstrap, cross): Use RECURSE_FLAGS.
4742         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
4744 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
4746         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
4748 2001-03-22  Colin Howell  <chowell@redhat.com>
4750         * Makefile.in (DO_X): Do not backslash single-quotes in
4751         backquotes (two places).
4753 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
4755         Re-installed:
4756         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
4757         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
4758         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
4759         * ltcf-cxx.sh: Likewise.
4760         * ltcf-gcj.sh: Likewise.
4762 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4764         * MAINTAINERS: Add myself as "documentation co-maintainer".
4766 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
4768         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
4769         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
4771 2001-03-19  Tom Tromey  <tromey@redhat.com>
4773         * config-ml.in: Handle GCJ and GCJFLAGS.
4775 2001-03-21  Michael Chastain  <chastain@redhat.com>
4777         * Makefile.in: all-m4 depends on all-texinfo.
4779 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
4781         * MAINTAINERS: Add myself to write after approval list.
4783 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
4785         * Makefile.in (DO_X): Quote nested quotes.
4787 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
4789         * MAINTAINERS: Add myself to write after approval list.
4791 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
4793         * Makefile.in (DO_X): Use double quotes for quoting
4794         "RANLIB=$${RANLIB}".
4796 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
4798         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
4800 2001-03-09  Nicola Pero <n.pero@mi.flashnet.it>
4802         * configure.in: Only use `lang_requires' for languages athat are
4803         actually enabled.
4805 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
4807         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
4809 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
4811         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
4813 2001-03-07  Tom Tromey  <tromey@redhat.com>
4815         * configure.in: Allow config-lang.in to set `lang_requires' to list
4816         of other required languages.
4818 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
4820         * Makefile.in: Remove RANLIB definition. Use RANLIB
4821         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
4822         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
4824 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
4825             Alexandre Oliva  <aoliva@redhat.com>
4827         * Makefile.in (check-c++): Use tabs, not spaces.
4829 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
4831         * MAINTAINERS: add myself to Write After Approval list.
4833 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
4835         * Makefile.in (check-c++): New rule.
4837         * configure.in (target_libs): Remove libg++.
4838         (noconfigdirs): Remove libg++.
4839         (noconfigdirs): Same.
4840         (noconfigdirs): Same.
4841         (noconfigdirs): Same.
4843         * config-ml.in: Remove libg++ references.
4845         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
4846         (ALL_TARGET_MODULES): Same.
4847         (configure-target-libg++): Remove.
4848         (all-target-libg++): Remove.
4849         (configure-target-libio): Remove.
4850         (all-target-libio): Remove.
4851         (check-target-libio): Remove.
4852         (.PHONY): Remove.
4853         (libg++.tar.bz2): Remove.
4854         (all-target-cygmon): Remove libio.
4855         (all-target-libstdc++): Remove.
4856         (configure-target-libstdc++): Remove.
4857         (TARGET_LIB_PATH): Remove libstdc++.
4858         (ALL_GCC_CXX): Remove libstdc++.
4859         (all-target-gperf): Correct.
4861 2001-02-16  Nick Clifton  <nickc@redhat.com>
4863         * configure.in (noconfigdirs): Allow configuration of texinfo
4864         for Cygwin hosts.
4866 2001-02-15  Anthony Green  <green@redhat.com>
4868         * configure: Introduce GCJ_FOR_TARGET.
4869         * configure.in: Ditto.
4870         * Makefile.in: Ditto.
4872 2001-02-13  Andreas Schwab  <schwab@suse.de>
4874         * MAINTAINERS: Update mail address.
4876 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4878         * config.guess: Add linux target for S/390.
4879         * config.sub: Likewise.
4881 2001-02-08  Chandrakala Chavva <cchavva@redhat.com>
4883         * configure.in: for *-chorusos, don't config target-newlib and
4884         target-libgloss.
4886 2001-02-06  Ben Elliston  <bje@redhat.com>
4888         * configure: Output host type to stdout, not stderr.
4890 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
4892         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
4893         * ltcf-cxx.sh: Likewise.
4895         * config.if: Assume enable_libstdcxx_v3 is defined.
4897 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
4899         Remove V2 C++ library.
4900         * configure.in: Remove --enable-libstdcxx_v3 support.
4902 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
4904         * include/demangle.h: Add prototype for java_demangle_v3.
4906 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
4908         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
4910 2001-01-27  Richard Henderson  <rth@redhat.com>
4912         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
4914 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
4916         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
4917         Don't unset, it's non-portable and no longer necessary, set to empty
4918         instead.
4920 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
4922         * ltconfig: Shell portability fix for the tagname validity check.
4924 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
4926         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
4927         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
4929 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
4931         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
4933 2001-01-26  Tom Tromey  <tromey@redhat.com>
4935         * configure.in: Allow libgcj to be built on Sparc Solaris.
4937 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
4939         * ltcf-c.sh: Add aix5 case.
4940         * ltcf-cxx.sh: Likewise.
4941         * ltconfig: Likewise.
4943 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
4945         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
4946         keep at least one of build_libtool_libs or build_old_libs set to
4947         yes.
4949         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
4950         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
4952 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
4954         * configure.in: Enable libgcj on several additional platforms.
4956 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
4958         * configure.in: Enable libgcj for linux targets.
4960 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
4962         * MAINTAINERS (Write After Approval): Add myself.
4964 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
4966         * MAINTAINERS: Add myself as vax port maintainer.
4968 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
4970         * MAINTAINERS: Add myself as Mercury front-end maintainer.
4972 2001-01-09  Mike Stump  <mrs@wrs.com>
4974         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
4975         failures of subdirectories.
4977 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
4979         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
4980         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
4981         * ltcf-cxx.sh: Likewise.
4982         * ltcf-gcj.sh: Likewise.
4983         * ltconfig.sh: Fix typo.
4985 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
4987         * configure: handle DOS-style absolute paths.
4989 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
4991         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
4993 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
4995         * MAINTAINERS: Add myself as avr port co-maintainer.
4997 2000-12-28  Ben Elliston  <bje@redhat.com>
4999         * MAINTAINERS: Add myself under ``Write After Approval''.
5001 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
5003         * texinfo: Remove directory from GCC.
5005 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
5007         * COPYING: Update to current
5008         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
5009         to 19yy as example year in copyright notice).
5011 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
5013         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
5014         (libstdcxx_incdir): Pass down.
5015         * config.if: Remove expired bits for cxx_interface, add stub.
5016         (libstdcxx_incdir): Add variable for g++ include directory.
5017         * configure.in (gxx_include_dir): Use it.
5019 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
5021         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
5022         with old-email address from ``Write After Approval''.
5024 2000-12-15  Andreas Jaeger  <aj@suse.de>
5026         * configure.in: Handle lang_dirs.
5028 2000-12-14  Tom Tromey  <tromey@redhat.com>
5030         * MAINTAINERS: Removed brads.
5032         * MAINTAINERS: Added gcj developers.
5034 2000-12-13  Anthony Green  <green@redhat.com>
5036         * configure.in: Disable libgcj for any target not specifically
5037         listed.  Disable libgcj for x86 and Alpha Linux until compatible
5038         with g++ abi.
5040 2000-12-13  Mike Stump  <mrs@wrs.com>
5042         * Makefile.in (local-distclean): Also remove fastjar.
5044 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
5046         * contrib/gcc_update: Add fastjar --touch entries.
5048 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
5050         * configure.in: Disable language-specific target libraries for
5051         languages that aren't enabled.
5053 2000-12-10  Anthony Green  <green@redhat.com>
5055         * configure.in: Define libgcj.  Disable libgcj target libraries for
5056         most targets.
5058 2000-12-10  Neil Booth  <neilb@earthling.net>
5060         * MAINTAINERS: Update mail address, remove from WAA list.
5062 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5064         * libjava: Imported from /cvs/java.
5065         * libffi: Likewise.
5066         * Boehm-gc: Likewise.
5068 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5070         * configure.in (target_libs): Revert 2000-12-08 patch.
5071         (noconfigdirs): Added target-libjava.
5073 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
5075         * djunpack.bat: removed.
5077 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
5079         * Makefile.in: handle DOS-style absolute paths.
5080         * config-ml.in: likewise.
5081         * symlink-tree: likewise.
5083 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5085         * fastjar: Imported.
5087 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5089         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
5090         libjava.
5091         * configure.in (target_libs): Removed `target-libjava'.
5093 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5095         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
5096         (ALL_MODULES): Added fastjar.
5097         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
5098         (all-target-libjava): all-fastjar replaces all-zip.
5099         (all-fastjar): Added.
5100         (configure-target-fastjar, all-target-fastjar): Likewise.
5101         * configure.in (host_tools): Added fastjar.
5103 2000-12-07  Mike Stump  <mrs@wrs.com>
5105         * Makefile.in (local-distclean): Remove leftover built files.
5107 2000-11-24  Nick Clifton  <nickc@redhat.com>
5109         * configure.in (xscale-elf): Add target.
5110         (xscale-coff): Add target.
5112 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
5114         * ltcf-cxx.sh: Support creation of C++ shared libraries on
5115         recent versions of FreeBSD (release 3 or later).
5116         * ltconfig: On FreeBSD, -lc must not be provided when building
5117         a shared library or else the standard -pthread gcc option is
5118         rendered worthless to later users of the built library.
5120 2000-11-16  Fred Fish  <fnf@be.com>
5122         * configure.in (enable_libstdcxx_v3): Fix typo,
5123         libstd++ -> libstdc++.
5125 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5127         * MAINTAINERS: Add self to Write After Approval list.
5129 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
5131         * MAINTAINERS: Update my email address.  Add myself to global write
5132         privs list.
5134 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
5136         * Makefile.in: Merge with src and libgcj.
5137         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
5138         configure-target-<library> when their configure scripts need the C
5139         or C++ library to have already been built to work properly.
5140         (do_proto_toplev): Set them to an empty string.
5142         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
5143         (REALLY_SET_LIB_PATH): Use them.
5145 2000-11-17  Stan Shebs  <shebs@apple.com>
5147         * MAINTAINERS: Add self to Write After Approval list.
5149 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
5151         * configure: Provide the original toplevel configure arguments
5152         (including $0) to subprocesses in the environment rather than
5153         through gcc/configargs.h.
5155 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
5157         * MAINTAINERS: Remove references to cccp. Change C9X reference to
5158         C99.  Alphabetise "Write After Approval" list.
5160 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
5162         * configure: Turn on libstdc++ V3 by default.
5164         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
5165         if we've got GCC.
5167 2000-11-11  Philip Blundell  <philb@gnu.org>
5169         * MAINTAINERS: Add self to Write After Approval list.
5171 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
5173         * ltcf-c.sh (aix4): Improve shared library configuration; require
5174         exporting symbols.
5175         * ltcf-cxx.sh (aix4): Define.
5176         * ltconfig (aix4): Define library and soname specs appropriate for
5177         AIX.  Define command to create export symbols list.
5179 Mon Nov  6 14:19:35 2000  Christopher Faylor <cgf@cygnus.com>
5181         * config.sub: Add support for Sun Chorus
5183 2000-10-31  Nick Clifton  <nickc@redhat.com>
5185         * MAINTAINERS: Rename <name>@cygnus.com addresses to
5186         <name>@redhat.com.  Also installed new email address for Clint
5187         Popetz.
5189 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
5191         * etc: Remove directory from GCC.
5193 2000-10-16  Michael Meissner  <meissner@redhat.com>
5195         * configure (gcc/configargs.h): Only create if there is a build GCC
5196         directory created.
5198 2000-10-16  Matthias Klose  <doko@debian.org>
5200         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
5201         when configured for libstdc++-v3.
5203 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
5205         * configure: Save configure arguments to gcc/configargs.h.
5207 2000-10-04  Philipp Thomas  <pthomas@suse.de>
5209         * config.guess: Import CVS version 1.157.
5210         * config.sub: Import CVS version 1.181.
5212 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
5214         * Makefile.in (bootstrap): avoid recursion if subdir missing
5215         (cross): ditto
5216         (do-proto-toplev): ditto
5218 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
5220         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
5221         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
5223         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
5224         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
5225         all affected `configure' scripts.
5227 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
5229         * MAINTAINERS: Add self as cpplib co-maintainer.
5231 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
5233         * MAINTAINERS: Add self to Write After Approval list.
5235 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
5237         * INSTALL/README: egcs -> GCC update.
5239 Sun Sep 17 16:55:59 CEST 2000   Marc Espie <espie@cvs.openbsd.org>
5241         * MAINTAINERS: Add myself to Write After Approval list.
5243 2000-09-15  Kazu Hirata  <kazu@hxi.com>
5245         * MAINTAINERS: Add myself to Write After Approval list.
5247 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
5249         * configure.in: Do not build byacc for hppa64.  Provide paths to the
5250         X11 libraries for hppa64.
5252 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
5254         * MAINTAINERS: Add myself as 68hc11 port maintainer.
5256 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
5258         * Makefile.in (all-zlib): Added dummy target.
5260         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
5261         ltcf-gcj.sh: Updated from libtool multi-language branch.
5263 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
5265         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
5266         (bootstrap*): Depend on all-bootstrap.
5268 2000-09-05  Philipp Thomas  <pthomas@suse.de>
5270         * config.guess: Import CVS version 1.156.
5271         * config.sub: Import CVS version 1.179.
5273 2000-09-02  Anthony Green  <green@cygnus.com>
5275         * Makefile.in (all-gcc): Depend on all-zlib.
5276         (CLEAN_MODULES): Add clean-zlib.
5277         (ALL_MODULES): Add all-zlib.
5278         * configure.in (host_libs): Add zlib.
5280 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
5282         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
5283         crosses, but add gcc/include to the header search path for them.
5285 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
5287         * MAINTAINERS: Add self to Write After Approval list.
5289 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5291         * config.guess: Import CVS version 1.152.
5292         * config.sub: Import CVS version 1.177.
5294 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
5296         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
5297         $targargs to tell whether newlib is going to be built.
5299         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
5300         $$r/TARGET_SUBDIR/libio for _G_config.h.
5302 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
5304         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
5306 2000-08-22  DJ Delorie  <dj@redhat.com>
5308         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
5310 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
5312         * config-ml.in (CC, CXX): Avoid trailing whitespace.
5313         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
5314         sub-configures.
5316 2000-08-21  DJ Delorie  <dj@redhat.com>
5318         * MAINTAINERS: Add self as a libiberty maintainer
5320 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
5322         * configure.in (libstdcxx_flags): Use
5323         libstdc++-v3/src/libstdc++.INC.
5325 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
5327         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
5329 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
5331         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
5333         * configure: Make enable_threads and enable_shared defaults
5334         explicit.  Substitute enable_threads into generated Makefiles.
5335         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
5336         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
5338 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
5340         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
5342 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
5344         * config-ml.in (CC): Remove bogus duplicate quotation mark from
5345         previous delta.
5347 2000-08-11  Jason Merrill  <jason@redhat.com>
5349         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
5350         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
5351         (FLAGS_FOR_TARGET): Not here.
5352         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
5354 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
5356         * config-ml.in (CC, CXX): Don't introduce a leading space.
5358 2000-08-07  DJ Delorie  <dj@delorie.com>
5360         * MAINTAINERS: Add self as a DJGPP maintainer
5362 2000-08-07  DJ Delorie  <dj@redhat.com>
5364         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
5365         "if we're also building gcc, and it's a gcc that will run on the
5366         build machine, we want to use its includes instead of the system's
5367         default includes".
5369 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
5371         * MAINTAINERS: Add self to Write After Approval list.
5373 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
5375         * configure.in (libstdcxx_flags): Don't use `"'.
5377         * config-ml.in: Adjust multilib search paths to the
5378         appropriate multilib tree.
5380 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
5382         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
5383         commas in $LANGUAGES.
5385 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
5387         * configure.in: Re-enable all references to libg++ and librx.
5389 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
5391         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
5392         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
5393         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
5394         * ltcf-cxx.sh (need_lc): Set based on postdeps.
5396         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
5398 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
5400         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
5401         CXX_FOR_TARGET for sed.
5403 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
5405         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
5406         Do not override if already set in the environment or in configure.
5407         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
5408         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
5410 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
5412         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
5413         the libtool CVS tree multi-language branch.
5414         * ltconfig, ltmain.sh: Updated.
5416 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
5418         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
5419         (clean-target): Depend on it.
5421         * Makefile.in (FLAGS_FOR_TARGET): New macro.
5422         (GCC_FOR_TARGET): Use it.
5423         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
5424         * configure.in: ... here.
5425         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
5426         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
5428 2000-07-24  Eric Christopher  <echristo@cygnus.com>
5430         * MAINTAINERS: Add self to Write After Approval list.
5432 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
5434         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
5435         (configure-target-libchill, configure-target-libobjc): Likewise.
5437         * configure.in: Use the same cache file for all target libs.
5438         * config-ml.in: But different cache files per multilib variant.
5440 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
5442         * configure (topsrcdir): Don't use dirname.
5444 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
5446         * MAINTAINERS: Add self to Write After Approval list.
5448 2000-07-20  Jason Merrill  <jason@redhat.com>
5450         * configure.in: Remove all references to libg++ and librx.
5452         * configure, configure.in, Makefile.in: Unify gcc and binutils.
5454 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
5456         * config.sub: Update to subversions version 2000-07-06.
5458 2000-07-12  Andrew Haley  <aph@cygnus.com>
5460         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
5461         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
5463 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
5465         * symlink-tree:  Check number of arguments.
5467 2000-07-05  Jim Wilson  <wilson@cygnus.com>
5469         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
5470         search path for a g++ extracted from the build tree.  This
5471         will allow link tests run by configure scripts in
5472         subdirectories to succeed.
5474 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
5476         * ltconfig: Add support for mips-dde-sysv4.2MP
5478 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
5480         * MAINTAINERS: Add myself as loop discovery maintainer.
5482 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
5484         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
5485         `os2'. Force ac_cv_exeext to be ".exe" in that case.
5487 2000-06-19  Timothy Wall  <twall@cygnus.com>
5489         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
5490         * config.sub: Add tic54x target.
5492 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
5494         * MAINTAINERS: Add self as Fortran maintainer,
5495         remove Craig Burley.
5497 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
5499         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
5500         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
5502 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
5504         * MAINTAINERS: Add self as i18n maintainer
5506 20000-05-21  H.J. Lu  (hjl@gnu.org)
5508         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
5509         directory are used if they exist. Make sure
5510         $(build_tooldir)/include is searched for header files,
5511         $(build_tooldir)/lib/ for library files.
5512         (GCC_FOR_TARGET): Likewise.
5513         (CXX_FOR_TARGET): Likewise.
5515 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
5517         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
5519 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
5521         * Makefile.in (configure-target-libiberty): Depend on
5522         configure-target-newlib.
5524 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
5526         * configure.in, Makefile.in: Merge all libffi-related
5527         configury stuff from the libgcj tree.
5529 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
5531         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
5532         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
5534 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
5536         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
5537         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
5538         current version information.  Add to proto-toplev directory.
5539         (gdb-taz): Build do-djunpack.
5541 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
5543         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
5545 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
5547         * MAINTAINERS: Add self to Write After Approval list.
5549 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5551         * ltmain.sh: Preserve in relink_command any environment
5552         variables that may affect the linker behavior.
5554 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
5556         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
5558 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
5560         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
5562 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
5564         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
5565         with the version name.
5567 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
5569         * MAINTAINERS: Add self as bb-reorder maintainer.
5571 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
5573         * config.if: Tweak.
5575 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
5577         * djunpack.bat: New file.
5579 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
5581         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
5582         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
5583         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
5584         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
5586 2000-04-16  Dave Pitts  <dpitts@cozx.com>
5588         * config.sub (case $basic_machine): Change default for "ibm-*"
5589         to "openedition".
5591 2000-04-13  Andreas Jaeger  <aj@suse.de>
5593         * MAINTAINERS: Added myself.
5595 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
5597         * Makefile.in (gdb-taz): New target.  GDB specific archive.
5598         (do-md5sum): New target.
5599         (MD5PROG): Define.
5600         (PACKAGE): Default to TOOL.
5601         (VER): Default to a shell script.
5602         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
5603         md5 checksum generation.
5604         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
5605         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
5606         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
5607         insight.tar.bz2): Use gdb-taz to create archive.
5609 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
5611         * configure (warn_cflags): Delete.
5613 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
5615         * MAINTAINERS: Added myself.
5617 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
5618             Martin v. Loewis  <martin@loewis.home.cs.tu-berlin.de>
5620         * configure.in (enable_libstdcxx_v3): Add.
5621         (target_libs): Add bits here to switch between libstdc++-v2 and
5622         libstdc++-v3.
5623         * config.if: And this file too.
5624         * Makefile.in: Add libstdc++-v3 targets.
5626 2000-04-05  Michael Meissner  <meissner@redhat.com>
5628         * config.sub (d30v): Add d30v as a basic machine type.
5630 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
5632         * configure.in: -linux-gnu*, not -linux-gnu.
5634 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
5636         * MAINTAINERS: Add self in write-after-approval section.
5638 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
5640         * MAINTAINERS: Add self as ia64 port maintainer.
5642 2000-03-08  Neil Booth  <NeilB@earthling.net>
5644         * MAINTAINERS: Add self in write-after-approval section.
5646 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
5648         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
5649         (do-tar-bz2): Replace TOOL with PACKAGE.
5650         (gdb.tar.bz2): Remove GDBTK from GDB package.
5651         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
5652         dejagnu.tar.bz2): New packages.
5654 2000-02-27  Andreas Jaeger  <aj@suse.de>
5656         * configure.in: Add entry for mips*-*-linux*, move catch all
5657         *-*-*linux* entry below this one.
5659 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
5661         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
5663 2000-02-24  Nick Clifton  <nickc@cygnus.com>
5665         * config.sub: Support an OS of "wince".
5667 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
5669         * config.guess, config.sub: Updated to match config's 2000-02-15
5670         version.
5672 2000-02-23  Linas Vepstas <linas@linas.org>
5674         * config.sub: Add support for Linux/IBM 370.
5675         * configure.in: Likewise.
5677 2000-02-22  Nick Clifton  <nickc@cygnus.com>
5679         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
5681 2000-02-20  Christopher Faylor <cgf@cygnus.com>
5683         * config.guess: Guess "cygwin" rather than "cygwin32".
5685 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5687         * configure (gcc_version): When setting, narrow search to
5688         lines containing `version_string'.
5690 2000-02-15  Denis Chertykov  <denisc@overta.ru>
5692         * config.sub: Add support for avr target.
5694 2000-02-14  Nick Clifton  <nickc@cygnus.com>
5696         * MAINTAINERS: Add maintainers for MCore port.
5698 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
5700         * config.sub: Add mmix-knuth-mmixware.
5702 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5704         * MAINTAINERS: Pair cccp with cpplib maintainership.
5706 2000-01-27  Christopher Faylor <cgf@redhat.com>
5708         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
5709         structure stuff to -L library search.
5710         (CXX_FOR_TARGET): Ditto.
5711         (CROSS_CHECK_MODULES): Fix spelling mistake.
5713 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
5715         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
5716         the C++ compiler.
5718 2000-01-12  Richard Henderson  <rth@cygnus.com>
5720         * configure.in: Don't build some bits for beos.
5722 2000-01-12  Joel Sherrill (joel@OARcorp.com)
5724         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
5725         as include files.
5727 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
5729         * Add self as cpplib maintainer, as requested by Jason
5730         Merrill.  Correct my e-mail address.
5732 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
5734         * configure.in: Use mt-aix43 to handle *_TARGET defs,
5735         not mh-aix43.
5737 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
5739         * MAINTAINERS: Add myself to "write after approval" list.
5741 1999-12-14  Richard Henderson  <rth@cygnus.com>
5743         * config.guess (alpha-osf, alpha-linux): Detect ev67.
5744         * config.sub: Accept alphaev[78], alphaev8.
5746 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5748         * config.guess, config.sub: Update from autoconf.
5750 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
5752         * MAINTAINERS:  update my playtime e-address.
5754 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5756         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
5757         necessary libraries are missing.
5759 Fri Nov 19 11:22:31 MST 1999    Diego Novillo <dnovillo@cygnus.com>
5761         * MAINTAINERS: Add new 'write after approval' maintainer.
5763 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5765         * MAINTAINERS: Add new Java maintainer.
5767 1999-10-25  Andreas Schwab  <schwab@suse.de>
5769         * configure: Fix quoting inside arguments of eval.
5771 1999-10-21  Nick Clifton  <nickc@cygnus.com>
5773         * config-ml.in: Allow suppression of some ARM multilibs.
5775 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
5777         * config.guess: Add OS/390 match pattern.
5778         * config.sub: Add mvs, openedition targets.
5779         * configure.in (i370-ibm-opened*): New.
5781 1999-09-04  Steve Chamberlain  <sac@pobox.com>
5783         * config.sub: Add support for configuring for pj.
5785 1999-08-31  Nick Clifton  <nickc@cygnus.com>
5787         * config.sub (maybe_os): Add support for configuring for fr30.
5789 1999-08-25  Nick Clifton  <nickc@cygnus.com>
5791         * configure.in: Do not configure or build ld for AIX
5792         platforms.  ld is known to be broken on these platforms.
5794 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5796         * config-ml.in: Pass compiler flag corresponding to multidirs to
5797         subdir configures.
5799 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
5801         * Makefile.in (LDFLAGS): Define.
5803 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
5805         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
5806         noconfigdirs.
5807         (*-*-cygwin*): Likewise.
5809 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
5811         * mkdep: New file.
5812         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
5813         (BINUTILS_SUPPORT_DIRS): Add mkdep.
5815         From Eli Zaretskii <eliz@is.elta.co.il>:
5816         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
5817         long file name when using DJGPP on MS-DOS.
5819 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
5821         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
5823 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
5825         * Makefile.in (check-target-libio): Remove all-target-libstdc++
5826         dependency as this causes "make check" to globally "make all"
5828 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
5830         * configure.in (target_libs): Added target-zlib.
5831         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
5832         (CONFIGURE_TARGET_MODULES): Likewise.
5833         (CHECK_TARGET_MODULES): Likewise.
5834         (INSTALL_TARGET_MODULES): Likewise.
5835         (CLEAN_TARGET_MODULES): Likewise.
5836         (configure-target-zlib): New target.
5837         (all-target-zlib): Likewise.
5838         (all-target-libjava): Depend on all-target-zlib.
5839         (configure-target-libjava): Depend on configure-target-zlib.
5841         * Makefile.in (configure-target-libjava): Depend on
5842         configure-target-newlib.
5843         (configure-target-boehm-gc): New target.
5844         (configure-target-qthreads): New target.
5846         * configure.in (target_libs): Added target-qthreads.
5847         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
5848         (CONFIGURE_TARGET_MODULES): Likewise.
5849         (CHECK_TARGET_MODULES): Likewise.
5850         (INSTALL_TARGET_MODULES): Likewise.
5851         (CLEAN_TARGET_MODULES): Likewise.
5852         (all-target-qthreads): New target.
5853         (configure-target-libjava): Depend on configure-target-qthreads.
5854         (all-target-libjava): Depend on all-target-qthreads.
5856         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
5857         (CONFIGURE_TARGET_MODULES): Likewise.
5858         (CHECK_TARGET_MODULES): Likewise.
5859         (INSTALL_TARGET_MODULES): Likewise.
5860         (CLEAN_TARGET_MODULES): Likewise.
5861         (all-target-libjava): New target.
5862         (all-target-boehm-gc): Likewise.
5863         * configure.in (target_libs): Added libjava, boehm-gc.
5865 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
5867         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
5868         configure.bat in SUPPORT_FILES.
5869         (gas+binutils.tar.bz2): Likewise.
5871         * makeall.bat: Remove; obsolete.
5873 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
5875         From Mark Elbrecht:
5876         * configure.bat: Remove; obsolete.
5878 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
5880         * configure: Add -W -Wall to the default CFLAGS when compiling with
5881         gcc.
5883 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
5885         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
5887 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
5889         * configure.in: Build ld on IRIX6.
5891 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
5893         * Makefile.in: Change distribution targets to use bzip2 instead of
5894         gzip.
5895         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
5896         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
5898 1999-06-04  Nick Clifton  <nickc@cygnus.com>
5900         * config.sub: Add mcore target.
5902 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
5904         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
5906 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
5908         * config.guess (dummy): Changed to $dummy.
5910 1999-05-24  Nick Clifton  <nickc@cygnus.com>
5912         * config.sub: Tidied up case statements.
5914 1999-05-22  Ben Elliston  <bje@cygnus.com>
5916         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
5917         <jiro@din.or.jp>.
5919         * config.guess: Merge with FSF version. Future changes will be
5920         more accurately recorded in this ChangeLog.
5921         * config.sub: Likewise.
5923 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
5925          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
5927 1999-04-30  Tom Tromey  <tromey@cygnus.com>
5929         * ltmain.sh: [mode link] Always use CC given by ltconfig.
5931 1999-04-23  Tom Tromey  <tromey@cygnus.com>
5933         * ltconfig, ltmain.sh: Update to libtool 1.2f.
5935 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
5937         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
5938         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
5939         Bad merge removed these two changes.
5941 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
5942                           Martin Heller (Ing.-Buero_Heller@t-online.de)
5944         * config.guess (interix Alpha): Add.
5946 1999-04-11  Richard Henderson  <rth@cygnus.com>
5948         * configure.in (i?86-*-beos*): Do config gperf; don't config
5949         gdb, newlib, or libgloss.
5951 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
5953         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
5954         link a trivial program with -mabi=64.  If it fails, remove mabi=64
5955         from multidirs.
5957 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
5959         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
5961 1999-04-08  Nick Clifton  <nickc@cygnus.com>
5963         * config.sub: Add support for mcore targets.
5965 1999-04-07  Michael Meissner  <meissner@cygnus.com>
5967         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
5968         not mt-ospace, in order to shut up assembler warning about using
5969         symbols that are named the same as registers.
5971 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
5973         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
5974         dependency list for all-target-cygmon.
5976 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
5978         * config-ml.in: Check $host, not $target, for selective multilibs.
5979         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
5980         thumb interworking, and underscore prefix multilibs.
5982 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
5984         * missing: Update to version from current automake.
5986 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
5988         * configure (gxx_include_dir): Removed.
5990         * configure.in (gxx_include_dir): Handle it.
5991         * Makefile.in: Likewise.
5993 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
5995         * config.sub (mips64vr4111,mips64vr4111el) Add.
5997 1999-03-21  Ben Elliston  <bje@cygnus.com>
5999         * config.guess: Correct typo for detecting ELF on FreeBSD.
6001 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
6003         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
6004         config/mh-djgpp.
6006 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
6008         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
6009         all-target-newlib to dependency list for all-target-bsp.
6011 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
6013         * config.sub: Add i386-uwin support.
6014         * config.guess: Likewise.
6016 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6018         * configure.in: cleanup, add mh-*pic handling for arm, special
6019         case powerpc*-*-aix*
6021 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
6023         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
6024         can be built.
6026 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
6028         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
6029         targets.
6031 1999-03-02  Nick Clifton  <nickc@cygnus.com>
6033         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
6035 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
6037         * config.sub: Check for "cygwin*" rather than "cygwin32*"
6039 1999-02-24  Nick Clifton  <nickc@cygnus.com>
6041         * config.sub: Fix typo in arm recognition.
6043 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
6045         * configure.in (noconfigdirs): Changed target_configdirs to
6046         include target-bsp only for m68k-*-elf* and m68k-*-coff*
6047         rather than m68k-*-* since it is not known to work on
6048         m68k-aout. Ditto for arm-*-*oabi.
6050 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
6052         * configure.in (*-*-windows*): Remove, no longer used.
6054 1999-02-19  Ben Elliston <bje@cygnus.com>
6056         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
6057         Smart and improved by Andrew Cagney.
6059 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
6061         * config.guess: Recognize openbsd-*-hppa.
6063 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
6065         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
6066         only if it is not empty.
6068 1999-02-17  Nick Clifton  <nickc@cygnus.com>
6070         Patch from: Scott Bambrough <scottb@corelcomputer.com>
6072         * config.guess: Modified to recognize uname's armv* syntax.
6074         * config.sub: Modified to recognize uname's armv* syntax.
6076 1999-02-17  Mark Salter  <msalter@cygnus.com>
6078         * configure.in: Added target-bsp for sparclite.
6080 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
6082         * config.sub: Recognize alphapca5[67] and up to alphaev8.
6084 1999-02-08  Nick Clifton  <nickc@cygnus.com>
6086         * configure.in: Add support for strongarm port.
6087         * config.sub: Add support for strongarm target.
6089 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
6091         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
6092         the old name config/mh-cygwin32.
6093         Enable texinfo.
6095 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
6097         * configure.in: Do build ld for ix86 Solaris.
6099 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
6101         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
6102         $AR_FOR_TARGET.  Likewise for RANLIB.
6104 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
6106         * config.sub (oabi):  Recognize.
6107         * configure.in (arm-*-oabi):  Handle.
6109 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
6111         * config.guess: Improve detection of i686 on UnixWare 7.
6113 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
6115         * config.guess: Add support for i386-pc-interix.
6116         * config.sub: Likewise.
6117         * configure.in: Likewise.
6119 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
6121         * Makefile.in: Remove unneeded all-target-libio from
6122         from all-target-winsup target since it is now unneeded.
6123         Add all-target-libtermcap in its place since it is now
6124         needed.
6126 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
6128         * configure.in: makefile stub for cygwin target is probably
6129         unnecessary.  Remove it for now.
6131 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
6133         * configure.in: libtermcap.a should be built when cygwin is the
6134         target as well as the host.
6135         * config.guess: Allow mixed case in cygwin uname output.
6136         * Makefile.in: Add libtermcap target.
6138 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
6140         * config.sub: Clean up handling of hppa2.0.
6142 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
6144         * config.guess: Use C code to identify more HP machines.
6146 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
6148         * config.sub: Handle hppa2.0.
6150 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
6152         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
6153         cygmon for all sparclite targets, regardless of object format.
6155 1998-12-15  Mark Salter  <msalter@cygnus.com>
6157         * configure.in: Added target-bsp for several target architectures.
6159         * Makefile.in: Added rules for bsp.
6161 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
6163         * config.guess: Improve detection of hppa2.0 processors.
6165 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
6167         * config.guess: Recognize FreeBSD using ELF automatically.
6169 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
6171         * configure (skip-this-dir): Add handling for new shell script, which
6172         might be created by a sub-directory's configure to indicate, this particular
6173         directory is "unwanted".
6174         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
6176 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
6178         * ltconfig: import from libtool, after changing libtool to
6179         account for the cygwin name change.
6181 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
6183         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
6184         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
6186 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
6188         * configure.in: Add libtermcap to list of cygwin dependencies.
6190 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
6192         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
6193         they include winsup/include when it's a cygwin target.
6195 1998-11-12  Tom Tromey  <tromey@cygnus.com>
6197         * configure.in (host_tools): Added zip.
6198         * Makefile.in (all-target-libjava): Depend on all-zip.
6199         (all-zip): New target.
6200         (ALL_MODULES): Added all-zip.
6201         (NATIVE_CHECK_MODULES): Added check-zip.
6202         (INSTALL_MODULES): Added install-zip.
6203         (CLEAN_MODULES): Added clean-zip.
6205 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
6207         * Makefile.in: lose "32" from comment about cygwin.
6209 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
6211         * configure.in: Use -Os to build target libraries for the fr30.
6213 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
6215         * config.sub: Add fr30.
6217 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
6219         * configure.in: drop "32" from config/mh-cygwin32.  Check
6220         cygwin* instead of cygwin32*.
6221         * config.sub: Check cygwin* instead of cygwin32*.
6223 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
6225         * config.guess: Match any version of Unixware7.
6227 1998-10-20  Syd Polk  <spolk@cygnus.com>
6229         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
6230         if desired.
6232 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
6234         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
6235         these if the appropriate directories and files to not exist.
6237 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
6239         * Makefile.in (DEVO_SUPPORT): Add config.if.
6241 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
6243         * configure: Add pattern to replace "build_tooldir"'s
6244         definition in the generated Makefile with "tooldir"'s
6245         actual value.
6247 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
6249         * config.sub: Bring back lost sparcv9.
6251         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
6253 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
6255         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
6256         CC_FOR_TARGET and friends.
6258 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
6260         * Makefile.in (build_tooldir): New variable, same as tooldir.
6261         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
6262         -B$(build_tooldir)/bin/.
6263         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
6265 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6267         * README: Remove installation instructions and refer to the
6268         INSTALL directory instead.
6270 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
6272         * config.sub: Add support for i[34567]86-pc-udk.
6273         * configure.in: Likewise.
6275 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
6277         * Makefile.in: add bzip2 package building bits for user
6278         tools module
6279         * configure.in: ditto
6281 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
6283         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
6284         (ALL_TARGET_MODULES): Add all-target-libobjc.
6285         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
6286         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
6287         (all-target-libchill): Add dependencies.
6288         * configure.in (target_libs): Add libchill.
6290 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
6292         * configure.in (target_subdir): Remove duplicate line.
6294 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
6296         * Makefile.in (all-automake): fix dependencies.
6298 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
6300         * configure.in: Minor cleanups for building in the $(target_alias)
6301         subdir.
6303 1998-09-22  Jim Wilson  <wilson@cygnus.com>
6305         * Makefile.in (bootstrap): Set r and s before make all.  Use
6306         BASE_FLAGS_TO_PASS in make all.
6307         (cross): Likewise.
6309 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
6311         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
6313 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
6315         * config.sub: Fix typo in last change.
6317 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
6319         * config.sub: Add support for C4x target.
6320         * configure.in: Likewise.
6322 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
6324         * config.sub: Recognize sparcv9 just like sparc64.
6326 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
6328         * config.guess: Match "Pent II" or "PentII" for OpenServer.
6330 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
6332         * config.guess: Correctly identify Pentium II sco boxes.
6334         * config.guess: Fix "tr" code.  From Weiwen Liu.
6336 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
6338         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
6339         stabs.
6341 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
6343         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
6344         (ALL_TARGET_MODULES): Add all-target-libchill.
6345         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
6346         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
6347         (all-target-libchill): Add dependencies.
6348         * configure.in (target_libs): Add libchill.
6350 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
6352         * config.guess: Avoid assumptions about "tr" behaves when
6353         LANG is set to something other than English.
6355 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
6357         * configure (gxx_include_dir): Changed to
6358         '${prefix}/include/g++'-${libstdcxx_interface}.
6360         * config.if: New to determine the interfaces.
6362 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
6364         * config.guess: Detect and handle MPE/IX.
6365         * config.sub: Deal with MPE/IX.
6367 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
6369         * configure.in: Use mh-aix43.
6371 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
6373         * configure: Fix --without/--disable cases for gxx-include-dir.
6375 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
6377         * mdata-sh:  Imported.  Needed for automake support.
6379 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
6381         * Makefile.in (taz): Try "chmod -R og=u ." before
6382         "chmod og=u `find . -print`".
6384 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
6386         * configure.in: Add arm-elf and thumb-elf support.
6388 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
6390         * Makefile.in: Undo previous patch.
6392 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
6394         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
6395         to here ...
6396         (install-no-fixedincludes): and here
6397         (INSTALL_MODULES): ... from here.
6399 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
6401         * config.sub: Merge with FSF.
6403         * config.guess: Merge with FSF.
6405 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
6407         * configure (extraconfigdirs): New variable.
6408         (SUBDIRS): Add extraconfigdirs and recurse on them too.
6409         * Makefile.in (all): Move higher in file.
6410         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
6411         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
6412         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
6413         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
6414         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
6416 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
6418         * Makefile.in (all-target-libjava): Depend on all-gcc and
6419         all-target-newlib.
6420         (configure-target-libjava): Depend on $(ALL_GCC).
6422 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
6424         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
6425         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
6427 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
6429         * INSTALL/README: Fix typo.
6431 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
6433         * ylwrap: Change absolute path checks to check for DOS style path
6434         names.
6436         * ylwrap: Don't use a full path name if the source file is in the
6437         same directory.  From hjl@lucon.org (H.J. Lu).
6439         * config-ml.in: Default to being verbose, to match Feb 18 change to
6440         configure.
6442 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
6444         Brought over from egcs:
6446         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
6448         * configure.in (target_subdir): Set to ${target_alias} instead
6449         of "libraries".
6451         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
6453         * configure.in (target_subdir): Set to libraries if enable_multilib.
6455 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
6457         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
6458         multilibs, force reconfiguration the first time we create
6459         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
6461 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
6463         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
6464         avoid confusion with --no-recursion.
6466 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
6468         * configure.in: Win32 hosts shouldn't use install -x
6469         * install-sh: remove -x option, and special .exe-handling
6470         hack.
6472 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
6474         * config.guess: Recognize i586-pc-beos.
6475         * configure.in: Don't build some bits for beos.
6477 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
6479         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
6480         CFLAGS default to -O2.
6482         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
6483         when using GNU ld.
6485 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
6487         * ltmain.sh: Correct install when using a different shell.
6489 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
6491         * ltconfig, ltmain.sh: Update to libtool 1.2b.
6493 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
6495         * makefile.vms: Update to build binutils/makefile.vms.  Add install
6496         target.
6498 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
6500         * ltconfig: Update to correct AIX handling.
6502 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
6504         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
6506         * configure.in (target_subdir): Set to ${target_alias} instead
6507         of "libraries".
6509 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
6511         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
6512         (Makefile): Depend on $(gcc_version_trigger).
6514         * configure (gcc_version): Change default initializer to empty
6515         string.
6516         (gcc_version_trigger): New variable; pass this variable down
6517         to subdir configures to enable them checking gcc's version
6518         themselves. Emit make macros for both gcc_version vars.
6519         (topsrcdir): Initialize reliably.
6520         (recursion line): Remove --with-gcc-version=${gcc_version}.
6522 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
6524         * configure (enable_version_specific_runtime_libs): Implement new flag
6525         --enable-version-specific-runtime-libs which installs C++ runtime stuff
6526         in $(libsubdir); emit definition in each generated Makefile.
6527         (gxx_include_dir): Initialize depending on
6528         $enable_version_specific_runtime_libs.
6530 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
6532         * configure (gcc_version): Initialize properly depending on
6533         how and where configure is started.
6534         (recursion line): Pass a --with-gcc-version=${gcc_version}
6535         to configures in subdirs.
6537 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
6539         * configure.in (noconfigdirs): Add configure pattern for mips tx39
6540         cygmon
6542 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
6544         * configure.in: Add cygmon and libstub support for mn10200.
6546 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
6548         * configure (gcc_version): Add new variable describing the
6549         particular gcc version we're building.
6550         * Makefile.in (libsubdir): Add new macro for the directory
6551         in which the compiler finds executables, libraries, etc.
6552         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
6553         and libsubdir.
6555 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
6557         * Makefile.in (local-clean): Remove *.log.
6558         (warning.log): Built with warn_summary from build.log.
6559         (mail-report.log): Run test_summary.
6560         (mail-report-with-warnings.log): Run test_summary including
6561         warning.log in the report.
6563 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
6565         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
6567 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
6569         * Makefile.in (grep): Grep no longer depends on libiberty.
6571 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
6573         * Makefile.in: all-snavigator needs all-libgui.
6575 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
6577         * configure.in: Add cygmon and libstub support for mn10300.
6579 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
6581         * missing: Update to version from automake 1.3.
6583         * ltmain.sh: On installation, don't get confused if the same name
6584         appears more than once in the list of library names.
6586 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
6588         * config.sub: Accept m68060 and m5200 as CPU names.
6590 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
6592         * configure: Use && rather than using -a in test, because odd
6593         strings can confuse test.
6594         * configure.in: Likewise.
6596 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
6598         * ltconfig, ltmain.sh: Bring in Visual C++ support.
6600 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
6602         * Makefile.in (boostrap2-lean, bootstrap3-lean,
6603         bootstrap4-lean): New targets.
6605 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
6607         * mpw-* Delete.  Not used.
6609 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
6611         * COPYING.LIB: Update FSF address.
6613 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
6615         * ltconfig, ltmain.sh: Update to libtool 1.2a.
6617         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
6618         GAS_SUPPORT_DIRS.
6620 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
6622         * ltconfig, ltmain.sh: Avoid producing a version number if
6623         -version-info was not used.
6625 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
6627         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
6628         building with newlib.
6630 1998-04-30  Paul Eggert  <eggert@twinsun.com>
6632         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
6633         Solaris `make' causes it to continue to next definition.
6635 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
6637         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
6638         the right GUI libraries and files are installed along with GDB.
6640 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
6642         * configure.in: Change alpha to alpha* in several places.
6644 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
6646         * config.sub: Recognize sparc86x.
6648 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
6650         * configure.in (--enable-target-optspace): Remove debug echo.
6652 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
6654         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
6656 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
6658         * ltconfig: Update cygwin32 support.
6660         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
6661         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
6662         (GDB_SUPPORT_DIRS): Likewise.
6664 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
6666         * configure.in (target_makefile_frag): If --enable-target-optspace,
6667         use -Os to compile target libraries rather than -O2.  Default to
6668         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
6669         not used.
6670         * configure.in (target_cflags): Ditto for d30v.
6672 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
6674         * Makefile.in (all-bfd): Depend on all-intl.
6675         (all-binutils): Likewise.
6676         (all-gas): Likewise.
6677         (all-gprof): Likewise.
6678         (all-ld): Likewise.
6680 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
6682         * configure.in (host_tools): Fix typo, lbtool -> libtool.
6684 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
6686         * Makefile.in (all-bfd): Depend upon all-libiberty.
6688         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
6690 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
6692         * Makefile.in: Add libstub.
6694         * configure.in: Ditto. Build libstub for targets that have cygmon
6695         support.
6697 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
6699         * configure.in: Don't set PICFLAG on ix86-cygwin32.
6701 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
6703         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
6704         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
6706 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
6708         * configure: Define DEFAULT_M4 by searching PATH.
6709         * Makfile.in: Use DEFAULT_M4.
6711 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
6713         * ltconfig: Add cygwin32 support.
6715         * Makefile.in, configure.in: Add libtool as a native only directory
6716         to configure and build.
6718 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
6720         * Makefile.in (INSTALL_MODULES): Remove texinfo.
6722 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
6724         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
6726 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
6728         * Makefile.in: add ash make rules
6729         * configure.in: add ash to native_only and host_tools lists
6731 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
6733         * Makefile.in (all-gettext, all-intl): New targets.
6734         (ALL_MODULES): Added all-gettext, all-intl.
6735         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
6736         (INSTALL_MODULES): Added install-gettext, install-intl.
6737         (CLEAN_MODULES): Added clean-gettext, clean-intl.
6739         * configure.in (host_tools): Added gettext.
6740         (native_only): Likewise.
6741         (noconfigdirs) [various cases]: Likewise.
6742         (host_libs): Added intl.
6744 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
6746         * configure: Do not disable building gdbtk for cygwin32 hosts.
6748 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
6750         * configure.in: Add thumb-coff target.
6751         * config.sub: Add thumb-coff target.
6753 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
6755         * Makefile.in: Revert yesterday's change.
6756         (all-target-winsup):  all-target-librx stays out of here.
6758 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
6760         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
6761         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
6762         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
6763         Remove references to librx and libg++.
6765 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
6767         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
6768         recursive makes
6770 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
6772         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
6773         for newlib directory.
6774         (CXX_FOR_TARGET): Likewise.
6776 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
6778         * ltconfig: Update after libtool/ltconfig.in change for
6779         hpux11.
6781 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
6783         * ltconfig, ltmain.sh: Update to libtool 1.2.
6785 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
6787         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
6788         (install-gcc-cross): Instead, override LANGUAGES here.
6790 1998-03-18  Dave Love  <d.love@dl.ac.uk>
6792         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
6793         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
6795 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
6797         * configure.in: Add Thumb-pe target.
6799 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
6801         * Makefile.in - changed sn targets to snavigator
6802         * configure.in - changed sn targets to snavigator
6804 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
6806         * config-ml.in: After building symlink tree call make distclean
6807         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
6808         to be the case for libiberty.
6810 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
6812         * configure: When making link, also check the current
6813         directory. The configure scripts may create one.
6815 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
6817         * config.sub: Accept alphapca56 and alphaev6 properly.
6819 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6821         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
6823 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
6825         * config.sub (sco5): Fix typo.
6827 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
6829         * Makefile.in (INSTALL_MODULES): Move install-tcl before
6830         install-itcl.
6831         (install-itcl): Remove dependency on install-tcl.
6833 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
6835         * configure.in: Remove libgloss from noconfigdirs for MN10300.
6837 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
6839         * configure.in: Don't build libgui for a cygwin32 target when not on
6840         a cygwin32 host.
6842 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
6844         * configure (redirect): Set to null, so default behavior of
6845         configure is now --verbose.
6847 1998-02-16  Dave Love  <d.love@dl.ac.uk>
6849         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
6850         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
6852 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
6854         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
6855         this change to sync Makefile.in with its ChangeLog entries.
6857 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
6859         * ltmain.sh (mkdir): Check that the directory doesn't exist
6860         before we exit with error, so that we don't get races during
6861         parallel builds.
6863 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
6865         * ltconfig, ltmain.sh: Update from libtool 1.0i.
6867 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
6869         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
6870         PICFLAG_FOR_TARGET.
6871         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
6873         * configure: Emit a definition for the new macro enable_shared
6874         into each Makefile.
6876 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
6878         * configure.in (host_tools, native_only): Add libtool.
6880 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
6882         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
6883         Fix typo in ming config comment.
6885 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
6887         * ltconfig, ltmain.sh: Update from libtool 1.0h.
6889 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
6891         * config.sub: Add tic30 cases, and map c30 to tic30.
6893 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
6895         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
6896         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
6897         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
6898         (CLEAN_TARGET_MODULES): Similarly
6899         (all-target-libf2c): Add dependences.
6900         * configure.in (target_libs): Add libf2c.
6902 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
6904         * configure.in: Remove expect from noconfigdirs when target
6905         is cygwin32.  OK to build expect and dejagnu with Canadian
6906         Cross.
6908 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
6910         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
6911         host.
6913         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
6914         and mingw32.
6916 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
6918         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
6919         here as it is not defined in the toplevel Makefile.
6921 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
6923         * configure (package_makefile_rules_frag): New variable, which names
6924         a file with generic rules, ...
6925         Change comment to mention we now have FIVE parts.
6926         * configure: Undo last change.
6928 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
6930         * config.guess: More accurate determination of HP processor types.
6931         * config.sub: More accurate determination of HP processor types.
6933 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
6935         * configure (package_makefile_frag): Move inserting the
6936         ${package_makefile_frag} to where it should be according
6937         to the comment.
6939 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
6941         * config.guess: Add support for Linux/ARM.
6943 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
6945         * .cvsignore: Remove *-info and *-install since they match
6946         release-info and mpw-install, which we don't want to just ignore.
6948 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
6950         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
6952 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
6954         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
6955         local_prefix to sub-make invocations.
6957 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
6959         * configure.in: Check makefile fragments in the source
6960         directory.
6962 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
6964         * configure.in: Check whether host and target makefile
6965         fragments exist before adding them to *_makefile_frag.
6967 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
6969         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
6971 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
6973         * configure.in: Make sure we only replace RPATH_ENVVAR on
6974         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
6975         regexp to sed.
6977         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
6978         to sub-makes.
6980 1998-01-13  Lee Iverson   (leei@ai.sri.com)
6982         * config-ml.in (multi-do): LDFLAGS must include multilib
6983         designator.
6985 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
6987         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
6989 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
6991         * config.sub: Add mingw32 support.
6992         * configure.in: Likewise.
6994 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
6996         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
6998 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
7000         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
7001         * configure (gxx_include_dir): Provide a definition for subdirs
7002         which do not use autoconf.
7004 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
7006         * config.guess: Sync with egcs.  Picks up new alpha support,
7007         BeOS & some additional linux support.
7009 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
7011         * config.guess: HP 9000/803 is a PA1.1 machine.
7013 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
7015         * configure.in: It's alpha*-...
7017 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
7019         * configure.in (host_makefile_frag, target_makefile_frag):
7020         Handle multiple config files.
7021         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
7022         alpha-*-*.
7024 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
7026         * mkdep: New file.
7028 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
7030         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
7032 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
7034         * Makefile.in: Add libgui directory.
7035         (GDB_TK): Add all-libgui.
7036         * configure.in: Add libgui directory.
7037         * configure: Add all-libgui to GDB_TK.
7039 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
7041         * config-ml.in (multidirs): Add m32r to multilib list.
7043 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
7045         * Makefile.in (all-target-gperf): Change dependency to
7046         all-target-libstdc++.
7048 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
7050         * config.guess: Add BeOS support.
7052 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
7054         Source directory cvs renamed to cvssrc:
7055         * configure.in (host_tools): Change cvs to cvssrc.
7056         (native_only): Likewise.
7057         (noconfigdirs) [various cases]: Likewise.
7058         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
7059         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
7060         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
7061         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
7062         (all-cvssrc): Rename target from all-cvs.
7064 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
7066         * configure (gxx_include_dir): Fix thinko.
7068 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
7070         * Makefile.in (INSTALL_TARGET_CROSS): Define.
7071         (install-cross, install-gcc-cross): New targets.
7073 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
7075         * configure.in (noconfigdirs): Add support for Thumb target.
7077         * config.sub (maybe_os): Add support for Thumb target.
7079 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
7081         * Makefile.in: Add rules for cygmon.
7083         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
7085 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
7087         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
7088         * configure (gxx_include_dir): Provide a definition for subdirs
7089         which do not use autoconf.
7091 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
7093         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
7094         11/18/97 build
7096 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
7098         * From Franz Sirl.
7099         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
7100         found on RedHat Linux systems.
7102 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
7104         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
7105         guesses.
7107 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
7109         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
7111 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
7113         * ltmain.sh: If mkdir fails, check whether the directory was created
7114         anyhow by some other process.
7116 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
7118         * configure.in (d30v-*-*): Configure all directories.
7120 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
7122         * configure.in (d30v-*-*): Configure newlib, libiberty directories
7123         for the D30V.
7125 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
7127         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
7129 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
7131         * include/libiberty.h: Add extern "C" { so it can be used with C++
7132         progrms.
7133         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
7134         programs.
7136 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
7138         * configure.in (d30v-*-*): Configure GCC now.
7140 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
7142         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
7143         is no longer needed.
7145 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
7147         * Makefile.in: check-target-libio depends on all-target-libstdc++.
7149 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
7151         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
7152         targets using "$@" to provide support for similar but not identical
7153         targets without having to duplicate code.
7155 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
7157         * makefile.vms: Fix to work with DEC C.
7159 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
7161         * config.sub: Add mips-tx39-elf to marketing names.
7163 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
7165         * ltmain.sh: Handle symlinks in generated script.
7167 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
7169         * configure: Handle autoconf style directory options: --bindir,
7170         --datadir, --includedir, --infodir, --libdir, --libexecdir,
7171         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
7172         --sysconfdir.
7173         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
7174         (sharedstatedir, localstatedir, oldincludedir): New variables.
7175         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
7176         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
7177         sbindir, sharedstatedir, and sysconfdir.
7179 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
7181         * Makefile.in (bootstrap-lean): New target.
7183 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
7185         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
7186         sn, and gnuserv from noconfigdirs.
7188 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
7190         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
7192 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
7194         * Makefile.in (cross): New target.
7196 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
7197                           Jeff Law         <law@cygnus.com>
7199         * Makefile.in (bootstrap2, bootstrap3): New targets.
7200         (all-bootstrap): Remove outdated and confusing target.
7201         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
7203 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
7205         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
7206         windows.  Consistent with gdb/configure.
7208 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
7210         * configure.in: Name Linux target fragment.
7212         * configure: Rewrite so that project Makefile fragment is inserted
7213         first and appears last in the resulting Makefile.
7215 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
7217         * Makefile.in (install-itcl): Install tcl first.
7219 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
7221         * configure.in: remove bison from noconfigdirs for Cygwin32 host
7223 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
7225         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
7227         * configure.in (skipdirs): Add target-librx for Linux.
7228         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
7230 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
7232         * Makefile.in (bootstrap): New target.
7234 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
7236         * config.sub: Accept 'amigados' for backward compatibility.
7238 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
7240         * config.guess: Merge with FSF.
7242 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
7244         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
7246 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
7248         * config.sub: Add "marketing-names" patch.
7250 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
7252         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
7254 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
7256         * config.sub: Handle v850-elf.
7258 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
7260         * .cvsignore (*-install): Remove.
7262 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
7264         * ltconfig: Set CONFIG_SHELL in libtool.
7265         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
7267 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
7269         * configure.in (target_subdir): Set to libraries if enable_multilib.
7271 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
7273         * config.guess: Update from gcc directory.
7275 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
7277         * Makefile.in (all-sim): Depends on all-readline.
7279 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
7281         * Makefile.in (BISON, YACC): Use $$s.
7282         (all-bison): Depend on all-texinfo.
7284 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
7286         * Makefile.in (BISON): Add -L flag.
7287         (YACC): Likewise.
7289 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
7291         * configure.in (noconfigdirs): Add support for v850e target.
7293         * config.sub (maybe_os): Add support for v850e target.
7295 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
7297         * configure.in (noconfigdirs): Add support for v850ea target.
7299         * config.sub (maybe_os): Add support for v850ea target.
7301 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
7303         * config.sub: Add mipstx39.  Delete r3900.
7305 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
7307         * Makefile.in (all-autoconf): Depends on all-texinfo.
7309 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
7311         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
7312         eabi targets.
7314 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
7316         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
7318         * configure: When handling a Canadian Cross, handle YACC as well as
7319         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
7320         * Makefile.in (all-bison): Depend upon all-texinfo.
7322 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
7324         * Makefile.in (BISON): bison, not byacc or bison -y.
7325         (YACC): bison -y or byacc or yacc.
7326         (various): Add *-bison as appropriate.
7327         (taz): No need to mess with BISON anymore.
7329 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
7331         * configure: If OSTYPE matches *win32*, try to find a good value for
7332         CONFIG_SHELL.
7334 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
7336         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
7337         configure.in if it is present.
7339 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
7341         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
7343 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
7345         * config.sub: Recognize `arc' cpu.
7346         * configure.in: Likewise.
7347         * config-ml.in: Likewise.
7349 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
7351         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
7353 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
7355         * configure: Changed sed delimiter from ':' to '|' when
7356         attempting to substitute ${config_shell} for SHELL. On
7357         NT ${config_shell} may contain a ':' in it.
7359 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
7361         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
7363 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
7365         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
7367 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
7369         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
7371         * ylwrap: If the program is a relative path, force it to be
7372         absolute.
7374 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
7376         * configure (tooldir): Set BISON to `bison -y' and not just bison.
7378 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
7380         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
7381         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
7382         for libraries.
7384 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
7386         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
7387         separated by spaces.
7389 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
7391         * ylwrap: New file.
7392         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
7394         * ltmain.sh: Handle /bin/sh at start of install program.
7396         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
7398         * ltconfig, ltmain.sh: New files, from libtool 1.0.
7399         * missing: New file, from automake 1.2.
7401 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
7403         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
7404         check-tk to CHECK_X11_MODULES.
7406 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
7408         * config.sub: Merge with FSF.
7410 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
7412         * config.guess: Merge with FSF.
7414 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
7416         * configure: Treat msdosdjgpp like go32.
7417         * configure.in: Likewise.  Don't remove gprof for go32.
7419         * configure: Change Makefile.tem2 to Makefile.tm2.
7421 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
7423         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
7425 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
7427         * install-sh (chmodcmd): Set to null if the DST directory already
7428         exists.  Same as Nov 11th change.
7430 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
7432         * configure (GDB_TK): Needs itcl and tix.
7434 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
7436         * config.guess: Update from FSF.
7438 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
7440         * Makefile.in (GDB_TK): Depend on itcl and tix.
7442 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
7444         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
7445         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
7446         (INSTALL_SCRIPT): New variable.
7447         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
7448         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
7449         to -x.
7450         * install-sh: Add support for -x option.
7452 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
7454         * configure.in, Makefile.in: Treat tix like itcl.
7456 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
7458         * Makefile.in (WINDRES): New variable.
7459         (WINDRES_FOR_TARGET): New variable.
7460         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
7461         (EXTRA_HOST_FLAGS): Add WINDRES.
7462         (EXTRA_TARGET_FLAGS): Add WINDRES.
7463         (EXTRA_GCC_FLAGS): Add WINDRES.
7464         ($(DO_X)): Pass down WINDRES.
7465         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
7466         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
7467         DLLTOOL_FOR_TARGET.
7469 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
7471         * configure.in: configure sim before gdb for win32-x-ppc
7473 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
7475         Move gperf into the toplevel, from libg++.
7476         * configure.in (target_tools): Add target-gperf.
7477         (native_only): Add target-gperf.
7478         * Makefile.in (all-target-gperf): New target, depend on
7479         all-target-libg++.
7480         (configure-target-gperf): Empty rule.
7481         (ALL_TARGET_MODULES): Add all-target-gperf.
7482         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
7483         (CHECK_TARGET_MODULES): Add check-target-gperf.
7484         (INSTALL_TARGET_MODULES): Add install-target-gperf.
7485         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
7487 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
7489         * config.sub (mn10200): Recognize new basic machine.
7491 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
7493         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
7494         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
7496 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
7498         * configure.in: If we're building mips-sgi-irix6* native, turn on
7499         ENABLE_MULTILIB and set TARGET_SUBDIR.
7501 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
7503         * Makefile.in (all-sn): Depend on all-grep.
7505 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
7507         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
7509         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
7510         Makefile.  From Jeff Makey <jeff@cts.com>.
7511         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
7513         * Makefile.in (DISTBISONFILES): Remove.
7514         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
7515         $(DEFAULT_YACC).
7517         * configure.in: Build itl, db, sn, etc., when building for native
7518         cygwin32.
7520         * Makefile.in (LD): New variable.
7521         (EXTRA_HOST_FLAGS): Pass down LD.
7522         ($(DO_X)): Likewise.
7524 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
7526         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
7528 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
7530         * configure.in (targargs): Strip out any supplied --build argument
7531         before adding our own. Always add --build.
7533 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
7535         * configure.in (targargs): Pass --build if we're doing
7536         a cross-compile.
7538 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
7540         * configure: Use '|' instead of ":" as the separator in
7541         sed. Otherwise sed chokes on NT path names with drive
7542         designators. Also look for "?:*" as the leading characters in an
7543         absolute pathname.
7545 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
7547         * config.sub: Support for r3900.
7549 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
7551         * configure.in: Use install-sh, not install.sh.
7553 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
7555         * Makefile.in (taz): Improve check for BISON so it doesn't try to
7556         apply it twice.
7558 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
7560         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
7561         install-binutils.
7563 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
7565         * Makefile.in: Add automake targets.
7566         * configure.in (host_tools): Add automake.
7568 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
7570         * configure: Default CXX to c++, not gcc.
7571         * Makefile.in (CXX): Set to c++, not gcc.
7572         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
7574 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
7576         * install-sh: try appending a .exe if source file doesn't
7577         exist
7579 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
7581         * configure.in: Turn on multilib by default.
7582         (cross_only): Remove target-libiberty.
7584         * Makefile.in (all-gcc): Don't depend on libiberty.
7586 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
7588         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
7590 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
7592         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
7593         (DISTBISONFILES): Add ld/Makefile.in
7595 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
7597         * configure.in: if target is cygwin32 but host isn't cygwin32,
7598         don't configure gdb tcl tk expect, not just gdb.
7600 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
7602         * configure.in: Added gnuserv everywhere sn appears.
7604         * Makefile.in (ALL_MODULES): Added all-gnuserv.
7605         (CROSS_CHECK_MODULES): Added check-gnuserv.
7606         (INSTALL_MODULES): Added install-gnuserv.
7607         (CLEAN_MODULES): Added clean-gnuserv.
7608         (all-gnuserv): New target.
7610 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
7612         * config.guess: Fixes for MIPS OpenBSD systems.
7614 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
7616         * Makefile.in (INSTALL_XFORM): Remove.
7617         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
7619         * mkinstalldirs: New file, copied from automake.
7620         * Makefile.in (installdirs): Rename from install-dirs.  Use
7621         mkinstalldirs.  Change all users.
7622         (DEVO_SUPPORT): Add mkinstalldirs.
7624 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
7626         * install-sh: Rename from install.sh.
7627         * Makefile.in (INSTALL): Change install.sh to install-sh.
7628         (DEVO_SUPPORT): Likewise.
7630         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
7631         Graichen <graichen@rzpd.de>.
7633 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
7635         * config.guess: Recognize OpenBSD systems correctly.
7637 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
7639         * README, Makefile.in (ETC_SUPPORT): Remove references to
7640         cfg-paper*, configure.{texi,man,info*}._
7642 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
7644         * Makefile.in (all.normal): Ensure that gcc is built after all
7645         the x11 - ie gdb - targets.
7647 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
7649         * makefile.vms: Don't run conf-a-gas.
7651 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
7653         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
7655 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
7657         * configure.in: Remove noconfigdirs case since gdb also
7658         configures and builds for tic80-coff.
7660 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
7662         * configure: Set cache_file to config.cache.
7663         * Makefile.in (local-distclean): Remove config.cache.
7665 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
7667         * COPYING: Update FSF address.
7669 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
7671         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
7672         noconfigdirs.
7674 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
7676         * Makefile.in (install-dirs): Don't crash if prefix, and hence
7677         MAKEDIRS, is empty.
7679 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
7681         * config.sub: Tweak mn10300 entry.
7683 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
7685         * configure.in (host_tools): Put sim before gdb, so gdb's
7686         configure.tgt can determine if the simulator was configured.
7688 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
7690         * config.sub: Move BeOS $os case to be with other Cygnus
7691         local cases.
7693 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
7695         * config.sub: Remove misplaced comment that broke Linux.
7697 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
7699         * config.sub: Add BeOS support.
7701 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
7703         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
7705 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
7707         * configure.in (noconfigdirs): Remove tcl and tk from
7708         noconfigdirs for cygwin32 builds.
7710 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
7712         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
7714 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
7716         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
7717         make-all.com, use makefile.vms instead.
7719 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
7721         * config.sub: Accept -lnews*.
7723 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
7725         * configure.in (noconfigdirs): Disable target-newlib,
7726         target-examples and target-libiberty for d30v.
7728 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
7730         * configure.in (noconfigdirs): Enable ld for d30v.
7732 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
7734         * configure.in (tic80-*-*): Build compiler.
7736 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
7738         * configure.in (d30v-*): Remove sim directory from list of
7739         unsupported d30v directories
7741 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
7743         * config.sub, configure.in: Add d30v target cpu.
7745 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
7747         * makefile.vms: New file.
7748         * make-all.com: Remove.
7750 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
7752         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
7754 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
7756         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
7758 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
7760         * Makefile.in (ALL_MODULES): Added all-db.
7761         (CROSS_CHECK_MODULES): Addec check-db.
7762         (INSTALL_MODULES): Added install-db.
7763         (CLEAN_MODULES): Added clean-db.
7765 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
7767         * config.guess: Merge with latest FSF sources.
7769 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
7771         * Makefile.in (ALL_MODULES): Added all-itcl.
7772         (CROSS_CHECK_MODULES): Added check-itcl.
7773         (INSTALL_MODULES): Added install-itcl.
7774         (CLEAN_MODULES): Added clean-itcl.
7776 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
7778         * configure.in: build gdb for mn10200
7780 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
7782         * Makefile.in (all-target-winsup): Depend on all-target-libio.
7784 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
7786         * configure.in (tic80-*-*): Turn off most targets right now.
7788 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
7790         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
7791         rather than the makeinfo program.
7792         (do-info): Depend upon all-texinfo.
7794 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
7796         * configure.in: Remove uses of config/mh-linux.
7798         * config.sub, config.guess: Merge with latest FSF sources.
7800 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
7802         * config.sub (case $basic_machine): Add tic80 entries.
7804 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
7806         * config.sub, config.guess: Merge with latest FSF sources.
7808 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
7810         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
7811         * mpw-config.in: Test for NewFolderRecursive.
7812         * mpw-install: Use symbolic name for startup filename.
7813         * mpw-README: Add various additional details.
7815 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
7817         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
7819 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
7821         * configure.in: Do build gcc and the target libraries for
7822         the mn10200.
7824 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
7826         * configure.in: don't avoid building gdb for mn10300 any more
7827         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
7828         instead of single-quoting it.
7830 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
7832         * configure.in: Don't use --with-stabs on IRIX 6.
7834 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
7836         * configure.in (m32r): Build gdb, libg++ now.
7838 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
7840         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
7841         directories from noconfigdirs.
7843 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
7845         * config.sub (basic_machine): added mips16 configuration
7847 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
7849         * config.sub: Handle d10v-unknown.
7851 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
7853         * config.sub: Handle v850-unknown.
7855 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
7857         * Makefile.in: add findutils
7858         * configure.in: add findutils to list of host_tools
7860 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
7862         * config.sub: Handle mn10200 and mn10300.
7864 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
7866         * configure.in (d10v-*): Do not build librx.
7868 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
7870         * configure.in (mn10300): Build everything except gdb & libgloss.
7872 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
7874         * config.guess:  Patch for Dansk Data Elektronik servers,
7875         from Niels Skou Olsen <nso@dde.dk>.
7877         For ncr, use /bin/uname rather than uname, since GNU uname does not
7878         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
7880         Patch for MIPS R4000 running System V,
7881         from Eric S. Raymond <esr@snark.thyrsus.com>.
7883         Fix thinko for nextstep.
7885         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
7887         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
7888         * config.guess: Guess mips-dec-mach_bsd4.3.
7890         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
7891         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
7892         release numbers.
7893         * config.guess (mips-mips-riscos*):  Emit just enough of the
7894         release number.
7896         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
7897         * config.guess (sparc-auspex-sunos*):  Added.
7898         (f300-fujitsu-*): Added.
7900         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
7901         * config.guess:  Recognize a Tadpole as a sparc.
7903 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
7905         * config.guess: Don't assume that NextStep version is either 2 or
7906         3.  NextStep 4 (aka OpenStep 4) has come out now.
7908 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
7910         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
7911         From Rik Faith <faith@cs.unc.edu>.
7913 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
7915         * config.sub: Contributions from bug-gnu-utils to:
7916         Support plain "hppa" (no version given) architecture, reported by
7917         OpenStep.
7918         OpenBSD like NetBSD.
7919         LynxOs is not a hardware supplier.
7921         * config.guess: Contributions from bug-gnu-utils to add support for:
7922         OpenBSD like NetBSD.
7923         Stratus systems.
7924         More Pyramid systems.
7925         i[n>4]86 Intel chips.
7926         M680[n>4]0 Motorola chips.
7927         Use unknown instead of lynx for hardware manufacturer.
7929 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
7931         * install.sh (chmodcmd): Set to null if the DST directory already
7932         exists.
7934 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
7936         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
7937         not use mt-ppc target Makefile fragment any more.
7939 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
7941         * configure.in (*-*-windows):  Exclude everything but those dirs
7942         needed to build windows.
7944 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
7946         * Makefile.in (all-target-winsup): Depend on all-target-librx.
7948 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
7950         * configure.in:  Exclude mmalloc from i386-windows.
7952 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
7954         * Undo my previous change.
7956 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
7958         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
7959         unconditionally.
7960         (MAKEOVERRIDES): Define (revert this part of October 18 change).
7962 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
7964         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
7965         host to add it's own flags.
7967 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
7969         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
7971 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
7973         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
7974         (CXX_FOR_TARGET): Likewise.
7975         (GCC_FOR_TARGET): Define.
7976         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
7977         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
7978         CC_FOR_TARGET was specified on the command line.
7979         (MAKEOVERRIDES): Don't define.
7981 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
7983         * configure.in (m32r): Fix spelling of libg++ libs.
7985 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
7987         * config.sub (-apple*): Remove, now redundant.
7989 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
7991         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
7993         * configure: Rework yesterday's sed script patch.
7995         * config.sub: Merge with FSF.
7997 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
7999         * config.guess:  Merge from FSF.
8001         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
8002         * config.guess: Use pc instead of unknown, for pc clone systems.
8003         Change linux to linux-gnu.
8005         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
8006         * config.guess: Avoid non-portable tr syntax.
8008 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
8010         * test-build.mk (HOLES): Add "xargs" for gdb.
8012         * configure: Avoid hpux10.20 sed bug.
8014 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
8016         * configure.in:  Add support for windows host
8017         (that is a build done under the Microsoft build environment).
8019 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
8021         * Makefile.in: Replace all uses of srcroot with s, to shrink
8022         command line lengths.
8024         Patches from Geoffrey Noer <noer@cygnus.com>:
8025         * configure.in: If configuring for newlib, pass --with-newlib to
8026         subdirectories.
8027         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
8028         -Bnewlib/ and -Lwinsup to gcc.
8029         (CXX_FOR_TARGET): Likewise.
8031 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
8033         * Makefile.in (ETC_SUPPORT): Add configure.
8035 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
8037         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
8038         host configuration file.
8040 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
8042         * configure.in: Break mn10x00 support into separate
8043         mn10200 and mn10300 configurations.
8044         * config.sub: Likewise.
8046 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
8048         * configure.in: Add lots of stuff to noconfigdirs for
8049         the mn10x00 targets.
8051         * config.sub, configure.in: Add mn10x00 support.
8053 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
8055         * make-all.com: Call conf-a-gas, not config-a-gas.
8057 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
8059         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
8060         targets.
8062 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
8064         * mpw-README: Add much more detail for native PowerMac.
8065         * mpw-install: New file.
8066         * mpw-configure: Add --norecursion and --help options.
8067         * mpw-config.in: Translate readme and install files when
8068         copying to objdir.
8069         * mpw-build.in: Don't always depend on byacc and flex.
8070         (install-only-top): New action.
8072 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
8074         * configure.in:  You can now configure GDB for the v850.
8076 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
8078         * configure.in (noconfigdirs): Don't configure any C++ dirs
8079         if targeting D10V.
8081 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
8083         * config.sub: Recognize mips64vr5000.
8085 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
8087         * configure.in: Use a single line for host_tools and native_only.
8089 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
8091         * config.sub, configure.in: Add entries for m32r.
8093 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
8095         * Makefile.in (inet-install): Don't run install-gzip.
8097 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
8099         * configure.in:  Don't config lots of things for *-*-windows*.
8101 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
8103         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
8104         (host_libs, host_tools): Copy from configure.in.
8105         * mpw-configure: Don't complain about directories not found.
8107 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8109         * configure.in (i[345]86): Recognize i686 for pentium pro.
8110         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
8111         file.
8113         * config.guess (i[345]86): Ditto.
8115 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
8117         * configure.in (noconfigdirs): Removed gdb for D10V.
8119 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
8121         * configure.in: Remove ld, target-libio, target-libg++, and
8122         target-libstdc++ from noconfigdirs.
8124 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
8126         * configure: Fix three locations where shell scripts were
8127         being run directly rather than with config_shell.
8129 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
8131         * configure.in (v850-*-*): Set up initial $noconfigdirs.
8132         * config.sub (basic_machine): Recognize v850.
8134 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
8136         * mpw-configure: Handle multiple enable/disable options and
8137         pass them down recursively, handle -c and -s flags appropriately
8138         depending on choice of compiler, add escape mechanism for
8139         quoted arguments to gC.
8141 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8143         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
8144         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
8145         so that -mrelocatable-lib and -mno-eabi are used.
8147         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
8148         not support --print-multi-lib, don't abort.
8150 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
8152         * make-all.com: Run config-a-gas.
8153         * setup.com: Don't copy subdirectory files around.
8155 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
8157         * configure.in (*-*-ose): Remove exclusion of libgloss for this
8158         target, it now compiles correctly.
8160 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
8162         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
8164 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
8166         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
8168 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
8170         * configure.in (native_only): Add prms.
8172 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
8174         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
8175         (BINUTILS_SUPPORT_DIRS): Likewise.
8177 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8179         * configure.in (d10v-*-*): Don't configure ld or gdb until the
8180         d10v support is added.
8182 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
8184         * configure.in (d10v-*-*): New target.
8186 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
8188         * config.guess (HP 9000/811): Recognize this as a PA1.1
8189         machine.
8191 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
8193         * Makefile.in (do-tar-gz): New target, split out from tail end of
8194         taz target.  Run each command separately, don't use pipes.
8195         (taz): Use it.
8197 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
8199         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
8200         * mpw-build.in: No builds should depend on building byacc or flex,
8201         they are assumed to be installed already.
8203 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8205         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
8206         variable that CC_FOR_TARGET needs.
8208 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8210         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
8211         options have changed since the last time the subdirectory was
8212         configured, and if it has, reconfigure.
8213         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
8214         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
8216 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
8218         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
8219         CLEAN_MODULES): Add bash.
8220         (all-bash): New target.
8222 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
8224         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
8226 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8228         * config.sub (basic_machine): Recognize d10v as a valid processor.
8230 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
8232         * mpw-configure: Add support for --bindir.
8233         * mpw-build.in: Use a GCC-specific build script for GCC actions.
8235 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
8237         * configure.in: add bash, time, gawk to list of hosttools and things
8238         to only build for native toolchains
8240 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
8242         * Makefile.in (docdir): Remove.
8244 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
8246         * Makefile.in (datadir): Set to $(prefix)/share.
8248 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
8250         * configure.in: build diff and patch for cygwin32-hosted
8251         toolchains.
8253 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
8255         * config.sub: Accept -rtems*.
8257 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
8259         * configure.in: enable dosrel for cygwin32-hosted builds,
8260                 remove diff from the list of things not buildable
8261                 via Canadian Cross
8263 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
8265         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
8266         don't get ". ".
8268 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
8270         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
8272 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
8274         * Makefile.in (taz): Handle case where tex3patch didn't even get
8275         checked out.  Also, if it was found, put the symlink in a new util
8276         subdirectory.
8278 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8280         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
8282 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
8284         * config.sub: Recognize -openvms.
8285         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
8286         * make-all.com, setup.com: New files.
8288 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
8290         * Makefile.in (taz): tex3patch moved to texinfo/util.
8292 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
8294         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
8295         * configure.in: remove make from disable-if-Can-Cross list
8296                 enable gdb if ${host} and ${target} are cygwin32
8298 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
8300         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
8301         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
8303 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
8305         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
8306         distinguish sysv/svr4/bsd variants.
8307         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
8309 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
8311         * configure.in: Added copyright notice.
8312         * move-if-change: Added copyright notice.
8314 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8316         * configure.in (powerpcle-*-solaris*): Until we get shared
8317         libraries working, don't build gdb, sim, make, tcl, tk, or
8318         expect.
8320 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
8322         * config.guess:  Merge with FSF:
8324         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
8325         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
8327         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
8328         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
8330         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
8331         * config.guess:  Combine two OSF1 rules.
8332         Also recognize field test versions.  From mjr@zk3.dec.com.
8333         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
8334         because GNU uname does not support -p.  From pmr@pajato.com.
8336 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
8338         * Makefile.in (MAKEDIRS): Removed $(tooldir).
8340 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
8342         * mpw-README: Document GCCIncludes.
8344 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
8346         * configure.in (alpha-*-linux*): Set enable_shared to yes.
8348 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
8350         * mpw-configure: Handle --enable-FOO and --disable-FOO.
8352 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
8354         * configure.in (*-*-cygwin32): Configure make.
8356 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
8358         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
8360 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
8362         * Makefile.in (all-inet): Depend on all-perl.
8364         * Makefile.in (inet-install): New target.
8366         * Makefile.in (all-inet): Depend on all-tcl.
8367         (all-inet): Depend on all-send-pr.
8369 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8371         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
8372         temporarily.
8374 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
8376         * configure.in: Don't configure --with-gnu-ld on AIX.
8378 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
8380         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
8382 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
8384         * Makefile.in (ALL_MODULES): Added all-inet.
8385         (CROSS_CHECK_MODULES): Added check-inet.
8386         (INSTALL_MODULES): Added install-inet.
8387         (CLEAN_MODULES): Added clean-inet.
8388         (all-indent): New target.
8390         * configure.in (host_tools): Added inet.
8391         (native_only): Added inet.
8392         (noconfigdirs): Added inet.
8394 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
8396         * configure.in: Don't configure libgloss if we are not configuring
8397         newlib.
8399 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
8401         * configure.in: Don't configure libgloss for unsupported
8402         architectures.
8404 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8406         * Makefile.in (CLEAN_MODULES): Add clean-apache.
8408 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
8410         * Makefile.in (ALL_MODULES): Include all-apache.
8411         (CROSS_CHECK_MODULES): Include check-apache.
8412         (INSTALL_MODULES): Include install-apache.
8413         (all-apache): New target.
8415         * configure.in: Added apache everywhere perl is seen.
8417 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8419         * Makefile.in: Add support for clean-{module} and
8420         clean-target-{module} rules.
8422 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
8424         * configure.in (*-*-ose) do not build libgloss.
8426 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8428         * config.guess (prep*:SunOS:5.*:*): Turn into
8429         powerpele-unknown-solaris2.
8431 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
8433         * configure.in: Permit --enable-shared to specify a list of
8434         directories.
8436 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
8438         * configure.in (host==solaris): Pass only the first word of $CC
8439         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
8441 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
8443         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
8445 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
8447         * Makefile.in (ALL_MODULES): Include all-perl.
8448         (CROSS_CHECK_MODULES): Include check-perl.
8449         (INSTALL_MODULES): Include install-perl.
8450         (ALL_X11_MODULES): Include all-guile.
8451         (CHECK_X11_MODULES): Include check-guile.
8452         (INSTALL_X11_MODULES): Include install-guile.
8453         (all-perl): New target.
8454         (all-guile): New target.
8456         * configure.in (host_tools): Include perl and guile.
8457         (native_only): Include perl and guile.
8458         (noconfigdirs): Don't build guile and perl; no ports have been
8459         done.
8461 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
8463         * configure (--enable-*): Handle quoted option lists such as
8464         --enable-sim-cflags='-g0 -O' better.
8466 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8468         * Makefile.in ({,inst}all-target): New rule so we can make and
8469         install all of the target directories easily.
8471 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8473         * configure.in: Add missing global flag in sed substitution when
8474         deleting `target-' from ${configdirs}.
8476 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
8478         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
8479         option.
8481         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
8482         config/mh-necv4.
8484         * install.sh: Correct misspelling of transformbasename.
8486         * config.guess: Recognize mips-*-sysv*.
8488 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
8490         * config.sub: Recognize mon960.
8492 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
8494         * configure: Restore Canadian Cross handling of BISON and LEX,
8495         removed in Feb 20 change.
8497 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
8499         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
8500         Mention make install.  Remove the old copyright date as well the
8501         clumsy and rather pointless copyright on the README file.
8503 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
8505         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
8506         Makefile after running symlink-tree, then run `make distclean' to
8507         avoid clobbering any generated files in srcdir.
8509 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
8511         * configure.in (m68k-*-netbsd*): Build everything now.
8513 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
8515         * Makefile.in (taz): Fix quoting.
8517 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
8519         * configure.in (sparclet-*-*): Build everything now.
8521 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8523         * configure.in (m68k-*-linux*): New host.
8525 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
8527         * configure: Check for bison before byacc.
8529 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
8531         * Makefile.in configure:  Change the way LEX and BISON/YACC are
8532         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
8533         searching PATH.  These are used as fallbacks by Makefile.in if
8534         flex/bison/byacc aren't in objdir.
8536 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
8538         * Makefile.in: Make everything which depends upon all-bfd also
8539         depend upon all-opcodes, in case --with-commonbfdlib is used.
8541 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8543         * configure.in (host *-*-cygwin32): Don't build gdb if we are
8544         building NT native compilers on Unix.
8546 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
8548         * configure.in: Don't get CC from the host Makefile fragment if we
8549         can find gcc in PATH, or if this is a Canadian Cross.  Move the
8550         Solaris test for /usr/ucb/cc to the post target script, just after
8551         the compiler sanity test.
8553 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
8555         * config.sub: Merge with FSF.
8557 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
8559         * Makefile.in (RPATH_ENVVAR): New variable.
8560         (REALLY_SET_LIB_PATH): Use it.
8561         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
8563 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
8565         * config.sub, configure.in: Recognize sparclet cpu.
8567 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
8569         * config.guess:  Support m68k-cbm-sysv4.
8571 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8573         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
8574         m68k-unknown-linuxaout from linker help string.  Put quotes around
8575         $ld_help_string.
8577 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
8579         * config.guess (powerpc-harris-powerunix): Add guess for port
8580         to new target.
8582 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
8584         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
8586 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
8588         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
8589         $(REALLY_SET_LIB_PATH) in Makefile.
8590         * Makefile.in (SET_LIB_PATH): New variable.
8591         (REALLY_SET_LIB_PATH): New variable.
8592         ($(DO_X)): Use $(SET_LIB_PATH).
8593         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
8594         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
8595         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
8596         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
8597         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
8598         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
8599         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
8600         (install-dosrel): Likewise.
8601         (all-opcodes): Depend upon all-libiberty.
8603 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
8605         * config.guess (*:CYGWIN*): New
8607 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8609         * Makefile.in (all-target-winsup): All all-target-libiberty.
8611 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8613         * configure.in (noconfigdirs): Add missing # in front of comment.
8615 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
8617         * configure.in: add second pass to things added to noconfigdirs
8618         so *-gm-magic can exclude libgloss properly.
8620 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
8622         * mpw-configure (extralibs_name, rez_name): Set correctly
8623         for MWC68K compiler.
8625         * mpw-README: Add more info on the necessary build tools.
8627 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
8629         * configure.in, config.sub: Recognize cygwin32.
8631 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
8633         * config.guess, config.sub: Recognize A/UX.
8635 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
8637         * config.sub: Merge with gcc/config.sub.
8639 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
8641         * mpw-build.in (do-binutils): Add build of stamps.
8643 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
8645         * config.sub: Add recognition for mips64vr4100*-* targets.
8647 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
8649         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
8650         Add creation of gconfigargs with `--enable-shared' turned on.
8651         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
8652         ($(host)-stamp-stage3-configured): Likewise.
8653         (HOLES): Add chatr and ldd.
8654         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
8656 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
8658         * configure: Pass --nfp to recursive configures.
8660 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
8662         * Makefile.in (DLLTOOL): New.
8663         (DLLTOOL_FOR_TARGET): New.
8664         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
8665         (EXTRA_TARGET_FLAGS): Ditto.
8666         (EXTRA_GCC_FLAGS): Ditto.
8667         (CONFIGURE_TARGET_MODULES): Ditto.
8668         (DO_X): Ditto.
8669         * configure: Add DLLTOOL.
8671 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
8673         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
8674         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
8675         mh-sco, since old workarounds no longer needed, and don't
8676         build ld, since libraries have weak symbols in COFF.
8678 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
8680         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
8682 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
8684         * configure.in: Make sure that ${CC} can be used to compile an
8685         executable.
8687 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
8689         * Makefile.in (all-gdb): Depend on $(GDB_TK).
8690         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
8691         nothing depending on whether gdbtk is being built.
8693 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
8695         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
8697 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
8699         * configure.in (noconfigdirs): Put ld or gas in this early, if the
8700         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
8702 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
8704         * config-ml.in: Add support for
8705         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
8706         Simplify setting of multidirs from --disable-foo.
8708 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
8710         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
8711         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
8712         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
8713         non-empty, pass them on to the  GCC make.
8714         (all-bootstrap): New rule that is like all-gcc, except it executes
8715         the GCC bootstrap rule instead of the GCC all rule.
8717 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
8719         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
8721 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
8723         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
8724         DG/UX support.
8726 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
8728         * config.sub (i*86*) Change [345] to [3456]
8730 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
8732         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
8733         --with-gnu-ld=no.
8735 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
8737         * config-ml.in (rs6000*, powerpc*): Add switches to control which
8738         AIX multilibs get built.
8740 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
8742         * configure.in (i386-win32): Don't build expect if we're not
8743         building the tcl subdir.
8745 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
8747         * Makefile.in: (configure-target-examples, all-target-examples):
8748         New targets, configure and build example programs.
8750 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
8752         * mpw-configure: If an mpw-config.in generated a file mk.sed,
8753         use it as input to sedit the generated MPW makefile.
8754         * mpw-README: Add a suggestion about Gestalt.h.
8756 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
8758         * config.sub: Accept *-*-ieee*.
8760 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
8762         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
8763         Ronald F. Guilmette <rfg@monkeys.com>.
8765 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
8767         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
8768         for powerpc-pe native.
8769         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
8770         (target==powerpc-pe): duplicate i386-win32 entry.
8772 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
8774         * configure.in (noconfigdirs): Exclude target-newlib for all versions
8775         of vxworks, not just vxworks5.1.
8777 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
8779         * mpw-configure: Add support for exec-prefix.
8781 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
8783         * config.guess: Recognize HP model 816 machines as having
8784         a PA1.1 processor.
8786 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
8788         * configure: Ignore new autoconf configure options.
8790 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
8792         * config.guess:  Recognize Pentium under SCO.
8793         From Robert Lipe <robertl@arnet.com>.
8795 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
8797         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
8799 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
8801         * configure.in: Don't configure gas for alpha-dec-osf*.
8803 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
8805         * configure.in: Default to --with-stabs for some targets for which
8806         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
8807         i[345]86*-*-unixware*.
8809 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
8811         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
8812         rather than basing it on the target.  Simplify handling of options
8813         controlling which directories to configure.  Remove extraneous
8814         slash in multi-clean target.
8816 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
8818         * config-ml.in: Prefix more variables with ml_ so they don't collide
8819         with configure's.
8821 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
8823         * configure: Don't turn -v into --v.
8825 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
8827         * configure.in (targargs): Fix typo.
8829         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
8831 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
8833         * configure.in: Strip --host and --target options from
8834         CONFIG_ARGUMENTS, and always configure for --host only.  Add
8835         --with-cross-host option when building with a cross-compiler.
8836         * configure: Canonicalize the arguments put into config.status by
8837         always using `=' for an option with an argument.  Pass a presumed
8838         --host or --target explicitly.
8840 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
8842         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
8843         into general OS recognition case.
8845 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
8847         * configure.in (target_configdirs): add target-winsup only
8848         for win32 target systems.
8850 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
8852         * Makefile.in (all-target-libgloss): Depend upon
8853         configure-target-newlib, since when libgloss is built it looks to
8854         see if the newlib directory exists.
8856 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
8858         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
8859         cfg-ml-*.in.
8861 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
8863         * configure: Handle LD and LD_FOR_TARGET when configuring a
8864         Canadian Cross.
8866 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
8868         * configure.in (target_libs): add target-winsup.
8869         (target==i386-win32): add patch diff flex make to $noconfigdirs.
8870         (target==ppcle-pe): remove ld from $noconfigdirs.
8872 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
8874         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
8875         Preserve relative path names in $srcdir.  Build symlink tree if
8876         configuring cross target dir and srcdir=. (= no VPATH support).
8877         (configure-target-libg++): Depend on configure-target-librx.
8878         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
8879         * config-ml.in: New file.
8880         * symlink-tree: New file.
8881         * configure: Ensure srcdir="." if that's what it is.
8883 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
8885         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
8886         includes and FLEX_SKELETON setting.
8887         * mpw-configure (--with-gnu-ld): New option, controls whether
8888         to use PPCLink or ld with PowerMac GCC.
8889         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
8890         * mpw-config.in: Configure grez if targeting Mac.
8892         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
8893         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
8894         just macos.
8895         * configure.in: Configure grez resource compiler if targeting Mac.
8896         * Makefile.in (all-grez, install-grez): New targets.
8898 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
8900         * configure: CXX defaults to gcc, not g++.  If we find
8901         gcc in the path, set CC to gcc -O2.
8903 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
8905         * configure: Default ${build} correctly.  Avoid picking up extra
8906         spaces when reading CC and CXX from Makefile.  When doing a
8907         Canadian Cross, use plausible default values for numerous
8908         variables.
8909         * configure.in: When doing a Canadian Cross, don't try to
8910         configure tools whose configure script can't handle it.
8912 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
8914         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
8916 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
8918         * configure:  Remove dubious bug reporting address.
8920 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
8922         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
8923         configure script, run that instead of this directory's configure.
8924         In either case, print a message that we're configuring the sub-dir.
8926 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
8928         * configure.in: Before checking for the existence of various files,
8929         use sed to filter out "target-".
8931 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
8933         * Makefile.in (DO_X): Split rule to decrease command line length
8934         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
8935         (Philippe De Muyter).
8937 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
8939         * Makefile.in (all-patch): depend on all-libiberty.
8941 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
8943         * configure.in: If the only directory in target_configdirs which
8944         actually exists is libiberty, then set target_configdirs to empty,
8945         to avoid trying to build a target libiberty in a gas or gdb
8946         distribution.
8948 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
8950         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
8951         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
8952         systems.
8954 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
8956         * configure.in (copy_dirs): Use sys-include instead of include
8957         for --with-headers option.
8959 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
8961         * Makefile.in, configure.in: Make winsup builds work with
8962         new scheme.
8964 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
8966         * configure.in: Build the linker on AIX.
8968 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
8970         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
8971         where needed.
8973 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
8975         * Makefile.in (all-gcc): Fix typo.
8977 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
8979         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
8981 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
8983         * configure.in:  Rename libFOO to target-libFOO, and xiberty
8984         to target-xiberty, to provide more flexibility.
8985         (target_subdir):  Define.  Create if cross.
8986         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
8987         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
8988         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
8989         check-libFOO -> check-target-libFOO, etc.
8990         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
8991         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
8992         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
8993         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
8994         allow ALL_GCC="" to only configure.
8995         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
8996         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
8997         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
8999 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
9001         * Makefile.in (taz): Build "info" in etc explicitly.
9003 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
9005         * configure.in:  Make sure that CC is undefined (as opposed to
9006         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
9007         problem with autoconf trying to configure on a host without GCC.
9009 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
9011         * mpw-configure: Set host alias from choice of host compiler,
9012         only use generic MPW Makefile sed if present, edit a file
9013         named "hacked_Makefile.in" instead of "Makefile.in" if present.
9014         * mpw-README: Add problem notes about CW6 and CW7.
9016 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
9018         * Makefile.in (taz): Use ";" instead of ";;".
9020 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9022         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
9023         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
9024         DISTDOCDIRS.
9025         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
9026         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
9028 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9030         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
9031         and gnats, because they are now subsumed by DISTSTUFFDIRS.
9032         Move bfd to DISTSTUFFDIRS.
9034 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9036         * Makefile.in (X11_LIB): Removed.
9037         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
9039         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
9041 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9043         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
9044         names.
9046 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9048         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
9050 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
9052         * configure.in (i[345]86-*-win32): Always build newlib.
9053         Don't configure cvs, autoconf or texinfo.
9054         * Makefile.in (LD_FOR_TARGET): New.
9055         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
9056         Pass down LD_FOR_TARGET.
9058 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
9060         * winsup: New directory.
9061         * Makefile.in: Build winsup.
9062         * configure.in: Winsup is configured when target is win32.
9063         Can only build win32 target GDB when native.
9065 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
9067         * config.guess: Recognize HP model 819 machines as having
9068         a PA 1.1 processor.
9070 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
9072         * configure: Fix sed loop which substitutes for CC and CXX to
9073         avoid bug found in various sed implementations.
9075 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9077         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
9078         simulator.  Use standard powerpc-*-eabi*.
9080 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
9082         * configure.in: Stop putting gas and binutils in noconfigdirs for
9083         powerpc-*-aix* and rs6000-*-*.
9085 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
9087         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
9088         -mcall-aixdesc libraries.
9090 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
9092         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9094         * config.sub (arm | armel | armeb): Fix shell syntax.
9096 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9098         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
9099         -msoft-float and -mcpu=common support.
9100         (powerpc*-*-eabisim*): Add support for building -mcall-aix
9101         libraries.
9103 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
9105         * configure.in: Allow configuration and build of emacs19 for the alpha.
9107 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9109         * configure.in (CC): Get ^CC, not just any old CC, from
9110         ${host_makefile_frag}.
9112 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9114         * configure.in (CC): Try to get CC from
9115         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
9117 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9119         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
9120         only if it exists in $(srcdir).
9122 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
9124         * configure: If CC and CXX are not set in the environment, set
9125         them, based on either an existing Makefile or on searching for gcc
9126         in PATH.  Substitute for CC and CXX in Makefile.
9127         * configure.in: Remove libm from target_libs.  Separate
9128         target_configdirs from configdirs.  If CC is not set in
9129         environment, try to get it from a host Makefile fragment.  Rewrite
9130         changes of configdirs to use skipdirs instead.  A few minor
9131         tweaks.  Take directories out of target_configdirs as they are
9132         taken out of configdirs.  Remove existing Makefile files from
9133         subdirectories.  Substitute for TARGET_CONFIGDIRS and
9134         CONFIG_ARGUMENTS in Makefile.
9135         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
9136         by configure.in.
9137         (CONFIG_ARGUMENTS): Likewise.
9138         (CONFIGURE_TARGET_MODULES): New variable.
9139         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
9140         ($(CONFIGURE_TARGET_MODULES)): New target.
9141         (configure-libg++, configure-libio): New targets.
9142         (all-libg++): Depend upon configure-libg++.
9143         (all-libio): Depend upon configure-libio.
9144         (configure-libgloss, all-libgloss): New targets.
9145         (configure-libstdc++): New target.
9146         (all-libstdc++): Depend upon configure-libstdc++.
9147         (configure-librx, all-librx): New targets.
9148         (configure-newlib): New target.
9149         (all-newlib): Depend upon configure-newlib
9150         (configure-xiberty): New target.
9151         (all-xiberty): Depend upon configure-xiberty.
9153 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
9155         * configure.in (host i[345]86-*-win32):  Expand the
9156         noconfigdirs again.
9158 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
9160         * mpw-configure: Fix sed command file name.
9162 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
9164         * configure.in (host i[345]86-*-win32): Reduce the
9165         noconfigdirs again.
9167 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
9169         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
9170         or powerpc*-*-pe*, since they are not yet supported.
9172 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
9174         Add PowerMac support and many other enhancements.
9175         * mpw-configure: New option --cc to select compiler to use,
9176         paste options set according to --cc into the generated
9177         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
9178         if mpw-make.sed is present.
9179         * mpw-config.in: Don't test for gC1, test for mpw-touch,
9180         add forward includes for PowerPC include files.
9181         * mpw-build.in: Build using Makefile.PPC if present.
9182         (do-byacc, etc): Remove separate version resource builds.
9183         (do-gas): Build "stamps" before "all".
9184         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
9185         * mpw-README: Update to reflect --cc option, PowerMac support,
9186         and recently-reported compatibility problems.
9188 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
9190         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
9191         embedded m68k systems (-aout, -coff, -elf, -vxworks).
9192         (--with-multilib-top): Pass to recursive invocations.
9194 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
9196         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
9197         v810-*-*.
9199 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
9201         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
9202         gdb, ld and opcodes on v810-*-*.
9204 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
9206         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
9207         (local-maintainer-clean): New target.
9208         (maintainer-clean): New target.
9209         (realclean): Just depend upon maintainer-clean.
9211 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
9213         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
9215 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
9217         * configure.in: Build ld in mips*-*-bsd* case.
9219 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
9221         * config.sub: Accept -lites* OS.  From Ian Dall.
9223 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
9225         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
9226         targets.
9228 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9230         * configure.in: treat i386-win32 canadian cross the same as
9231         i386-go32 canadian cross.
9233 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9235         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
9236         running under the simulator to build a reduced set of libraries.
9237         (powerpc-*-eabiaix): Add fine grained multilib support added to
9238         other powerpc targets yesterday.
9240 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9242         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
9243         -disable-softfloat, -disable-relocatable, -disable-aix, and
9244         -disable-sysv to control which multilib libraries get built.
9246 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
9248         * configure: Add Makefile.tem to list of files to remove in trap
9249         handler.
9251 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9253         * config.guess (*Linux*):  Add missing "exit"s.
9254         Also, need specific check for alpha-unknown-linux (uses COFF).
9256 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9258         * config.guess:  Merge with FSF:
9260         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
9261         * config.guess (AIX4): More robust release numbering discovery.
9263         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
9264         * config.guess (i386-sequent-ptx): Properly get version number.
9266         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
9267         * config.guess (mips:*:4*:UMIPS): New case.
9269 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
9271         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
9272         (i386-win32 host): Likewise.  Don't build readline.
9274 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
9276         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
9277         SUPPORT_FILES to submakes.
9279 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
9281         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
9282         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
9283         mpw-configure.
9285 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
9287         * configure.in (appdirs): Use =, not ==, in test expression when
9288         trying to build the text to print in the warning message for
9289         Solaris users.
9291 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
9293         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
9295 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
9297         * config.guess: Recognize lynx-2.3.
9299 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
9301         * config.sub (z8ksim): Deleted
9302         (z8k-*-coff): New, this is the one true name of the target.
9304 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
9306         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
9308 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
9310         * config.guess (*:Linux:*:*): First try asking the linker what the
9311         default object file format is (elf, aout, or coff).  Then if this
9312         fails, try previous methods.
9314 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
9316         * configure.in: Don't build newlib for *-*-vxworks5.1.
9318 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
9320         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
9321         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
9323 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
9325         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
9327 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
9329         * cfg-ml-com.in: New file.
9330         * cfg-ml-pos.in: New file.
9332 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
9334         * COPYING.NEWLIB: Add HP free copyright to list.
9336 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9338         * config.sub: Recognize -eabi* for the system, not just -eabi.
9340 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
9342         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
9343         * config.sub, configure.in (win32): New target and host.
9345 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
9347         * configure.in: Add i386-pe configuration.
9349 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
9351         * mpw-build.in (install): Install GDB after LD.
9353 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
9355         * mpw-config.in (elf/mips.h): Always forward-include, needed
9356         for GDB to build.
9358 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
9360         * testsuite: New directory for customer acceptance and whole tool
9361         chain tests.
9363 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
9365         * configure: If per-host line isn't found, but AC_OUTPUT is found
9366         and a configure script exists, run it instead.
9368 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9370         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
9372 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
9374         * configure: Set build_{cpu,vendor,os,alias} to host values when
9375         --build isn't specified.
9377 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
9379         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
9380         (FLAGS_TO_PASS): Pass them.
9381         (EXTRA_TARGET_FLAGS): Ditto.
9383 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
9385         * Makefile.in (all-libg++): Depend on all-libstdc++.
9387 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
9389         * configure.in (noconfigdirs): Enable all packages for
9390           i386-unknown-netbsd.
9392 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
9394         * configure.in (noconfigdirs): Don't configure tk for i386-go32
9395         hosted builds (DOS builds)
9397 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
9399         Changes for ARM based on patches from Richard Earnshaw:
9400         * config.sub: Handle armeb and armel.
9401         * configure.in: Omit arm linker only for riscix.
9403 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9405         * config.guess:  Update from FSF.
9407 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
9409         * config.sub: Recognize powerpcle as the little endian variant of
9410         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
9411         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
9412         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
9413         temporarily.
9415 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
9417         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
9419 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
9421         * config.sub: Accept -lites* as a basic system type.
9423 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
9425         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
9426         installed, and if so return linuxoldld as the system name.
9428 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
9430         * config.guess: Add hppa1.1-hp-lites support.
9432 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
9434         * configure.in: Don't build newlib for m68k-vxworks5.1.
9436 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
9438         * configure.in (mips-sgi-irix6): Use mh-irix5.
9440 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
9442         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
9444 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
9446         * test-build.mk: Enable building of shared libraries on IRIX 5 and
9447         OSF/1.  Fix compiler flags.
9448         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
9450 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
9452         * configure.in: Recognize --with-newlib.
9453         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
9455 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
9457         * Makefile.in: move {all,check,install}-gdb from *_MODULES
9458         to *_X11_MODULES due to gdbtk needing X include files et al.
9460 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
9462         Merge in support for Mac MPW as a host.
9463         (Old change descriptions retained for informational value.)
9465         * mpw-config.in: Add generic include forwards for cpu-specific
9466         include files in aout and elf directories.
9468         * mpw-configure: Added copyright.
9469         * mpw-config.in: Check for presence of required build tools.
9470         (target_libs): Add newlib.
9471         (target_tools): Add examples.
9472         (Read Me): Generate as "Read Me for MPW" instead.
9473         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
9474         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
9475         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
9477         * mpw-configure: Remove subdir-specific makefile hackery,
9478         delete mk.tmp after using it.
9480         * mpw-build.in (all): Display start and end times.
9482         * mpw-configure (host_canonical): Set.
9483         (target_cpu): Always add to makefiles.
9484         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
9485         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
9486         (mpw-mh-mpw): Look for in srcdir and srcroot.
9487         Use sed instead of mpw-edit-prefix to edit prefix definitions.
9489         * mpw-build.in: (install-only): New target.
9491         * mpw-configure (host_alias, target_alias): Rename from hostalias
9492         and targetalias, add into generated Makefile.
9493         (mk.tmp): If present, add into generated Makefile.
9494         * mpw-build.in (all-gas): Build config.h first before gas proper.
9496         * mpw-configure (config.status): Write only if changed.
9497         * mpw-config.in (readline): Configure it (not built, just used for
9498         definitions).
9500         * mpw-config.in (elf/mips.h): Add a forward include.
9502         * mpw-config.in: Forward-include most .h files in include into
9503         extra-include.
9504         (readline): Don't build.
9505         mpw-build.in (install): Install GDB.
9507         * mpw-configure (prefix, mpw_prefix): Handle it.
9508         * mpw-config.in (mmalloc, readline): Don't configure.
9509         * mpw-build.in (thisscript): Rename to ThisScript.
9510         Use mpw-build instead of BuildProgram everywhere.
9511         (mmalloc, readline): Don't build.
9512         * mpw-README: New file, basic documentation about the MPW port.
9514         * mpw-config.in: Use forward-include to create include files.
9516         * mpw-configure: Add more things to the top of each configured
9517         Makefile, including contents of config/mpw-mh-mpw.
9518         * mpw-config.in (extra-include): Create this directory and fill it
9519         with Posix-like include files when configuring.
9521         * config.sub (apple, mac, mpw): Add various aliases.
9523         * mpw-build.in: New file, top-level build script fragment for MPW.
9524         * mpw-configure: New file, configure script for MPW.
9525         * mpw-config.in: New file, config fragment for MPW.
9527 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
9529         * configure.in (host_libs): Remove glob, since it is gone from the
9530         sources.
9532 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9534         * Makefile.in: define empty GDB_NLM_DEPS var.
9536         * configure.in(target_makefile_frag): use config/mt-netware
9537         for netware targets.
9539 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
9541         * config.sub: Merge in recent FSF changes.  Remove linux special
9542         cases.
9544 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
9546         Revert this change:
9548         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
9550                 * build-all.mk: Use CC=cc -Xs on Solaris.
9552 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
9554         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
9555         stop using it.
9556         * Makefile.in: Nuke all references to glob subdirectory.
9558 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
9560         * configure.in: Fix --enable-shared logic in per-host.
9562 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
9564         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
9566 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
9568         * configure.in (noconfigdirs): Don't build gas on AIX, for
9569         powerpc*-*-aix* as well as for rs6000*-*-aix*.
9571 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
9573         * configure: Fix --cache-file to work if the file argument is a
9574         relative path.
9576 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
9578         * configure: If the --cache-file is used, pass it down to
9579         configure in subdirectories.
9581 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
9583         * config.sub: add vxworks29k configuration.
9585 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
9587         * Makefile.in (taz): Do "diststuff" part quietly.
9589 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
9591         * config.sub: Mini-merge with gcc/config.sub.
9593 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
9595         * config.guess (IRIX): Sed - to _.
9597 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
9599         * Makefile.in (source-vault, binary-vault): New targets.
9601 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
9603         * config.sub: Recognize -eabi as a basic system type.
9605 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
9607         * configure.in (enable_shared stuff): Fix typo.
9609 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
9611         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
9613 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
9615         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
9617 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
9619         * configure.in (rs6000-*-*): Don't build gas.
9621 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
9623         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
9624         reduce command line length.
9625         (AS_FOR_TARGET): Check for as.new, not Makefile.
9626         (NM_FOR_TARGET): Check for nm.new, not Makefile.
9628 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9630         * config.guess:  Merge from FSF.
9632 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
9634         * configure: Don't use $ when handling program_suffix.
9636 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
9638         * configure.in:  Configure tk for hppa/hpux.
9640 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
9642         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
9644 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
9646         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
9647         to LIBCXXFLAGS.  Tests are better run without it.
9649 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
9651         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
9653 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
9655         * configure.in (*-*-netware*): Don't configure xiberty.
9657 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
9659         * configure.in:  Remove tk from native_only list.
9661 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
9663         * build-all.mk: Add mips-ncd-elf target to sun4 targets
9664           for special NCD build.
9666 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
9668         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
9669         makeall.bat, they're only useful for binutils snapshots.
9670         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
9671         makeall.bat to specified SUPPORT_FILES.
9673 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
9675         * build-all.mk: Add Ericsson targets to sun4 and solaris
9676           hosts.  Add  BNR's sun4 target to solaris host, so their
9677           build-from-source will be tested in-house first.
9679 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
9681         * Makefile.in (LIBCFLAGS): New variable.
9682         (CFLAGS_FOR_TARGET): Ditto.
9683         (LIBCFLAGS_FOR_TARGET): Ditto.
9684         (LIBCXXFLAGS): Ditto.
9685         (CXXFLAGS_FOR_TARGET): Ditto.
9686         (LIBCXXFLAGS_FOR_TARGET): Ditto.
9687         (BASE_FLAGS_TO_PASS): Pass them.
9688         (EXTRA_TARGET_FLAGS): Ditto.
9690         * configure.in: Support --enable-shared.
9692 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
9694         * configure.in (target_libs):  Include libstdc++ again.
9695         * config.guess:  Update from FSF (for FreeBSD).
9697 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
9699         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
9700         makeall.bat.
9701         (DISTDOCDIRS): Add `etc'.
9702         (ETC_SUPPORT_PFX): New variable.
9703         (taz): Include anything from etc starting with a word in
9704         ETC_SUPPORT_PFX.
9706 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
9708         * config.sub: Update for recent FSF changes.  Remove obsolete
9709         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
9710         spacing changes.
9712 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
9714         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
9716         * config.guess:  Merge with FSF.
9717         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
9719 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
9721         * configure: Since the "trap 0" handler will override the exit
9722         status on many systems, only use it for "exit 1", and make it set
9723         a non-zero exit status; reset it before "exit 0".  Also, check
9724         exit status of config.sub, and error out if it failed.
9726 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
9728         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
9729         and install libgloss.
9731 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
9733         * Makefile.in (all-binutils): Depend upon all-byacc.
9735         * configure.in: Don't build emacs on Irix 5.
9737 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
9739         * configure.in (*-*-netware*): Add libio.
9741 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
9743         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
9744         (CHECK_TARGET_MODULES): Ditto.
9745         (INSTALL_TARGET_MODULES): Ditto.
9746         (TARGET_LIBS): Ditto.
9747         (all-libstdc++): Note dependencies.
9749 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
9751         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
9753 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
9755         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
9756         -fexternal-templates.
9758         * configure.in (target_libs): Add libstdc++.
9759         (noconfigdirs): Add libstdc++ as appropriate.
9761 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9763         * config.guess:  Update from FSF.
9765 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
9767         * configure: Use ${config_shell} when running ${configsub}.
9769 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
9771         * config.sub: No longer recognize h8300h.
9773 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
9775         * config.sub: Remove extraneous differences between config.sub and
9776         gcc/config.sub.
9778 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
9780         * Makefile.in (DISTSTUFFDIRS): Add gas.
9782 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
9784         * COPYING.NEWLIB: New file.
9786 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9788         * config.guess (HP-UX):  Patch from Harlan Stenn
9789         <harlan@landmark.com> to also emit release level.
9791 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
9793         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
9795 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9797         * config.sub:  Merge nextstep cleanup from FSF.
9799 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
9801         * configure.in (arm-*-*): Don't configure ld for this target.
9803 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
9805         * configure.in (*-*-netware): don't configure libg++, libio,
9806           librx, or newlib.
9808 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
9810         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
9811         configure ld--it works, but it doesn't support shared libraries.
9813 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9815         * config.guess (*-unknown-freebsd*):  Get rid of possible
9816         trailing "(Release)" in version string.
9817         Patch from Paul Richards <paul@isl.cf.ac.uk>.
9819 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9821         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
9822         Fix type: *-next-neststep -> *-next-nextstep.
9824         * config.guess:  Merge from FSF:
9826         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
9828         * config.guess: Recognize powerpc-ibm-aix3.2.5.
9830         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
9832         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
9833         instead of UNIX_SV for UnixWare 1.0).
9835 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
9837         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
9838         to make gdb/nlm/* build after the compiler and linker.
9840 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9842         * config.guess (netbsd, freebsd, linux):  Accept any machine,
9843         not just i[34]86.
9844         (m68k-atari-sysv4):  Relocate to match FSF version.
9846         * config.guess:  More merges from the FSF:
9848         Add a space before function call or macro invocation.
9850         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9852         * config.guess: Add trap cmd to remove dummy.c and dummy when
9853         interrupted.
9855         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9857         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
9858         (dummy): Redirect stderr from compilation of dummy.c.
9860         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
9862         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
9864 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
9866         * configure: Accept and ignore --cache*, for compatibility with
9867         new autoconf.
9869 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9871         * config.guess:  Merge from FSF:
9873         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9875         * config.guess (Pyramid*:OSx*:*:*): New case.
9876         (PATH): Add /.attbin at end for finding uname.
9877         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
9879         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
9881         * config.guess (M88*:DolphinOS:*:*): New case.
9883         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
9885         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
9886         to select whether to use ELF or COFF.
9888         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9890         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
9892         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9894         * config.guess: Guess the OS version for HPUX.
9896         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
9898         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
9900 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
9902         * configure.in: Recognize --with-headers, --with-libs, and
9903         --without-newlib.
9904         * Makefile.in (all-xiberty): Depend upon all-ld.
9906 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
9908         * configure.in: Change i[34]86 to i[345]86.
9910 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
9912         * configure (version): A few more tweaks to help message.
9914 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9916         * Makefile.in:  Remove (for now) librx as a host library,
9917         now that we're building it for target.
9919 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
9921         * configure: Fix up help message; from karl@owl.hq.ileaf.com
9922         (Karl Berry).
9924 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9926         * configure.in:  Also configure librx.
9928 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9930         * Makefile.in:  Update various rules to reflect that librx
9931         is now needed for libg++.
9933 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
9935         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
9937 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
9939         * configure.in: Configure the examples directory.
9941 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
9943         * configure: Simplify Jun 2 1994 change.
9945 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
9947         * change CC to /usr/latest/bin/gcc for lynx host builds, since
9948         /bin/gcc isn't good enough to build gcc.
9950 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
9952         * Makefile.in (GDB_SUPPORT_FILES): Remove
9953         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
9954         (gdb.tar.gz): Add new rule to use standard distribution building
9955         mechanism.
9957 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9959         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
9960         Bill Cox <bill@cygnus.com>.
9962 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9964         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
9966 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
9968         * configure:  Search current dir first in .gdbinit.
9970 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9972         * config.sub:  Recognize freebsd (merged from gcc config.sub).
9974 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9976         * config.sub:  Refer to NeXT's operating system as nextstep.
9978         * config.sub (case $basic_machine):  Re-order the cases, to match
9979         the order in the FSF version (which is mostly alphabethical).
9980         Merge in some additions and changes from the FSF.
9982 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
9984         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
9985         * config.sub: Recognize cxux7.
9986         * configure.in: Use mh-cxux for m88k-harris-cxux*.
9988 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9990         * config.sub:  Fix typo powerpc -> powerpc-*.
9992 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
9994         * Makefile.in: `all-emacs19' depends on `all-byacc'.
9996         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
9997         parallel with all-emacs and install-emacs).  Top-level command
9998         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
10000 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
10002         * test-build.mk ($(host)-stamp-stage2-installed): Remove
10003         $(relbindir)/make before doing ``make install'', and use
10004         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
10005         installing over running make binary.
10006         ($(host)-stamp-stage3-installed): Likewise.
10008 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10010         * config.guess: Recognize Mach.
10012 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
10014         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
10015         see whether --exec-prefix was used.
10017 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10019         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
10021 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10023         * Makefile.in: Add all-librx target similar to all-libproc.
10025 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
10027         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
10028         with post 1.2 uname bogosity.
10030 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10032         * configure: Remove temporary files on receipt of a signal.
10034 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
10036         * configure: If there is a package_makefile_frag, remove
10037         ${subdir}/Makefile.tem after copying it in.
10039 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
10041         * build_all.mk: support rs6000 lynx identifies itself as
10042         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
10043         since /bin/gcc is too feeble to compile a modern gcc.
10045 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
10047         * brought devo/test-build.mk update-to-date with progressive/
10048           test-build.mk. Add lynx targets and hppa flag info.
10050 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10052         * configure.in:  Use mh-ncrsvr43.  Patch from
10053         Tom McConnell <tmcconne@sedona.intel.com>.
10055 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10057         * config.guess (i386-unknown-bsdi):  No longer need to
10058         check #if defined(__bsdi__) && defined(__i386__).
10060 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10062         * configure: Set program_transform_nameoption correctly.
10064 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
10066         * brought build-all.mk update-to-date with progressive build-all.mk,
10067           added new targets and hppa info.
10069 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10071         * configure: If config.guess result is a prefix of the user
10072         specified target, assume a native build and use the user specified
10073         target as the host alias.  Remove SunOS patch suffix removal hack.
10074         * configure.in: Remove SunOS patch suffix removal hack.
10076         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
10077         in NATIVE_CHECK_MODULES.
10079 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
10081         * Makefile.in: Rename HOST_ONLY to NATIVE.
10082         * configure: Delete SunOs patch suffix from host_canonical
10083           and build_canonical variables that are prepended to Makefiles.
10084         * configure.in: Add comments for easier maintenance.
10086 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10088         * Makefile.in: Add all-libproc target similar to all-gui.
10090 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
10092         * Makefile.in (CHECK_MODULES): split into
10093         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
10095 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
10097         * config.guess (i386-unknown-bsdi): New system to guess.
10099 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10101         * Makefile.in: Add all-gui target (but not yet build by "all").
10103 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
10105         * config.sub: Move deletion of patch suffix from here...
10106         * configure.in: To here, at Ian's suggestion.  The top-
10107           level scripts might need to know of a patch level.
10109 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
10111         * config.sub: Strip off patch suffix so rtl is recognized
10112           as a sunos4.1.3 machine, even though it's been patched.
10114 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
10116         * Makefile.in (INSTALL_LAST): Delete.
10117         (INSTALL_DOSREL): New.
10119 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10121         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
10122         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
10123         whether we pass down --with-gnu-ld anyhow.
10125 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
10127         * Makefile.in (INSTALL_LAST): Change operation so it works
10128         on more flavors of make.
10129         * configure.in (go32): Don't build libg++ or libio.
10131 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
10133         * Makefile.in (Move HOST_PREFIX_1 and friends up so
10134         they can be overriden by templates.
10136 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
10138         * configure.in (target==go32): Don't build gdb.
10139         * dosrel: New directory.
10141 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
10143         * configure.in (host==go32): Configure dosrel too.
10144         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
10145         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
10146         be set by incoming names or templates.
10147         (INSTALL_LAST): New rule.
10149 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
10151         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
10153 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
10155         * configure.in (appdirs): New variable.  Currently empty, but will
10156         be used in gas distribution.  If nonempty, lists a set of
10157         directories at least one of which must get configured, or top
10158         level configuration is considered to have failed.
10159         (rs6000-*-lynxos*): Use new file name.
10161 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10163         Eliminate XTRAFLAGS.
10164         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
10165         newlib include files using -idirafter, and also use -nostdinc.
10166         (CXX_FOR_TARGET): Likewise.
10167         (XTRAFLAGS): Removed.
10168         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
10169         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
10170         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
10171         ($(DO_X)): Don't pass down XTRAFLAGS.
10173 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
10175         * configure.in (mips*-dec-bsd*): New target; do build linker.
10176         (mips*-*-bsd*): New target; don't build linker.
10178 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
10180         * configure.in: support rs6000-*-lynxos* configuration.
10181         support sunos4 as a cross target.
10183         * config.sub: look for lynx*, not lynx since the OS version may
10184         legitimately be part of the name.
10186 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
10188         * configure.in (i[34]86-*-sco*): Move to be with other i386
10189         targets.
10190         (romp-*-*): New target.  Skip various binary utilities.
10191         (vax-*-*): New target.  Don't build newlib.
10192         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
10194 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
10196         * configure.in: Only set host_makefile_frag if config
10197         directory exists.
10199 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
10201         * install.sh: If $dstdir exists, don't check whether each
10202         component does.
10204 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10206         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
10208 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
10210         * configure.in (*-*-lynxos*): Don't configure newlib for either
10211         native or cross Lynx.
10213 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
10215         * config.sub (sparc64-elf): Fix os.
10216         (z8k): Remove duplicate.
10218 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10220         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
10221         gcc/stmp-fixproto, to try to prevent fixproto from being run.
10223 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
10225         * configure: Make file links cleanly even if Lynx fails on
10226           an NFS symlink (at least fail cleanly).
10228 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
10230         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
10231         -XNh2000.
10233 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
10235         * configure: Unknown options are fatal again.
10237 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
10239         * configure: Ignore --x-includes and --x-libraries, for Autoconf
10240         compatibility.
10242 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
10244         * build-all.mk: Add `clean' target.
10246 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
10248         * config.guess:  Add SINIX support.
10249         * configure.in:  Add mips-*-sysv4* support.
10251 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
10253         * build-all.mk: Document all useful targets.
10254         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
10255         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
10257 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
10259         * configure: Support --silent, --quiet.
10261 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
10263         * configure: Support --disable-FEATURE.
10265 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10267         * config.guess: Recognize NCR running SVR4.3.
10269 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10271         * config.guess:  Make BSDI generate i386-unknown-bsd386.
10272         Patch from Paul Eggert <eggert@twinsun.com>.
10274 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10276         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
10278 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
10280         * configure: Make unrecognized options give nonfatal warnings
10281         instead of fatal errors, and pass them to any subdirectory
10282         configures in case they recognize them.
10283         Make --x equivalent to --with-x.
10285 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
10287         * configure: Add --enable-* options.  Clean up usage message and
10288         some comments.
10290 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
10292         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
10294 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
10296         * configure.in (hppa*-*-*): Enable binutils.
10298 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10300         * config.sub: Recognize cisco.
10302 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
10304         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
10306 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10308         * config.guess: about target *-hitachi-hiuxwe2, don't print more
10309         than one configuration name.  Add comment.
10311 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
10313         * config.guess: about target *-hitachi-hiuxwe2, fixed
10314         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
10315         macro is incorrect.]
10317 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10319         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
10320         than the "make ls" stuff which used to be here.
10322 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10324         * config.guess:  Recognize i[34]86-unknown-freebsd.
10325         From Shawn M Carey <smcarey@rodan.syr.edu>.
10327 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10329         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
10331 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
10333         * config.guess: Check for ptx.
10335 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
10337         * config.sub: Add os9k checking.
10339 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
10341         * config.guess: Handle OSF1 running on HPPA processors
10343 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
10345         * configure: If subdir configure fails, print out a message with
10346         subdirectory name, in case subdir's configure code didn't identify
10347         itself.
10349 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
10351         * configure.in: Remove embedded newlines from configdirs.
10352         Avoid mismatches of substrings.  Fix matching strings at end
10353         of configdirs.
10355 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
10357         * config.guess:  Add Lynx/rs6000 config support.
10359 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
10361         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
10363 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
10365         * configure.in (hppa*-*-osf*): Treat this just like most other
10366         PA configurations (eg no binutils or ld).
10367         (hppa*-*-*elf*): These configurations have binutils and ld.
10369 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
10371         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
10373 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10375         * configure.in (rs6000-*-*): Build gas.
10377 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
10379         * Makefile.in:  Avoid bug in losing hpux sed.
10381 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10383         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
10384         for GDB and GDB has been fixed to not need it.
10386 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
10388         * config.guess: Recognize vax hosts.
10390 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
10392         * configure (while loop): Don't use "break 2" inside case
10393         statement -- the case statement isn't an enclosing loop.
10395 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10397         * config.guess:  Clean up NeXT support, to allow nextstep
10398         on Intel machines.  Make OS be nextstep.
10400 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
10402         * config.guess: Add alternate forms for Convex.
10404 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
10406         * configure:  Completely rewrite option processing.  Take
10407         advantage of pattern-matching to avoid invoking test frequently.
10408         Also clean up host and target defaulting logic.
10410 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
10412         * Makefile.in: Replace all occurrances of "rootme" with "r" and
10413         "$${rootme}" with "$$r", to increase the likelihood that the do-*
10414         commands (plus user environment) will fit SCO limits.
10416 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10418         * configure.in: Don't issue warnings about directories which are
10419         not being configured if -norecursion is set.  Correct test for
10420         --with-gnu-as and --with-gnu-ld to not get confused by substring
10421         matches.
10423         * configure.in: Don't build gas for alpha-dec-osf1*.
10425 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
10427         * configure:  Back out Per's change of 12/19/1993.  It changes the
10428         behavior of configure in unexpected and confusing ways.
10430         Also, use different delim char when calculating
10431         program_transform_name so that the name can contain slashes.
10433 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
10435         * configure.in, config.sub: Add support for VSTa micro-kernel.
10437 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
10439         * configure.in: Nuke hacks which were used to get a special
10440         version of GAS for HPPA configurations.
10442 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
10444         * configure:  If only ${target_alias} is given, use that
10445         as the default for ${host_alias}.
10446         * configure:  Add missing back-slashes before nested quotes.
10448 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
10450         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
10452 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
10454         * config.guess:  Recognize some Tektronix configurations.
10455         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
10457 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
10459         * config.sub: Match any flavor of SH.
10461 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
10463         * configure.in: Don't try to configure newlib for Alpha.
10465 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10467         * configure.in: Don't build ld for Irix 5.  Don't build gas,
10468         libg++ or libio for any Alpha target.
10470         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
10472 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
10474         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
10475         default arguments -- so it tried to compress itself.
10477 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
10479         * configure.in (notsupp): ensure that a space is always at the end
10480           of the configdirs list, since the grep checks for an explicit space
10482 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10484         * configure.in (target i386-sysv4.2): don't build ld, since static
10485           versions of many libraries are not available.
10487 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10489         * config.guess: Recognize Apollos (using environment variables).
10490         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
10492 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10494         * config.guess: Recognize Sony news mips running newsos.
10496 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
10498         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
10499         "fi ; else" for bash.
10501 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
10503         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
10505 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
10507         * config.sub: accept unixware as an alias for svr4.2.
10508         Fix some inconsistancies with the gcc version.
10510 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10512         * Makefile.in (DISTDOCDIRS):  Add gdb.
10514 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
10516         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
10518 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
10520         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
10521         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
10522         this now.
10524 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10526         * config.sub: Accept hiux* as an OS name.
10528         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
10529         etc/make-stds.texi.  The underscore came from gcc, and dje now
10530         agrees that RUNTESTFLAGS is the correct name.
10532 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
10534         * install.sh:  Remove 'set -e'.  It makes any conditionals
10535         in the script useless.
10537         * config.guess: Automatically recognize arm-acorn-riscix
10538         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
10540 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
10542         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
10544 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
10546         * Makefile.in (DISTDOCDIRS): New variable.
10547         (taz): Edit local Makefile.in sooner, instead of proto-toplev
10548         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
10550 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10552         * configure.in (hppa target): check the source directory for the
10553           pagas sub-directory
10555 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
10557         * config.sub: Allow -aout* and -elf*.
10559 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
10561         * configure.in: Don't build ld on i386-solaris2, same as for
10562         sparc-solaris2.
10564 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
10566         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
10568 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
10570         * configure.in:  Configure gdb for alpha.
10572 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10574         * Makefile.in (CXXFLAGS): Add -O.
10576 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10578         * config.guess: added support for DG Aviion
10580 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
10582         * configure.in: Produce warning message for subdirectories not
10583         configurable for this host/target combination.  Don't try to
10584         configure gdb for vms.
10586 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
10588         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
10589         appropriate files before making "diststuff".
10590         (DISTBISONFILES): New var: list of files to be edited.
10591         (DISTSTUFFDIRS): Add binutils.
10593 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10595         * config.sub: also handle mipsel and mips64el (for little endian mips)
10597 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10599         * configure.in: Add * to end of all OS names.
10601 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
10603         * configure.in: Build newlib for LynxOS native.
10605 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10607         * config.guess: Add support for delta 88k running SVR3.
10609         * configure.in: Add comment about HP compiler vs. emacs.
10611 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10613         * configure.in: don't build ld on solaris2 (not a viable option
10614           due to bugs in getpwnam & getpwuid)
10616 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
10618         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
10619         config.guess will produce a full version number.
10621 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10623         * configure.in: Build linker and binutils for alpha-dec-osf1.
10625 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10627         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
10628         and gdb/testsuite/Makefile.in.
10630 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10632         * configure.in: recognize mips*- instead of mips-
10634 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
10636         * config.sub: Accept linux*coff and linux*elf as operating
10637         systems.
10639 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10641         * config.sub: Recognize mips64, and mips3 as an alias for it.
10643 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
10645         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
10646         gdb knows how to handle OSF/1 shared libraries.
10648 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10650         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
10651         * config.guess: Recognize Hitachi's HIUX.
10652         * config.sub: Recognize h3050r* and hppahitachi.
10653         Remove redundant cases for hp9k[23]*.
10655 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10657         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
10658         if gas and ld are in the source tree and are in ${configdirs}.
10659         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
10660         --with options (but still pass them down on the command line,
10661         if they were explicitly specified).
10663 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10665         * configure: substitute SHELL value in Makefile.in with
10666         ${CONFIG_SHELL}
10668 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10670         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
10671         *-*-solaris2* targets.
10673 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10675         * Makefile.in: define M4, and pass it down to sub-makes;
10676         all-autoconf now depends on all-m4
10678 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10680         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
10681         presence of {ar,ranlib} instead of a configured directory
10683 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
10685         * config.guess: Accept 34?? as well as 33?? for NCR.
10687 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10689         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
10690         of 'gas' in sed commands, since 'gash' is now in the tree as well.
10692 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10694         * configure: grab values for $(CC) and $(CXX) from the
10695         environment, so that someone can do "CC=gcc configure; make" and
10696         have it work right (matching the way that autoconf works now)
10698         * configure.in, Makefile.in: add support for gash, the tcl
10699         interface to Galaxy
10701         * config.guess: add NetBSD variants (hp300, x86)
10703 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
10705         * install.sh: Support -d option (in the manner of SunOS 4 install,
10706         as it is more deterministic than that of GNU install)
10707         (chmodcmd): Set file to mode 755 by default (should also do default
10708         chgrp and chown, but I don't feel like dealing with that now)
10710 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
10712         * config.sub: Remove h8300hhms alias.
10714 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10716         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
10718 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10720         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
10721         as stmp-fixinc
10723 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
10725         * config.sub: recognize m88110-bug-coff.
10727 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10729         * Makefile.in (all-libio): all dependencies on the toolchain used
10730         to build this (gcc, gas, ld, etc)
10732 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10734         * config.guess: Deal with OSF/1 1.3 on alpha.
10736 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10738         * install.sh: add some 'else true' clauses for portability
10740         * configure.in: don't build libio for h8[35]00-*-* targets
10742 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
10744         * Makefile.in:  Add support for new libio.
10746 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10748         * install.sh: If one command fails, don't try the rest.  Don't try
10749         to remove $dsttmp (via trap) unless we have already created it.
10750         If $src doesn't exist, detect it and exit with an error.
10752         * config.guess: Recognize BSD on hp300.
10754 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
10756         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
10757         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
10759 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
10761         * Makefile.in (all-send-pr): depends on all-prms
10763 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10765         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
10767 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10769         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
10770         Added test for mips-mips-riscos5.
10772 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10774         * configure.in: use mh-hp300 for 68k HP hosts
10776 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10778         * configure: add support for CONFIG_SHELL, so that you can use
10779         some alternate shell for evaluating configure scripts
10781 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
10783         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
10784         in configure script to bug-gdb@prep.ai.mit.edu when building
10785         distribution archive.
10786         * Makefile.in (COMPRESS):  Remove def.
10787         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
10788         gdb.tar.Z and make-gdb.tar.Z respectively.
10789         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
10790         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
10791         to convergence with 'taz' target in Makefile.in.
10793 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10795         * install.sh (dsttmp): use trap to ensure that tmp files go
10796         away on error conditions
10798 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10800         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
10802 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10804         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
10805         its parent is '/' not ''.
10807         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
10809 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
10811         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
10812         that ${newsrcdir}/configure.in does.
10814 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10816         * test-build.mk: support for CONFIG_SHELL
10818 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
10820         * config.sub (netware):  Add as a basic system type.
10822 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
10824         * Makefile.in (Makefile): depend on configure.in.  Also drop the
10825           $(srcdir)/ from the dependency on Makefile.in.
10827 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
10829         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
10830         (h8300hhms is temporary until multi-libraries are implemented).
10831         * configure.in: Handle h8300h too.
10833 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10835         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
10837 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
10839         * configure:  Remove extraneous output when guessing host type.
10840         * config.guess:  Remove extraneous output when guessing using C
10841         compiler rather than uname, or when guessing fails.
10843 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
10845         * Makefile.in: remove all.cross and install.cross targets
10847         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
10848           definitions
10850 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
10852         * configure.in (target sh): Build gprof.
10854 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10856         * config.sub: change -solaris to -solaris2
10858 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10860         * configure.in: Use config/mh-riscos for mips-*-sysv*.
10862 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
10864         * configure: Correct error message for missing Makefile.in to
10865         print correct directory.
10867 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10869         * install.sh: kludge around 386BSD shell bug
10871 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
10873         * config.guess:  Recognize NeXT.
10874         * config.guess:  Recognize i486-ncr-sysv4.
10875         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
10877 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
10879         * Makefile.in (MAKEINFOFLAGS): New variable.
10880         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
10881         * build-all.mk, test-build.mk: Pass down --no-split as
10882         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
10884 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
10886         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
10888 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
10890         * Makefile.in (libg++.tar.z):  New rule.
10891         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
10892         * Makefile.in (taz):  Only do a single chmod.
10894 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
10896         * install.sh: don't use dirname anymore (replaced with sed usage)
10898 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
10900         * Makefile.in:  Change extension for gzip'd files from '.z' to
10901         '.gz' per new FSF standard usage.
10903 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
10905         * configure: put quotes around the final value of program_transform_name
10907 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10909         * Makefile.in: new install.sh support; update install-info rules
10911 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
10913         * configure.in: Build diff for crosses, but not for go32 host.
10915         * configure.in: Build gprof only for native, and don't build it
10916         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
10918 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
10920         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
10922 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
10924         * configure.in (host_tools): Add prms.
10926 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10928         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
10929         with $(FLAGS_TO_PASS) on the command line
10931         * config.sub: Recognize lynx and lynxos
10933 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
10935         * config.sub: Accept -ecoff*, not just -ecoff.
10937 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
10939         * Makefile.in (taz): Use .gz suffix instead of .z.
10940         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
10941         names.
10943 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10945         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
10947 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10949         * Makefile.in (install-no-fixedincludes):  install gcc last, so
10950         that rebuilds that might happen during 'make install' don't get
10951         bogus gcc include files
10953 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
10955         Change from Utah for HPPA support:
10956         * config.guess: Recognize hppa1.x-hp-bsd.
10958 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
10960         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
10961         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
10963 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
10965         * config.sub: Add support for rom68k and bug boot monitors.
10967 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
10969         * Makefile.in: Make all-opcodes depend on all-bfd.
10971 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
10973         * config.guess: Added special check for i[34]86-univel-sysv4*.
10975 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
10977         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
10978         the processor rather than assuming i486.
10980 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10982         * config.guess: Recognize SunOS6 as Solaris3.
10984 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
10986         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
10987         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
10989 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
10991         * build-all.mk (all-cross): New target for Canadian Cross.
10992         Added Q2 go32 targets.
10993         * test-build.mk: Configure go32 cross sparclite-aout and
10994         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
10995         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
10997 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10999         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
11000         GO32 hosted toolchains
11002 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
11004         * configure: change  so "-exec-prefix" gets passed down rather
11005         than "-exec_prefix" so autoconf generated Makefiles get the
11006         exec_prefix set right.
11008 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11010         * config.guess: get the Solaris2 minor version number
11012         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
11014 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
11016         * config.guess: Recognize some Sequent platforms.
11018 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11020         * Makefile.in: added the vault-install target
11022         * configure.in: actually use the Sun3 makefile fragment that's in
11023         config, also added the release dir to configdirs
11025 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
11027         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
11029 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11031         * configure.in: remove some program from Alpha targetted toolchains
11033 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
11035         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
11036         gprof.
11037         (taz): Run "make diststuff" in those directories instead of "make
11038         proto-dir".  Look for "VERSION=" only at start of line in subdir
11039         Makefile.  Use "gzip -9" for compression.
11040         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
11041         (binutils.tar.z): New target.
11043 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
11045         * Makefile.in (taz): Include gpl.texinfo.
11047 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
11049         * Makefile.in (setup-dirs): Merged into "taz" target.
11050         (taz): Only do `proto-dir' stuff if a directory is actually needed
11051         for this target.
11053 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
11055         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
11056         (FLAGS_TO_PASS): Pass down MUNCH_NM.
11057         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
11058         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
11059         (gcc-no-fixedincludes): Correct for current gcc Makefile.
11061 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
11063         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
11064         config.sub, and move-if-change to gdb testsuite distribution
11065         archive, so the testsuite can be extracted, configured, and
11066         run separately from the gdb distribution.  Blow away the Chill
11067         tests that require a Chill compiled executable, since GNU Chill
11068         is not yet publically available.
11070 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11072         * test-build.mk: set environment variables in a single command,
11073         instead of a list of assignments and exports
11075         * config.guess: recognize Alpha/OSF1 systems
11077 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
11079         * configure: Change help message to prefer --options rather than
11080           -options.
11082 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
11084         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
11085         zippy@ecst.csuchico.edu.
11086         * config.guess: Recognize miniframe.
11088 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
11090        * Makefile.in: Use srcroot to find runtest rather than rootme.
11091        Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
11093 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
11095         * test-build.mk: Extensive additions to support building on a
11096         machine other than the host.
11098 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
11100         * configure (tooldir): Fix for i386-aix again.
11102 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
11104         * configure, Makefile.in:  Change definition of $(tooldir)
11105         to match the FSF.
11107 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
11109         * config.guess:  Recognize i[34]86/SVR4.
11111 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
11113         * Makefile.in (all-gdb): gdb depends on sim.
11115 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
11117         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
11118         at the same time we make the prototype gdb directory.
11119         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
11120         files at the same time as the gdb base release distribution.
11122 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
11124         * Makefile.in (check): Use individual check targets rather than
11125         DO_X rule.
11126         (check-gcc): Added.
11128 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
11130         * config.sub: Use sysv3.2 not sysv32 for canonical OS
11131         for System V release 3.2.
11133 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
11135         * config.sub: Recognize hppaosf.
11136         * configure.in: Do configure ld/binutils/gas for it.
11138 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
11140         * configure (tooldir): Alter syntax used to set this, for systems
11141         where "\$" isn't handled right, like i386-aix.
11143 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
11145         * configure: Pass program-transform-name, not
11146         program_transform_name, to recursive configures.
11148 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
11150         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
11151         of gas+ld+binutils.
11153 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
11155         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
11157 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11159         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
11161 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
11163         * Makefile.in (PRMS): Set back to all-prms.
11165 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
11167         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
11168         targets, rather than for MIPS hosts.
11170 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11172         * configure.in: add comment for --with-x default values
11174         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
11176         * Makefile.in: add check-* targets for each of the directories in
11177         the tree.  Add a definition of RUNTEST that will use the one we
11178         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
11180 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
11182         * configure.in: Removed obsolete references to bfd_target and
11183         target_makefile_frag.
11185         * build-all.mk: Set assorted targets for Q2.
11186         * config.sub: Recognize z8k-sim and h8300-hms.
11187         * test-build.mk: Really don't pass host to configure.
11188         (HOLES): Added uname.
11190 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
11192         * configure: Handle an empty program-prefix, program-suffix or
11193         program-transform-name correctly.
11195 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
11197         * build-all.mk: -G 8 no longer required for MIPS targets.
11198         * test-build.mk: Don't pass host argument to configure; make it
11199         guess.
11201 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
11203         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
11204         * Makefile.in (COMPRESS):  New macro, like GZIP.
11206 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
11208         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
11210         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
11211         with gas currently defaults to -G 0.
11213 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
11215         * Makefile.in (all-flex): flex depends on byacc.
11217         * build-all.mk: If host not specified, use config.guess.  Pass TAG
11218         to test-build.mk as RELEASE_TAG.
11219         * test-build.mk (configargs): New variable containing arguments to
11220         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
11221         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
11223         * config.guess: Use /bin/uname when checking -X argument on SCO,
11224         to avoid invoking GNU uname which doesn't understand -X.
11226         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
11228         * configure.in: Build gas for mips-*-*.
11230 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
11232         * Makefile.in (all.normal): insert missing backslash.
11234 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
11236         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
11238         * Makefile.in: Complete overhaul to merge many almost identical
11239         targets.
11241 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
11243         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
11244         (gdb.tar.Z): Adjusted.
11246         * Makefile.in (setup-dirs, taz): New targets; should be general
11247         enough to adapt for gdb sometime.  Build only .z file.
11248         (gas.tar.z): New target.
11250 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
11252         * build-all.mk: Use CC=cc -Xs on Solaris.
11254 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
11256         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
11257         for handling BISON for FSF releases.
11259 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
11261         * configure: Actually implement the change zoo just documented.
11263 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
11265         * configure: when using config.guess, only set target_alias when
11266         it's not already been set (ie, on the command line)
11268 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11270         * Makefile.in: add installcheck target, set PRMS to install-prms
11272 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11274         * configure: add support for package_makefile_fragment, handle the
11275         case where a directory has a configure.in file but no Makefile.in
11276         more gracefully (with an actual understandable error message, even);
11277         add support for --without (and add this to the usage message); also
11278         explicitly add a --host=${host_alias} to the command line when
11279         config.guess is used
11281 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
11283         * configure: Must use both --host and --target in recursive calls.
11285 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
11287         * Makefile.in: Change deja-gnu to dejagnu.
11289 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
11291         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
11293 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11295         * configure.in: canonicalize all instances to *-*-solaris2*,
11296         also strip out a number of tools to not build for go32 host
11298 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
11300         * config.guess: add GPL.
11302         * Makefile.in, config.guess, config.sub, configure: bump
11303           copyrights to 93.
11305 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
11307         * Makefile.in (do-info): Removed obsolete check for existence of
11308         localenv file.
11310         * Makefile.in (MAKEOVERRIDES): Define to be empty.
11312 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11314         * Makefile.in: a couple of 'else true' for decstation,
11315         support for TclX
11317         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
11319 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
11321         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
11323 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
11325         * config.guess: Recognize i386-ibm-aix (PS/2).
11326         * configure.in: Use config/mh-aix386 file for it.
11328 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
11330         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
11331         CC_FOR_TARGET instead.
11332         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
11334 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
11336         * Makefile.in: Add sim to list of directories sent with gdb
11338 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
11340         * configure.in: Put back mips-dec-bsd* case.
11342 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
11344         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
11345         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
11346         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
11348 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11350         * configure.in: remove no-op mips-dec-bsd* in "case $target"
11352         * Makefile.in (dir.info): only run gen-info-dir if it exists,
11353         (install-info): install dir.info only if it exists,
11354         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
11356 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
11358         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
11359         gas for mips-dec-bsd.
11361 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
11363         * configure (makesrcdir): If ${srcdir} is relative and not ".",
11364         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
11366 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
11368         * configure.in: Added "dejagnu" to hosttools list.
11370 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
11372         * config.sub, configure.in, config.guess:  Add support
11373         for Bosx, an AIX variant from Bull.
11374         Patches from F.Pierresteguy@frcl.bull.fr.
11376 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
11378         * devo/dejagnu: Initial creation of devo/dejagnu.
11379         Migrated dejagnu testcases and support files for testing software
11380         tools to reside as subdirectories, currently called "testsuite",
11381         within the directory of the software tool.  Migrated all programs,
11382         support libraries, etc. beloging to dejagnu proper from
11383         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
11384         with no modifications.  The changes to these files which will
11385         allow them to configure, build, and execute properly will be made
11386         in a future update.
11388 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
11390         * Makefile.in: Change send_pr to send-pr.
11391         * configure.in: Likewise.
11392         * send_pr: Renamed directory to send-pr.
11394 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
11396         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
11398 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
11400         * README:  Update for gdb-4.8 release.
11401         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
11402         gdb-xxx.tar.z (gzip'd) file also.
11404 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11406         * Makefile.in: make all-diff depend on all-libiberty
11408 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
11410         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
11412 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11414         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
11416 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
11418         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
11419         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
11420         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
11422 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11424         * Makefile.in:  makeinfo binary is in a new location
11426 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
11428         * config.sub: Accept -ecoff as an OS.
11430         * Makefile.in: Various changes to eliminate a level of make
11431         recursion and reduce the required command line length.
11432         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
11433         sub-makes.
11434         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
11435         variables holding settings for specific sub-makes.
11436         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
11437         in terms of BASE_FLAGS_TO_PASS.
11438         (TARGET_LIBS): New variable listing directories which use
11439         TARGET_FLAGS_TO_PASS.
11440         (subdir_do): Eliminated.
11441         (do-*): New set of targets to replace subdir_do.
11442         (various): All targets which used subdir_do now depend on do-*.
11443         (local-clean): Renamed from do_clean.
11444         (local-distclean): New target, dependency of distclean and
11445         realclean.
11446         (install-info): Don't create directories.  Depend on dir.info
11447         rather than calling make recursively.
11448         (install-dir.info): Eliminated.
11449         (install-info-dirs): Create all info directories here.
11450         (dir.info): Depend upon do-install-info.
11452         * test-build.mk (HOLES): Added false.
11454 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
11456         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
11458 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11460         * Makefile.in (info): remove dependency on all-texinfo.  The
11461         problem was really in texinfo/C, not at this level.
11463 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
11465         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
11467 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
11469         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
11470         GDB releases.
11472 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
11474         * configure: Include srcdir in message about target of link not
11475         being found.  Don't convert `-' to `_' in `with' options being
11476         passed to subdirs.
11478 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11480         * configure.in: add uudecode to host_tools
11482         * Makefile.in: added {all,install}-uudecode targets, added them to
11483         the appropriate lists
11485 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
11487         * Makefile.in (all-gcc): Added dependency on all-gas.
11489         * configure.in (mips-*-*): Build ld and binutils.
11491 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
11493         * configure: check return code from mkdir, print error message and
11494           exit on failure.
11496 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
11498         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
11500 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
11502         * test-build.mk (HOLES): Added tar, cpio and uudecode.
11504 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
11506         * config.sub (h8500):  Recognize this as a cpu type.
11508 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11510         * configure: source directory missing is no longer a warning
11512         * configure.in: recognize irix[34]* instead of irix[34]
11514         * Makefile.in: define and pass down X11_LIB
11516 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
11518         * guess-systype: Renamed to ...
11519         * config.guess:  ... by popular request.
11520         * configure.in, Makefile.in:  Update accordingly.
11522 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
11524         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
11525         + Add Convex, Cray/Unicos, and Encore/Multimax support.
11526         + Execute ./dummy instead of assuming . is in PATH.
11528 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
11530         * guess-systype:  New shell script.  Attempts to guess the
11531         canonical host name of the executing host.
11532         Only a few hosts are supported so far.
11533         * configure:  Call guess-systype if no host is specified.
11535 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
11537         * Makefile.in (gcc-no-fixedincludes): Made to work with current
11538         gcc Makefile.
11541 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
11543         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
11544         (all-gcc, install-gcc, subdir_do): Use it.
11546 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
11548         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
11550 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
11552         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
11553           set exclusively by configure, using configure.in .
11555 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11557         * test-build.mk: set $PATH for all builds
11559         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
11561 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
11563         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
11564         the one used in gcc/Makefile.in, so that a null expansion doesn't
11565         override the one needed to build gcc with a native cc.
11568 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
11570         * configure: Accept -with arguments.
11572 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
11574         * Makefile.in: added h8300sim
11576 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
11578         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
11579         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
11580         (all-cygnus, native, build-cygnus): Make
11581         $(canonhost)-stamp-3stage-done, not $(host)....
11582         * test-build.mk (stamp-3stage-compared): Use tail +10c for
11583         i386-sco3.2v4.  Added else true to if command.
11585 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
11587         * config.sub: (from FSF) Sequent uses a BSD-like OS.
11589 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
11591         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
11593 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11595         * configure.in: don't remove binutils from Solaris builds
11597 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
11599         * Makefile.in: get rid of earlier definitions for *clean,
11600         also handle the recursive info rule better
11602 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
11604         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
11605         do more-or-less the right thing.
11607 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
11609         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
11610         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
11612 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11614         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
11615         $(host_canonical).
11617         * configure.in: split the configdirs list into 4 categories (native
11618         v. cross, library v. tool) and handle the cross-only and native-
11619         only in more reasonable (and correct!) way.
11621 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
11623         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
11624         configdirs anymore.
11626 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11628         * Makefile.in: extensive cleanup::  removed all of the explicit
11629         clean-* targets, collapsed many wrappers around subdir_do into
11630         one, added additional targets to satisfy standards.texi, deleted
11631         some old targets, some changes for consistency
11633 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11635         * configure.in: handle some programs as cross-only, and others as
11636         native only
11638         * test-build.mk: handle partial holes in a more generic manner
11640         * Makefile.in: m4 depends on libiberty
11642 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11644         * configure.in: add m4, textutils, fileutils, sed, shellutils,
11645         time, wdiff, and find to configdirs
11647         * Makefile.in: all, clean, and install rules for the new programs
11648         added to configure.in
11650 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11652         * configure.in: use mh-sun for all *-sun-* hosts
11654 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11656         * Makefile.in: define flags for X11 include files and library file
11657         locations, pass them down to the programs that need this info
11659         * build-all.mk: added a 'native' target, to 3stage the native toolchain
11661 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11663         * configure.in: start building libg++ for HP-UX targets
11665 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
11667         * README:  Update references to files moved into etc/.
11669 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
11671         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
11672         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
11674 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
11676         * configure: accept dash as well as underscore in long option
11677         names for FSF compatibility.
11679 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
11681         * config.sub: added -sco3.2v4 support from FSF.
11683 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11685         * configure.in: expand the section that adds or removes
11686         directories from the list of programs to build, to handle native
11687         vs. cross in addition to host v. native
11689 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
11691         * Makefile.in:  Replace C++ in macro names with CXX.
11692         This is less likely to break ...
11694 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11696         * test-build.mk: add -w to GNU_MAKE
11698 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11700         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
11701         add 'sparc' to list of recognized cpus.  This needed to make
11702         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
11703         Delete some redundant ose68 variants.  Recognize -wrs as an os,
11704         then changes that into $CPU-wrs-vxworks.
11706         * configure.in: remove most references to gdbtest, regularize
11707         target based program removal
11709         * test-build.mk: import from p3 tree (many fixes and changes)
11711 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
11713         * Makefile.in: added rules to handle tcl, tk, and expect
11715         * configure.in: handle those directories if they exist
11717 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11719         * config.sub: removed bogus hppabsd and hppahpux names, since
11720         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
11722 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11724         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
11725         depends upon all-xiberty
11727         * Makefile.in: changes from p3, including:
11729         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
11731         * Makefile.in (XTRAFLAGS): include newlib directories if
11732         newlib/Makefile exists, rather than if host != target.
11734         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
11736         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
11737         from the same source tree and not building a cross-compiler.  This
11738         matters for the libg++ configuration if reconfiguring a tree that
11739         has already been installed.
11741         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
11743         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
11744         pick up the machine and system specific header files.
11746         * Makefile.in: added AS_FOR_TARGET, passed down in
11747         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
11748         the C compiler to use to create programs which are run in the
11749         build environment, set it to default to $(CC), and passed it down
11750         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
11752         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
11754         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
11755         We need them for unusual native builds, like systems without
11756         ranlib.
11758         * configure: also define $(host_canonical) and
11759         $(target_canonical), which are the full, canonical names for the
11760         given host and target
11762 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
11764         * Makefile.in:  Added separate definitions for C++.
11766 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
11768         * configure.in (configdirs):  Add deja-gnu.
11770 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
11772         * README:  Update for configure.texi and gdb-4.7 release.
11774 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
11776         * Makefile.in:  Move "all" target to top of file.
11777         Previously, first target was ".PHONY" which caused BSD4.4 make
11778         to build .PHONY when make was run without arguments.
11780 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
11782         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
11783         Library-copylefted code in libiberty.
11785 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
11787         * config.sub:  Replace m68kmote with plain old m68k.
11789 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
11791         * Makefile.in:  Remove space from blank line, avoid Make complaints.
11793 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
11795         * config.sub: Complain if no argument is given.  Added support for
11796         386bsd as OS and target alias.
11798 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
11800         * Makefile.in (XTRAFLAGS): include newlib directories if
11801         newlib/Makefile exists, rather than if host != target.
11803 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
11805         * config.sub: recognize sparclite-wrs-vxworks.
11807         * Makefile.in (install-xiberty): added *-xiberty make rules (from
11808         p3.) Added clean-xiberty to clean.
11810 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11812         * configure.in: use *-*-* instead of nested cases for host and target
11814 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
11816         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
11817         from the same source tree and not building a cross-compiler.  This
11818         matters for the libg++ configuration if reconfiguring a tree that
11819         has already been installed.
11821 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
11823         * config.sub (i486v/i486v4):  Merge in from FSF version.
11825 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
11827         * configure: only set PWD if it is already set.
11829 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
11831         * configure: just set PWD=`pwd` at the top, since Ultrix sh
11832         doesn't have unset and all success paths (and most error paths)
11833         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
11834         to just ${PWD} to avoid confusion.)
11836 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
11838         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
11839         even for a native compilation.
11841 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
11843         Changes to make the gdb.tar.Z rule work better.
11845         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
11846         (DEVO_SUPPORT):  Add configure.texi.
11847         (bfd-ilrt.tar.Z):  Remove ancient rule.
11849 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
11851         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
11852         pick up the machine and system specific header files.
11854         * configure.in, config.sub: added new target m68010-adobe-scout,
11855         with alias of adobe68k.  Changed configure.in to check for
11856         -scout before -sco* to avoid a false match.
11858         * Makefile.in: added AS_FOR_TARGET, passed down in
11859         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
11860         the C compiler to use to create programs which are run in the
11861         build environment, set it to default to $(CC), and passed it down
11862         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
11864 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
11866         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
11867         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
11868         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
11869         FOR_TARGET variants, to newlib and libg++.
11871 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
11873         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
11874         first.
11876 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
11878         * config.sub:  Accept `elf' as an environment.
11880 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
11882         * Makefile.in (all-opcodes):  cd into the right directory
11884 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
11886         * configure: added -program_transform_name option, used as
11887         argument to sed when installing programs.
11888         configure.texi: added documentation for -program_prefix,
11889         -program_suffix and -program_transform_name.
11891 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
11893         * config.sub:  Accept i486 where i386 ok.
11895 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
11897         * config.sub: accept we32k
11899 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
11901         * config.sub, configure.in: accept OSE68000 and OSE68k.
11903         * Makefile.in: don't create all directories for ``make install'';
11904         let the subdirectories create the ones they need.
11906 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11908         * COPYING: new file, GPL v2
11910 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11912         * Makefile.in: use the new gen-info-dir, which needs a template
11913         argument (which also lives in texinfo)
11915         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
11917 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
11919         * config.sub (ncr3000):  Change i386 to i486.
11921 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11923         * Makefile.in: add install-rcs, install-grep to
11924         install-no-fixedincludes, removed install-bison and install-libgcc
11926 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
11928         * configure.in: grab the HPUX makefile fragment if on HPUX
11930 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
11932         * Makefile.in: eradicate bison spoor (ditto libgcc).
11933          configure.in: recognise m68{k,000}-ericsson-OSE.
11934          es1800 is alias for m68k-ericsson-OSE
11936 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11938         * configure.in: rearrange the parts that remove programs from
11939         configdirs, based now on HOST==TARGET or by canonical triple.
11941 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
11943         * test-build.mk: recurse explicitly with -f test-build.mk when
11944           appropriate.  predicate stage3 and comparison on the existence
11945           of gcc.  That is, if gcc isn't around, we aren't three-staging.
11946           On very clean, also remove ...stamp-co.  Build in-place before
11947           doing other builds.
11949 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
11951         * Makefile.in, configure.in: add tgas
11953 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
11955         * Makefile.in: a number of changes merged in from progressive.
11957         * configure.in: add libm.
11959         * .cvsignore: ignore some stuff that comes from test-build.mk.
11961 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
11963         * config.sub:  Add es1800 (m68k-ericsson-es1800).
11965 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
11967         * configure: Add program_suffix (parallel to program_prefix)
11968         * Makefile.in: adjust directory-creating script for losing decstation
11970 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
11972         * configure:  Minor $subdir-related fixes.
11974 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
11976         * configure: fix various problems with propogating
11977         makefile_target_frag in subdirs.
11978         * configure.in: config libgcc if its there
11980 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
11982         * config.sub:  HPPA merge.
11984 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
11986         * Makefile.in:  Replace all-bison with all-byacc in all
11987         dependency lines for other tools (which now use byacc).
11989 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
11991         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
11993 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
11995         * Makefile.in: make gprof rules similar to byacc rules (instead of
11996         vestigal $(unsubdir) that didn't work...)
11998 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
12000         * config.sub:  Add support for Linux.
12001         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
12002         (at least for libg++).
12004 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
12006         * configure.texi: fix doc for the -nfp option to configure
12008 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
12010         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
12012 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
12014         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
12015         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
12016         * configure.in: added solaris* host_makefile_frag hook.
12018 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12020         * config.sub: changed recognition of m68000 so that various
12021         m68k types can be specified via m680[01234]0
12023 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12025         * config.sub (basic_machine): fix sed so that '-foo' isn't
12026         completely substituted out while .+'-foo' loses the '-foo'
12028 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
12030         * config.sub ($os): Add -aout.
12032 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
12034         * configure:  If host_makefile_frag is absolute, don't
12035         prefix ${invsubdir} (relevant to libg++ auto-configure).
12037 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
12039         * Makefile.in (tooldir): Define it.
12040         (all-ld): Depend on all-flex.
12042 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
12044         * Makefile.in (check):  Fix libg++ special case.
12046 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
12048         * configure: do not bury `pwd` into config.status, thus do fewer
12049           pwd's.
12051         * configure: print the "Building in" message only when building in
12052           other than "." AND verbose.
12054         * configure: remove -s, rework -v to better accommodate guested
12055           configures.
12057         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
12059 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
12061         * Makefile.in: macroize flags passed on recursion.  remove
12062           fileutils.
12064 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
12066         * configure: get makesrcdir right for subdirs deeper than 1.
12068         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
12069           install.
12071 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
12073         * Makefile.in: don't print subdir_do or recursion lines.
12075 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
12077         * standards.texi: added menu item.
12079         * Makefile.in: build and install standards.info.
12081         * standards.texi: new file.
12083 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12085         * configure: test for and move config.status pieces from
12086           ${subdir}/.
12088 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
12090         * configure:  Test for existance of files before trying to mv
12091         them, to avoid numerous non-existance messages.
12093 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
12095         * configure: correct final line of config.status.
12097         * configure: patch from eggert.  Avoids a protection problem if
12098           the original Makefile.in is read only.
12100         * configure: use move-if-change from gcc to create config.status.
12101           Some makefiles depend on config.status to tell if a directory
12102           has been reconfigured for a different host.  This change
12103           prevents those directories from remaking everything in the case
12104           where the reconfig was only intended to rebuild a Makefile.
12106         * configure: test for config.sub with "config.sub sun4" rather
12107           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
12108           host alias from a missing config.sub.
12110 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12112         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
12113           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
12115 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
12117         * configure: mkdir ${subdir} as needed.
12119 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
12121         * Makefile.in,configure.in: added autoconf.
12123 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12125         * Makefile.in: no longer pass against on recursion.
12127         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
12128           definitions are not inherited.
12130         * configure: correct makesrcdir when subdir is .
12132 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
12134         * configure:  Add support for 'subdirs' variable, which is
12135         like 'configdirs', except that configure doesn't re-invoke
12136         itself for subdirs, it just creates a Makefile for each subdir.
12137         * configure.texi:  Document subdirs.
12139 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12141         * configure.in: added flex to configdirs
12143 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
12145         * Makefile.in: remove clean-stamps from clean.
12147 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
12149         * configure.in:  Add gdbtest to configdirs.
12151 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
12153         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
12154         to recursive makes.
12155         * configure.in:  Recognize new ncr3000 config.
12157 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
12159         * Makefile.in, configure.in: removed references to gdbm.
12161 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
12163         * config.sub:  Don't canonicalize os value
12164         newsos* to bsd (readline needs to check for newsos).
12165         (This fix was earlier made Jan 31, but got re-broken.)
12167 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
12169         * configure.in:  sco is an os, not a vendor!
12171         * configure:  Quote $( better.  Keep various shells happy.
12173 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
12175         * Makefile.in: eliminate stamp-files.
12177 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
12179         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
12180           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
12182 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
12184         * config.sub:  fix iris/iris3.
12186 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
12188         * configure: re-add -rm.
12190 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
12192         * Maskefile.in: add .stmp-rcs to all.
12194         * configure.in: remove gas from rs6000 build, use aix host fragment.
12196 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
12198         * configure: pass down site_option during recursion.
12200 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
12202         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
12204 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
12206         * configure: Change exec_prefix so that it really defaults to prefix.
12208 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
12210         * Makefile.in, configure.in:  Add support for mmalloc library.
12212 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
12214         * Makefile.in: add stmp dependencies for a few more things.
12216 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
12218         * configure: adjusted error message on objdir/srcdir configure
12219           collision, per john's suggestion.
12221         * Makefile.in: add libiberty stmp to all and all.cross.
12223 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
12225         * Makefile.in: remove force dependencies, add grep to all.
12227 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
12229         * Makefile.in: drop flex.  make stamp files work.
12231         * configure: added test for conflicting configuration in srcdir,
12232           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
12233           gets cranky.  use relative paths for configure and srcdir
12234           whenever possible.  Send some error messages to stderr that were
12235           going to stdout.
12237 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
12239         * Makefile.in:  Fix libg++ rule to check for gcc directory
12240         before using gcc/gcc.  Also pass XTRAFLAGS.
12242 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
12244         * Makefile.in: added stmp-files so that directories aren't polled
12245           when they are already built.
12247         * configure.texi: fixed a node pointer problem.
12249 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
12251         * config.sub configure.in gdb/configure.in
12252         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
12253         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
12254         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
12256 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12258         * configure: -recurring becomes -silent.  corrected help message
12259           for -site= option.
12261         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
12263 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12265         * configure: when building Makefile for crosses, replace
12266           tooldir and program_prefix.  default srcdir from location of
12267           config.sub.  remove "for host in hosts" and "for target in
12268           targets" loops.
12270 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12272         * Makefile.in: Do not pass bindir or mandir to cvs.
12274 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
12276         * Makefile.in, configure.in: removed traces of namesubdir,
12277           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
12278           copyrights to '92, changed some from Cygnus to FSF.
12280         * configure.texi: remove most references to multiple hosts,
12281           multiple targets, subdirs, etc.
12283         * configure.man: removed rcsid. reference config.sub not
12284           config.subr.
12286         * Makefile.in: mkdir $(infodir) on install-info.
12288 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
12290         * configure.texi:  Explain better about .gdbinit and about
12291         the environment that configure.in sections run in.
12293 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
12295         * configure.in:  Ultrix is only a decstation if it's a MIPS.
12297 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
12299         * README:  DOC.configure => cfg-paper.texi.
12301 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
12303         * config.sub (near case $os):  Don't convert newsos* to bsd!
12305 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
12307         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
12308         the number of copies of COPYING that go into the GDB tar file.
12310 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
12312         * bfd/configure.in, gdb/config/mh-i386sco,
12313         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
12314         Fix SCO configuration stuff.
12316 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
12318         * Makefile.in:  For libg++, make sure the -I pointing
12319         to the gcc directory goes *after* all the libg++-local -I flags.
12320         Also, move just-gcc dependency from just-libg++ to all-libg++.
12322 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
12324         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
12326 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
12328         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
12330 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
12332         * config.sub:  Add stratus configuration frags.  Also
12333         submitted to FSF.
12335 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
12337         * Makefile.in (DEV_SUPPORT):  add configure.man.
12339         * config.sub(Decode manufacturer-specific):  add -none*.
12341 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
12343         * Makefile.in:  remove form feeds to make Sun's make happy.
12344         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
12346 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
12348         * Makefile.in (AR_FLAGS):  Make quieter.
12350 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
12352         * configure.in:  Add libg++.
12353         * configure:  When verbose, don't output the command line at each
12354         level; it will be unremarkably the same as the previous version,
12355         which will be the same as what the user typed.
12357 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
12359         * configure.in, Makefile.in: fix clean-info, add flex.  add
12360           fileutils.
12362         * configure: be less sensitive to spaces in Makefile.in.  Do not
12363           look for sources in "..".  Doing so breaks subdirectories that
12364           might have their own configure.  If a subdir has it's own
12365           configure script, use it.
12367 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
12369         * cfg-paper.texi: some changes suggested by rms.
12371 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
12373         * config.sub:  Merge in some small additions from the FSF version,
12374         taken from the gcc distribution, to bring the Cygnus and FSF
12375         versions into closer sync.
12377 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
12379         * configure.in:  Changed svr4 references to sysv4.
12381 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
12383         * configure: added -V for version number option.
12385 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
12387         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
12388           renamed from DOC.configure to cfg-paper.texi.
12390 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12392         * configure, config.subr, config.sub: config.subr is now
12393           config.sub again.
12395 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
12397         * configure.texi: new file, in progress.
12399         * Makefile.in: build info file and install the man page for
12400           configure.
12402         * configure.man: new file, first cut.
12404         * configure: find config.subr again now that configuration "none"
12405           has gone.  removed all traces of the -ansi option.  removed all
12406           traces of the -languages option.
12408         * config.subr: resync from rms.
12410 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12412         * configure, config.sub, config.subr: merge config.sub into
12413           config.subr, call the result config.subr, remove config.sub, use
12414           config.subr.
12416         * Makefile.in: revised install for dir.info.
12418 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12420         * configure.in: add decstation host makefile frag.
12422         * Makefile.in: BISON now bison -y again.  also install-gcc on
12423           install.  clean-gdbm on clean.  infodir belongs in datadir.
12424           Make directories for info install.  Build dir.info here then
12425           install it.
12427 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12429         * Makefile.in: fix for bad directory tests.
12431 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12433         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
12434           regexp.  -srcdir relative was being handled incorrectly.
12436         * Makefile.in: unwrapped some for loops so that parallel makes
12437           work again and so one can focus one's attention on a particular
12438           package.
12440 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12442         * configure: added PWD as a stand in for `pwd` (for speed). use
12443           elif wherever possible.  make -srcdir work without -objdir.
12444           -objdir= commented out.
12446 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12448         * configure: +options become --options.  -subdirs commented out.
12449           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
12450           Makefile now at top of generated Makefile.  Removed cvs log
12451           entries.  added -srcdir.  create .gdbinit only if there is one
12452           in ${srcdir}.
12454         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
12455           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
12456           and mandir now keyed off datadir by default.
12458 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12460         * Freshly created ChangeLog.
12463 Local Variables:
12464 mode: change-log
12465 left-margin: 8
12466 fill-column: 76
12467 version-control: never
12468 End: