OSDN Git Service

dd14c72cb312b3709a84afeeff3a5fcd1e8404e7
[pf3gnuchains/gcc-fork.git] / ChangeLog
1 2006-01-04  Ben Elliston  <bje@au.ibm.com>
2
3         * MAINTAINERS (libdecnumber): Add myself.
4
5 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
6
7         * libtool-ldflags: New script.
8
9 2006-01-02  Andreas Schwab  <schwab@suse.de>
10
11         * configure.in: When reconfiguring remove Makefile in
12         all stage directories.
13         * configure: Regenerate.
14
15 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
16
17         * MAINTAINERS: Update my email address.
18
19 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
20
21         Revert Ada-related part of the previous change.
22
23         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
24         Do not pass.
25         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
26         * Makefile.in: Regenerate.
27         * configure.in: Do not include mt-ppc-aix target fragment.
28         * configure: Regenerate.
29
30 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
31
32         * configure.in: Select appropriate fragments for PowerPC/AIX.
33         * configure: Regenerate.
34
35         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
36         BOOT_CFLAGS, BOOT_LDFLAGS.
37         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
38         BOOT_CFLAGS, BOOT_LDFLAGS.
39         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
40         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
41         (stage): Fail if we cannot complete the work.
42         * Makefile.in: Regenerate.
43
44 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
45
46         * configure.in: Replace ms1 with mt.
47         * configure: Rebuilt.
48
49 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
50
51         * MAINTAINERS: Update my email address.
52
53 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
54
55         * Makefile.tpl (all, do-[+make_target+], do-check, install,
56         install-host-nogcc): Don't invoke $(stage) at the end.
57         * Makefile.in: Regenerate.
58
59 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
60
61         * configure.in: Flip the top-level bootstrap switch.
62         * configure: Regenerate.
63
64 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
65
66         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
67         $(stage) and $(unstage).
68         (EXTRA_TARGET_FLAGS): Correct double-quoting.
69         (all): Remove stray semicolon.
70         (local-distclean): Don't handle multilib.tmp and multilib.out.
71         (install.all): Set $s for consistency.
72         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
73         check_multilibs setting.  Always make the install directory.
74         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
75         Correct @if/@endif.
76         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
77         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
78         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
79         (multilib.out): Remove.
80         * Makefile.in: Regenerated.
81
82 2005-12-12  Carlos O'Donell <carlos@codesourcery.com>
83
84         * MAINTAINERS (Write After Approval): Add myself.
85
86 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
87
88         * MAINTAINERS: Add myself as mt maintainer.
89
90         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
91
92 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
93
94         * MAINTAINERS: Change email address.
95
96 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
97
98         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
99         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
100         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
101         Find in-tree tools if available.
102         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
103         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
104         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
105         (COMPILER_*_FOR_TARGET): New.
106         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
107         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
108         (CONFIGURED_*, USUAL_*): Remove.
109         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
110         STRIP): Use autoconf substitutions.
111         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
112         COMPILER_NM_FOR_TARGET): New.
113         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
114
115         (all): Make all-host and all-target in parallel.
116         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
117         that $$r and $$s are set before invoking a recursive make.
118         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
119         ([+bootstrap-target+]): Inline most of the `all' target.
120
121 2005-11-29  Ben Elliston  <bje@au.ibm.com>
122
123         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
124         from the gcc build directory.
125         * Makefile.in: Regenerate.
126
127 2005-11-29  Ben Elliston  <bje@au.ibm.com>
128
129         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
130         depend on all-libdecnumber.
131         * configure.in (host_libs): Include libdecnumber.
132         * Makefile.in: Regenerate.
133         * configure: Likewise.
134
135 2005-11-29  Ben Elliston  <bje@au.ibm.com>
136
137         * libdecnumber: Import decNumber sources from the dfp-branch.
138
139 2005-11-21  Kean Johnston  <jkj@sco.com>
140
141         * config.sub, config.guess: Sync from upstream sources.
142
143 2005-11-21  Ben Elliston  <bje@au.ibm.com>
144
145         Import from Autoconf sources:
146
147         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
148         * config/move-if-change: Don't output "$2 is unchanged";
149         suggested by Ben Elliston.  Handle weird characters correctly.
150
151 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
152
153         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
154         to match upstream libtool for darwin.
155
156 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
157
158         * Makefile.def: Remove gdb dependencies for gdbtk.
159         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
160         (configure-gdb, install-gdb): New rules.
161         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
162         * Makefile.in, configure: Regenerated.
163
164 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
165
166         * MAINTAINERS (Write After Approval): Add myself.
167
168 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
169
170         * MAINTAINERS (Write After Approval): Add myself.
171
172 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
173
174         * MAINTAINERS (alias analysis): Add Daniel Berlin and
175         Diego Novillo.
176
177 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
178
179         PR bootstrap/24297
180         * Makefile.tpl (do-[+make-target+], do-check, install,
181         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
182         are set before recursing.
183         * Makefile.in: Regenerate.
184
185 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
186
187         PR bootstrap/18939
188         * Makefile.def (gcc) <target>: Fix thinko.
189         * Makefile.in: Regenerate.
190
191 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
192
193         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
194         * configure: Regenerate.
195
196 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
197
198         * MAINTAINERS (Write After Approval): Add self.
199
200 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
201
202         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
203         target-libffi, target-qthreads, target-libjava, and
204         targetlibobjc.
205         * configure: Regenerate.
206
207 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
208
209         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
210         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
211         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
212         (USUAL_OBJDUMP_FOR_TARGET): New.
213         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
214         * configure.in: Check for $OBJDUMP_FOR_TARGET.
215         * configure, Makefile.in: Regenerated.
216
217 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
218
219         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
220         before other host packages.
221
222 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
223
224         * MAINTAINERS: Add self as sh libraries/configury maintainer.
225
226 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
227
228         PR bootstrap/22340
229
230         * configure.in (default_target): Remove.
231         * Makefile.tpl (all): Do not use prerequisites as subroutines
232         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
233         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
234         use prerequisites as subroutines.
235         (check-host, check-target): New.
236         (bootstrap configure & all targets): Do not use stage*-start
237         if the directory layout is already ok.
238         (non-bootstrap configure & all targets): Prepend a $(unstage).
239         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
240         (NOTPARALLEL): Remove.
241         (unstage, stage variables): New variables.
242         (unstage, stage targets): Simply expand to those variables.
243
244         * configure: Regenerate.
245         * Makefile.in: Regenerate.
246
247 2005-10-04  James E Wilson  <wilson@specifix.com>
248
249         * Makefile.def (lang_env_dependencies): Add libmudflap.
250         * Makefile.in: Regenerate.
251
252 2005-10-03  Andreas Schwab  <schwab@suse.de>
253
254         Backport from libtool CVS:
255         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
256
257         * ltmain.sh: add support for installing into temporary
258         staging area (e.g. 'make install DESTDIR=...')
259
260 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
261
262         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
263         * configure: Regenerated.
264
265 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
266
267         * configure: Regenerate with the correct
268         autoconf version.
269
270 2005-09-30  Catherine Moore  <clm@cm00re.com>
271
272         * configure.in (bfin-*-*): New.
273         * configure: Regenerated.
274
275 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
276
277         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
278         (LIPO_FOR_TARGET): New.
279         (CONFIGURED_LIPO_FOR_TARGET): New.
280         (USUAL_LIPO_FOR_TARGET): New.
281         (STRIP_FOR_TARGET): New.
282         (CONFIGURED_STRIP_FOR_TARGET): New.
283         (USUAL_STRIP_FOR_TARGET): New.
284         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
285         STRIP_FOR_TARGET.
286         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
287         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
288         * Makefile.in: Regenerate.
289         * configure: Regenerate.
290         
291 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
292
293         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
294         (rs6000-*-aix*): Same.
295         * configure: Regenerate.
296
297 2005-09-16  Tom Tromey  <tromey@redhat.com>
298
299         * MAINTAINERS: Add self as java maintainer.
300
301 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
302
303         * configure.in: Recognize f95 in the --enable-languages option,
304         and substitute it for fortran, issuing a warning.
305         * configure: Regenerate.
306
307 2005-08-30  Phil Edwards  <phil@codesourcery.com>
308
309         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
310         * configure:  Regenerated.
311
312 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
313
314         * MAINTAINERS: Add self as ms1 maintainer.
315
316 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
317
318         * Makefile.def (libssp): Add to lang_env_dependencies.
319         * Makefile.in: Regenerate.
320
321 2005-08-18  Ian Lance Taylor  <ian@airs.com>
322
323         * MAINTAINERS: Add myself as middle-end maintainer.
324
325 2005-08-17  Christian Groessler  <chris@groessler.org>
326
327         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
328         * Makefile.in: Regenerate.
329
330 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
331
332         * MAINTAINERS (write after approval): Added myself.
333
334 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
335
336         * MAINTAINERS (Write After Approval): Add myself.
337
338 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
339
340         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
341         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
342         Look for alternate names of the target cc and c++
343         * configure: Regenerate.
344
345 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
346
347         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
348         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
349         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
350         tools; remove code to manually set them.
351         (Target tools): Look in the environment for them.
352         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
353         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
354         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
355         build directory.
356         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
357         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
358         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
359         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
360         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
361         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
362         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
363         * configure: Regenerate.
364         * Makefile.in: Regenerate.
365
366 2005-07-28  Ben Elliston  <bje@au.ibm.com>
367
368         * MAINTAINERS: Update for removed CPU targets.
369
370 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
371
372         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
373         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET. 
374         * Makefile.in: Regenerated.
375
376 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
377
378         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
379         (CFLAGS_FOR_TARGET): Use it.
380         (CXXFLAGS_FOR_TARGET): Likewise.
381         * Makefile.in: Regenerated.
382         * configure.in (--with-build-sysroot): New option.
383         * configure: Regenerated.
384
385 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
386
387         * Makefile.tpl: Wrap install between unstage and stage
388         * Makefile.in: Regenerate.
389
390 2005-07-21  Eric Christopher  <echristo@apple.com>
391
392         * MAINTAINERS: Update affiliation.
393
394 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
395
396         * MAINTAINERS: Add self as crx port maintainer.
397
398 2005-07-20  DJ Delorie  <dj@redhat.com>
399
400         * MAINTAINERS: Add self as m32c maintainer.
401
402 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
403
404         * all files: Update FSF address.
405
406 2005-07-15  Eric Christopher  <echristo@redhat.com>
407
408         * MAINTAINERS: Change affiliation.
409
410 2005-07-14  Jim Blandy  <jimb@redhat.com>
411
412         * configure.in: Add cases for Renesas m32c.
413         * configure: Regenerated.
414         
415 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
416
417         * COPYING.LIB: Update from fsf.org.
418
419 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
420
421         * COPYING, compile, config.guess,
422         config.sub, install-sh, missing, mkinstalldirs,
423         symlink-tree, ylwrap: Sync from upstream sources.
424         * config-ml.in: Update FSF address.
425
426 2005-07-13  Eric Christopher  <echristo@redhat.com>
427
428         * configure.in: Add toplevel noconfigdir support for tpf.
429         * configure: Regenerate.
430
431 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
432
433         PR ada/22340
434
435         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
436         * Makefile.in: Regenerate.
437
438 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
439
440         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
441         Brolley to write-after-approval. 
442
443 2005-07-07  Andreas Schwab  <schwab@suse.de>
444
445         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
446         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
447         * Makefile.in: Regenerated.
448
449 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
450
451         * configure.in: Don't build sim or rda when targetting darwin.
452         * configure: Regenerate.
453
454 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
455
456         * configure.in: Add --enable-libssp and --disable-libssp.
457         * configure: Regenerate with autoconf-2.13.
458
459 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
460
461         * Makefile.def (target_modules): Add libssp.
462         * configure.in (target_libraries): Add target-libssp.
463         * configure: Rebuilt.
464         * Makefile.in: Rebuilt.
465
466 2005-07-01  Zack Weinberg  <zackw@panix.com>
467
468         * MAINTAINERS: Change email address.  Resign from maintainership.
469
470 2005-07-01  Richard Guenther  <rguenther@suse.de>
471
472         * MAINTAINERS: Change my e-mail address and affiliation.
473
474 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
475
476         * Makefile.def (stagefeedback): Come after profile.
477         Define profiledbootstrap target.
478         * Makefile.tpl (profiledbootstrap): Remove.
479         (stageprofile-end): Zap stagefeedback.
480         (stagefeedback-start): Copy all .gcda files, not only GCC's.
481         * Makefile.in: Regenerate.
482
483 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
484
485         * MAINTAINERS: Update my email address.
486
487 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
488
489         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
490         In 'cpp' stanza, support '#line' as well as '# '.
491
492 2005-06-08  Andreas Schwab  <schwab@suse.de>
493
494         * MAINTAINERS: Move myself from 'Write After Approval' to
495         'CPU Port Maintainers' section as m68k maintainer.
496
497 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
498
499         * configure.in (unsupported_languages): New macro.
500         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
501         non-ported target libraries in noconfigdirs.
502         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
503         non-linux-gnu.  Remove libgcj_ex_libffi.
504         <lang_frag loop>: Set add_this_lang=no if the language is in
505         unsupported_languages.
506         * configure: Regenerate.
507
508 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
509
510         * configure.in: Fix typo in handling of --with-mpfr-dir.
511         * configure: Regenerate.
512
513 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
514
515         * MAINTAINERS: Update my email address.
516
517 2005-06-02  Jim Blandy  <jimb@redhat.com>
518
519         * config.sub: Add cases for the Renesas m32c.  (This patch has been
520         accepted into the master sources.)
521
522 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
523             Michael Snyder  <msnyder@redhat.com>
524             Stan Cox  <scox@redhat.com>
525
526         * configure.in: Set noconfigdirs for ms1.
527
528         * configure: Regenerate.
529
530 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
531
532         * MAINTAINERS (Write After Approval): Add self.
533
534 2005-06-01  Josh Conner  <jconner@apple.com>
535
536         * MAINTAINERS (Write After Approval): Add self.
537
538 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
539
540         * MAINTAINERS: Update my email address.
541
542 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
543
544         * MAINTAINERS (Write After Approval): Add self.
545
546 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
547
548         * MAINTAINERS (Write After Approval): Remove self.
549
550 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
551
552         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
553         (Dependencies): Consider target modules for bootstrap dependencies.
554         Make target bootstrap modules depend on each stage's gcc.
555         * Makefile.in: Regenerate.
556
557 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
558
559         * Makefile.def (configure-gcc): Depend on binutils having been built.
560         (all-gcc): No need to do it here.
561         * Makefile.in: Regenerate.
562
563 2005-05-19  Paul Brook  <paul@codesourcery.com>
564
565         * configure.in: Rewrite misleading error message when requested
566         language cannot be built.
567         * configure: Regenerate.
568
569 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
570
571         * ylwrap: Import from Automake 1.9.5.
572
573 2005-05-13  David Ung  <davidu@mips.com>
574
575         * MAINTAINERS (Write After Approval): Add self.
576
577 2005-05-09  Mike Stump  <mrs@apple.com>
578
579         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
580         lt_cv_sys_max_cmd_len for now.
581
582 2005-05-09  Stan Cox  <scox@redhat.com>
583
584         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
585
586 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
587
588         * README.SCO: Update the URL.
589
590 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
591
592         * ltconfig: Define file_list_spec.  Pass file_list_spec and
593         with_gnu_ld to libtool.
594         * ltcf-c.sh (aix[45]): Define file_list_spec.
595         * ltcf-cxx.sh (aix[45]): Same.
596         * ltcf-gcj.sh (aix[45]): Same.
597         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
598         exists, write list of input files to temporary file.
599
600 2005-05-04  Mike Stump  <mrs@apple.com>
601
602         * configure.in: Always pass --target to target configures as
603         otherwise rebuilds that do --recheck will fail.
604         * confiugure: Rebuilt.
605
606 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
607
608         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
609         STAGE_HOST_EXPORTS.
610         (configure, all): Add bootstrap support.
611         (Host modules, target modules): Pass post-stage1 flags and exports.
612         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
613         * Makefile.in: Regenerate.
614
615 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
616
617         * configure: Regenerate.
618
619 2005-04-27  Mike Stump  <mrs@apple.com>
620
621         * MAINTAINERS: Add self as darwin maintainer.
622
623 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
624
625         * config.sub: Update from master copy.
626
627 2005-04-21  Mike Stump  <mrs@apple.com>
628
629         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
630         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
631
632 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
633
634         * configure.in <crisv32-*-*, cris-*-*>: New local variable
635         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
636         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
637         "*-*-elf" and "*-*-linux*".
638         * configure: Regenerate.
639
640 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
641
642         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
643
644 2005-04-12  Mike Stump  <mrs@apple.com>
645
646         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
647
648 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
649
650         * MAINTAINERS (Write After Approval): Add myself.
651
652 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
653
654         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
655
656 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
657
658         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
659         (TARGET_CONFIGARGS): Include --with-target-subdir.
660         (configure, all): New macros.  Use them throughout.
661         * Makefile.in: Regenerate.
662
663 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
664
665         * MAINTAINERS (Write After Approval): Add myself.
666
667 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
668
669         * MAINTAINERS: Remove 'loop unrolling' maintainer.
670
671 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
672
673         * MAINTAINERS: Move John Carr to Write After Approval.
674
675 2005-03-30  J"orn Rennecke <joern.rennecke@st.com>
676
677         * config/mh-mingw32: Delete.
678         * configure.in: Don't use it.
679         * configure: Regenerate.
680
681 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
682
683         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
684         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
685         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
686         (HOST_LIB_PATH): Generate from Makefile.def.
687         (TARGET_LIB_PATH): Likewise.
688         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
689         * Makefile.in: Regenerate.
690         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
691         (RPATH_ENVVAR): Include Darwin case.
692         * configure: Regenerate.
693
694 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
695
696         * MAINTAINERS (Various Maintainers): Remove self.
697         (Write After Approval): Add self.
698
699 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
700
701         * MAINTAINERS (Various Maintainers): Add self.
702
703 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
704
705         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
706         * configure: Regenerate.
707
708 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
709
710         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
711         gcc_version, and gcc_version_trigger from set of flags to pass.
712         * Makefile.tpl: Remove definitions of above variables.
713         (config.status): Remove dependency on $(gcc_version_trigger).
714         * Makefile.in: Regenerate.
715         * configure.in: Do not reference config/gcc-version.m4 nor
716         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
717         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
718         * configure: Regenerate.
719
720 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
721             Andrew Pinski <pinskia@physics.uc.edu>
722
723         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
724         * Makefile.in: Regenerate.
725
726 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
727
728         * MAINTAINERS (Write After Approval): Add myself.
729
730 2005-03-03  David Ayers  <d.ayers@inode.at>
731
732         * MAINTAINERS (Write After Approval): Add myself.
733
734 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
735
736         PR libgcj/20160
737         * ltmain.sh: Avoid creating archives with components that have
738         duplicate basenames.
739
740 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
741
742         PR bootstrap/20250
743         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
744         instead of check.
745         * Makefile.in: Regenerate.
746
747 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
748
749         * Makefile.in: Regenerate to fix conflict between the previous two
750         patches.
751
752 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
753
754         PR bootstrap/17383
755         * Makefile.def (target_modules): Remove "stage", now unnecessary.
756         * Makefile.tpl (HOST_SUBDIR): New substitution.
757         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
758         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
759         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
760         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
761         (Host modules, Bootstrapped modules): Use it.
762         (Build modules, Target modules): Do not create symlink trees,
763         always configure out-of-srcdir.
764         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
765         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
766         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
767         $(HOST_SUBDIR).  Create a symlink for host_subdir.
768
769         * Makefile.in: Regenerate.
770         * configure: Regenerate.
771
772 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
773
774         Merged from libada-gnattools-branch:
775         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
776
777         * gnattools: New directory.
778         * Makefile.def: Add gnattools as a module, depending on target-libada.
779         * Makefile.in: Regenerate.
780         * configure.in: Include gnattools in host_tools; disable it if ada
781         is disabled.
782         * configure: Regenerate.
783
784 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
785
786         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
787         treelang maintainer.
788         (Write After Approval): Remove myself.
789
790 2005-02-23  Paul Schlie  <schlie@comcast.net>
791
792         * configure.in: Allow darwin targeted ports to build tk, itcl and
793         libgui.
794         * configure: Regenerate.
795
796 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
797
798         PR libgcj/10353
799         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
800         * configure: Regenerate.
801
802 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
803
804         * MAINTAINERS (Write After Approval): Add myself.
805
806 2005-02-10  Ian Lance Taylor  <ian@airs.com>
807
808         * MAINTAINERS: Update my e-mail address.
809
810 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
811
812         * MAINTAINERS (Write After Approval): Add myself.
813
814 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
815
816         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
817         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
818         target-libgloss when not *-*-elf and *-*-aout.
819         * configure: Regenerate.
820
821 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
822
823         * MAINTAINERS: Remove obsolete entries.
824
825         * MAINTAINERS (Write After Approval): Add Michael Matz.
826
827 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
828
829         * MAINTAINERS: Remove self as cpplib maintainer.
830
831 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
832
833         * install-sh, config.sub: Import from upstream.
834
835 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
836
837         PR bootstrap/18222
838         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
839         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
840         * Makefile.in: Regenerate.
841
842 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
843
844         * MAINTAINERS: Update my email address.
845
846 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
847             Andreas Schwab  <schwab@suse.de>
848
849         PR bootstrap/18033
850         * config-ml.in: Eval option if surrounded by single quotes.
851
852 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
853
854         Revert 2004-12-28 Makefile changes, a better fix will be
855         applied to mainline and src after GCC 4.0 branches.
856
857 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
858
859         PR bootstrap/17383
860
861         * Makefile.def (target_modules): Remove stage parameter,
862         it is always true now.
863         * Makefile.tpl (configure-build-[+module+],
864         configure-target-[+module+]): Always build symlink tree
865         for the directory and for include.  BUILD_SUBDIR and
866         TARGET_SUBDIR cannot be . anymore.
867         * Makefile.in: Regenerate.
868
869 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
870
871         Revert 2004-12-08 Makefile changes.
872
873 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
874
875         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
876         cygwin, mingw.
877
878 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
879
880         * configure.in (sh64-*-*): Reenable gprof.
881         * configure: Regenerate.
882
883 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
884
885         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
886         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
887         (EXTRA_TARGET_FLAGS): Add PICFLAG.
888         * Makefile.in: Regenerate.
889
890 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
891
892         * MAINTAINERS: Update my email address.
893
894 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
895
896         * Makefile.tpl: Generate normal dependencies if the LHS module is
897         not bootstrapped.
898         * Makefile.in: Regenerate.
899
900 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
901
902         * configure.in: Include config/gxx-include-dir.m4.  Use
903         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
904         * configure: Regenerate.
905
906 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
907
908         * config.if: Delete.
909         * configure.in: Set libstdcxx_incdir directly.
910         * configure: Regenerate.
911
912 2004-12-02  Eric Christopher  <echristo@redhat.com>
913
914         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
915         * Makefile.in: Regenerate.
916
917 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
918
919         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
920         * configure: Regenerate.
921
922 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
923
924         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
925         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
926         * configure: Regenerate.
927
928 2004-12-01  Eric Christopher  <echristo@redhat.com>
929
930         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
931         of things to remove.
932
933 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
934
935         * MAINTAINERS (Write After Approval): Update my e-mail address.
936
937 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
938
939         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
940         from CVS libtool to always pass_all.
941
942 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
943
944         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
945         (hppa*64*-*-*): Delete incorrect comment.
946         * configure: Rebuilt.
947
948 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
949
950         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
951
952 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
953
954         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
955         from CVS libtool to always pass_all.
956
957 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
958
959         * install-sh, compile: Import from automake.
960
961 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
962
963         * config.guess, config.sub:  Import from savannnah.
964
965 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
966
967         * MAINTAINERS (Write After Approval): Add myself
968
969 2004-11-12  Mike Stump  <mrs@apple.com>
970
971         * Makefile.def: Add html support.
972         * Makefile.tpl: Likewise.
973         * Makefile.in: Regenerate.
974
975 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
976
977         PR 18423
978         * configure.in: Remove all instances of build-fixincludes from
979         noconfigdirs.
980         (build_configargs): Supply --target to subdirectories.
981         * configure: Regenerate.
982
983         * Makefile.def: Make gcc install depend on fixincludes install.
984         * Makefile.in: Regenerate.
985
986 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
987
988         * MAINTAINERS: Add myself as gcc testsuite maintainer.
989
990 2004-11-11  Paul Brook  <paul@codesourcery.com>
991
992         * MAINTAINERS: Add self as arm maintainer.  Update email address.
993
994 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
995
996         * configure.in (noconfigdirs) [mmix-*-*]: Disable
997         target-libgfortran.
998         * configure: Regenerate.
999
1000 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
1001
1002         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
1003         like CC.
1004
1005 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
1006
1007         * Makefile.def (host fixincludes): Specify missing targets.
1008         * Makefile.in: Regenerate.
1009
1010 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
1011
1012         * MAINTAINERS: Add myself
1013
1014 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
1015
1016         * MAINTAINERS (Write After Approval): Add myself.
1017
1018 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
1019
1020         * Makefile.def: Build fixincludes for the host, too.
1021         * Makefile.in: Regenerate.
1022         * configure.in (host_tools): Add fixincludes.
1023         * configure: Regenerate.
1024
1025 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
1026
1027         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
1028         * configure: Regenerated.
1029
1030 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
1031
1032         PR other/17783
1033         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
1034         * configure: Regenerated.
1035
1036 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
1037
1038         * README.SCO: Update per FSF instructions.
1039
1040 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
1041
1042         PR target/18151
1043         * configure.in (case ${target}): Do not build fixincludes for avr.
1044         * configure: Regenerated.
1045
1046 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
1047
1048         * configure.in (case ${target}): Do not build fixincludes
1049         on platforms where it is not used.
1050         * configure: Regenerated.
1051
1052 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
1053
1054         * configure.in: Use an absolute path to install-sh.
1055         * configure: Regenerated.
1056
1057 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
1058
1059         * MAINTAINERS (Write After Approval): Add myself.
1060
1061 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
1062
1063         * MAINTAINERS: Remove from Write After Approval those that are
1064         already maintainers.
1065
1066 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
1067
1068         * MAINTAINERS:  Update my email address.
1069
1070 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
1071
1072         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
1073         * configure: Regenerate.
1074
1075 2004-10-07  J"orn Rennecke <joern.rennecke@st.com>
1076
1077         * MAINTAINERS:  Update my email address.
1078
1079 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
1080
1081         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
1082         entries belonging to this category.
1083
1084 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
1085
1086         * MAINTAINERS: Update my e-mail address.
1087
1088 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
1089
1090         Fix wrong conflict resolution in:
1091
1092         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
1093
1094         * Makefile.in: Regenerate.
1095         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
1096         in the recursive `make', instead of hardwiring `all'.
1097         (Autogenerated TARGET-* variables): New.
1098
1099 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
1100
1101         * configure.in: Enable target-libgloss for crx-*-*.
1102         * configure: Regenerate.
1103
1104 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
1105
1106         * MAINTAINERS (Various Maintainers): Move the "windows,
1107         cygwin, mingw" maintainer to ...
1108         (OS Port Maintainers): ... here.
1109
1110 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
1111
1112         * MAINTAINERS (Write After Approval): Remove those that are
1113         maintainers of some subsystem.
1114
1115 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
1116
1117         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
1118         * ltcf-cxx.sh (tpf*): Likewise.
1119         * ltconfig (tpf*): Add TPF OS configuration support.
1120
1121 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
1122
1123         * MAINTAINERS: Change my email address to my new work account.
1124
1125 2004-09-24  Michael Roth  <mroth@nessie.de>
1126
1127         * configure.in (--without-headers): Add missing double quotes.
1128         * configure: Regenerate.
1129
1130 2004-09-24  Kelley Cook <kcook@gcc.gnu.org>
1131
1132         * ylwrap: Revert to previous version.
1133
1134 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
1135
1136         PR bootstrap/17369
1137         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
1138         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
1139         SET_GCC_LIB_PATH_CMD.
1140         (BASE_TARGET_EXPORTS): Likewise.
1141         * Makefile.in: Regenerated.
1142
1143         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
1144         * configure: Regenerated.
1145
1146 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
1147
1148         * config.guess: New upstream version
1149         * compile, depcomp, install-sh, ylwrap: Likewise.
1150
1151 2004-09-19  Roger Sayle  <roger@eyesopen.com>
1152
1153         * config/mh-x86omitfp: New host makefile fragment.  Add
1154         -fomit-frame-pointer to the default BOOT_CFLAGS.
1155         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
1156         * configure: Regenerate.
1157
1158 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
1159
1160         PR target/11572
1161         * configure.in (*-*-darwin*): Renable libobjc.
1162         * configure: Regenerate.
1163
1164 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
1165
1166         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
1167
1168 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
1169
1170         * Makefile.def: Remove libbanshee.
1171         * Makefile.tpl: Ditto.
1172         * configure.in: Ditto.
1173         * Makefile.in: Regen.
1174         * configure: Ditto.
1175
1176 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
1177
1178         * ltmain.sh: Use $pic_object as $non_pic_object if
1179         $non_pic_object=none.
1180
1181 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
1182
1183         * missing: Import latest version from master repository.
1184
1185 2004-09-06  Nick Clifton  <nickc@redhat.com>
1186
1187         * config.sub: Import latest version from master repository.
1188         * config.guess: Likewise.
1189         This includes these changes:
1190
1191         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
1192
1193         * config.sub: Handle crisv32, alias etraxfs.
1194         * config.guess (crisv32:Linux:*:*): Handle.
1195
1196         2004-08-13  Brad Smith  <brad@comstyle.com>
1197
1198         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
1199         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
1200
1201         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
1202
1203         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
1204         assume the processor is a powerpc.  This is because coreutils
1205         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
1206         in this case, due to a MacOS X bug that causes
1207         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
1208         to return a negative number.
1209         Problem reported by Petter Reinholdtsen in:
1210         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
1211
1212         2004-07-19  Ben Elliston  <bje@gnu.org>
1213
1214         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
1215
1216         2004-06-24  Ben Elliston  <bje@gnu.org>
1217
1218         * config.guess: Update copyright years.
1219         * config.sub: Likewise.
1220
1221         2004-06-22  Robert Millan  <robertmh@gnu.org>
1222
1223         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
1224         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
1225
1226         2004-06-22  Stanley F. Quayle <stan@stanq.com>
1227
1228         * config.guess (*:*VMS:*:*): New entry. Replaces
1229         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
1230         manufacturer.
1231
1232         2004-06-22  Ben Elliston  <bje@gnu.org>
1233
1234         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
1235         * config.sub: Likewise.
1236
1237         2004-06-22  Ben Elliston  <bje@gnu.org>
1238
1239         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
1240         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
1241
1242         2004-06-11  Ben Elliston  <bje@gnu.org>
1243
1244         * config.guess (pegasos:OpenBSD:*:*): Remove.
1245
1246         2004-06-11  Ben Elliston  <bje@gnu.org>
1247
1248         From Wouter Verhelst <wouter@grep.be>:
1249         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
1250
1251         2004-06-11  Ben Elliston  <bje@gnu.org>
1252
1253         * config.guess (luna88k:OpenBSD:*:*): New.
1254
1255         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
1256
1257         * config.guess (m32r*:Linux:*:*): New case.
1258         * config.sub: Handle m32rle.
1259
1260         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
1261
1262         From Jens Petersen  <petersen@redhat.com>:
1263         * config.sub: Handle sparcv8.
1264
1265         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
1266
1267         From Tom Smith <smith@cag.lkg.hp.com>:
1268         * config.guess: Version suffixes are equally significant on Tru64
1269         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
1270         prefix of "P" (patched kernel).
1271
1272         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
1273
1274         * config.sub: Add support for National Semiconductor CRX target.
1275
1276 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
1277
1278         * MAINTAINERS (Various Maintainers): Remove myself as web page
1279         maintainer, add myself as maintainer of build status lists.
1280
1281 2004-09-03  Jan Beulich  <jbeulich@novell.com>
1282
1283         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
1284         *-*-netware, but add target-libmudflap.
1285         Consolidate *-*-netware targets (of which really only i?86 exists)
1286         into a single entry.
1287         * configure: Likewise.
1288
1289 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
1290
1291         * Makefile.tpl (sorry): Remove.
1292         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
1293         (cleanstrap targets): Depend on distclean, not distclean-stage1.
1294         (do-clean): Clean per-stage directories too.
1295         (do-distclean): Run distclean-stage1 too.
1296         (.NOTPARALLEL): Enable during toplevel bootstrap.
1297         (stage[+id+]-bubble): Enable parallel execution during
1298         the recursive invocation.
1299         * Makefile.in: Regenerate.
1300
1301         Fix previous checkin:
1302
1303         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
1304         include.
1305         * configure.in: Fix indentation.
1306         * configure: Regenerate.
1307
1308 2004-08-31  Robert Bowdidge <bowdidge@apple.com>
1309
1310         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
1311         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
1312         * configure: regenerate
1313         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
1314         -mdynamic-no-pic
1315
1316
1317 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
1318
1319         * Makefile.def (build_modules): Add fixincludes.
1320         (dependencies): Make gcc depend on fixincludes.
1321         * configure.in (build_tools): Add fixincludes.
1322         (build_configdirs): Always include build_libs.
1323         * Makefile.in: Regenerate.
1324         * configure: Regenerate.
1325
1326 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
1327
1328         * Makefile.def (bootstrap stages): Add 'lean' parameter.
1329         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
1330         phony targets; do not generate timestamp files.
1331         (distclean-stageN): Remove references to their timestamp files.
1332         (restageN, touch-stageN): Remove.
1333         (stageN-bubble): Rewritten.
1334         (compare): Support lean bootstraps.
1335         * Makefile.in: Regenerate.
1336
1337         * configure.in: Only warn when bootstrapping but
1338         build != host or build != target.  Support lean bootstraps.
1339         * configure: Regenerate.
1340
1341 2004-08-26  Phil Edwards  <phil@codesourcery.com>
1342
1343         * configure.in:  Give a better error message if GMP/MPFR are missing
1344         and a language needing them has been requested.
1345         * configure:  Regenerated.
1346
1347 2004-08-25  Phil Edwards  <phil@codesourcery.com>
1348
1349         * configure.in:  Print a list of available language front-ends if
1350         a requested one is missing.  Tidy stray tab characters.
1351         * configure:  Regenerated.
1352
1353 2004-08-19  Michael Koch  <konqueror@gmx.de>
1354
1355         * gcc/doc/install.texi: Update entry about automake for libjava.
1356
1357 2004-08-17  Robert Millan  <robertmh@gnu.org>
1358
1359         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
1360         (instead of FreeBSD).
1361         * configure: Regenerate.
1362
1363 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
1364
1365         * Makefile.in: Regenerate.
1366         * configure: Regenerate.
1367
1368         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
1369         stage_*_flags.
1370         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
1371         for bootstrapped modules if toplevel bootstrap is going.
1372         (GCC bootstrap): Generate per-stage targets for all bootstrapped
1373         modules.  Adjust for changes in Makefile.def.  Enable several
1374         rules even in non-bootstrap mode, just to avoid peppering the
1375         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
1376         (stage-[+prev+]-bubble): Remove.
1377
1378         * Makefile.def (Dependencies): Depend on all-build-bison,
1379         all-build-flex, all-build-byacc, all-build-texinfo, rather
1380         than the host variations.
1381         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
1382         with BUILD_SUBDIR.
1383         (BISON): Update for recent Bisons.
1384         (YACC): Fix typo.
1385         (cross): Depend on all-build.
1386         (all): Do not depend on all-build.
1387         (prebootstrap): Remove.
1388         (dep-kind): Accept separate prefixes for MODULE and ON variables.
1389         (Prebootstrap dependencies): Add them to the per-stage targets
1390         and to all-prebootstrap.
1391         * configure.in (build_configdirs): Always enable build_tools.
1392         (BUILD_DIR_PREFIX): Remove.
1393
1394         * Makefile.def (gcc): Add target variable.
1395         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
1396         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
1397         in the recursive `make', instead of hardwiring `all'.
1398         (Autogenerated TARGET-* variables): New.
1399
1400 2004-08-13  Brian Booth  <bbooth@redhat.com>
1401
1402         * MAINTAINERS: Remove myself from write-after-approval.
1403
1404 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
1405
1406         * src-release: Stop distributing mmalloc with gdb (which doesn't
1407         use it).
1408         * Makefile.def: GDB doesn't depend on mmalloc anymore.
1409         * Makefile.in: Regenerate.
1410
1411 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
1412
1413         * configure.in (arm*-*-eabi*): New target.
1414         * configure: Regenerate.
1415
1416 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
1417
1418         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
1419         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
1420         (Dependencies): New section.
1421         * Makefile.tpl (Dependencies): Generate from Makefile.def.
1422         (configure-target-[+module+]): Depend on maybe-all-gcc
1423         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
1424         (toplevel profiledbootstrap): Fix dependencies.
1425         * Makefile.in: Regenerate.
1426
1427 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
1428
1429         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
1430         target-libiberty to noconfigdirs.
1431         * configure: Regenerate.
1432
1433 2004-08-03  Paul Brook  <paul@codesourcery.com>
1434
1435         * configure.in: Check for MPFR as well as GMP.
1436         * configure: Regenerate.
1437
1438 2004-08-01  Robert Millan  <robertmh@gnu.org>
1439
1440         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
1441         libmudflap for all GNU-based systems (with Glibc).
1442         * configure: Regenerate.
1443
1444 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
1445
1446         * Makefile.def (host-modules): Add gcc.
1447         * Makefile.in: Regenerate.
1448         * Makefile.tpl (sorry): New rule.
1449         (configure-host, all-host, [+make_target+]-host, do-check,
1450         install-host): Do not add gcc as a special case.
1451         (host modules): Add a small special-casing for gcc.  Export
1452         extra_make_flags through the environment.
1453         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
1454         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
1455         other recursive targets for gcc): Remove.
1456
1457         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
1458         (stage, unstage): New rules.
1459         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
1460         distclean-stage[+id+]): Use stage_current.
1461         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
1462         the stage*-start rules.
1463
1464 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
1465
1466         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
1467         use -all_load flag.
1468
1469 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
1470
1471         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
1472         * configure: Regenerate.
1473
1474 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
1475
1476         * maintainer-scripts/gcc_release: Revert yesterday's change.
1477
1478 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
1479
1480         * MAINTAINERS: Add myself to write-after-approval.
1481
1482 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
1483
1484         * libf2c: Removed.
1485         * gcc/gccbug.in: Updated because of libf2c removal.
1486         * maintainer-scripts/gcc_release: Ditto.
1487
1488 2004-07-09  Loren J. Rittle <ljrittle@acm.org>
1489
1490         * configure.in: Build libmudflap by default on FreeBSD.
1491         * configure: Regenerated.
1492
1493 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
1494
1495         * configure.in: Do not build libmudflap by default on non-GNU/Linux
1496         systems.
1497         * configure: Regenerated.
1498
1499 2004-07-08 John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1500
1501         PR target/16344
1502         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
1503         feedback based compiler.
1504         * Makefile.in: Rebuilt.
1505
1506 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
1507
1508         * Makefile.def (host_modules): Set bootstrap=true for flex.
1509         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
1510         * Makefile.in: Rebuilt.
1511
1512 2004-07-07  Jan Hubicka  <jh@suse.cz>
1513
1514         * MAINTAINERS: Add self as a profile feedback maintainer.
1515
1516 2004-07-05  Phil Edwards  <phil@codesourcery.com>
1517
1518         * configure.in:  Do not prepend $srcdir to /dev/null in
1519         makefile fragments.
1520         * configure:  Regenerate.
1521
1522 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
1523
1524         * Makefile.def (build_modules): Add bison, byacc, flex,
1525         m4, texinfo.
1526         (flags_to_pass): Add FLEX.
1527         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
1528         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
1529         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
1530         DEFAULT_MAKEINFO): Remove.
1531         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
1532         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
1533         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
1534         objdir or else use configured tool.
1535         (all-build): New.
1536         (all): Depend on it.
1537         (Build module dependencies): Add.
1538         * Makefile.in: Regenerate.
1539         * configure.in: Better support for multiple build modules,
1540         matching what is done for host/target modules.  Do not look
1541         for "plausible" locations of build tools if Canadian cross.
1542         Use autoconf's AC_PROG_CC to find a C compiler.  Define
1543         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
1544         * configure: Regenerate.
1545
1546 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
1547
1548         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
1549         * Makefile.in: Regenerate.
1550
1551 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
1552
1553         * Makefile.tpl (configure-build-[+module+],
1554         configure-[+module+], configure-target-[+module+]): Pass
1555         [+extra_configure_args+].
1556         (all-build-[+module+], all-[+module+], check-[+module+],
1557         install-[+module+], [+make_target+]-[+module+],
1558         all-target-[+module+], check-target-[+module+],
1559         install-target-[+module+], [+make_target+]-target-[+module+]):
1560         Pass [+extra_make_args+].
1561         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
1562         (GCC_HOST_EXPORTS): Remove.
1563         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
1564         cross, check-gcc, check-gcc-c++, install-gcc,
1565         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
1566         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
1567         * Makefile.in: Regenerate.
1568
1569 2004-06-21  Matthew Sachs  <msachs@apple.com>
1570
1571         * MAINTAINERS: Added self to write-after-approval.
1572
1573 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
1574
1575         * configure.in: Check for srcdir/winsup rather than build directory
1576         winsup.
1577         * configure: Regenerate.
1578
1579 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
1580
1581         * configure.in: Don't build Cygwin native newlib if winsup
1582         directory is missing.  Emit warning instead.
1583         * configure: Regenerate.
1584
1585 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
1586
1587         * Makefile.tpl (touch-stage[+id+]): New.
1588         (restage[+prev+]): Depend on touch-stage[+id+].
1589
1590         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
1591         Use it throughout.
1592
1593         * Makefile.def: Add profile and feedback bootstrap stages.
1594         Remove next field from bootstrap stages.
1595         * Makefile.tpl (LN, LN_S): Substitute.
1596         (stageN-start, stageN-end): Use double-colon rules, to
1597         provide a hook for additional setup commands.
1598         (distclean-stageN-gcc, restageN): Create dependencies from
1599         [+prev+], not from [+next+].
1600         (stageN-bubble): Add commands for successive stages from
1601         [+prev+], using double-colon rules.
1602         (all-stageN-gcc): Fix typo.
1603         (stagefeedback-start, profiledbootstrap): New.
1604         * Makefile.in: Regenerate.
1605         * configure.in: Call ACX_PROG_LN.
1606         * configure: Regenerate.
1607
1608 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
1609
1610         * MAINTAINERS (Write After Approval): Add myself.
1611
1612 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
1613
1614         * MAINTAINERS (Write After Approval): Add myself.
1615
1616 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
1617
1618         * configure.in: Fix --enable-bootstrap breakage introduced in trees
1619         without gcc.
1620         * configure: Regenerate.
1621
1622 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
1623
1624         * Makefile.tpl: Fix typo.
1625         * Makefile.in: Regenerate.
1626
1627 2004-06-01  Paolo Bonzini <bonzini@gnu.org>
1628
1629         * configure.in: Remove new- prefix from toplevel
1630         bootstrap targets.
1631         * configure: Regenerate.
1632
1633 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
1634
1635         * Makefile.tpl (all.normal): Rename to all.
1636         (all): Replace with a rule to pick the default
1637         target from configure.
1638         (all-gcc, configure-gcc): Use conditionals to
1639         do nothing when toplevel bootstrap is going on.
1640         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
1641         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
1642         * configure.in: Support --enable-bootstrap.
1643
1644         * Makefile.def: Remove new- prefix from toplevel
1645         bootstrap targets.
1646         * Makefile.tpl: Likewise.
1647
1648         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
1649         target.
1650
1651         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
1652         $(RECURSE_FLAGS) to recursive invocation of make.
1653
1654         * Makefile.in: Regenerate.
1655         * configure: Regenerate.
1656
1657 2004-05-30  Andreas Jaeger  <aj@suse.de>
1658             Jim Wilson <wilson@specifixinc.com>
1659
1660         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
1661         like CC.
1662
1663 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
1664
1665         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
1666         * configure: Regenerate.
1667
1668 2004-05-25  Daniel Jacobowitz  <drow@false.org>
1669
1670         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
1671         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
1672         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
1673         targets.
1674         * Makefile.in: Regenerate.
1675
1676 2004-05-24  Paolo Bonzini <bonzini@gnu.org>
1677
1678         * configure.in: Test the ability to symlink directories.
1679         * configure: Regenerate.
1680
1681         * Makefile.def (bootstrap-stage): New definitions.
1682         * Makefile.tpl (configure-stage1-gcc,
1683         configure-stage2-gcc, configure-stage3-gcc,
1684         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
1685         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
1686         new-restage3, compare): Autogenerate, see Makefile.in
1687         entry for behavioral changes.
1688         (distclean-stage1, new-stage1-start, new-stage1-end,
1689         new-stage1-bubble, distclean-stage2, new-stage2-start,
1690         new-stage2-end, new-stage2-bubble, distclean-stage3,
1691         new-stage3-start, new-stage3-end): New autogenerated targets.
1692         (objext, prebootstrap, BOOT_CFLAGS,
1693         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
1694         targets.
1695
1696         * Makefile.in: Regenerate.
1697         (distclean-stage1, new-stage1-start, new-stage1-end,
1698         new-stage1-bubble, distclean-stage2, new-stage2-start,
1699         new-stage2-end, new-stage2-bubble, distclean-stage3,
1700         new-stage3-start, new-stage3-end): New targets.
1701         (all-stage1-gcc): Move prebootstrap dependency from here...
1702         (configure-stage1-gcc): ...to here.
1703         (new-bootstrap): Use bubble targets.
1704         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
1705         Use per-stage distclean targets.
1706         (configure-stage1-gcc, configure-stage2-gcc,
1707         configure-stage3-gcc, all-stage1-gcc,
1708         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
1709         Use new-stageN-start to prepare the tree.
1710
1711 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
1712
1713         * Makefile.def (host_modules): add libcpp.
1714         * Makefile.tpl: Add dependencies on and for libcpp.
1715         * Makefile.in: Regenerate.
1716         * configure.in: Add libcpp host module.
1717         * configure: Regenerate.
1718
1719 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
1720
1721         * Makefile.tpl: Whenever a recursive target is defined, wrap
1722         it in a special @if/@endif block, and prepare its maybe
1723         dependency in the @if/@endif block
1724         * configure.in: Instead of writing maybe dependencies, remove
1725         the @if/@endif statements, and remove the @if/@endif blocks
1726         that remain.
1727         * configure: Regenerate.
1728         * Makefile.in: Regenerate.
1729
1730 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
1731
1732         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
1733
1734 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
1735
1736         PR bootstrap/15120
1737         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
1738         * */configure: Rebuilt.
1739
1740 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
1741
1742         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
1743         of libf2c.
1744         * configure, Makefile.in: Regenerate.
1745
1746 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
1747
1748         * MAINTAINERS (Write After Approval): Add myself.
1749
1750 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
1751
1752         Merge from tree-ssa-20020619-branch.
1753
1754         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
1755         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
1756         (HOST_GMPLIBS): Define.
1757         (HOST_GMPINC): Define.
1758         (TARGET_LIB_PATH): Add libmudflap.
1759         (GFORTRAN_FOR_TARGET): Define.
1760         (configure-build*): Export GFORTRAN.
1761         (configure-gcc): Export GMPLIBS and GMPINC.
1762         (all-gcc): Add maybe-all-libbanshee.
1763         (configure-target-libgfortran): Define.
1764         * Makefile.in: Regenerate.
1765         * configure.in (host_libs): Add libbanshee.
1766         (target_libraries): Add target-libmudflap and target-libgfortran.
1767         Add --with-libbanshee.
1768         Handle --disable-libmudflap.
1769         (*-*-freebsd*): Use with_gmp.
1770         Add $(libgcj) to noconfigdirs.
1771         * configure: Regenerate.
1772         * depcomp: New file.
1773         * MAINTAINERS: Add tree-ssa maintainers.
1774
1775 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
1776
1777         * MAINTAINERS (Various Maintainers): Add myself.
1778
1779 2004-04-30  Brian Ford  <ford@vss.fsi.com>
1780
1781         * MAINTAINERS (Write After Approval): Add myself.
1782
1783 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
1784
1785         * MAINTAINERS (Write After Approval): Add myself.
1786
1787 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
1788
1789         * config/acx.m4: Fix fastcompare support for new-bootstrap.
1790         * configure: Regenerate.
1791
1792 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
1793
1794         Revert:
1795         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
1796
1797         * Makefile.def (flags_to_pass): Remove *dir variables that
1798         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
1799         as well as prefix and exec_prefix.
1800         * Makefile.in: Regenerate.
1801
1802 2004-04-26  Robert Millan  <robertmh@gnu.org>
1803
1804         Add patches from libtool CVS.
1805         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
1806         * ltconfig: Likewise.
1807         * ltcf-c.sh: Likewise.
1808         * ltcf-cxx.sh: Likewise.
1809         * ltcf-gcj.sh: Likewise.
1810
1811 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
1812
1813         * Makefile.def (host_modules): Mark with the bootstrap
1814         flag packages on which gcc depends.
1815         * Makefile.tpl (all-bootstrap): Use it.
1816         * Makefile.in: Regenerate.
1817
1818 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
1819
1820         * Makefile.def (flags_to_pass): Remove *dir variables that
1821         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
1822         as well as prefix and exec_prefix.
1823         * Makefile.in: Regenerate.
1824
1825 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
1826
1827         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
1828         * configure: Regenerate.
1829         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
1830         * gcc/Makefile.tpl (compare): Use the result of the test.
1831         * gcc/Makefile.in: Regenerate.
1832
1833 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
1834
1835         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
1836         Always relocate gcc and prev-gcc to the original names, even
1837         if the build fails.
1838         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
1839         New targets.
1840
1841 2004-04-23  Laurent GUERBY <laurent@guerby.net>
1842
1843         * MAINTAINERS: Update my email address.
1844
1845 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1846
1847         * configure.in (mips*-*-irix5*): Enable ld.
1848         * configure: Regenerate.
1849
1850 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1851
1852         * configure: Regenerate.
1853
1854 2004-04-15  James E Wilson  <wilson@specifixinc.com>
1855
1856         * Makefile.tpl (configure-[+module+], configure-gcc,
1857         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
1858         Set and export LDFLAGS.
1859         * Makefile.in: Regenerate.
1860
1861 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
1862
1863         * MAINTAINERS: Add myself to write-after-approval.
1864
1865 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
1866
1867         PR bootstrap/14871
1868         * Makefile.tpl: If we don't have built-in-tree target tools,
1869         use the ones found by configure rather than hacking around with
1870         program_transform_name.
1871         * configure.in: Give Makefile.tpl the information necessary
1872         to do that.
1873         * Makefile.in: Regenerate.
1874         * configure: Regenerate.
1875
1876 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
1877
1878         PR bootstrap/14760
1879         * configure.in: When computing baseargs, strip *all* copies of
1880         offending options.  Also, don't match/substitute the trailing space,
1881         so that this actually works when two similar options are separated by
1882         only one space.
1883         * configure: Regenerate.
1884
1885 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
1886
1887         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
1888         (rs6000-*-aix*): Same.
1889         * configure: Regenerate.
1890
1891 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
1892
1893         * MAINTAINERS: Add myself to write-after-approval.
1894
1895 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
1896
1897         * MAINTAINERS: Add myself to write-after-approval.
1898
1899 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
1900
1901         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
1902         STRICT_WARN, WARN_CFLAGS flags passed down to make.
1903         * Makefile.in: Regenerate.
1904
1905         * configure.in (top level bootstrap support): Rework --enable-werror
1906         to set @stage2_werror_flag@.
1907         * configure: Regenerate.
1908         * Makefile.tpl (top level bootstrap support): Pass
1909         @stage2_werror_flag@ down to configure in stages 2 and 3.
1910         * Makefile.in: Regenerate.
1911
1912 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
1913
1914         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
1915         for stages 2 and 3 as well as in make.  As a consequence, remove
1916         OUTPUT_OPTION (now detected by configure) from the flags passed down
1917         to make.
1918         * Makefile.in: Regenerate.
1919
1920         * Makefile.tpl (new-bootstrap): Fix typo.
1921         * Makefile.in: Regenerate.
1922
1923 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
1924
1925         * Makefile.tpl: Rearrange by moving recursive_targets rules
1926         into their proper sections.
1927         * Makefile.tpl (top level bootstrap support): Move disabling
1928         of coverage flags from 'make' to 'configure'; improve comments.
1929         * Makefile.in: Regenerate.
1930
1931         * Makefile.tpl (experimental top level bootstrap) Move stage1
1932         language setting from all- target to configure- target; disable
1933         intermodule optimization in stage 1; prevent gratuitous rebuilds
1934         of stage 1.
1935         * Makefile.in: Regenerate.
1936         * configure.in: Comma-separate stage 1 language list for top
1937         level bootstrap.
1938         * configure: Regenerate.
1939
1940         * Makefile.tpl: Clean up experimental top level bootstrap support:
1941         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
1942         prev-gcc in configure- targets as well as all- targets.
1943         * Makefile.in: Regenerate.
1944
1945 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
1946
1947         * compile: New file imported from automake.
1948
1949 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
1950
1951         * configure.in: Remove symbolic link section.
1952         * configure: Regenerate.
1953         * Makefile.tpl (links): Remove.
1954         * Makefile.in: Regenerate.
1955
1956 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
1957             Nathanael Nerode  <neroden@gcc.gnu.org>
1958
1959         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
1960         Set with AC_CHECK_PROGS.
1961         * configure.in: Fix comment typo from last patch.
1962         * configure: Regenerate.
1963
1964 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
1965
1966         * Makefile.tpl: Introduce experimental top level bootstrap support.
1967         * Makefile.in: Regenerate.
1968         * configure.in: Introduce support for top level bootstrap.
1969         * configure: Regenerate.
1970
1971 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
1972             Paolo Bonzini  <bonzini@gnu.org>
1973
1974         PR bootstrap/14522
1975         * configure.in: Cope with shells that do not support unquoted ^
1976         * configure: Regenerate.
1977
1978 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
1979             Paolo Bonzini  <bonzini@gnu.org>
1980
1981         PR bootstrap/14522
1982         * configure.in: Cope with shells that do not support nesting
1983         quotes inside quoted backquote substitutions.
1984         * configure: Regenerate.
1985
1986 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
1987
1988         PR bootstrap/14522
1989         * configure.in: Fix escaping of $.
1990         * configure: Regenerate.
1991
1992 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
1993
1994         * configure: Regenerate, since I forgot to while committing Paolo's
1995         changes.
1996
1997 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
1998
1999         PR ada/14131
2000         Move language detection to the top level.
2001         * configure.in: Find default values for the tools as
2002         soon as possible.  Disable ada if GNAT is not found.
2003         Emit error message about missing languages.  Expand
2004         --enable-languages=all for the gcc subdirectory.
2005
2006 2004-03-10  Ben Elliston  <bje@gnu.org>
2007
2008         * MAINTAINERS: Update my email address.
2009
2010 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
2011
2012         * ltconfig: Disable building static libraries if building shared
2013         libraries on AIX 5L.
2014
2015 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
2016
2017         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
2018         and disable libgcj.
2019         * configure: Regenerated.
2020
2021 2004-03-01  Brian Booth  <bbooth@redhat.com>
2022
2023         * MAINTAINERS: Add myself to write-after-approval.
2024
2025 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
2026
2027         * MAINTAINERS: Add myself to write-after-approval.
2028
2029 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
2030
2031         PR bootstrap/7087
2032         * Makefile.tpl: Guard XFOO sed statements better.
2033         * Makefile.tpl: Add dependency for configure-target-libada.
2034         * Makefile.in: Regenerate (incidentally fixes broken
2035         commit when libada-branch was merged).
2036
2037 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
2038
2039         * MAINTAINERS: Add myself to write-after-approval.
2040
2041 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
2042
2043         * MAINTAINERS: Add Nicola Pero and myself as libobjc
2044         maintainers.
2045
2046 2004-02-20  Andrew Cagney  <cagney@redhat.com>
2047
2048         * config.guess: Update from version 2003-10-16 to 2004-02-16.
2049         * config.sub: Update from version 2003-11-03 to 2004-02-16.
2050
2051 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
2052
2053         PR bootstrap/11932
2054         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
2055
2056 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
2057
2058         * MAINTAINERS: Added myself to write-after-approval.
2059
2060 2004-02-14  Michael Koch  <konqueror@gmx.de>
2061
2062         * MAINTAINERS: Added myself to write-after-approval.
2063
2064 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
2065
2066         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
2067         some OS port maintainers to OS port maintainers section.
2068
2069 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
2070
2071         * MAINTAINERS: Add self.
2072
2073 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
2074
2075         * MAINTAINERS: Alphabetize.
2076
2077 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
2078
2079         * MAINTAINERS: Remove myself.
2080
2081 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
2082
2083         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
2084         (rs6000-*-aix*): Same.
2085         * configure: Regenerate.
2086
2087 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
2088
2089         * configure.in (host): Add in missing $noconfigdirs to defines.
2090         * configure: Regenerate.
2091
2092 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
2093             Nathanael Nerode  <neroden@gcc.gnu.org>
2094
2095         PR ada/6637, PR ada/5911
2096         Merge with libada-branch:
2097         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
2098         with appropriate dependencies. Add --enable-libada configure switch.
2099         * configure, Makefile.in: Regenerate.
2100
2101 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
2102
2103         * MAINTAINERS: Add myself to write-after-approval.
2104
2105 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2106
2107         * configure.in: Don't pass --with-stabs on IRIX 5 either.
2108         * configure: Regenerate.
2109
2110 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
2111
2112         Merge from upstream:
2113
2114         * ltmain.in: When setting IFS to '~', be careful about user
2115         arguments that contain '~'.
2116
2117         2004-02-04  Peter O'Gorman  <peter@pogma.com>
2118
2119         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
2120         Also test $base_compile against $CC with escaped arguments. Bug
2121         reported by Geoff Keating <geoffk@apple.com>.
2122
2123 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
2124
2125         * MAINTAINERS: Remove i960 port.
2126
2127 2004-01-23  DJ Delorie  <dj@redhat.com>
2128
2129         * Makefile.def (target_modules) [libiberty]: Don't stage.
2130         * Makefile.in: Rebuilt.
2131
2132 2004-01-20  Caroline Tice  <ctice@apple.com>
2133
2134         * MAINTAINERS: Add myself to write-after-approval.
2135
2136 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
2137
2138         * MAINTAINERS: Update my email address.
2139
2140 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
2141
2142         * MAINTAINERS: Add myself to write-after-approval.
2143
2144 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2145
2146         * MAINTAINERS: Remove entries without email address.
2147
2148 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
2149
2150         * MAINTAINERS: Add myself to write-after-approval.
2151
2152 2004-01-15  Steven Bosscher  <stevenb@suse.de>
2153
2154         * MAINTAINERS: Update my email address.
2155
2156 2004-01-14  Loren J. Rittle <ljrittle@acm.org>
2157
2158         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
2159         * Makefile.tpl (configure-target-[+module+]): Support stage.
2160         * Makefile.in: Rebuilt.
2161
2162 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
2163
2164         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
2165
2166 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
2167
2168         * MAINTAINERS: Add myself as a MIPS maintainer.
2169
2170 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
2171
2172         * configure.in: Use ./config.cache, not config.cache.
2173         * configure: Regenerate.
2174         * Makefile.tpl: Special-casing not needed for GCC any more.
2175         * Makefile.in: Regenerate.
2176
2177         * configure.in: Don't share a cache file for host dirs.
2178         * configure: Regenerate.
2179
2180         * config-ml.in: Don't mess with the cache file.
2181
2182 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
2183
2184         * MAINTAINERS: Move myself from 'Write After Approval' to
2185         'CPU Port Maintainers' section as SPARC maintainer.
2186
2187 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
2188
2189         * Makefile.tpl: Make GCC use a separate config.cache.
2190         * Makefile.in: Regenerate.
2191
2192         PR bootstrap/11932, PR bootstrap/11933
2193         (I don't know if it will fix either of them, but it relates
2194         to them.)
2195         * configure.in: Don't use shared config.cache for target
2196         directories.
2197         * configure: Regenerate.
2198
2199 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
2200
2201         * MAINTAINERS: Add myself to 'Write After Approval' section.
2202
2203 2003-12-31  Roger Sayle  <roger@eyesopen.com>
2204
2205         * configure.in (ia64*-*-hpux*): Disable building java libraries.
2206         * configure: Regenerated.
2207
2208 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
2209
2210         * MAINTAINERS: Remove the mn10200 maintainer.
2211
2212 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
2213
2214         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
2215         * configure: Regenerated.
2216
2217 2003-12-16  Jan Hubicka  <jh@suse.cz>
2218
2219         * MAINTAINERS: Add myself as callgraph maintainer.
2220
2221 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
2222
2223         * configure.in (raw_libstdcxx_flags): Remove the leading space.
2224         * configure: Regenerate.
2225
2226 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2227
2228         * MAINTAINERS: Move myself from 'Bug database only accounts' to
2229         'Write After Approval' section. Update email.
2230
2231 2003-12-01  James Lemke <jim@wasabisystems.com>
2232
2233         * MAINTAINERS (Write After Approval): Add myself.
2234
2235 2003-11-20  Matt Thomas  <matt@3am-software.com>
2236
2237         * MAINTAINERS: Add myself as a vax port maintainer.
2238
2239 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
2240
2241         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
2242         (configure-build-[+module+], configure-[+module+]): Likewise.
2243         (configure-target-[+module+], configure-gcc, config.status): Likewise.
2244         * Makefile.in: Regenerate.
2245
2246 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
2247
2248         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
2249         shared/dylibed libraries.
2250         * ltmain.sh: Likewise.
2251         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
2252         * ltcf-cxx.sh: Likewise.
2253         * ltcf-gcj.sh: Likewise.
2254         * ltconfig: Likewise.
2255
2256 2003-11-17  Stan Cox  <scox@redhat.com>
2257
2258         * MAINTAINERS: Add myself as iq2000 port maintainer.
2259
2260 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
2261
2262         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
2263         * Makefile.in: Regenerate.
2264
2265 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
2266
2267         * config.sub: Update to 2003-11-03 version.
2268
2269 2003-10-20  Phil Edwards  <phil@codesourcery.com>
2270
2271         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
2272         * configure:  Regenerate.
2273
2274 2003-10-20  Nicolas Pitre <nico@cam.org>
2275
2276         * MAINTAINERS: Add myself to 'Write After Approval' section.
2277
2278 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
2279
2280         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
2281
2282 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
2283
2284         * MAINTAINERS: Update my email address.
2285
2286 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2287
2288         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
2289
2290 2003-10-17 Ralph Loader  <rcl@ihug.co.nz>
2291
2292         * MAINTAINERS: Add myself to 'Write After Approval' section.
2293
2294 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
2295
2296         * config.guess: Update to 2003-10-16 version.
2297         * config.sub: Update to 2003-10-16 version.
2298
2299 2003-10-15 David Daney  <ddaney@avtrex.com>
2300
2301         * MAINTAINERS: Added myself to 'Write After Approval' section.
2302
2303 2003-10-15  Falk Hueffner  <falk@debian.org>
2304
2305         * MAINTAINERS: Move myself from 'Bug database only accounts' to
2306         'Write After Approval' section. Update email.
2307
2308 2003-10-14  Roger Sayle  <roger@eyesopen.com>
2309
2310         * MAINTAINERS: Move myself from 'Write After Approval' to
2311         'Various Maintainers' section as middle-end maintainer.
2312
2313 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
2314
2315         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
2316         HOST_FLAGS_TO_PASS.
2317         * Makefile.in: Regenerate.
2318
2319 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
2320
2321         * config.guess: Update to 2003-10-07 version.
2322         * config.sub: Update to 2003-10-07 version.
2323
2324 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2325
2326         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
2327         * ltconfig (irix5*, irix6*): Don't override version_type.
2328
2329 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
2330
2331         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
2332         * configure: Rebuilt
2333         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
2334         * Makefile.in: Rebuilt
2335
2336 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
2337
2338         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
2339
2340 2003-09-30  Carlo Wood  <carlo@alinoe.com>
2341
2342        * MAINTAINERS (Write After Approval): Add myself.
2343
2344 2003-09-29  Paul Koning  <ni1d@arrl.net>
2345
2346         * MAINTAINERS: Move myself from "Write After Approval"
2347         to CPU platform maintainers for pdp11 platform.
2348
2349 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
2350
2351         * MAINTAINERS: Move myself from 'Write After Approval' to
2352         'Various Maintainers' section as libffi testsuite maintainer.
2353
2354 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
2355
2356         * configure.in: Pass a computed --program-transform-name
2357         to subconfigures.
2358         * configure: Regenerated.
2359
2360 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
2361
2362         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
2363         * Makefile.in: Regenerate.
2364
2365         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
2366         * Makefile.in: Regenerate.
2367
2368 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
2369
2370         * MAINTAINERS: Move myself from 'Write After Approval'
2371         to 'Various Maintainers' (objective-c) section.
2372
2373 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
2374
2375         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
2376         quoting.
2377         * configure: Regenerated.
2378
2379 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
2380
2381         * MAINTAINERS (Write After Approval): Add myself to write after
2382         approval list.
2383
2384 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
2385
2386        * MAINTAINERS (Write After Approval): Add myself.
2387
2388 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
2389
2390         * MAINTAINERS: Update my e-mail address.
2391
2392 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
2393
2394         * libtool.m4 (LD): Correct powerpc64 host match.
2395
2396 2003-09-06  James E Wilson  <wilson@tuliptree.org>
2397
2398         * MAINTAINTERS: Update my affiliation and email address.
2399
2400 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2401
2402         * MAINTAINERS (Write After Approval): Add myself.
2403
2404 2003-09-04  DJ Delorie  <dj@redhat.com>
2405
2406         * configure: Regenerate.
2407
2408 2003-09-04  Robert Millan  <robertmh@gnu.org>
2409
2410         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
2411
2412 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2413
2414         * configure.in: Ensure arguments to sed are properly spaced.
2415         * configure: Regenerate.
2416
2417 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
2418
2419         * MAINTAINERS: Update my e-mail address.
2420
2421 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
2422
2423         * MAINTAINERS (Write After Approval): Add myself.
2424
2425 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
2426
2427         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
2428         * configure: Regenerated.
2429
2430 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
2431
2432         * MAINTAINERS: Update my email address.
2433
2434 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
2435
2436         * configure.in:  Use newline instead of semicolon when assuming
2437         shell arguments in a for loop.
2438         * configure:  Regenerated.
2439
2440 2003-08-22  Jason Eckhardt  <jle@rice.edu>
2441
2442         * MAINTAINERS: Resurrect the i860 maintainer.
2443
2444 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
2445
2446         PR 8180
2447         * configure.in: When testing with_libs and with_headers, treat
2448         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
2449         * configure: Regenerate.
2450
2451         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
2452         make, shell, etc.
2453         (baseargs): Likewise.
2454         * configure: Regenerate.
2455
2456 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
2457
2458         * MAINTAINERS (Write After Approval): Add myself.
2459
2460 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
2461
2462         * configure.in: Disable libgcj for darwin not on powerpc.
2463         * configure: Rebuild.
2464
2465 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
2466
2467         * config-ml.in, symlink-tree: Add license.
2468
2469 2003-08-03  Richard Stallman  <rms@gnu.org>
2470             Eben Moglen  <moglen@columbia.edu>
2471
2472         * README.SCO: New file.
2473
2474 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
2475
2476         * Makefile.tpl (check, check-c++): Express dependencies using
2477         dependencies rather than commands.
2478         * Makefile.in: Regenerate.
2479
2480 2003-08-01  Andrew Cagney  <cagney@redhat.com>
2481
2482         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
2483         * configure: Ditto.
2484
2485 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
2486
2487         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
2488         * Makefile.in: Update.
2489
2490 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
2491
2492         * configure.in: Enable libgcj for darwin.
2493         * configure: Rebuild.
2494
2495 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
2496
2497         * config-ml.in:  Use ac_configure_args directly instead of
2498         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
2499         actually seen.
2500
2501 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
2502
2503         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
2504         creating target and build subdirs to build all parent dirs as needed.
2505         * Makefile.in: Rebuild.
2506         * configure.in: Don't build dirs explicitly here.
2507         * configure: Rebuild.
2508
2509 2003-07-26  Paul Brook  <paul@nowt.org>
2510
2511         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
2512
2513 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
2514
2515         * Makefile.tpl (all-make): Depend on intl.
2516         * Makefile.in: Rebuilt.
2517
2518 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
2519
2520         * install-sh:  Update to newer upstream versions (associated with
2521         aclocal 1.7).
2522         * mkinstalldirs:  Likewise.
2523         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
2524
2525 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
2526
2527         * MAINTAINERS: Move self from Bug database only accounts
2528         to write-after-approval.
2529
2530 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
2531
2532         * config.if: Remove unused libc_interface determination.
2533
2534 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
2535
2536         * MAINTAINERS: Move self from write-after-approval to
2537         build machinery (*.in).
2538
2539 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
2540
2541         PR bootstrap/11273
2542         PR bootstrap/11408
2543         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
2544         unused INSTALL_PROGRAM_ARGS.
2545         * configure.in: Use AC_PROG_INSTALL.
2546         * Makefile.in: Regenerate.
2547         * configure: Regenerate.
2548
2549 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
2550
2551         * MAINTAINERS: Alphabetize.
2552
2553 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
2554
2555         * configure: Rebuilt.
2556         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
2557         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
2558         newlib nor libgloss.
2559         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
2560         * configure.in (am33_2.0-*-linux*): Added.
2561
2562 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
2563
2564         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
2565         * configure: Regenerate.
2566
2567 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
2568
2569         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
2570         * Makefile.in: Regenerate.
2571
2572 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
2573
2574         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
2575         * Makefile.in: Regenerate.
2576
2577 2003-07-04  H.J. Lu <hongjiu.lu@intel.com>
2578
2579         * Makefile.tpl: Replace PWD with PWD_COMMAND.
2580         * Makefile.in: Regenerated.
2581
2582         * config-ml.in: Replace PWD with PWD_COMMAND.
2583
2584 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
2585
2586         * intl: New directory; see intl/ChangeLog for details.
2587         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
2588         * Makefile.tpl: all-gcc depends on maybe-all-intl.
2589         * Makefile.in: Regenerate.
2590
2591 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
2592
2593         * configure.in: Clean up config-lang.in handling.  Delete
2594         useless assignment to "subdirs".
2595         * configure: Regenerate.
2596
2597 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
2598
2599         * configure.in: Rename 'target_libs' to 'target_libraries'.
2600         Remove useless reference to 'target_libs'.
2601         * configure: Regenerate.
2602
2603 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
2604
2605         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
2606         * Makefile.in: Regenerate.
2607
2608 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
2609
2610         * Makefile.def: Introduce flags_to_pass.
2611         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
2612         * Makefile.in: Regenerate.
2613
2614 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
2615
2616         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
2617         and target-libgloss.
2618         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
2619         <h8300*-*-*>: Disable libf2c and ${libgcj}.
2620         * configure: Regenerate.
2621
2622 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
2623
2624         * configure.in: Update testsuite_flags to new location.
2625         * configure. Regenerate.
2626
2627 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
2628
2629         * Makefile.tpl: Remove BUILD_CC stuff.
2630         * Makefile.in: Regenerate.
2631
2632 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
2633
2634         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
2635
2636 2003-06-16  Graeme Peterson <gp@qnx.com>
2637
2638         * MAINTAINERS (Write After Approval): Add myself.
2639
2640 2003-06-14  H.J. Lu <hongjiu.lu@intel.com>
2641
2642         * config.guess: Update to 2003-06-12 version.
2643         * config.sub: Update to 2003-06-13 version.
2644
2645 2003-06-12  H.J. Lu <hongjiu.lu@intel.com>
2646
2647         * config.guess: Update to 2003-06-06 version.
2648         * config.sub: Update to 2003-06-06 version.
2649
2650 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2651
2652         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
2653         * configure. Regenerate.
2654
2655 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
2656
2657         * configure.in: Disable serial configure by default.
2658         * configure: Regenerate.
2659         * Makefile.tpl: Abolish .NOTPARALLEL.
2660         * Makefile.in: Regenerate.
2661
2662         * Makefile.tpl: Replace {build,host,target}_canonical by
2663         {build,host,target}.
2664         * Makefile.in: Regenerate.
2665
2666         * Makefile.tpl: Fix stupid pasto.
2667         * Makefile.in: Regenerate.
2668
2669 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
2670
2671         * Makefile.tpl: Remove bogus conditional.
2672         * Makefile.in: Regenerate.
2673
2674 2003-06-05  Jan Hubicka  <jh@suse.cz>
2675
2676         * Makefile.tpl (profiledbootstrap): New target.
2677         * Makefile.in (profiledbootstrap): New target.
2678
2679 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
2680
2681         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
2682         Pinski. Remove user names from other bugzilla-only maintainers.
2683
2684 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
2685
2686         * Makefile.tpl: Make 'recursive targets' using autogen rather
2687         than shell loop.  Remove duplicate 'clean' targets and false
2688         comments.
2689         * Makefile.def: Add systematic dependencies to 'recursive' targets.
2690         Add systematic method of specifying missing targets in subdirs.
2691         Add copyright boilerplate.
2692         * Makefile.in: Regenerate.
2693         * configure.in: Add 'recursive targets' to maybe list.
2694         * configure: Regenerate.
2695
2696         * MAINTAINERS: "GNATS only" -> "Bug database only".
2697
2698         * Makefile.tpl: Rename [+target+] to [+make_target+].
2699         * Makefile.def: Rename 'target' to 'make_target'.
2700
2701 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
2702
2703         * MAINTAINERS: Add self as options handling maintainer.
2704
2705 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
2706
2707         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
2708         been too long since I touched those ports.
2709
2710 2003-05-28  DJ Delorie  <dj@redhat.com>
2711
2712         * Makefile.tpl: Make maybe-check-gcc .PHONY.
2713         * Makefile.in: Regenerate.
2714
2715 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
2716
2717         * configure.in: Use curly braces in the definition of tooldir.
2718         * configure: Regenerate.
2719
2720 2003-05-21  DJ Delorie  <dj@redhat.com>
2721
2722         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
2723         newlib or libgloss.
2724         * Makefile.in: Regenerate.
2725
2726 2003-05-21  DJ Delorie  <dj@redhat.com>
2727
2728         * Makefile.tpl: Add missing empty maybe-check-gcc target.
2729         * Makefile.in: Regenerate.
2730
2731 2003-05-20  Ian Lance Taylor  <ian@airs.com>
2732
2733         * MAINTAINERS: Update my e-mail address.
2734
2735 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
2736
2737         * configure.in: Switch more things to use maybe dependencies.
2738         * Makefile.tpl: Switch more things to use maybe dependencies.
2739         Factor out common code from autogen IF statements.
2740         * configure: Regenerate.
2741         * Makefile.in: Regenerate.
2742
2743 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
2744
2745         * configure.in: Accept i[3456789]86 for machine type.
2746         * configure: Regenerate.
2747
2748 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
2749
2750         * configure.in: Switch more things to use maybe dependencies.
2751         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
2752         * configure: Regenerate.
2753         * Makefile.tpl: Switch more things to use maybe dependencies.
2754         * Makefile.in: Regenerate.
2755
2756 2003-05-16  Andreas Schwab  <schwab@suse.de>
2757
2758         * Makefile.tpl (install-opcodes): Define.
2759         * Makefile.in: Rebuild.
2760
2761 2003-05-13  Andreas Jaeger  <aj@suse.de>
2762
2763         * config.guess: Update to 2003-05-09 version.
2764         * config.sub: Update to 2003-05-09 version.
2765
2766 2003-05-13  Michael Eager <eager@mvista.com>
2767
2768         * configure.in: Correct sed script so that options in quotes are not
2769         deleted.
2770         * configure: Rebuild.
2771
2772 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
2773
2774         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
2775         and $$s/newlib/libc/sys/cygwin32 include paths.
2776         * configure: Ditto.
2777
2778 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
2779
2780         * MAINTAINERS: Update my email addresses.
2781
2782 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
2783
2784         * config-ml.in: Propagate INSTALL variables.
2785
2786 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2787
2788         * MAINTAINERS: Remove duplicate entries in Write After Approval.
2789
2790 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
2791
2792         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
2793         * Makefile.in: Regenerate.
2794
2795 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
2796
2797         * MAINTAINERS (GNATS only): Add Falk Hueffner.
2798
2799 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
2800
2801         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
2802
2803 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
2804
2805         * Makefile.tpl: Clean $(BUILD_SUBDIR).
2806         * Makefile.in: Regenerated.
2807
2808 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
2809
2810         * MAINTAINERS (Write After Approval): Upgrade myself from
2811         GNATS only to write-after-approval. Update my mail address.
2812
2813 2003-04-25  Loren J. Rittle <ljrittle@acm.org>
2814
2815         (OS Port Maintainers: freebsd): Add myself.
2816
2817 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
2818
2819         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
2820
2821 2003-04-22  Kean Johnston  <jkj@sco.com>
2822
2823         * MAINTAINERS (SCO ports): Added myself.
2824
2825 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
2826
2827         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
2828
2829 2003-04-19  Kean Johnston  <jkj@sco.com>
2830
2831         * MAINTAINERS (Write After Approval): Add myself.
2832
2833 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2834
2835         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
2836         * Makefile.in: Regenerate.
2837
2838 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
2839
2840         * configure.in (powerpc64*-*-linux*): Remove.
2841         * configure: Rebuilt.
2842
2843 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
2844
2845         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
2846         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
2847         and restrap.
2848         * Makefile.in:  Regenerate.
2849
2850 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
2851
2852         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
2853         * configure: Regenerated.
2854
2855 2003-04-15  DJ Delorie  <dj@redhat.com>
2856
2857         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
2858
2859 2003-04-13  Nick Clifton  <nickc@redhat.com>
2860
2861         * config-ml.in: Remove support for --disable-aix removing
2862         call-aix multilibs.
2863
2864 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
2865
2866         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
2867         * */configure: Rebuilt.
2868
2869 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
2870
2871         * MAINTAINERS: Add my email address.
2872
2873 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
2874
2875         * MAINTAINERS (Write After Approval): Add myself.
2876
2877 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
2878
2879         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
2880         * Makefile.in: Regenerate.
2881
2882 2003-03-14  Michael Chastain  <mec@shout.net>
2883
2884         * Makefile.in: Regenerate with correct Makefile.def.
2885
2886 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
2887
2888         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
2889         Make macro.
2890         * Makefile.in: Regenerate.
2891         * configure.in: Clean up gxx_include_dir logic.
2892         * configure: Regenerate.
2893
2894 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
2895
2896         * MAINTAINERS (Write After Approval): Add myself.
2897
2898 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
2899
2900         * MAINTAINERS: Update my mail address.
2901
2902 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2903
2904         * configure.in (gxx_include_dir): Fix typo.
2905         * configure: Regenerated.
2906
2907 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
2908
2909         * Makefile.tpl: Reindent.
2910         * Makefile.in: Regenerate.
2911         * configure.in: Reindent.  Don't set unused variables.
2912         * configure: Regenerate.
2913
2914 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
2915
2916         * configure.in: Include $(build_tooldir)/sys-include in
2917         FLAGS_FOR_TARGET.
2918         * configure: Regenerated.
2919
2920 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
2921
2922         * Makefile.tpl: Always pass down RANLIB.
2923         * Makefile.in: Regenerate.
2924
2925         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
2926         * Makefile.in: Regenerate.
2927         * configure.in: Remove unused logic relating to --enable-shared
2928         and --enable-threads.  Remove bogus comments.  Remove redundant
2929         noconfigdirs.
2930         * configure: Regenerate.
2931
2932         * configure.in: Replace ${libstdcxx_version} by its value.
2933         Remove reference to mh-dgux.
2934         * configure: Regenerate.
2935
2936 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
2937
2938         * MAINTAINERS (Write After Approval): Add myself.
2939
2940 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
2941
2942         * Makefile.tpl: Rearrange.
2943         * Makefile.in: Regenerate.
2944
2945 2003-02-25  Uwe Stieber <uwe@wwws.de>
2946
2947         * configure.in: Add support for kaOS as cross build target system.
2948         * configure: Regenerated.
2949
2950 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
2951
2952         * MAINTAINERS (Write after approval): Add myself.
2953
2954 2003-02-21  James E Wilson  <wilson@tuliptree.org>
2955
2956         * MAINTAINERS: Update my email address.
2957
2958 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
2959
2960         * MAINTAINERS: Add self to blanket write privs. section.
2961
2962 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
2963
2964         * Makefile.tpl: Add definition of CPPFLAGS to pass into
2965         configure-target-* as some target builds may require additional
2966         flags for preprocessor tests.
2967         * Makefile.in: Regenerated.
2968
2969 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
2970
2971         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
2972         * ltconfig: Handle it.
2973         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
2974         auto-detecting it.
2975
2976         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
2977         it is used as argument to $CC.
2978         * ltcf-gcj.sh: Likewise.
2979
2980         * configure.in: Introduce --enable-maintainer-mode.
2981         * configure: Rebuilt.
2982         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
2983         for maintainer mode.
2984         * Makefile.in: Rebuilt.
2985
2986 2003-02-18  Jason Merrill  <jason@redhat.com>
2987
2988         * Makefile.tpl (check-c++): Allow parallelism.
2989
2990 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2991
2992         * MAINTAINERS: Remove John Carr (who never actually had access to
2993         gcc.gnu.org).
2994
2995 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
2996
2997         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
2998         don't configure target-libobjc.
2999         * configure: Regenerate.
3000
3001 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3002
3003         * Makefile.tpl (RANLIB): Define.
3004         * Makefile.in: Regenerate.
3005
3006 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
3007
3008         * MAINTAINERS: Update my email.
3009
3010 2003-02-06  Keith R Seitz  <keiths@redhat.com>
3011
3012         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
3013         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
3014         * Makefile.in: Regenerated.
3015         * configure.in: Remove all traces of snavigator, db, and grep.
3016         * configure: Regenerated.
3017
3018 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3019
3020         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
3021         After Approval.
3022
3023 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
3024
3025         * MAINTAINERS (Write after approval): Add myself.
3026
3027 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
3028
3029         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
3030         * Makefile.in: Regenerated.
3031
3032 2003-01-30  Roger Sayle  <roger@eyesopen.com>
3033
3034         * config.guess: Updated to 2003-01-30's version.
3035         * config.sub: Updated to 2003-01-28's version.
3036
3037 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
3038
3039         * config.if: If gcc_version is already set, just use it.  Don't set
3040         gcc_version_trigger if it's already set, otherwise set it to
3041         gcc/version.c, but only if the file exists.  If it is not set and
3042         gcc/version.c does not exist, try to extract the version number from
3043         $CC.
3044
3045 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
3046
3047         * MAINTAINERS: Add myself to write-after-approval list.
3048
3049 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
3050
3051         * configure.in:  Revert 24Jan change.
3052         * configure:  Regenerate.
3053
3054 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3055
3056         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
3057         entry of HJ Lu.
3058
3059 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
3060
3061         * configure.in: Revert previous change.
3062         * configure: Regenerate.
3063
3064 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
3065
3066         * configure.in: Make rda native-only.
3067         * configure: Regenerate.
3068
3069 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3070
3071         * MAINTAINERS: Move myself from GNATS-only-accounts to
3072         write-after-approval.
3073
3074 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
3075
3076         * configure.in: Add missing \.
3077         * configure: Rebuilt.
3078
3079 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
3080
3081         * configure.in (baseargs): Avoid using \| in sed regular
3082         expressions.
3083         * configure: Rebuilt.
3084
3085 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
3086
3087         * configure.in (baseargs): Remove all supported forms of
3088         --cache-file, --srcdir, --host, --build and --target options
3089         from argument lists.
3090         * configure: Rebuilt.
3091
3092 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
3093
3094         * MAINTAINERS: Add myself to write-after-approval list.
3095
3096 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
3097
3098         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
3099         * configure: Rebuilt.
3100
3101 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
3102
3103         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
3104         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
3105         * Makefile.in: Regenerate.
3106         * configure: Regenerate.
3107
3108 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
3109
3110         * configure.in: Remove Makefile in build, host and target modules
3111         unless configure was run with --no-recursion.
3112         * configure: Rebuilt.
3113
3114 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
3115
3116         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
3117         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
3118         * Makefile.in: Regenerate.
3119
3120 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
3121
3122         * config.guess: Update to 2003-01-03 version.
3123         * config.sub: Update to 2003-01-03 version.
3124
3125 2003-01-07  Christopher Faylor  <cgf@redhat.com>
3126
3127         * configure: Regenerate with proper autoconf 2.13.
3128
3129 2003-01-07  Christopher Faylor  <cgf@redhat.com>
3130
3131         * configure.in: Add AC_PREREQ for consistency.
3132         * configure: Regenerate.
3133
3134 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
3135
3136         * configure.in (GDB_TK): Add tcl directories conditional on
3137         gdb/gdbtk directory being present.
3138         * configure: Regenerate.
3139
3140 2003-01-04 John David Anglin  <dave.anglin@nrc.ca>
3141
3142         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld used
3143         by gcc if LD is not defined and we are not doing a Canadian Cross.
3144         * configure: Rebuilt.
3145
3146 2002-12-31  Tom Tromey  <tromey@redhat.com>
3147
3148         * Makefile.in: Rebuilt.
3149         * Makefile.def (target_modules) [libffi]: Allow installation.
3150
3151 2002-12-31  Andreas Schwab  <schwab@suse.de>
3152
3153         * configure.in: Fix use of $program_transform_name.
3154         * configure: Regenerated.
3155
3156 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
3157
3158         * configure.in (baseargs): Don't remove first configure argument.
3159         * configure: Regenerated.
3160
3161 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
3162
3163         * Makefile.tpl (local-distclean): Don't remove...
3164         (multilib.ts): ... this.  Moved into...
3165         (multilib.out): ... this.  Don't use sub-make.
3166         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
3167         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
3168         (configure-build-[+module+], configure-[+module+],
3169         configure-target-[+module+], configure-gcc): ... these.  Test
3170         for Makefile existence.  Drop config.status from dependencies.
3171         * Makefile.in: Rebuilt.
3172         * configure.in: Move gcc-version-trigger to the end of
3173         ac_configure_args.  Add comments to maybedep.tmp and
3174         serdep.tmp.  Introduce --disable-serial-configure.  Remove
3175         nonopt from baseargs, matching and removing corresponding
3176         whitespace while at it.
3177         * configure: Rebuilt.
3178
3179 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
3180
3181         * configure.in (host_configargs): Replace reference to
3182         no-longer-defined buildopts with --build=${build_alias}.
3183         * configure: Rebuilt.
3184
3185         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
3186         program_transform_name to standard idiom.
3187         (AUTOGEN, AUTOCONF): Define.
3188         (Makefile.in): Use $(AUTOGEN).
3189         (Makefile): Depend on config.status, and use autoconf-style rule to
3190         build it.  Move original commands to...
3191         (config.status): ... this new target.
3192         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
3193         $(AUTOCONF).
3194         * Makefile.in: Rebuilt.
3195
3196 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
3197
3198         * Makefile.tpl: Fix dramatic bustage due to change in
3199         program_transform_name.
3200         * Makefile.in: Regenerate.
3201
3202         * configure.in: Remove unnecessary PATH setting.
3203         * configure: Regnerate.
3204
3205         * configure.in: Don't default to unprefixed tools unless
3206         the native tools will work.
3207         * configure: Regenerate.
3208
3209         * configure.in: Convert to autoconf script.  Blow away lots
3210         of now-redundant Makefile fragments.
3211         * configure: Generate using Autoconf.
3212         * Makefile.tpl: Rewrite to reflect autoconfiscation.
3213         * Makefile.in: Regenerate.
3214
3215 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
3216
3217         * configure: Fix stupid bug where RANLIB was mistakenly included.
3218
3219         * configure.in: Rename (buildargs, hostargs, targargs) to
3220         (build_configargs, host_configargs, target_configargs).
3221
3222         * configure.in: Move logic out of sed statement.
3223
3224         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
3225         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
3226
3227 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
3228
3229         * config.sub: Import from master repository
3230         * config.guess: Ditto
3231
3232 2002-12-24  Andreas Schwab  <schwab@suse.de>
3233
3234         * Makefile.tpl (multilib.out): Fix missing space.
3235         * Makefile.in: Regenerate.
3236
3237 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
3238
3239         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
3240         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
3241         * Makefile.in: Regenerate.
3242         * configure.in: Remove unnecessary leftovers.
3243
3244 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
3245
3246         * configure.in (extra_ranlibflags_for_target): New variable.
3247         (*-*-darwin): Add -c to ranlib commands.
3248         * configure (tooldir): Handle extra_ranlibflags_for_target.
3249
3250 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
3251
3252         * Makefile.tpl: Revert HJL's change.
3253         * Makefile.in: Regenerated.
3254         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
3255         always.
3256
3257 2002-12-19  Andreas Schwab  <schwab@suse.de>
3258
3259         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
3260         * Makefile.in: Regenerate.
3261
3262 2002-12-18  H.J. Lu <hjl@gnu.org>
3263
3264         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
3265         * Makefile.in: Regenerated.
3266
3267         * configure.in (build_prefix): New. Substitute.
3268
3269 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
3270
3271         * Makefile.tpl: Don't let real targets depend on phony targets.
3272         * Makefile.in: Regenerate.
3273
3274         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
3275         * Makefile.in: Regenerate.
3276
3277 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
3278
3279         * config.sub: Import from master repository
3280         * config.guess: Ditto
3281
3282 2002-12-16  Jason Merrill  <jason@redhat.com>
3283
3284         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
3285         previous 'make bootstrap'.
3286         * Makefile.in: Regenerate.
3287
3288 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
3289
3290         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
3291
3292 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
3293
3294         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
3295         * Makefile.in: Regenerate.
3296
3297 2002-12-13  Jason Merrill  <jason@redhat.com>
3298
3299         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
3300         library tests.
3301         (check-c++): Just depend on it and check-target-libstdc++-v3.
3302         * Makefile.in: Regenerate.
3303
3304 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
3305
3306         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
3307         * Makefile.in: Rebuilt.
3308
3309 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
3310
3311         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
3312
3313 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
3314
3315         * configure: Fix bug put in by gremlins.
3316
3317         * Makefile.tpl: Substitute more autoconfily.
3318         * configure: Substitute more autoconfily.
3319         * Makefile.in: Regenerate.
3320
3321 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
3322
3323         * config.sub: Import from master repository
3324         * config.guess: Ditto
3325         * MAINTAINERS: Added Svein Seldal under write after approval
3326
3327 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
3328
3329         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
3330         * Makefile.in (all-sim): Ditto.
3331
3332 2002-12-06  DJ Delorie  <dj@redhat.com>
3333
3334         * Makefile.tpl: Change configure dependencies to not have real
3335         targets depend on phony targets.
3336
3337 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
3338
3339         * configure.in: Revert unintentional change.
3340
3341         * Makefile.tpl: Change dependency for */multilib.out so that
3342         it works when gcc isn't in the tree.
3343
3344         * configure.in: Substitute more.
3345         * configure: Run subconfigures from the Makefile.
3346         * Makefile.tpl: Run subconfigures from the Makefile; add a few
3347         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
3348
3349 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3350
3351         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
3352
3353 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
3354
3355         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
3356         and corresponding dependencies.
3357         * Makefile.in: Regenerate.
3358
3359         * configure.in (host_tools): Order binutils, gas and ld for
3360         convenience in running the testsuites.
3361
3362         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
3363         * Makefile.in: Regenerate.
3364         * configure.in: Introduce rules to serialize subconfigure runs.
3365
3366         * configure.in: Introduce BASE_CC_FOR_TARGET.
3367         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
3368         Realize configure-build-* targets.  Realize configure-target-* targets.
3369         * Makefile.in: Regenerate.
3370
3371 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
3372
3373         * configure: Move gcc_version_trigger stuff from here...
3374         * configure.in: ...to here.
3375
3376         * configure.in: Separate subconfigure options added by this file from
3377         options given by the user.  Add machinery to put args for host
3378         subconfigures into the Makefile.
3379
3380         * Makefile.tpl: Remove 'vault' targets.
3381         * Makefile.tpl: Reorder and comment dependencies.
3382         * Makefile.in: Regenerate.
3383
3384 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
3385         * configure.in: Fix my broken commit of previous patch. (sigh)
3386
3387 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
3388
3389         * configure.in: Move host-specific darwin noconfigdirs into
3390         the host-specific section.
3391
3392 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
3393
3394         * configure.in: Move host-specific darwin noconfigdirs into
3395         the host-specific section.
3396
3397 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
3398
3399         * configure: Remove skip-this-dir support.
3400         * Makefile.tpl: Remove skip-this-dir support.
3401
3402         * Makefile.tpl: Remove leftover support for non-autoconfiscated
3403         subdirectories.
3404         * Makefile.in: Regenerate.
3405
3406         * Makefile.tpl: Strip out useless setting of 'dir'.
3407         * Makefile.in: Regenerate.
3408
3409 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
3410
3411         * configure.in: Fix deeply stupid bug.
3412
3413         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
3414         shell code in CXX_FOR_TARGET
3415         * Makefile.def: Introduce raw_cxx.
3416         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
3417         RAW_CXX_FOR_TARGET.
3418         * Makefile.in: Regenerate.
3419
3420 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
3421
3422         * Makefile.tpl: Remove unnecessary ifs.
3423         * Makefile.in: Regenerate.
3424
3425         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
3426         dependencies.  Maybe-ize build-libiberty.  Create dummy install
3427         targets for 'no_install' modules.
3428         * configure: Move GDB_TK substitution to configure.in.  Move
3429         build_modules stuff to configure.in.
3430         * configure.in: Implement soft dependency machinery.  Maybe-ize
3431         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
3432         * Makefile.in: Regenerate.
3433
3434 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
3435
3436         * Makefile.tpl: Make all-target, install-target behave similarly
3437         to all, install (only hitting configured targets).  Eliminate
3438         unused macro defintions.
3439
3440         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
3441         build != host.
3442
3443         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
3444
3445         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
3446
3447         * configure.in: Produce lists of subdir targets we're actually
3448         configuring.  Remove references to "dosrel".
3449         * Makefile.tpl: Let configure set which subdir targets are hit.
3450         Remove install-cross; clean up install; remove ALL.  Remove
3451         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
3452         Autogenerate host module targets.  Remove empty dependency lines
3453         and redundant dependency; rearrange slightly.
3454         * Makefile.def: Add host-side libtermcap, utils.
3455
3456         * Makefile.in: Regenerate.
3457
3458 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3459
3460         * ltconfig (osf[345]): Append $major to soname_spec.
3461         Reflect this in library_names_spec.
3462         * ltmain.sh (osf): Prefix $major with . for use as extension.
3463
3464 2002-11-19  Andreas Jaeger  <aj@suse.de>
3465
3466         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
3467         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
3468         and sparc64 GNU/Linux systems.
3469
3470 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
3471
3472         * MAINTAINERS: Update email.
3473
3474 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3475
3476         * MAINTAINERS: Complete James Dennett's entry.
3477
3478 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
3479
3480         * MAINTAINERS (Write After Approval): Add myself.
3481
3482 2002-11-13  Bruce Korb  <bkorb@gnu.org>
3483
3484         * Makefile.tpl: syntactic cleanup
3485
3486 2002-11-13 Stuart Hastings <stuart@apple.com>
3487
3488         * MAINTAINERS: Add myself to write-after-approval list.
3489
3490 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
3491
3492         * Makefile.def: Add list of recursive targets to autogenerate.
3493         Add build_modules.
3494         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
3495         targets.  Autogenerate *-build-* targets.
3496         * Makefile.in: Regenerate.
3497
3498 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
3499
3500         * configure: More autoconf-style substitutions.
3501         * Makefile.tpl: More autoconf-style substitutions.
3502         * Makefile.in: Regenerate.
3503
3504 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
3505
3506         * configure: Substitute more variables in a more autoconf-friendly
3507         way.  Simplify slightly.
3508         * Makefile.tpl: Make more variables substitutable in an
3509         autoconf-friendly way.
3510         * Makefile.in: Regenerate.
3511
3512 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
3513
3514         * MAINTAINERS (Write After Approval): Add myself.
3515
3516 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
3517
3518         * configure.in (v810*): Remove special setting of tools.
3519
3520         * configure: Add support for extra required flags for ar or nm.
3521         * configure.in (aix4.3+): Use above support for target-specific
3522         issues, rather than using config/mt-aix43.
3523
3524 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
3525
3526         * configure: Remove 'removing', which doesn't work.  Replace $subdir
3527         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
3528         with $srcdir.  Reformat indentation.  Substitute some variables
3529         formerly hard-coded in the Makefile for build=host.
3530         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
3531         * Makefile.def: Autogenerate more.
3532         * Makefile.in: Regenerate.
3533
3534 2002-11-04  Adam Nemet  <anemet@lnxw.com>
3535
3536         * MAINTAINERS (Write After Approval): Add myself.
3537
3538 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
3539
3540         * Makefile.def (host_modules): Add rda.
3541         * Makefile.in: Regenerate.
3542         * configure.in (target_tool): Add target-rda to list.
3543
3544 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3545
3546         * MAINTAINERS: Remove "co-maintainer" note for web pages.
3547
3548 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
3549
3550         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
3551         and restrap targets to this rule.
3552         * Makefile.in:  Regenerate.
3553
3554 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3555
3556         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
3557         GNATS only accounts.
3558
3559 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
3560
3561         * configure.in (i[3456]86-*-linux*): Add check to disable
3562         ${libgcj} for glibc1.
3563
3564 2002-10-24  Denis Chertykov  <denisc@overta.ru>
3565
3566         * MAINTAINERS: Add myself as ip2k port maintainer.
3567
3568 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
3569
3570         * configure.in: Add tic4x target.
3571
3572 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
3573
3574         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
3575         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
3576         * Makefile.in: Regenerate.
3577
3578         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
3579         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
3580         * Makefile.in: Regenerate.
3581
3582 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
3583
3584         * MAINTAINERS: Add myself as web pages co-maintainer.
3585
3586 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
3587
3588         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
3589         * Makefile.in: Regenerate.
3590
3591 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
3592
3593         * MAINTAINERS: Add myself and Nathan Sidwell
3594         <nathan@codesourcery.com> as VxWorks maintainers.
3595
3596 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
3597
3598         * Makefile.def: Remove order dependency comments.
3599         * Makefile.tpl: Add explicit install-install dependencies.
3600         * Makefile.in: Regenerate.
3601
3602         * Makefile.tpl: Remove material now in src-release.  (Finally!)
3603         * Makefile.in: Regenerate.
3604
3605         * Makefile.tpl: Add configure-target (for src-release in src)
3606         * Makefile.in: Regenerate.
3607
3608 2002-09-30  Nick Clifton  <nickc@redhat.com>
3609
3610         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
3611
3612 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
3613
3614         * configure.in (s390*-*-linux*): Enable libgcj.
3615
3616 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
3617
3618         * configure: Revert accidentally applied changes.
3619
3620         * Makefile.tpl: Make more autoconf-friendly.
3621         * Makefile.in: Regenerate.
3622         * configure: Make substitution more autoconf-like.
3623
3624 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
3625
3626         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
3627         single entry to handle all these.
3628         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
3629         libjava on arm-*-elf.
3630
3631 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
3632
3633         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
3634         things that depend on them.
3635
3636 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
3637
3638         * Makefile.tpl: Make subsituted variables more autoconfy.
3639         * Makefile.in: Regenerate.
3640         * configure: Make seds more autoconfy.
3641
3642 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
3643
3644         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
3645         * Makefile.in: Regenerate.
3646         * configure.in: Rewrite sed statements to look autoconfy.
3647
3648         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
3649         all-target-foo on configure-target-foo.
3650         * Makefile.def: Ditto.
3651         * Makefile.in: Rebuild.
3652
3653 2002-09-25  Andrew Haley  <aph@redhat.com>
3654
3655         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
3656
3657 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
3658
3659         * Makefile.def: New file.
3660         * Makefile.tpl: New file.
3661         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
3662         * contrib/gcc_update: Note that Makefile.in is a generated file.
3663
3664         * configure.in: Minor rearrangement.  Simplify tests.
3665
3666 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
3667
3668         * configure.in (with_headers): Skip copy if value is "yes".
3669         (with_libs): Likewise.
3670
3671 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
3672
3673         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
3674         * configure.in (sh*-*-pe*): Ditto.
3675         * configure.in (mips*-*-pe*): Ditto.
3676         * configure.in (*arm-wince-pe): Ditto.
3677
3678         * configure.in: Rearrange.
3679
3680 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
3681
3682         * MAINTAINERS: Update my email address.
3683
3684 2002-08-30  Paul Koning  <pkoning@equallogic.com>
3685
3686         * MAINTAINERS: (Write After Approval): Add myself.
3687
3688 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
3689
3690         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
3691
3692 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
3693
3694         * MAINTAINERS: Change my mailing address.
3695
3696 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
3697
3698         * MAINTAINERS (Write After Approval): Remove myself.
3699         (Various Maintainers: c++ runtime libs): Add myself.
3700
3701 2002-08-20  Loren J. Rittle <ljrittle@acm.org>
3702
3703         * MAINTAINERS (Write After Approval): Remove myself.
3704         (Various Maintainers: c++ runtime libs): Add myself.
3705
3706 2002-08-15  Eric Christopher  <echristo@redhat.com>
3707
3708         * config.sub: Import from master repository.
3709         * config.guess: Ditto.
3710
3711 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
3712
3713         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
3714         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
3715         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
3716
3717 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
3718
3719         * MAINTAINERS: Add self to rs6000 vector extensions.
3720
3721 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
3722
3723         * libiberty/configure: Reverted unintended yesterday's check in.
3724
3725 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
3726
3727         * boehm-gc/configure, libf2c/configure: Rebuilt.
3728         * libffi/configure, libiberty/configure: Ditto.
3729         * libjava/configure, libobjc/configure: Ditto.
3730         * libstdc++-v3/configure, zlib/configure: Ditto.
3731         Merged from binutils:
3732         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
3733         From Steve Ellcey <sje@cup.hp.com>:
3734         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
3735         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
3736         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
3737         IA64.
3738         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
3739         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
3740         soname_spec, sys_lib_search_path_spec): Ditto.
3741
3742 2002-08-06  Federico G. Schwindt <fgsch@olimpo.com.br>
3743
3744         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
3745
3746 2002-08-04  H.J. Lu  (hjl@gnu.org)
3747
3748         * configure.in (mips*-*-linux*): Don't skip target-libffi.
3749
3750 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
3751
3752         * MAINTAINERS (Write After Approval): Add myself.
3753
3754 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
3755
3756         * configure.in: Move generic linux case to end.  Copy generic
3757         linux noconfigdirs to mips*-*-linux* entry and new
3758         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
3759
3760 2002-07-19  Michael Matz  <matz@suse.de>
3761
3762         * MAINTAINERS: Add myself as ra* maintainer.
3763
3764 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
3765
3766         * config.guess: Update to 2002-07-09 version.
3767         * config.sub: Update to 2002-07-03 version.
3768
3769 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
3770
3771         * MAINTAINERS: Fix typo in a maintainer email address.
3772
3773 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
3774
3775         * configure.in: Remove two redundant tests.
3776
3777 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3778
3779         * configure.in (mips*-*-irix6*o32): Enable stabs.
3780
3781 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
3782
3783         * configure.in: Don't build grez.
3784         * Makefile.in: Ditto.
3785
3786         * Makefile.in: Remove references to bsp, cygmon, libstub.
3787         * configure.in: Ditto.
3788
3789         * configure.in: Remove leftover reference to gdbtest.
3790
3791 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
3792
3793         * configure.in (gxx_include_dir):  Change to match versioned
3794         C++ headers if --enable-version-specific-runtime-libs is used.
3795
3796 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
3797
3798         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
3799
3800 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
3801
3802         * configure.in: Make --without-x work.
3803
3804 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
3805
3806         * configure.in: Rearrange target Makefile fragment collection.
3807
3808         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
3809         cvs[src].
3810         * configure.in: Ditto.
3811
3812 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
3813
3814         * MAINTAINERS (Write After Approval): Update my e-mail address.
3815
3816 2002-06-24  Ben Elliston  <bje@redhat.com>
3817
3818         * configure.in (host_tools): Remove cgen.
3819
3820         * Makefile.in (all-cgen): Remove; runs from its source directory.
3821         (check-cgen, install-cgen, clean-cgen): Likewise.
3822         (all-opcodes): Do not depend on all-cgen.
3823         (all-sim): Likewise.
3824
3825 2002-07-01  Nathanael Nerode <neroden@gcc.gnu.org>
3826
3827         * Makefile.in: Eliminate 'apache' targets.
3828         * configure.in: Eliminate 'apache' targets.
3829
3830         * configure.in: Eliminate redundant tests.  Reorganize.
3831
3832         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
3833
3834         * config-ml.in: Eliminate references to Cygnus configure.
3835
3836         * Makefile.in: Eliminate references to building emacs.
3837
3838 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
3839
3840         * MAINTAINERS: Update my email address.
3841
3842 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
3843
3844         * config.if (libstdcxx_incdir): Version C++ headers.
3845         (cxx_incdir): Remove.
3846
3847 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
3848
3849         * MAINTAINERS (Write After Approval): Add self.
3850
3851 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
3852
3853         * configure.in: Add support for ip2k.
3854
3855 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
3856
3857         * configure.in: Fix AIX configury bug.
3858
3859 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
3860
3861         * MAINTAINERS (Write After Approval): Add self.
3862
3863 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
3864
3865         * configure.in: replace ${topsrcdir} with ${srcdir}
3866
3867         * configure.in: Move definition of libstdcxx_flags
3868         right above usage, rather than waaay earlier.
3869
3870         * configure.in: Pull definition of is_cross_compiler earlier.
3871
3872         * configure.in: Rearrange a little.
3873
3874         * configure.in: Remove references to librx.
3875         * Makefile.in: Remove references to librx.
3876
3877 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
3878
3879         * config.sub: Add support for avr target.
3880         Import from master sources, rev 1.255
3881
3882 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
3883
3884         * configure, .cvsignore:  Revert previous change...
3885         * Makefile:  ...delete.
3886
3887 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
3888
3889         * configure.in: Eliminate ${gasdir} variable.
3890
3891 2002-06-18  Dave Brolley  <brolley@redhat.com>
3892
3893         * configure.in: Add support for frv.
3894         * config.sub: Add support for frv.
3895
3896 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
3897
3898         * configure:  Remove garbage from previous commit.
3899
3900 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
3901
3902         * configure:  For in-source builds, make a subdir and re-exec there.
3903         * Makefile:  New file.  Pass targets through to build directory.
3904         * .cvsignore:  No longer ignore "Makefile".
3905
3906 2002-06-16  Douglas Rupp  <rupp@gnat.com>
3907
3908         * MAINTAINERS (Write After Approval): Add self.
3909
3910 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3911
3912         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
3913
3914 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
3915
3916         * configure.in (vax-*-netbsd*): Re-enable gas.
3917
3918 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
3919
3920         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
3921         BUILD_PREFIX_1, to correct nomenclature.
3922         * configure: Likewise.
3923
3924         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
3925         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
3926
3927 2002-05-31  Olaf Hering  <olh@suse.de>
3928
3929         * config-ml.in: Propogate DESTDIR also.
3930
3931 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
3932
3933         * configure.in (vax-*-netbsd*): Don't build gas for this
3934         platform.
3935
3936 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
3937
3938         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
3939         and libgcj for AVR.
3940
3941 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
3942
3943         * MAINTAINERS (Write After Approval): Add myself.
3944
3945 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
3946
3947         * config.guess: Update to 2002-05-22 version.
3948         * config.sub: Likewise.
3949
3950 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3951
3952         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
3953         * config-ml.in: Likewise.
3954         * configure: Likewise.
3955         * configure.in: Likewise.
3956
3957 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
3958
3959         * MAINTAINERS: Update my email address.
3960
3961 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
3962
3963         * configure.in: Simplify makefile fragment collection.
3964
3965         * configure.in: Remove code to build emacs.
3966
3967         * configure.in : Remove --srcdir argument from targargs and buildargs
3968         (it's always overridden in the Makefile anyway).  Rearrange a bit.
3969
3970         * configure: Move some logic to configure.in.
3971         * configure.in: Move some logic from configure.
3972
3973 2002-05-11  Tom Tromey  <tromey@redhat.com>
3974
3975         * MAINTAINERS: Reflect libgcj reality.
3976
3977 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
3978
3979         * Makefile.in: Honour DESTDIR.
3980
3981 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
3982
3983         * config.guess: Import 2002-03-20 version.
3984         * config.sub: Import 2002-04-26 version.
3985
3986 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3987
3988         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
3989
3990 2002-05-07  Tim Josling  <tej@melbpc.org.au>
3991
3992         * MAINTAINERS: Add self.
3993
3994 2002-05-06  Loren J. Rittle <ljrittle@acm.org>
3995
3996         * ltmain.sh: Detect and handle object name conflicts
3997         while piecewise linking a static library.
3998
3999 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
4000
4001         * configure.in (noconfigdirs): Don't disable libgcj on
4002         sparc64-*-solaris* and sparcv9-*-solaris*.
4003
4004 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
4005
4006         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
4007
4008 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
4009
4010         * configure.in (FLAGS_FOR_TARGET): Do not add
4011         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
4012         on i[3456]86-*-linux*.
4013
4014 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
4015
4016         * configure.in (noconfigdirs): Replace [ ] with test.
4017
4018         * configure.in (noconfigdirs): Do not add target-newlib if
4019         target == i[3456]86-*-linux*, and host == target.
4020
4021 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
4022
4023         * configure.in: delete reference to absent file
4024
4025         * configure.in: replace '[' with 'test'
4026
4027         * configure.in: Eliminate references to gash.
4028         * Makefile.in: Eliminate references to gash.
4029
4030         * configure.in: remove useless references to 'pic' makefile fragments.
4031
4032         * configure.in: (*-*-windows*) Finish removing.
4033
4034         * configure.in: Eliminate redundant test for libgui.
4035
4036 2002-04-29  Roger Sayle  <roger@eyesopen.com>
4037
4038         * MAINTAINERS: Add self and realphabetize.  Update entries
4039         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
4040         entry for a29k port maintainer.
4041
4042 2002-04-26      Joel Sherrill <joel@OARcorp.com>
4043
4044         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
4045         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
4046
4047 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
4048
4049         * configure.in: remove references to dead files
4050
4051 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
4052
4053         * MAINTAINERS: Add information about purpose of this file.
4054
4055 2002-04-18  Tom Tromey  <tromey@redhat.com>
4056
4057         * configure.in: Disallow configuring libgcj when it is already
4058         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
4059         Solaris 2.8 by default.  For PR libgcj/6158.
4060
4061 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
4062
4063         * configure.in:  Move default CC setting out of config/mh-* fragments
4064         directly into here.
4065
4066 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
4067
4068         * configure.in: don't even try to configure or make a subdirectory
4069         if there's no configure script for it.
4070
4071 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
4072
4073         * MAINTAINERS: Remove chill maintainers.
4074         * Makefile.in (CHILLFLAGS): Remove.
4075         (CHILL_LIB): Remove.
4076         (TARGET_CONFIGDIRS): Remove libchill.
4077         (CHILL_FOR_TARGET): Remove.
4078         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
4079         CHILL_LIB.
4080         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
4081         (CHECK_TARGET_MODULES): Likewise.
4082         (INSTALL_TARGET_MODULES): Likewise.
4083         (CLEAN_TARGET_MODULES): Likewise.
4084         (configure-target-libchill): Remove.
4085         (all-target-libchill): Remove.
4086         * configure.in (target_libs): Remove target-libchill.
4087         Do not compute CHILL_FOR_TARGET.
4088         * libchill: Remove directory.
4089
4090 2002-04-11  DJ Delorie  <dj@redhat.com>
4091
4092         * Makefile.in, configure.in: Sync with binutils, entries
4093         follow...
4094
4095 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
4096
4097         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
4098         (do-tar, do-bz2): New rules.
4099         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
4100         (gdb-tar): New rule.
4101         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
4102         (insight_dejagnu.tar): New rule.
4103         (insight.tar): New rule.
4104         (gdb+dejagnu.tar): New rule.
4105         (gdb.tar): New rule.
4106
4107 2002-02-01  Mo DeJong  <supermo@bayarea.net>
4108
4109         * Makefile.in: Add all-tix to deps for all-snavigator
4110         so that tix is built when building snavigator.
4111
4112 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
4113
4114         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
4115         ld and gdb are not supported.
4116
4117 2002-01-07  Mark Salter  <msalter@redhat.com>
4118
4119         * configure.in: Remove target-bsp and target-cygmon from arm builds.
4120         Allow target-libgloss to be built for arm, strongarm, and xscale.
4121
4122 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
4123
4124         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
4125         options for i[3456]86-pc-linux* native builds.
4126
4127 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
4128
4129         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
4130         files from .po files for a distribution.
4131
4132 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
4133
4134         * configure.in: Enable libstdc++-v3 for h8300 targets.
4135
4136 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
4137
4138         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
4139         version from bfd/.
4140
4141 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
4142
4143         * Makefile.in (VER): When present, extract the version number from
4144         the file version.in.
4145
4146 2001-05-24  Tom Rix <trix@redhat.com>
4147
4148         * configure.in : enable ld for aix
4149
4150 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4151
4152         * config.guess: Add linux target for S/390.
4153
4154 2000-11-07  Philip Blundell  <pb@futuretv.com>
4155
4156         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
4157
4158 2000-11-03  Philip Blundell  <pb@futuretv.com>
4159
4160         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
4161         files.
4162
4163 2001-01-15  Ben Elliston  <bje@redhat.com>
4164
4165         * configure.in (host_tools): Add sid.
4166         Always configure cgen.
4167
4168 2000-11-24  Nick Clifton  <nickc@redhat.com>
4169
4170         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
4171
4172
4173 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
4174
4175         * Makefile.in (ALL_MODULES): Add all-cgen.
4176         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
4177         (all-cgen): New target.
4178         (all-opcodes,all-sim): Depend on all-cgen.
4179         * configure.in (host_tools): Add cgen.
4180         Only configure cgen if --enable-cgen-maint.
4181
4182 2002-04-09  Loren J. Rittle <ljrittle@acm.org>
4183
4184         * configure.in: Add *-*-freebsd* configurations.
4185
4186 2002-04-08  Tom Tromey  <tromey@redhat.com>
4187
4188         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
4189         Fixes PR libgcj/6068.
4190
4191 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
4192
4193         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
4194
4195 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4196
4197         * configure.in (alpha*-dec-osf*): Enable libgcj.
4198
4199 2003-03-27  Matthew Gingell <gingell@gnat.com>
4200
4201         * MAINTAINERS (Write After Approval): Add myself.
4202
4203 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
4204
4205         Fix for: PR bootstrap/3591, target/5676
4206         * configure.in (mcore-pe): Disable the configuration of
4207         libstdc++-v3 since exceptions are not supported.
4208
4209 2002-03-20  Anthony Green  <green@redhat.com>
4210
4211         * configure.in: Enable libgcj for xscale-elf target.
4212
4213 Tue Mar 19 09:05:08 2002  J"orn Rennecke <joern.rennecke@superh.com>
4214
4215         * MAINTAINERS:  Update my email address.
4216
4217 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
4218
4219         * ltmain.sh (relink_command): Fix typo in previous change.
4220
4221 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
4222
4223         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
4224         (relink_command): Added --tag flags.
4225         (mode=install): If relinking fails; error out.
4226
4227 2002-03-12  Richard Henderson  <rth@redhat.com>
4228
4229         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
4230         .NOTPARALLEL tag.
4231         (do-check): Rename from check.
4232         (check): Allow parallel check.
4233
4234 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
4235
4236         * MAINTAINERS: Add myself as maintainer for xtensa port.
4237         Fix alphabetical order in CPU port maintainer list.
4238         Remove myself from Write After Approval list.
4239
4240 2002-03-11  Richard Henderson  <rth@redhat.com>
4241
4242         * Makefile.in (.NOTPARALLEL): Add fake tag.
4243
4244 2002-03-07  H.J. Lu  (hjl@gnu.org)
4245
4246         * configure.in: Enable gprof for mips*-*-linux*.
4247
4248 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
4249
4250         * MAINTAINERS (Write After Approval): Add myself.
4251
4252 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
4253
4254         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
4255         libjava.
4256         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
4257
4258 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
4259
4260         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
4261         because its Makefile is there; test for the executable instead.
4262
4263 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
4264
4265         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
4266         libstdc++-v3 and libjava.
4267
4268 2002-02-11  Adam Megacz <adam@xwt.org>
4269
4270         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
4271         boehm-gc
4272
4273 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
4274
4275         * config.guess: Updated to 2002-01-30's version.
4276         * config.sub: Updated to 2002-02-01's version.
4277         Contribute sh64-elf.
4278         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
4279         * configure.in: Added sh64-*-*.
4280
4281 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
4282
4283         * MAINTAINERS: Belatedly add myself to write after approval list.
4284
4285 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
4286
4287         * MAINTAINERS: Put self in as maintainer for x86-64 port.
4288         Remove self as Write After Approval.
4289
4290 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
4291
4292         * MAINTAINERS: Put self in as maintainer for contrib/regression
4293         directory.
4294
4295 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
4296
4297         * MAINTAINERS:  Update my email address.
4298
4299 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
4300
4301         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
4302         target-libiberty, and target-libgloss.  Skip Java-related
4303         libraries if not supported for NetBSD on target CPU.
4304
4305 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
4306
4307         * install-sh: Use _inst.$$_ for temp file name.
4308
4309 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
4310
4311         * MAINTAINERS (Write After Approval): Move my contact info
4312         from here...
4313         (OS Port Maintainers): ...to here (netbsd).
4314
4315 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
4316
4317         * MAINTAINERS (Write After Approval): Add myself.
4318
4319 2002-01-17  H.J. Lu <hjl@gnu.org>
4320
4321         * Makefile.in (all-fastjar): Also depend on all-libiberty.
4322         (all-target-fastjar): Also depend on all-target-libiberty.
4323
4324 2002-01-16  H.J. Lu  (hjl@gnu.org)
4325
4326         * config.guess: Import from master sources, rev 1.225.
4327         * config.sub: Import from master sources, rev 1.238.
4328
4329 2002-01-16  Kazu Hirata  <kazu@hxi.com>
4330
4331         * MAINTAINERS (Write After Approval): Remove myself.
4332
4333 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
4334
4335         * MAINTAINERS (Write After Approval): Add myself.
4336
4337 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
4338
4339         * MAINTAINERS: Add self as docs co-maintainer.
4340
4341 2001-12-11  Matthias Klose  <doko@debian.org>
4342
4343         * MAINTAINERS (Write After Approval): Add myself.
4344
4345 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
4346
4347         * MAINTAINERS: Update my email address.
4348
4349 2001-12-07  Turly O'Connor  <turly@apple.com>
4350         * MAINTAINERS (Write After Approval): Add myself.
4351         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
4352         (rs6000_initialize_trampoline): Call __trampoline_setup for
4353         ABI_DARWIN too.
4354         * darwin-tramp.asm: New file, implements __trampoline_setup.
4355         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
4356
4357 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
4358
4359         * MAINTAINERS (Write After Approval): Add myself.
4360
4361 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
4362
4363         * configure, configure.in: Use temp file for long sed commands.
4364
4365 2001-12-03  Laurent Guerby  <guerby@acm.org>
4366
4367         * config.sub: Update to version 1.232 on subversion.
4368
4369 2001-12-03  Ben Elliston  <bje@redhat.com>
4370
4371         * MAINTAINERS: Update mail address for config.* patches.
4372
4373 2001-11-27  DJ Delorie <dj@redhat.com>
4374             Zack Weinberg  <zack@codesourcery.com>
4375
4376         When build != host, create libiberty for the build machine.
4377
4378         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
4379         CONFIG_ARGUMENTS.
4380         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
4381         New variables.
4382         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
4383         and rules.
4384         (all.normal): Depend on ALL_BUILD_MODULES.
4385         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
4386         (all-build-libiberty): Depend on configure-build-libiberty.
4387
4388         * configure: Calculate and substitute proper value for
4389         ALL_BUILD_MODULES.
4390         * configure.in: Create the build subdirectory.
4391         Calculate and substitute TARGET_CONFIGARGS (formerly
4392         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
4393
4394 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
4395
4396         * MAINTAINERS (write-after-approval): Add self.
4397
4398 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
4399
4400         * MAINTAINERS (GNATS only accounts): Remove self.
4401
4402 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
4403
4404         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
4405         libf2c.
4406
4407 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
4408
4409         * MAINTAINERS (Write After Approval): Add self.
4410
4411 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
4412
4413         * MAINTAINERS: mips and s390 are also CPU ports.
4414
4415 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
4416
4417         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
4418
4419 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
4420
4421         * MAINTAINERS: Alphabetize.
4422
4423 2001-11-09  Kazu Hirata  <kazu@hxi.com>
4424
4425         * MAINTAINERS (Various maintainers: h8 port): Add myself.
4426
4427 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
4428
4429         * MAINTAINERS (Various maintainers: hppa port): Added myself.
4430
4431 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
4432
4433         * configure.in (--enable-languages): Be more permissive about
4434         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
4435
4436 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
4437
4438         * config.sub: Import from master sources, rev. 1.230.
4439         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
4440
4441 2001-11-07  Laurent Guerby  <guerby@acm.org>
4442
4443         * MAINTAINERS (Write After Approval): Add self.
4444
4445 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
4446
4447         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
4448
4449 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
4450
4451         * config.sub: Import from master sources, rev 1.226.
4452         * config.guess: Import from master sources, rev 1.216.
4453
4454 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
4455
4456         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
4457         * MAINTAINERS: Add self as maintainer of MMIX port.
4458         Remove old after-approval entry.
4459
4460 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
4461
4462         * ChangeLog, configure: Fix spelling errors.
4463
4464 2001-10-20  Brendan Kehoe  <brendan@zen.org>
4465
4466         * MAINTAINERS: Tweak my address.
4467
4468 Thu Oct 11 21:50:15 2001  J"orn Rennecke <amylaar@onetel.net.uk>
4469
4470         * MAINTAINERS: Update my email address.
4471
4472 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
4473
4474         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
4475         * MAINTAINERS: Add self as maintainer of CRIS port.
4476
4477 2001-10-10  Geert Bosch  <bosch@gnat.com>
4478
4479         * MAINTAINERS (Various maintainers: Ada front end):
4480         Added Robert Dewar.
4481
4482 2001-10-03  David Billinghurst <David.Billinghurst@riotinto.com>
4483
4484         * MAINTAINERS (Write After Approval): Added self
4485
4486 2001-10-02  Geert Bosch  <bosch@gnat.com>
4487
4488         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
4489
4490 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
4491
4492         * configure: Handle temporary files securely using mkdir.
4493
4494 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
4495
4496         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
4497
4498 2001-09-26  Will Cohen <wcohen@redhat.com>
4499
4500         * configure.in (*-*-linux*): Disable configuration of target-newlib
4501         and target-libgloss.
4502
4503 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
4504
4505         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
4506         RANLIB.
4507
4508 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
4509
4510         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
4511         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
4512         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
4513         avoid quotes nesting problems.
4514         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
4515         (DO_X): Export only variables that are set.
4516
4517 2001-09-19  Ben Elliston  <bje@redhat.com>
4518
4519         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
4520         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
4521         semantics.  Use the shell built-in "type" command instead.
4522
4523 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
4524
4525         Merged from gcc-3_0-branch:
4526         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
4527         * ltcf-c.sh: Use $objext, not $ac_objext.
4528         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
4529         * ltcf-cxx.sh: Add support for GNU.
4530         2001-07-22  Timothy Wall  <twall@redhat.com>
4531         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
4532         default settings if using GNU tools with that configuration.
4533         * ltcf-cxx.sh: Ditto.
4534         * ltcf-gcj.sh: Ditto.
4535         2001-07-21  Michael Chastain  <chastain@redhat.com>
4536         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
4537         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
4538         * ltmain.sh: Mark as gcc-local.
4539
4540 2001-08-30  Eric Christopher  <echristo@redhat.com>
4541             Jason Eckhardt  <jle@redhat.com>
4542
4543         * config.guess: Merge from master sources.
4544         * config.sub: Merge from master sources, add support for mipsisa32.
4545
4546 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
4547         * config.sub: Merge from master sources, rev 1.219.
4548         * MAINTAINERS: Add self as contact for stormy16 port.
4549
4550 2001-08-14  Zack Weinberg  <zackw@panix.com>
4551
4552         * config.sub: Merge from master sources, rev 1.218.
4553         * config.guess: Merge from master sources, rev 1.209.
4554
4555 2001-08-11  Graham Stott  <grahams@redhat.com>
4556
4557         * Makefile.in (check-c++): Add missing semicolon.
4558
4559 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
4560
4561         * MAINTAINERS (Various maitainers: predict.def): Added myself.
4562
4563 2001-07-30  Eric Christopher  <echristo@redhat.com>
4564
4565         * MAINTAINERS (Various maintainers: mips port): Added myself.
4566
4567 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
4568
4569         * configure.in (sh-*-linux*): New.
4570
4571 2001-07-27  Richard Henderson  <rth@redhat.com>
4572
4573         * .cvsignore: Add LAST_UPDATED.
4574
4575 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
4576
4577         * MAINTAINERS (Various maintainers: s390 port): Added myself.
4578
4579 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
4580
4581         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
4582
4583 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
4584
4585         * MAINTAINERS (Write After Approval): Added myself.
4586
4587 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
4588
4589         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
4590         and libgcj on m68hc11/m68hc12.
4591
4592 2001-06-27  H.J. Lu  (hjl@gnu.org)
4593
4594         * Makefile (CFLAGS_FOR_BUILD): New.
4595         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
4596
4597 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
4598
4599         * README: Remove version number.
4600
4601 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4602
4603         * INSTALL/README: Update wrt. to the installation instructions now
4604         residing in gcc/doc/install.texi.
4605
4606 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
4607
4608         * README: Replace with a cut-down and updated version of gcc/README.
4609
4610 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
4611
4612         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
4613         multilibs to be disabled.
4614
4615 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
4616
4617         * MAINTAINERS (Write After Approval): Add myself.
4618
4619 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
4620
4621         * config.guess: Import CVS version 1.195.
4622         * config.sub: Import CVS version 1.212.
4623
4624 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
4625
4626         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
4627         gcc/xgcc is built, use -print-prog-name to find out the program
4628         name to use.
4629
4630 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
4631
4632         * config.guess:  Import CVS version 1.194.  All gcc-local changes
4633         appear to also be in the master copy.
4634         * config.sub:  Import CVS version 1.211.
4635
4636 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
4637
4638         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
4639         with_gcc]: Use `gcc -shared' to build a shared library.
4640
4641 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
4642
4643         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
4644         archives.
4645
4646 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4647
4648         * MAINTAINERS (Write After Approval): Add myself.
4649
4650 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
4651
4652         * configure.in (libstdcxx_flags): Do not try to execute
4653         libstdc++-v3/testsuite_flags until it exists.
4654
4655 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
4656
4657         * MAINTAINERS: Update my email address.
4658
4659 2001-05-31  Graham Stott  <grahams@redhat.com>
4660
4661         * MAINTAINERS (Write After Approval): Add myself.
4662
4663 2001-05-28  Simon Patarin <simon.patarin@inria.fr>
4664
4665         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
4666         libraries when using g++ with native linker.
4667
4668 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
4669
4670         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
4671
4672 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
4673
4674         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
4675         [aix4*|aix5*]: Prepend blank.
4676
4677 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
4678
4679         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
4680         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
4681         of subdir/configure scripts to use the new libtool.m4.
4682
4683 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
4684
4685         * MAINTAINERS (Write After Approval): Add myself.
4686
4687 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
4688
4689         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
4690
4691 2001-05-11  Ben Elliston  <bje@redhat.com>
4692
4693         * Makefile.in (all-sid): New target.
4694         (check-sid, clean-sid, install-sid): Likewise.
4695
4696 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
4697
4698         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
4699
4700 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
4701
4702         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
4703         libgcj.
4704
4705 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
4706
4707         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
4708         gcc/xgcc is built, use -print-prog-name to find out the program
4709         name to use.
4710
4711 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
4712
4713         * configure.in (noconfigdirs): Don't reset it from scratch in the
4714         target case; only append to it.
4715
4716         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
4717         sparc-*-solaris2.8]: Disable ${libgcj}.
4718
4719 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
4720
4721         * configure.in (libgcj_saved): Copy from $libgcj.
4722         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
4723         --disable-libgcj.
4724
4725 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
4726
4727         * MAINTAINERS: Remove self as MIPS maintainer and
4728         C front end maintainer.
4729
4730 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
4731
4732         * configure.in: Move *-chorusos target case to the proper switch.
4733         Disable libgcj.
4734
4735 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
4736
4737         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
4738         1.641.2.228.
4739
4740 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4741
4742         * Makefile.in (STAGE1_CFLAGS): Pass down.
4743
4744 2001-04-13  Alan Modra  <amodra@one.net.au>
4745
4746         * config.guess: Add hppa64-linux support.  Note for next import that
4747         this is already in the master file.
4748         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
4749
4750 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
4751
4752         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
4753         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
4754
4755 2001-04-11  Stan Shebs  <shebs@apple.com>
4756
4757         * MAINTAINERS: Add self as Darwin port maintainer.
4758
4759 2001-04-11  Alan Modra  <amodra@one.net.au>
4760
4761         * MAINTAINERS: Update my email address.
4762
4763 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
4764
4765         * ltcf-cxx.sh: Support creation of C++ shared libraries on
4766         recent versions of FreeBSD (release 3 or later).
4767         * ltconfig: On FreeBSD, -lc must not be provided when building
4768         a shared library or else the standard -pthread gcc option is
4769         rendered worthless to later users of the built library.
4770
4771 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
4772
4773         * MAINTAINERS: Add self and RTH as C front end maintainers.
4774
4775 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
4776
4777         * config.sub: Make sure to match an already-canonicalized
4778         machine name (eg. mn10300-unknown-elf).
4779
4780 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
4781
4782         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
4783         New macros.
4784         (bootstrap, cross): Use RECURSE_FLAGS.
4785         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
4786
4787 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
4788
4789         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
4790
4791 2001-03-22  Colin Howell  <chowell@redhat.com>
4792
4793         * Makefile.in (DO_X): Do not backslash single-quotes in
4794         backquotes (two places).
4795
4796 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
4797
4798         Re-installed:
4799         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
4800         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
4801         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
4802         * ltcf-cxx.sh: Likewise.
4803         * ltcf-gcj.sh: Likewise.
4804
4805 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4806
4807         * MAINTAINERS: Add myself as "documentation co-maintainer".
4808
4809 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
4810
4811         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
4812         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
4813
4814 2001-03-19  Tom Tromey  <tromey@redhat.com>
4815
4816         * config-ml.in: Handle GCJ and GCJFLAGS.
4817
4818 2001-03-21  Michael Chastain  <chastain@redhat.com>
4819
4820         * Makefile.in: all-m4 depends on all-texinfo.
4821
4822 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
4823
4824         * MAINTAINERS: Add myself to write after approval list.
4825
4826 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
4827
4828         * Makefile.in (DO_X): Quote nested quotes.
4829
4830 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
4831
4832         * MAINTAINERS: Add myself to write after approval list.
4833
4834 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
4835
4836         * Makefile.in (DO_X): Use double quotes for quoting
4837         "RANLIB=$${RANLIB}".
4838
4839 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
4840
4841         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
4842
4843 2001-03-09  Nicola Pero <n.pero@mi.flashnet.it>
4844
4845         * configure.in: Only use `lang_requires' for languages athat are
4846         actually enabled.
4847
4848 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
4849
4850         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
4851
4852 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
4853
4854         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
4855
4856 2001-03-07  Tom Tromey  <tromey@redhat.com>
4857
4858         * configure.in: Allow config-lang.in to set `lang_requires' to list
4859         of other required languages.
4860
4861 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
4862
4863         * Makefile.in: Remove RANLIB definition. Use RANLIB
4864         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
4865         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
4866
4867 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
4868             Alexandre Oliva  <aoliva@redhat.com>
4869
4870         * Makefile.in (check-c++): Use tabs, not spaces.
4871
4872 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
4873
4874         * MAINTAINERS: add myself to Write After Approval list.
4875
4876 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
4877
4878         * Makefile.in (check-c++): New rule.
4879
4880         * configure.in (target_libs): Remove libg++.
4881         (noconfigdirs): Remove libg++.
4882         (noconfigdirs): Same.
4883         (noconfigdirs): Same.
4884         (noconfigdirs): Same.
4885
4886         * config-ml.in: Remove libg++ references.
4887
4888         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
4889         (ALL_TARGET_MODULES): Same.
4890         (configure-target-libg++): Remove.
4891         (all-target-libg++): Remove.
4892         (configure-target-libio): Remove.
4893         (all-target-libio): Remove.
4894         (check-target-libio): Remove.
4895         (.PHONY): Remove.
4896         (libg++.tar.bz2): Remove.
4897         (all-target-cygmon): Remove libio.
4898         (all-target-libstdc++): Remove.
4899         (configure-target-libstdc++): Remove.
4900         (TARGET_LIB_PATH): Remove libstdc++.
4901         (ALL_GCC_CXX): Remove libstdc++.
4902         (all-target-gperf): Correct.
4903
4904 2001-02-16  Nick Clifton  <nickc@redhat.com>
4905
4906         * configure.in (noconfigdirs): Allow configuration of texinfo
4907         for Cygwin hosts.
4908
4909 2001-02-15  Anthony Green  <green@redhat.com>
4910
4911         * configure: Introduce GCJ_FOR_TARGET.
4912         * configure.in: Ditto.
4913         * Makefile.in: Ditto.
4914
4915 2001-02-13  Andreas Schwab  <schwab@suse.de>
4916
4917         * MAINTAINERS: Update mail address.
4918
4919 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4920
4921         * config.guess: Add linux target for S/390.
4922         * config.sub: Likewise.
4923
4924 2001-02-08  Chandrakala Chavva <cchavva@redhat.com>
4925
4926         * configure.in: for *-chorusos, don't config target-newlib and
4927         target-libgloss.
4928
4929 2001-02-06  Ben Elliston  <bje@redhat.com>
4930
4931         * configure: Output host type to stdout, not stderr.
4932
4933 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
4934
4935         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
4936         * ltcf-cxx.sh: Likewise.
4937
4938         * config.if: Assume enable_libstdcxx_v3 is defined.
4939
4940 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
4941
4942         Remove V2 C++ library.
4943         * configure.in: Remove --enable-libstdcxx_v3 support.
4944
4945 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
4946
4947         * include/demangle.h: Add prototype for java_demangle_v3.
4948
4949 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
4950
4951         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
4952
4953 2001-01-27  Richard Henderson  <rth@redhat.com>
4954
4955         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
4956
4957 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
4958
4959         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
4960         Don't unset, it's non-portable and no longer necessary, set to empty
4961         instead.
4962
4963 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
4964
4965         * ltconfig: Shell portability fix for the tagname validity check.
4966
4967 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
4968
4969         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
4970         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
4971
4972 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
4973
4974         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
4975
4976 2001-01-26  Tom Tromey  <tromey@redhat.com>
4977
4978         * configure.in: Allow libgcj to be built on Sparc Solaris.
4979
4980 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
4981
4982         * ltcf-c.sh: Add aix5 case.
4983         * ltcf-cxx.sh: Likewise.
4984         * ltconfig: Likewise.
4985
4986 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
4987
4988         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
4989         keep at least one of build_libtool_libs or build_old_libs set to
4990         yes.
4991
4992         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
4993         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
4994
4995 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
4996
4997         * configure.in: Enable libgcj on several additional platforms.
4998
4999 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
5000
5001         * configure.in: Enable libgcj for linux targets.
5002
5003 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
5004
5005         * MAINTAINERS (Write After Approval): Add myself.
5006
5007 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
5008
5009         * MAINTAINERS: Add myself as vax port maintainer.
5010
5011 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
5012
5013         * MAINTAINERS: Add myself as Mercury front-end maintainer.
5014
5015 2001-01-09  Mike Stump  <mrs@wrs.com>
5016
5017         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
5018         failures of subdirectories.
5019
5020 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
5021
5022         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
5023         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
5024         * ltcf-cxx.sh: Likewise.
5025         * ltcf-gcj.sh: Likewise.
5026         * ltconfig.sh: Fix typo.
5027
5028 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
5029
5030         * configure: handle DOS-style absolute paths.
5031
5032 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
5033
5034         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
5035
5036 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
5037
5038         * MAINTAINERS: Add myself as avr port co-maintainer.
5039
5040 2000-12-28  Ben Elliston  <bje@redhat.com>
5041
5042         * MAINTAINERS: Add myself under ``Write After Approval''.
5043
5044 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
5045
5046         * texinfo: Remove directory from GCC.
5047
5048 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
5049
5050         * COPYING: Update to current
5051         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
5052         to 19yy as example year in copyright notice).
5053
5054 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
5055
5056         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
5057         (libstdcxx_incdir): Pass down.
5058         * config.if: Remove expired bits for cxx_interface, add stub.
5059         (libstdcxx_incdir): Add variable for g++ include directory.
5060         * configure.in (gxx_include_dir): Use it.
5061
5062 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
5063
5064         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
5065         with old-email address from ``Write After Approval''.
5066
5067 2000-12-15  Andreas Jaeger  <aj@suse.de>
5068
5069         * configure.in: Handle lang_dirs.
5070
5071 2000-12-14  Tom Tromey  <tromey@redhat.com>
5072
5073         * MAINTAINERS: Removed brads.
5074
5075         * MAINTAINERS: Added gcj developers.
5076
5077 2000-12-13  Anthony Green  <green@redhat.com>
5078
5079         * configure.in: Disable libgcj for any target not specifically
5080         listed.  Disable libgcj for x86 and Alpha Linux until compatible
5081         with g++ abi.
5082
5083 2000-12-13  Mike Stump  <mrs@wrs.com>
5084
5085         * Makefile.in (local-distclean): Also remove fastjar.
5086
5087 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
5088
5089         * contrib/gcc_update: Add fastjar --touch entries.
5090
5091 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
5092
5093         * configure.in: Disable language-specific target libraries for
5094         languages that aren't enabled.
5095
5096 2000-12-10  Anthony Green  <green@redhat.com>
5097
5098         * configure.in: Define libgcj.  Disable libgcj target libraries for
5099         most targets.
5100
5101 2000-12-10  Neil Booth  <neilb@earthling.net>
5102
5103         * MAINTAINERS: Update mail address, remove from WAA list.
5104
5105 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5106
5107         * libjava: Imported from /cvs/java.
5108         * libffi: Likewise.
5109         * Boehm-gc: Likewise.
5110
5111 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5112
5113         * configure.in (target_libs): Revert 2000-12-08 patch.
5114         (noconfigdirs): Added target-libjava.
5115
5116 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
5117
5118         * djunpack.bat: removed.
5119
5120 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
5121
5122         * Makefile.in: handle DOS-style absolute paths.
5123         * config-ml.in: likewise.
5124         * symlink-tree: likewise.
5125
5126 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5127
5128         * fastjar: Imported.
5129
5130 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5131
5132         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
5133         libjava.
5134         * configure.in (target_libs): Removed `target-libjava'.
5135
5136 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5137
5138         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
5139         (ALL_MODULES): Added fastjar.
5140         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
5141         (all-target-libjava): all-fastjar replaces all-zip.
5142         (all-fastjar): Added.
5143         (configure-target-fastjar, all-target-fastjar): Likewise.
5144         * configure.in (host_tools): Added fastjar.
5145
5146 2000-12-07  Mike Stump  <mrs@wrs.com>
5147
5148         * Makefile.in (local-distclean): Remove leftover built files.
5149
5150 2000-11-24  Nick Clifton  <nickc@redhat.com>
5151
5152         * configure.in (xscale-elf): Add target.
5153         (xscale-coff): Add target.
5154
5155 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
5156
5157         * ltcf-cxx.sh: Support creation of C++ shared libraries on
5158         recent versions of FreeBSD (release 3 or later).
5159         * ltconfig: On FreeBSD, -lc must not be provided when building
5160         a shared library or else the standard -pthread gcc option is
5161         rendered worthless to later users of the built library.
5162
5163 2000-11-16  Fred Fish  <fnf@be.com>
5164
5165         * configure.in (enable_libstdcxx_v3): Fix typo,
5166         libstd++ -> libstdc++.
5167
5168 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5169
5170         * MAINTAINERS: Add self to Write After Approval list.
5171
5172 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
5173
5174         * MAINTAINERS: Update my email address.  Add myself to global write
5175         privs list.
5176
5177 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
5178
5179         * Makefile.in: Merge with src and libgcj.
5180         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
5181         configure-target-<library> when their configure scripts need the C
5182         or C++ library to have already been built to work properly.
5183         (do_proto_toplev): Set them to an empty string.
5184
5185         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
5186         (REALLY_SET_LIB_PATH): Use them.
5187
5188 2000-11-17  Stan Shebs  <shebs@apple.com>
5189
5190         * MAINTAINERS: Add self to Write After Approval list.
5191
5192 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
5193
5194         * configure: Provide the original toplevel configure arguments
5195         (including $0) to subprocesses in the environment rather than
5196         through gcc/configargs.h.
5197
5198 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
5199
5200         * MAINTAINERS: Remove references to cccp. Change C9X reference to
5201         C99.  Alphabetise "Write After Approval" list.
5202
5203 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
5204
5205         * configure: Turn on libstdc++ V3 by default.
5206
5207         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
5208         if we've got GCC.
5209
5210 2000-11-11  Philip Blundell  <philb@gnu.org>
5211
5212         * MAINTAINERS: Add self to Write After Approval list.
5213
5214 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
5215
5216         * ltcf-c.sh (aix4): Improve shared library configuration; require
5217         exporting symbols.
5218         * ltcf-cxx.sh (aix4): Define.
5219         * ltconfig (aix4): Define library and soname specs appropriate for
5220         AIX.  Define command to create export symbols list.
5221
5222 Mon Nov  6 14:19:35 2000  Christopher Faylor <cgf@cygnus.com>
5223
5224         * config.sub: Add support for Sun Chorus
5225
5226 2000-10-31  Nick Clifton  <nickc@redhat.com>
5227
5228         * MAINTAINERS: Rename <name>@cygnus.com addresses to
5229         <name>@redhat.com.  Also installed new email address for Clint
5230         Popetz.
5231
5232 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
5233
5234         * etc: Remove directory from GCC.
5235
5236 2000-10-16  Michael Meissner  <meissner@redhat.com>
5237
5238         * configure (gcc/configargs.h): Only create if there is a build GCC
5239         directory created.
5240
5241 2000-10-16  Matthias Klose  <doko@debian.org>
5242
5243         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
5244         when configured for libstdc++-v3.
5245
5246 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
5247
5248         * configure: Save configure arguments to gcc/configargs.h.
5249
5250 2000-10-04  Philipp Thomas  <pthomas@suse.de>
5251
5252         * config.guess: Import CVS version 1.157.
5253         * config.sub: Import CVS version 1.181.
5254
5255 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
5256
5257         * Makefile.in (bootstrap): avoid recursion if subdir missing
5258         (cross): ditto
5259         (do-proto-toplev): ditto
5260
5261 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
5262
5263         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
5264         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
5265
5266         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
5267         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
5268         all affected `configure' scripts.
5269
5270 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
5271
5272         * MAINTAINERS: Add self as cpplib co-maintainer.
5273
5274 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
5275
5276         * MAINTAINERS: Add self to Write After Approval list.
5277
5278 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
5279
5280         * INSTALL/README: egcs -> GCC update.
5281
5282 Sun Sep 17 16:55:59 CEST 2000   Marc Espie <espie@cvs.openbsd.org>
5283
5284         * MAINTAINERS: Add myself to Write After Approval list.
5285
5286 2000-09-15  Kazu Hirata  <kazu@hxi.com>
5287
5288         * MAINTAINERS: Add myself to Write After Approval list.
5289
5290 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
5291
5292         * configure.in: Do not build byacc for hppa64.  Provide paths to the
5293         X11 libraries for hppa64.
5294
5295 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
5296
5297         * MAINTAINERS: Add myself as 68hc11 port maintainer.
5298
5299 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
5300
5301         * Makefile.in (all-zlib): Added dummy target.
5302
5303         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
5304         ltcf-gcj.sh: Updated from libtool multi-language branch.
5305
5306 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
5307
5308         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
5309         (bootstrap*): Depend on all-bootstrap.
5310
5311 2000-09-05  Philipp Thomas  <pthomas@suse.de>
5312
5313         * config.guess: Import CVS version 1.156.
5314         * config.sub: Import CVS version 1.179.
5315
5316 2000-09-02  Anthony Green  <green@cygnus.com>
5317
5318         * Makefile.in (all-gcc): Depend on all-zlib.
5319         (CLEAN_MODULES): Add clean-zlib.
5320         (ALL_MODULES): Add all-zlib.
5321         * configure.in (host_libs): Add zlib.
5322
5323 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
5324
5325         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
5326         crosses, but add gcc/include to the header search path for them.
5327
5328 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
5329
5330         * MAINTAINERS: Add self to Write After Approval list.
5331
5332 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5333
5334         * config.guess: Import CVS version 1.152.
5335         * config.sub: Import CVS version 1.177.
5336
5337 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
5338
5339         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
5340         $targargs to tell whether newlib is going to be built.
5341
5342         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
5343         $$r/TARGET_SUBDIR/libio for _G_config.h.
5344
5345 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
5346
5347         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
5348
5349 2000-08-22  DJ Delorie  <dj@redhat.com>
5350
5351         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
5352
5353 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
5354
5355         * config-ml.in (CC, CXX): Avoid trailing whitespace.
5356         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
5357         sub-configures.
5358
5359 2000-08-21  DJ Delorie  <dj@redhat.com>
5360
5361         * MAINTAINERS: Add self as a libiberty maintainer
5362
5363 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
5364
5365         * configure.in (libstdcxx_flags): Use
5366         libstdc++-v3/src/libstdc++.INC.
5367
5368 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
5369
5370         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
5371
5372 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
5373
5374         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
5375
5376         * configure: Make enable_threads and enable_shared defaults
5377         explicit.  Substitute enable_threads into generated Makefiles.
5378         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
5379         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
5380
5381 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
5382
5383         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
5384
5385 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
5386
5387         * config-ml.in (CC): Remove bogus duplicate quotation mark from
5388         previous delta.
5389
5390 2000-08-11  Jason Merrill  <jason@redhat.com>
5391
5392         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
5393         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
5394         (FLAGS_FOR_TARGET): Not here.
5395         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
5396
5397 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
5398
5399         * config-ml.in (CC, CXX): Don't introduce a leading space.
5400
5401 2000-08-07  DJ Delorie  <dj@delorie.com>
5402
5403         * MAINTAINERS: Add self as a DJGPP maintainer
5404
5405 2000-08-07  DJ Delorie  <dj@redhat.com>
5406
5407         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
5408         "if we're also building gcc, and it's a gcc that will run on the
5409         build machine, we want to use its includes instead of the system's
5410         default includes".
5411
5412 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
5413
5414         * MAINTAINERS: Add self to Write After Approval list.
5415
5416 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
5417
5418         * configure.in (libstdcxx_flags): Don't use `"'.
5419
5420         * config-ml.in: Adjust multilib search paths to the
5421         appropriate multilib tree.
5422
5423 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
5424
5425         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
5426         commas in $LANGUAGES.
5427
5428 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
5429
5430         * configure.in: Re-enable all references to libg++ and librx.
5431
5432 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
5433
5434         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
5435         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
5436         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
5437         * ltcf-cxx.sh (need_lc): Set based on postdeps.
5438
5439         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
5440
5441 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
5442
5443         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
5444         CXX_FOR_TARGET for sed.
5445
5446 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
5447
5448         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
5449         Do not override if already set in the environment or in configure.
5450         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
5451         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
5452
5453 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
5454
5455         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
5456         the libtool CVS tree multi-language branch.
5457         * ltconfig, ltmain.sh: Updated.
5458
5459 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
5460
5461         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
5462         (clean-target): Depend on it.
5463
5464         * Makefile.in (FLAGS_FOR_TARGET): New macro.
5465         (GCC_FOR_TARGET): Use it.
5466         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
5467         * configure.in: ... here.
5468         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
5469         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
5470
5471 2000-07-24  Eric Christopher  <echristo@cygnus.com>
5472
5473         * MAINTAINERS: Add self to Write After Approval list.
5474
5475 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
5476
5477         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
5478         (configure-target-libchill, configure-target-libobjc): Likewise.
5479
5480         * configure.in: Use the same cache file for all target libs.
5481         * config-ml.in: But different cache files per multilib variant.
5482
5483 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
5484
5485         * configure (topsrcdir): Don't use dirname.
5486
5487 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
5488
5489         * MAINTAINERS: Add self to Write After Approval list.
5490
5491 2000-07-20  Jason Merrill  <jason@redhat.com>
5492
5493         * configure.in: Remove all references to libg++ and librx.
5494
5495         * configure, configure.in, Makefile.in: Unify gcc and binutils.
5496
5497 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
5498
5499         * config.sub: Update to subversions version 2000-07-06.
5500
5501 2000-07-12  Andrew Haley  <aph@cygnus.com>
5502
5503         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
5504         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
5505
5506 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
5507
5508         * symlink-tree:  Check number of arguments.
5509
5510 2000-07-05  Jim Wilson  <wilson@cygnus.com>
5511
5512         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
5513         search path for a g++ extracted from the build tree.  This
5514         will allow link tests run by configure scripts in
5515         subdirectories to succeed.
5516
5517 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
5518
5519         * ltconfig: Add support for mips-dde-sysv4.2MP
5520
5521 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
5522
5523         * MAINTAINERS: Add myself as loop discovery maintainer.
5524
5525 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
5526
5527         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
5528         `os2'. Force ac_cv_exeext to be ".exe" in that case.
5529
5530 2000-06-19  Timothy Wall  <twall@cygnus.com>
5531
5532         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
5533         * config.sub: Add tic54x target.
5534
5535 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
5536
5537         * MAINTAINERS: Add self as Fortran maintainer,
5538         remove Craig Burley.
5539
5540 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
5541
5542         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
5543         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
5544
5545 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
5546
5547         * MAINTAINERS: Add self as i18n maintainer
5548
5549 20000-05-21  H.J. Lu  (hjl@gnu.org)
5550
5551         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
5552         directory are used if they exist. Make sure
5553         $(build_tooldir)/include is searched for header files,
5554         $(build_tooldir)/lib/ for library files.
5555         (GCC_FOR_TARGET): Likewise.
5556         (CXX_FOR_TARGET): Likewise.
5557
5558 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
5559
5560         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
5561
5562 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
5563
5564         * Makefile.in (configure-target-libiberty): Depend on
5565         configure-target-newlib.
5566
5567 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
5568
5569         * configure.in, Makefile.in: Merge all libffi-related
5570         configury stuff from the libgcj tree.
5571
5572 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
5573
5574         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
5575         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
5576
5577 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
5578
5579         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
5580         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
5581         current version information.  Add to proto-toplev directory.
5582         (gdb-taz): Build do-djunpack.
5583
5584 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
5585
5586         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
5587
5588 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
5589
5590         * MAINTAINERS: Add self to Write After Approval list.
5591
5592 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5593
5594         * ltmain.sh: Preserve in relink_command any environment
5595         variables that may affect the linker behavior.
5596
5597 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
5598
5599         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
5600
5601 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
5602
5603         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
5604
5605 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
5606
5607         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
5608         with the version name.
5609
5610 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
5611
5612         * MAINTAINERS: Add self as bb-reorder maintainer.
5613
5614 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
5615
5616         * config.if: Tweak.
5617
5618 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
5619
5620         * djunpack.bat: New file.
5621
5622 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
5623
5624         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
5625         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
5626         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
5627         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
5628
5629 2000-04-16  Dave Pitts  <dpitts@cozx.com>
5630
5631         * config.sub (case $basic_machine): Change default for "ibm-*"
5632         to "openedition".
5633
5634 2000-04-13  Andreas Jaeger  <aj@suse.de>
5635
5636         * MAINTAINERS: Added myself.
5637
5638 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
5639
5640         * Makefile.in (gdb-taz): New target.  GDB specific archive.
5641         (do-md5sum): New target.
5642         (MD5PROG): Define.
5643         (PACKAGE): Default to TOOL.
5644         (VER): Default to a shell script.
5645         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
5646         md5 checksum generation.
5647         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
5648         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
5649         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
5650         insight.tar.bz2): Use gdb-taz to create archive.
5651
5652 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
5653
5654         * configure (warn_cflags): Delete.
5655
5656 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
5657
5658         * MAINTAINERS: Added myself.
5659
5660 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
5661             Martin v. Loewis  <martin@loewis.home.cs.tu-berlin.de>
5662
5663         * configure.in (enable_libstdcxx_v3): Add.
5664         (target_libs): Add bits here to switch between libstdc++-v2 and
5665         libstdc++-v3.
5666         * config.if: And this file too.
5667         * Makefile.in: Add libstdc++-v3 targets.
5668
5669 2000-04-05  Michael Meissner  <meissner@redhat.com>
5670
5671         * config.sub (d30v): Add d30v as a basic machine type.
5672
5673 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
5674
5675         * configure.in: -linux-gnu*, not -linux-gnu.
5676
5677 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
5678
5679         * MAINTAINERS: Add self in write-after-approval section.
5680
5681 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
5682
5683         * MAINTAINERS: Add self as ia64 port maintainer.
5684
5685 2000-03-08  Neil Booth  <NeilB@earthling.net>
5686
5687         * MAINTAINERS: Add self in write-after-approval section.
5688
5689 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
5690
5691         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
5692         (do-tar-bz2): Replace TOOL with PACKAGE.
5693         (gdb.tar.bz2): Remove GDBTK from GDB package.
5694         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
5695         dejagnu.tar.bz2): New packages.
5696
5697 2000-02-27  Andreas Jaeger  <aj@suse.de>
5698
5699         * configure.in: Add entry for mips*-*-linux*, move catch all
5700         *-*-*linux* entry below this one.
5701
5702 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
5703
5704         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
5705
5706 2000-02-24  Nick Clifton  <nickc@cygnus.com>
5707
5708         * config.sub: Support an OS of "wince".
5709
5710 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
5711
5712         * config.guess, config.sub: Updated to match config's 2000-02-15
5713         version.
5714
5715 2000-02-23  Linas Vepstas <linas@linas.org>
5716
5717         * config.sub: Add support for Linux/IBM 370.
5718         * configure.in: Likewise.
5719
5720 2000-02-22  Nick Clifton  <nickc@cygnus.com>
5721
5722         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
5723
5724 2000-02-20  Christopher Faylor <cgf@cygnus.com>
5725
5726         * config.guess: Guess "cygwin" rather than "cygwin32".
5727
5728 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5729
5730         * configure (gcc_version): When setting, narrow search to
5731         lines containing `version_string'.
5732
5733 2000-02-15  Denis Chertykov  <denisc@overta.ru>
5734
5735         * config.sub: Add support for avr target.
5736
5737 2000-02-14  Nick Clifton  <nickc@cygnus.com>
5738
5739         * MAINTAINERS: Add maintainers for MCore port.
5740
5741 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
5742
5743         * config.sub: Add mmix-knuth-mmixware.
5744
5745 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5746
5747         * MAINTAINERS: Pair cccp with cpplib maintainership.
5748
5749 2000-01-27  Christopher Faylor <cgf@redhat.com>
5750
5751         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
5752         structure stuff to -L library search.
5753         (CXX_FOR_TARGET): Ditto.
5754         (CROSS_CHECK_MODULES): Fix spelling mistake.
5755
5756 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
5757
5758         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
5759         the C++ compiler.
5760
5761 2000-01-12  Richard Henderson  <rth@cygnus.com>
5762
5763         * configure.in: Don't build some bits for beos.
5764
5765 2000-01-12  Joel Sherrill (joel@OARcorp.com)
5766
5767         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
5768         as include files.
5769
5770 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
5771
5772         * Add self as cpplib maintainer, as requested by Jason
5773         Merrill.  Correct my e-mail address.
5774
5775 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
5776
5777         * configure.in: Use mt-aix43 to handle *_TARGET defs,
5778         not mh-aix43.
5779
5780 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
5781
5782         * MAINTAINERS: Add myself to "write after approval" list.
5783
5784 1999-12-14  Richard Henderson  <rth@cygnus.com>
5785
5786         * config.guess (alpha-osf, alpha-linux): Detect ev67.
5787         * config.sub: Accept alphaev[78], alphaev8.
5788
5789 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5790
5791         * config.guess, config.sub: Update from autoconf.
5792
5793 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
5794
5795         * MAINTAINERS:  update my playtime e-address.
5796
5797 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5798
5799         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
5800         necessary libraries are missing.
5801
5802 Fri Nov 19 11:22:31 MST 1999    Diego Novillo <dnovillo@cygnus.com>
5803
5804         * MAINTAINERS: Add new 'write after approval' maintainer.
5805
5806 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5807
5808         * MAINTAINERS: Add new Java maintainer.
5809
5810 1999-10-25  Andreas Schwab  <schwab@suse.de>
5811
5812         * configure: Fix quoting inside arguments of eval.
5813
5814 1999-10-21  Nick Clifton  <nickc@cygnus.com>
5815
5816         * config-ml.in: Allow suppression of some ARM multilibs.
5817
5818 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
5819
5820         * config.guess: Add OS/390 match pattern.
5821         * config.sub: Add mvs, openedition targets.
5822         * configure.in (i370-ibm-opened*): New.
5823
5824 1999-09-04  Steve Chamberlain  <sac@pobox.com>
5825
5826         * config.sub: Add support for configuring for pj.
5827
5828 1999-08-31  Nick Clifton  <nickc@cygnus.com>
5829
5830         * config.sub (maybe_os): Add support for configuring for fr30.
5831
5832 1999-08-25  Nick Clifton  <nickc@cygnus.com>
5833
5834         * configure.in: Do not configure or build ld for AIX
5835         platforms.  ld is known to be broken on these platforms.
5836
5837 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5838
5839         * config-ml.in: Pass compiler flag corresponding to multidirs to
5840         subdir configures.
5841
5842 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
5843
5844         * Makefile.in (LDFLAGS): Define.
5845
5846 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
5847
5848         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
5849         noconfigdirs.
5850         (*-*-cygwin*): Likewise.
5851
5852 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
5853
5854         * mkdep: New file.
5855         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
5856         (BINUTILS_SUPPORT_DIRS): Add mkdep.
5857
5858         From Eli Zaretskii <eliz@is.elta.co.il>:
5859         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
5860         long file name when using DJGPP on MS-DOS.
5861
5862 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
5863
5864         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
5865
5866 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
5867
5868         * Makefile.in (check-target-libio): Remove all-target-libstdc++
5869         dependency as this causes "make check" to globally "make all"
5870
5871 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
5872
5873         * configure.in (target_libs): Added target-zlib.
5874         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
5875         (CONFIGURE_TARGET_MODULES): Likewise.
5876         (CHECK_TARGET_MODULES): Likewise.
5877         (INSTALL_TARGET_MODULES): Likewise.
5878         (CLEAN_TARGET_MODULES): Likewise.
5879         (configure-target-zlib): New target.
5880         (all-target-zlib): Likewise.
5881         (all-target-libjava): Depend on all-target-zlib.
5882         (configure-target-libjava): Depend on configure-target-zlib.
5883
5884         * Makefile.in (configure-target-libjava): Depend on
5885         configure-target-newlib.
5886         (configure-target-boehm-gc): New target.
5887         (configure-target-qthreads): New target.
5888
5889         * configure.in (target_libs): Added target-qthreads.
5890         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
5891         (CONFIGURE_TARGET_MODULES): Likewise.
5892         (CHECK_TARGET_MODULES): Likewise.
5893         (INSTALL_TARGET_MODULES): Likewise.
5894         (CLEAN_TARGET_MODULES): Likewise.
5895         (all-target-qthreads): New target.
5896         (configure-target-libjava): Depend on configure-target-qthreads.
5897         (all-target-libjava): Depend on all-target-qthreads.
5898
5899         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
5900         (CONFIGURE_TARGET_MODULES): Likewise.
5901         (CHECK_TARGET_MODULES): Likewise.
5902         (INSTALL_TARGET_MODULES): Likewise.
5903         (CLEAN_TARGET_MODULES): Likewise.
5904         (all-target-libjava): New target.
5905         (all-target-boehm-gc): Likewise.
5906         * configure.in (target_libs): Added libjava, boehm-gc.
5907
5908 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
5909
5910         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
5911         configure.bat in SUPPORT_FILES.
5912         (gas+binutils.tar.bz2): Likewise.
5913
5914         * makeall.bat: Remove; obsolete.
5915
5916 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
5917
5918         From Mark Elbrecht:
5919         * configure.bat: Remove; obsolete.
5920
5921 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
5922
5923         * configure: Add -W -Wall to the default CFLAGS when compiling with
5924         gcc.
5925
5926 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
5927
5928         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
5929
5930 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
5931
5932         * configure.in: Build ld on IRIX6.
5933
5934 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
5935
5936         * Makefile.in: Change distribution targets to use bzip2 instead of
5937         gzip.
5938         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
5939         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
5940
5941 1999-06-04  Nick Clifton  <nickc@cygnus.com>
5942
5943         * config.sub: Add mcore target.
5944
5945 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
5946
5947         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
5948
5949 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
5950
5951         * config.guess (dummy): Changed to $dummy.
5952
5953 1999-05-24  Nick Clifton  <nickc@cygnus.com>
5954
5955         * config.sub: Tidied up case statements.
5956
5957 1999-05-22  Ben Elliston  <bje@cygnus.com>
5958
5959         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
5960         <jiro@din.or.jp>.
5961
5962         * config.guess: Merge with FSF version. Future changes will be
5963         more accurately recorded in this ChangeLog.
5964         * config.sub: Likewise.
5965
5966 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
5967
5968          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
5969
5970 1999-04-30  Tom Tromey  <tromey@cygnus.com>
5971
5972         * ltmain.sh: [mode link] Always use CC given by ltconfig.
5973
5974 1999-04-23  Tom Tromey  <tromey@cygnus.com>
5975
5976         * ltconfig, ltmain.sh: Update to libtool 1.2f.
5977
5978 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
5979
5980         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
5981         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
5982         Bad merge removed these two changes.
5983
5984 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
5985                           Martin Heller (Ing.-Buero_Heller@t-online.de)
5986
5987         * config.guess (interix Alpha): Add.
5988
5989 1999-04-11  Richard Henderson  <rth@cygnus.com>
5990
5991         * configure.in (i?86-*-beos*): Do config gperf; don't config
5992         gdb, newlib, or libgloss.
5993
5994 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
5995
5996         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
5997         link a trivial program with -mabi=64.  If it fails, remove mabi=64
5998         from multidirs.
5999
6000 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
6001
6002         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
6003
6004 1999-04-08  Nick Clifton  <nickc@cygnus.com>
6005
6006         * config.sub: Add support for mcore targets.
6007
6008 1999-04-07  Michael Meissner  <meissner@cygnus.com>
6009
6010         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
6011         not mt-ospace, in order to shut up assembler warning about using
6012         symbols that are named the same as registers.
6013
6014 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
6015
6016         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
6017         dependency list for all-target-cygmon.
6018
6019 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
6020
6021         * config-ml.in: Check $host, not $target, for selective multilibs.
6022         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
6023         thumb interworking, and underscore prefix multilibs.
6024
6025 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
6026
6027         * missing: Update to version from current automake.
6028
6029 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
6030
6031         * configure (gxx_include_dir): Removed.
6032
6033         * configure.in (gxx_include_dir): Handle it.
6034         * Makefile.in: Likewise.
6035
6036 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
6037
6038         * config.sub (mips64vr4111,mips64vr4111el) Add.
6039
6040 1999-03-21  Ben Elliston  <bje@cygnus.com>
6041
6042         * config.guess: Correct typo for detecting ELF on FreeBSD.
6043
6044 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
6045
6046         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
6047         config/mh-djgpp.
6048
6049 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
6050
6051         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
6052         all-target-newlib to dependency list for all-target-bsp.
6053
6054 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
6055
6056         * config.sub: Add i386-uwin support.
6057         * config.guess: Likewise.
6058
6059 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6060
6061         * configure.in: cleanup, add mh-*pic handling for arm, special
6062         case powerpc*-*-aix*
6063
6064 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
6065
6066         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
6067         can be built.
6068
6069 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
6070
6071         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
6072         targets.
6073
6074 1999-03-02  Nick Clifton  <nickc@cygnus.com>
6075
6076         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
6077
6078 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
6079
6080         * config.sub: Check for "cygwin*" rather than "cygwin32*"
6081
6082 1999-02-24  Nick Clifton  <nickc@cygnus.com>
6083
6084         * config.sub: Fix typo in arm recognition.
6085
6086 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
6087
6088         * configure.in (noconfigdirs): Changed target_configdirs to
6089         include target-bsp only for m68k-*-elf* and m68k-*-coff*
6090         rather than m68k-*-* since it is not known to work on
6091         m68k-aout. Ditto for arm-*-*oabi.
6092
6093 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
6094
6095         * configure.in (*-*-windows*): Remove, no longer used.
6096
6097 1999-02-19  Ben Elliston <bje@cygnus.com>
6098
6099         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
6100         Smart and improved by Andrew Cagney.
6101
6102 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
6103
6104         * config.guess: Recognize openbsd-*-hppa.
6105
6106 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
6107
6108         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
6109         only if it is not empty.
6110
6111 1999-02-17  Nick Clifton  <nickc@cygnus.com>
6112
6113         Patch from: Scott Bambrough <scottb@corelcomputer.com>
6114
6115         * config.guess: Modified to recognize uname's armv* syntax.
6116
6117         * config.sub: Modified to recognize uname's armv* syntax.
6118
6119 1999-02-17  Mark Salter  <msalter@cygnus.com>
6120
6121         * configure.in: Added target-bsp for sparclite.
6122
6123 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
6124
6125         * config.sub: Recognize alphapca5[67] and up to alphaev8.
6126
6127 1999-02-08  Nick Clifton  <nickc@cygnus.com>
6128
6129         * configure.in: Add support for strongarm port.
6130         * config.sub: Add support for strongarm target.
6131
6132 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
6133
6134         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
6135         the old name config/mh-cygwin32.
6136         Enable texinfo.
6137
6138 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
6139
6140         * configure.in: Do build ld for ix86 Solaris.
6141
6142 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
6143
6144         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
6145         $AR_FOR_TARGET.  Likewise for RANLIB.
6146
6147 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
6148
6149         * config.sub (oabi):  Recognize.
6150         * configure.in (arm-*-oabi):  Handle.
6151
6152 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
6153
6154         * config.guess: Improve detection of i686 on UnixWare 7.
6155
6156 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
6157
6158         * config.guess: Add support for i386-pc-interix.
6159         * config.sub: Likewise.
6160         * configure.in: Likewise.
6161
6162 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
6163
6164         * Makefile.in: Remove unneeded all-target-libio from
6165         from all-target-winsup target since it is now unneeded.
6166         Add all-target-libtermcap in its place since it is now
6167         needed.
6168
6169 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
6170
6171         * configure.in: makefile stub for cygwin target is probably
6172         unnecessary.  Remove it for now.
6173
6174 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
6175
6176         * configure.in: libtermcap.a should be built when cygwin is the
6177         target as well as the host.
6178         * config.guess: Allow mixed case in cygwin uname output.
6179         * Makefile.in: Add libtermcap target.
6180
6181 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
6182
6183         * config.sub: Clean up handling of hppa2.0.
6184
6185 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
6186
6187         * config.guess: Use C code to identify more HP machines.
6188
6189 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
6190
6191         * config.sub: Handle hppa2.0.
6192
6193 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
6194
6195         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
6196         cygmon for all sparclite targets, regardless of object format.
6197
6198 1998-12-15  Mark Salter  <msalter@cygnus.com>
6199
6200         * configure.in: Added target-bsp for several target architectures.
6201
6202         * Makefile.in: Added rules for bsp.
6203
6204 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
6205
6206         * config.guess: Improve detection of hppa2.0 processors.
6207
6208 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
6209
6210         * config.guess: Recognize FreeBSD using ELF automatically.
6211
6212 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
6213
6214         * configure (skip-this-dir): Add handling for new shell script, which
6215         might be created by a sub-directory's configure to indicate, this particular
6216         directory is "unwanted".
6217         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
6218
6219 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
6220
6221         * ltconfig: import from libtool, after changing libtool to
6222         account for the cygwin name change.
6223
6224 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
6225
6226         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
6227         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
6228
6229 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
6230
6231         * configure.in: Add libtermcap to list of cygwin dependencies.
6232
6233 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
6234
6235         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
6236         they include winsup/include when it's a cygwin target.
6237
6238 1998-11-12  Tom Tromey  <tromey@cygnus.com>
6239
6240         * configure.in (host_tools): Added zip.
6241         * Makefile.in (all-target-libjava): Depend on all-zip.
6242         (all-zip): New target.
6243         (ALL_MODULES): Added all-zip.
6244         (NATIVE_CHECK_MODULES): Added check-zip.
6245         (INSTALL_MODULES): Added install-zip.
6246         (CLEAN_MODULES): Added clean-zip.
6247
6248 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
6249
6250         * Makefile.in: lose "32" from comment about cygwin.
6251
6252 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
6253
6254         * configure.in: Use -Os to build target libraries for the fr30.
6255
6256 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
6257
6258         * config.sub: Add fr30.
6259
6260 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
6261
6262         * configure.in: drop "32" from config/mh-cygwin32.  Check
6263         cygwin* instead of cygwin32*.
6264         * config.sub: Check cygwin* instead of cygwin32*.
6265
6266 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
6267
6268         * config.guess: Match any version of Unixware7.
6269
6270 1998-10-20  Syd Polk  <spolk@cygnus.com>
6271
6272         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
6273         if desired.
6274
6275 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
6276
6277         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
6278         these if the appropriate directories and files to not exist.
6279
6280 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
6281
6282         * Makefile.in (DEVO_SUPPORT): Add config.if.
6283
6284 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
6285
6286         * configure: Add pattern to replace "build_tooldir"'s
6287         definition in the generated Makefile with "tooldir"'s
6288         actual value.
6289
6290 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
6291
6292         * config.sub: Bring back lost sparcv9.
6293
6294         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
6295
6296 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
6297
6298         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
6299         CC_FOR_TARGET and friends.
6300
6301 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
6302
6303         * Makefile.in (build_tooldir): New variable, same as tooldir.
6304         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
6305         -B$(build_tooldir)/bin/.
6306         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
6307
6308 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6309
6310         * README: Remove installation instructions and refer to the
6311         INSTALL directory instead.
6312
6313 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
6314
6315         * config.sub: Add support for i[34567]86-pc-udk.
6316         * configure.in: Likewise.
6317
6318 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
6319
6320         * Makefile.in: add bzip2 package building bits for user
6321         tools module
6322         * configure.in: ditto
6323
6324 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
6325
6326         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
6327         (ALL_TARGET_MODULES): Add all-target-libobjc.
6328         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
6329         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
6330         (all-target-libchill): Add dependencies.
6331         * configure.in (target_libs): Add libchill.
6332
6333 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
6334
6335         * configure.in (target_subdir): Remove duplicate line.
6336
6337 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
6338
6339         * Makefile.in (all-automake): fix dependencies.
6340
6341 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
6342
6343         * configure.in: Minor cleanups for building in the $(target_alias)
6344         subdir.
6345
6346 1998-09-22  Jim Wilson  <wilson@cygnus.com>
6347
6348         * Makefile.in (bootstrap): Set r and s before make all.  Use
6349         BASE_FLAGS_TO_PASS in make all.
6350         (cross): Likewise.
6351
6352 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
6353
6354         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
6355
6356 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
6357
6358         * config.sub: Fix typo in last change.
6359
6360 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
6361
6362         * config.sub: Add support for C4x target.
6363         * configure.in: Likewise.
6364
6365 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
6366
6367         * config.sub: Recognize sparcv9 just like sparc64.
6368
6369 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
6370
6371         * config.guess: Match "Pent II" or "PentII" for OpenServer.
6372
6373 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
6374
6375         * config.guess: Correctly identify Pentium II sco boxes.
6376
6377         * config.guess: Fix "tr" code.  From Weiwen Liu.
6378
6379 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
6380
6381         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
6382         stabs.
6383
6384 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
6385
6386         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
6387         (ALL_TARGET_MODULES): Add all-target-libchill.
6388         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
6389         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
6390         (all-target-libchill): Add dependencies.
6391         * configure.in (target_libs): Add libchill.
6392
6393 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
6394
6395         * config.guess: Avoid assumptions about "tr" behaves when
6396         LANG is set to something other than English.
6397
6398 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
6399
6400         * configure (gxx_include_dir): Changed to
6401         '${prefix}/include/g++'-${libstdcxx_interface}.
6402
6403         * config.if: New to determine the interfaces.
6404
6405 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
6406
6407         * config.guess: Detect and handle MPE/IX.
6408         * config.sub: Deal with MPE/IX.
6409
6410 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
6411
6412         * configure.in: Use mh-aix43.
6413
6414 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
6415
6416         * configure: Fix --without/--disable cases for gxx-include-dir.
6417
6418 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
6419
6420         * mdata-sh:  Imported.  Needed for automake support.
6421
6422 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
6423
6424         * Makefile.in (taz): Try "chmod -R og=u ." before
6425         "chmod og=u `find . -print`".
6426
6427 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
6428
6429         * configure.in: Add arm-elf and thumb-elf support.
6430
6431 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
6432
6433         * Makefile.in: Undo previous patch.
6434
6435 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
6436
6437         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
6438         to here ...
6439         (install-no-fixedincludes): and here
6440         (INSTALL_MODULES): ... from here.
6441
6442 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
6443
6444         * config.sub: Merge with FSF.
6445
6446         * config.guess: Merge with FSF.
6447
6448 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
6449
6450         * configure (extraconfigdirs): New variable.
6451         (SUBDIRS): Add extraconfigdirs and recurse on them too.
6452         * Makefile.in (all): Move higher in file.
6453         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
6454         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
6455         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
6456         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
6457         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
6458
6459 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
6460
6461         * Makefile.in (all-target-libjava): Depend on all-gcc and
6462         all-target-newlib.
6463         (configure-target-libjava): Depend on $(ALL_GCC).
6464
6465 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
6466
6467         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
6468         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
6469
6470 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
6471
6472         * INSTALL/README: Fix typo.
6473
6474 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
6475
6476         * ylwrap: Change absolute path checks to check for DOS style path
6477         names.
6478
6479         * ylwrap: Don't use a full path name if the source file is in the
6480         same directory.  From hjl@lucon.org (H.J. Lu).
6481
6482         * config-ml.in: Default to being verbose, to match Feb 18 change to
6483         configure.
6484
6485 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
6486
6487         Brought over from egcs:
6488
6489         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
6490
6491         * configure.in (target_subdir): Set to ${target_alias} instead
6492         of "libraries".
6493
6494         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
6495
6496         * configure.in (target_subdir): Set to libraries if enable_multilib.
6497
6498 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
6499
6500         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
6501         multilibs, force reconfiguration the first time we create
6502         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
6503
6504 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
6505
6506         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
6507         avoid confusion with --no-recursion.
6508
6509 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
6510
6511         * configure.in: Win32 hosts shouldn't use install -x
6512         * install-sh: remove -x option, and special .exe-handling
6513         hack.
6514
6515 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
6516
6517         * config.guess: Recognize i586-pc-beos.
6518         * configure.in: Don't build some bits for beos.
6519
6520 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
6521
6522         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
6523         CFLAGS default to -O2.
6524
6525         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
6526         when using GNU ld.
6527
6528 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
6529
6530         * ltmain.sh: Correct install when using a different shell.
6531
6532 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
6533
6534         * ltconfig, ltmain.sh: Update to libtool 1.2b.
6535
6536 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
6537
6538         * makefile.vms: Update to build binutils/makefile.vms.  Add install
6539         target.
6540
6541 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
6542
6543         * ltconfig: Update to correct AIX handling.
6544
6545 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
6546
6547         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
6548
6549         * configure.in (target_subdir): Set to ${target_alias} instead
6550         of "libraries".
6551
6552 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
6553
6554         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
6555         (Makefile): Depend on $(gcc_version_trigger).
6556
6557         * configure (gcc_version): Change default initializer to empty
6558         string.
6559         (gcc_version_trigger): New variable; pass this variable down
6560         to subdir configures to enable them checking gcc's version
6561         themselves. Emit make macros for both gcc_version vars.
6562         (topsrcdir): Initialize reliably.
6563         (recursion line): Remove --with-gcc-version=${gcc_version}.
6564
6565 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
6566
6567         * configure (enable_version_specific_runtime_libs): Implement new flag
6568         --enable-version-specific-runtime-libs which installs C++ runtime stuff
6569         in $(libsubdir); emit definition in each generated Makefile.
6570         (gxx_include_dir): Initialize depending on
6571         $enable_version_specific_runtime_libs.
6572
6573 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
6574
6575         * configure (gcc_version): Initialize properly depending on
6576         how and where configure is started.
6577         (recursion line): Pass a --with-gcc-version=${gcc_version}
6578         to configures in subdirs.
6579
6580 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
6581
6582         * configure.in (noconfigdirs): Add configure pattern for mips tx39
6583         cygmon
6584
6585 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
6586
6587         * configure.in: Add cygmon and libstub support for mn10200.
6588
6589 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
6590
6591         * configure (gcc_version): Add new variable describing the
6592         particular gcc version we're building.
6593         * Makefile.in (libsubdir): Add new macro for the directory
6594         in which the compiler finds executables, libraries, etc.
6595         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
6596         and libsubdir.
6597
6598 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
6599
6600         * Makefile.in (local-clean): Remove *.log.
6601         (warning.log): Built with warn_summary from build.log.
6602         (mail-report.log): Run test_summary.
6603         (mail-report-with-warnings.log): Run test_summary including
6604         warning.log in the report.
6605
6606 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
6607
6608         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
6609
6610 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
6611
6612         * Makefile.in (grep): Grep no longer depends on libiberty.
6613
6614 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
6615
6616         * Makefile.in: all-snavigator needs all-libgui.
6617
6618 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
6619
6620         * configure.in: Add cygmon and libstub support for mn10300.
6621
6622 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
6623
6624         * missing: Update to version from automake 1.3.
6625
6626         * ltmain.sh: On installation, don't get confused if the same name
6627         appears more than once in the list of library names.
6628
6629 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
6630
6631         * config.sub: Accept m68060 and m5200 as CPU names.
6632
6633 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
6634
6635         * configure: Use && rather than using -a in test, because odd
6636         strings can confuse test.
6637         * configure.in: Likewise.
6638
6639 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
6640
6641         * ltconfig, ltmain.sh: Bring in Visual C++ support.
6642
6643 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
6644
6645         * Makefile.in (boostrap2-lean, bootstrap3-lean,
6646         bootstrap4-lean): New targets.
6647
6648 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
6649
6650         * mpw-* Delete.  Not used.
6651
6652 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
6653
6654         * COPYING.LIB: Update FSF address.
6655
6656 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
6657
6658         * ltconfig, ltmain.sh: Update to libtool 1.2a.
6659
6660         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
6661         GAS_SUPPORT_DIRS.
6662
6663 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
6664
6665         * ltconfig, ltmain.sh: Avoid producing a version number if
6666         -version-info was not used.
6667
6668 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
6669
6670         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
6671         building with newlib.
6672
6673 1998-04-30  Paul Eggert  <eggert@twinsun.com>
6674
6675         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
6676         Solaris `make' causes it to continue to next definition.
6677
6678 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
6679
6680         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
6681         the right GUI libraries and files are installed along with GDB.
6682
6683 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
6684
6685         * configure.in: Change alpha to alpha* in several places.
6686
6687 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
6688
6689         * config.sub: Recognize sparc86x.
6690
6691 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
6692
6693         * configure.in (--enable-target-optspace): Remove debug echo.
6694
6695 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
6696
6697         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
6698
6699 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
6700
6701         * ltconfig: Update cygwin32 support.
6702
6703         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
6704         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
6705         (GDB_SUPPORT_DIRS): Likewise.
6706
6707 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
6708
6709         * configure.in (target_makefile_frag): If --enable-target-optspace,
6710         use -Os to compile target libraries rather than -O2.  Default to
6711         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
6712         not used.
6713         * configure.in (target_cflags): Ditto for d30v.
6714
6715 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
6716
6717         * Makefile.in (all-bfd): Depend on all-intl.
6718         (all-binutils): Likewise.
6719         (all-gas): Likewise.
6720         (all-gprof): Likewise.
6721         (all-ld): Likewise.
6722
6723 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
6724
6725         * configure.in (host_tools): Fix typo, lbtool -> libtool.
6726
6727 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
6728
6729         * Makefile.in (all-bfd): Depend upon all-libiberty.
6730
6731         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
6732
6733 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
6734
6735         * Makefile.in: Add libstub.
6736
6737         * configure.in: Ditto. Build libstub for targets that have cygmon
6738         support.
6739
6740 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
6741
6742         * configure.in: Don't set PICFLAG on ix86-cygwin32.
6743
6744 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
6745
6746         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
6747         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
6748
6749 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
6750
6751         * configure: Define DEFAULT_M4 by searching PATH.
6752         * Makfile.in: Use DEFAULT_M4.
6753
6754 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
6755
6756         * ltconfig: Add cygwin32 support.
6757
6758         * Makefile.in, configure.in: Add libtool as a native only directory
6759         to configure and build.
6760
6761 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
6762
6763         * Makefile.in (INSTALL_MODULES): Remove texinfo.
6764
6765 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
6766
6767         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
6768
6769 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
6770
6771         * Makefile.in: add ash make rules
6772         * configure.in: add ash to native_only and host_tools lists
6773
6774 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
6775
6776         * Makefile.in (all-gettext, all-intl): New targets.
6777         (ALL_MODULES): Added all-gettext, all-intl.
6778         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
6779         (INSTALL_MODULES): Added install-gettext, install-intl.
6780         (CLEAN_MODULES): Added clean-gettext, clean-intl.
6781
6782         * configure.in (host_tools): Added gettext.
6783         (native_only): Likewise.
6784         (noconfigdirs) [various cases]: Likewise.
6785         (host_libs): Added intl.
6786
6787 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
6788
6789         * configure: Do not disable building gdbtk for cygwin32 hosts.
6790
6791 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
6792
6793         * configure.in: Add thumb-coff target.
6794         * config.sub: Add thumb-coff target.
6795
6796 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
6797
6798         * Makefile.in: Revert yesterday's change.
6799         (all-target-winsup):  all-target-librx stays out of here.
6800
6801 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
6802
6803         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
6804         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
6805         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
6806         Remove references to librx and libg++.
6807
6808 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
6809
6810         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
6811         recursive makes
6812
6813 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
6814
6815         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
6816         for newlib directory.
6817         (CXX_FOR_TARGET): Likewise.
6818
6819 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
6820
6821         * ltconfig: Update after libtool/ltconfig.in change for
6822         hpux11.
6823
6824 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
6825
6826         * ltconfig, ltmain.sh: Update to libtool 1.2.
6827
6828 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
6829
6830         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
6831         (install-gcc-cross): Instead, override LANGUAGES here.
6832
6833 1998-03-18  Dave Love  <d.love@dl.ac.uk>
6834
6835         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
6836         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
6837
6838 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
6839
6840         * configure.in: Add Thumb-pe target.
6841
6842 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
6843
6844         * Makefile.in - changed sn targets to snavigator
6845         * configure.in - changed sn targets to snavigator
6846
6847 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
6848
6849         * config-ml.in: After building symlink tree call make distclean
6850         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
6851         to be the case for libiberty.
6852
6853 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
6854
6855         * configure: When making link, also check the current
6856         directory. The configure scripts may create one.
6857
6858 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
6859
6860         * config.sub: Accept alphapca56 and alphaev6 properly.
6861
6862 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6863
6864         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
6865
6866 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
6867
6868         * config.sub (sco5): Fix typo.
6869
6870 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
6871
6872         * Makefile.in (INSTALL_MODULES): Move install-tcl before
6873         install-itcl.
6874         (install-itcl): Remove dependency on install-tcl.
6875
6876 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
6877
6878         * configure.in: Remove libgloss from noconfigdirs for MN10300.
6879
6880 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
6881
6882         * configure.in: Don't build libgui for a cygwin32 target when not on
6883         a cygwin32 host.
6884
6885 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
6886
6887         * configure (redirect): Set to null, so default behavior of
6888         configure is now --verbose.
6889
6890 1998-02-16  Dave Love  <d.love@dl.ac.uk>
6891
6892         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
6893         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
6894
6895 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
6896
6897         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
6898         this change to sync Makefile.in with its ChangeLog entries.
6899
6900 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
6901
6902         * ltmain.sh (mkdir): Check that the directory doesn't exist
6903         before we exit with error, so that we don't get races during
6904         parallel builds.
6905
6906 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
6907
6908         * ltconfig, ltmain.sh: Update from libtool 1.0i.
6909
6910 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
6911
6912         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
6913         PICFLAG_FOR_TARGET.
6914         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
6915
6916         * configure: Emit a definition for the new macro enable_shared
6917         into each Makefile.
6918
6919 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
6920
6921         * configure.in (host_tools, native_only): Add libtool.
6922
6923 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
6924
6925         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
6926         Fix typo in ming config comment.
6927
6928 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
6929
6930         * ltconfig, ltmain.sh: Update from libtool 1.0h.
6931
6932 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
6933
6934         * config.sub: Add tic30 cases, and map c30 to tic30.
6935
6936 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
6937
6938         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
6939         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
6940         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
6941         (CLEAN_TARGET_MODULES): Similarly
6942         (all-target-libf2c): Add dependences.
6943         * configure.in (target_libs): Add libf2c.
6944
6945 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
6946
6947         * configure.in: Remove expect from noconfigdirs when target
6948         is cygwin32.  OK to build expect and dejagnu with Canadian
6949         Cross.
6950
6951 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
6952
6953         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
6954         host.
6955
6956         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
6957         and mingw32.
6958
6959 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
6960
6961         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
6962         here as it is not defined in the toplevel Makefile.
6963
6964 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
6965
6966         * configure (package_makefile_rules_frag): New variable, which names
6967         a file with generic rules, ...
6968         Change comment to mention we now have FIVE parts.
6969         * configure: Undo last change.
6970
6971 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
6972
6973         * config.guess: More accurate determination of HP processor types.
6974         * config.sub: More accurate determination of HP processor types.
6975
6976 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
6977
6978         * configure (package_makefile_frag): Move inserting the
6979         ${package_makefile_frag} to where it should be according
6980         to the comment.
6981
6982 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
6983
6984         * config.guess: Add support for Linux/ARM.
6985
6986 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
6987
6988         * .cvsignore: Remove *-info and *-install since they match
6989         release-info and mpw-install, which we don't want to just ignore.
6990
6991 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
6992
6993         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
6994
6995 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
6996
6997         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
6998         local_prefix to sub-make invocations.
6999
7000 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
7001
7002         * configure.in: Check makefile fragments in the source
7003         directory.
7004
7005 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
7006
7007         * configure.in: Check whether host and target makefile
7008         fragments exist before adding them to *_makefile_frag.
7009
7010 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
7011
7012         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
7013
7014 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
7015
7016         * configure.in: Make sure we only replace RPATH_ENVVAR on
7017         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
7018         regexp to sed.
7019
7020         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
7021         to sub-makes.
7022
7023 1998-01-13  Lee Iverson   (leei@ai.sri.com)
7024
7025         * config-ml.in (multi-do): LDFLAGS must include multilib
7026         designator.
7027
7028 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
7029
7030         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
7031
7032 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
7033
7034         * config.sub: Add mingw32 support.
7035         * configure.in: Likewise.
7036
7037 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
7038
7039         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
7040
7041 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
7042
7043         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
7044         * configure (gxx_include_dir): Provide a definition for subdirs
7045         which do not use autoconf.
7046
7047 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
7048
7049         * config.guess: Sync with egcs.  Picks up new alpha support,
7050         BeOS & some additional linux support.
7051
7052 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
7053
7054         * config.guess: HP 9000/803 is a PA1.1 machine.
7055
7056 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
7057
7058         * configure.in: It's alpha*-...
7059
7060 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
7061
7062         * configure.in (host_makefile_frag, target_makefile_frag):
7063         Handle multiple config files.
7064         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
7065         alpha-*-*.
7066
7067 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
7068
7069         * mkdep: New file.
7070
7071 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
7072
7073         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
7074
7075 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
7076
7077         * Makefile.in: Add libgui directory.
7078         (GDB_TK): Add all-libgui.
7079         * configure.in: Add libgui directory.
7080         * configure: Add all-libgui to GDB_TK.
7081
7082 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
7083
7084         * config-ml.in (multidirs): Add m32r to multilib list.
7085
7086 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
7087
7088         * Makefile.in (all-target-gperf): Change dependency to
7089         all-target-libstdc++.
7090
7091 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
7092
7093         * config.guess: Add BeOS support.
7094
7095 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
7096
7097         Source directory cvs renamed to cvssrc:
7098         * configure.in (host_tools): Change cvs to cvssrc.
7099         (native_only): Likewise.
7100         (noconfigdirs) [various cases]: Likewise.
7101         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
7102         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
7103         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
7104         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
7105         (all-cvssrc): Rename target from all-cvs.
7106
7107 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
7108
7109         * configure (gxx_include_dir): Fix thinko.
7110
7111 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
7112
7113         * Makefile.in (INSTALL_TARGET_CROSS): Define.
7114         (install-cross, install-gcc-cross): New targets.
7115
7116 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
7117
7118         * configure.in (noconfigdirs): Add support for Thumb target.
7119
7120         * config.sub (maybe_os): Add support for Thumb target.
7121
7122 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
7123
7124         * Makefile.in: Add rules for cygmon.
7125
7126         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
7127
7128 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
7129
7130         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
7131         * configure (gxx_include_dir): Provide a definition for subdirs
7132         which do not use autoconf.
7133
7134 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
7135
7136         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
7137         11/18/97 build
7138
7139 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
7140
7141         * From Franz Sirl.
7142         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
7143         found on RedHat Linux systems.
7144
7145 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
7146
7147         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
7148         guesses.
7149
7150 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
7151
7152         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
7153
7154 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
7155
7156         * ltmain.sh: If mkdir fails, check whether the directory was created
7157         anyhow by some other process.
7158
7159 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
7160
7161         * configure.in (d30v-*-*): Configure all directories.
7162
7163 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
7164
7165         * configure.in (d30v-*-*): Configure newlib, libiberty directories
7166         for the D30V.
7167
7168 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
7169
7170         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
7171
7172 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
7173
7174         * include/libiberty.h: Add extern "C" { so it can be used with C++
7175         progrms.
7176         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
7177         programs.
7178
7179 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
7180
7181         * configure.in (d30v-*-*): Configure GCC now.
7182
7183 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
7184
7185         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
7186         is no longer needed.
7187
7188 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
7189
7190         * Makefile.in: check-target-libio depends on all-target-libstdc++.
7191
7192 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
7193
7194         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
7195         targets using "$@" to provide support for similar but not identical
7196         targets without having to duplicate code.
7197
7198 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
7199
7200         * makefile.vms: Fix to work with DEC C.
7201
7202 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
7203
7204         * config.sub: Add mips-tx39-elf to marketing names.
7205
7206 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
7207
7208         * ltmain.sh: Handle symlinks in generated script.
7209
7210 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
7211
7212         * configure: Handle autoconf style directory options: --bindir,
7213         --datadir, --includedir, --infodir, --libdir, --libexecdir,
7214         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
7215         --sysconfdir.
7216         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
7217         (sharedstatedir, localstatedir, oldincludedir): New variables.
7218         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
7219         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
7220         sbindir, sharedstatedir, and sysconfdir.
7221
7222 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
7223
7224         * Makefile.in (bootstrap-lean): New target.
7225
7226 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
7227
7228         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
7229         sn, and gnuserv from noconfigdirs.
7230
7231 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
7232
7233         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
7234
7235 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
7236
7237         * Makefile.in (cross): New target.
7238
7239 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
7240                           Jeff Law         <law@cygnus.com>
7241
7242         * Makefile.in (bootstrap2, bootstrap3): New targets.
7243         (all-bootstrap): Remove outdated and confusing target.
7244         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
7245
7246 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
7247
7248         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
7249         windows.  Consistent with gdb/configure.
7250
7251 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
7252
7253         * configure.in: Name Linux target fragment.
7254
7255         * configure: Rewrite so that project Makefile fragment is inserted
7256         first and appears last in the resulting Makefile.
7257
7258 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
7259
7260         * Makefile.in (install-itcl): Install tcl first.
7261
7262 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
7263
7264         * configure.in: remove bison from noconfigdirs for Cygwin32 host
7265
7266 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
7267
7268         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
7269
7270         * configure.in (skipdirs): Add target-librx for Linux.
7271         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
7272
7273 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
7274
7275         * Makefile.in (bootstrap): New target.
7276
7277 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
7278
7279         * config.sub: Accept 'amigados' for backward compatibility.
7280
7281 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
7282
7283         * config.guess: Merge with FSF.
7284
7285 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
7286
7287         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
7288
7289 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
7290
7291         * config.sub: Add "marketing-names" patch.
7292
7293 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
7294
7295         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
7296
7297 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
7298
7299         * config.sub: Handle v850-elf.
7300
7301 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
7302
7303         * .cvsignore (*-install): Remove.
7304
7305 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
7306
7307         * ltconfig: Set CONFIG_SHELL in libtool.
7308         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
7309
7310 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
7311
7312         * configure.in (target_subdir): Set to libraries if enable_multilib.
7313
7314 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
7315
7316         * config.guess: Update from gcc directory.
7317
7318 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
7319
7320         * Makefile.in (all-sim): Depends on all-readline.
7321
7322 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
7323
7324         * Makefile.in (BISON, YACC): Use $$s.
7325         (all-bison): Depend on all-texinfo.
7326
7327 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
7328
7329         * Makefile.in (BISON): Add -L flag.
7330         (YACC): Likewise.
7331
7332 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
7333
7334         * configure.in (noconfigdirs): Add support for v850e target.
7335
7336         * config.sub (maybe_os): Add support for v850e target.
7337
7338 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
7339
7340         * configure.in (noconfigdirs): Add support for v850ea target.
7341
7342         * config.sub (maybe_os): Add support for v850ea target.
7343
7344 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
7345
7346         * config.sub: Add mipstx39.  Delete r3900.
7347
7348 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
7349
7350         * Makefile.in (all-autoconf): Depends on all-texinfo.
7351
7352 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
7353
7354         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
7355         eabi targets.
7356
7357 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
7358
7359         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
7360
7361         * configure: When handling a Canadian Cross, handle YACC as well as
7362         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
7363         * Makefile.in (all-bison): Depend upon all-texinfo.
7364
7365 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
7366
7367         * Makefile.in (BISON): bison, not byacc or bison -y.
7368         (YACC): bison -y or byacc or yacc.
7369         (various): Add *-bison as appropriate.
7370         (taz): No need to mess with BISON anymore.
7371
7372 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
7373
7374         * configure: If OSTYPE matches *win32*, try to find a good value for
7375         CONFIG_SHELL.
7376
7377 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
7378
7379         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
7380         configure.in if it is present.
7381
7382 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
7383
7384         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
7385
7386 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
7387
7388         * config.sub: Recognize `arc' cpu.
7389         * configure.in: Likewise.
7390         * config-ml.in: Likewise.
7391
7392 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
7393
7394         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
7395
7396 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
7397
7398         * configure: Changed sed delimiter from ':' to '|' when
7399         attempting to substitute ${config_shell} for SHELL. On
7400         NT ${config_shell} may contain a ':' in it.
7401
7402 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
7403
7404         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
7405
7406 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
7407
7408         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
7409
7410 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
7411
7412         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
7413
7414         * ylwrap: If the program is a relative path, force it to be
7415         absolute.
7416
7417 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
7418
7419         * configure (tooldir): Set BISON to `bison -y' and not just bison.
7420
7421 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
7422
7423         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
7424         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
7425         for libraries.
7426
7427 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
7428
7429         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
7430         separated by spaces.
7431
7432 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
7433
7434         * ylwrap: New file.
7435         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
7436
7437         * ltmain.sh: Handle /bin/sh at start of install program.
7438
7439         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
7440
7441         * ltconfig, ltmain.sh: New files, from libtool 1.0.
7442         * missing: New file, from automake 1.2.
7443
7444 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
7445
7446         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
7447         check-tk to CHECK_X11_MODULES.
7448
7449 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
7450
7451         * config.sub: Merge with FSF.
7452
7453 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
7454
7455         * config.guess: Merge with FSF.
7456
7457 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
7458
7459         * configure: Treat msdosdjgpp like go32.
7460         * configure.in: Likewise.  Don't remove gprof for go32.
7461
7462         * configure: Change Makefile.tem2 to Makefile.tm2.
7463
7464 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
7465
7466         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
7467
7468 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
7469
7470         * install-sh (chmodcmd): Set to null if the DST directory already
7471         exists.  Same as Nov 11th change.
7472
7473 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
7474
7475         * configure (GDB_TK): Needs itcl and tix.
7476
7477 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
7478
7479         * config.guess: Update from FSF.
7480
7481 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
7482
7483         * Makefile.in (GDB_TK): Depend on itcl and tix.
7484
7485 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
7486
7487         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
7488         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
7489         (INSTALL_SCRIPT): New variable.
7490         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
7491         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
7492         to -x.
7493         * install-sh: Add support for -x option.
7494
7495 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
7496
7497         * configure.in, Makefile.in: Treat tix like itcl.
7498
7499 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
7500
7501         * Makefile.in (WINDRES): New variable.
7502         (WINDRES_FOR_TARGET): New variable.
7503         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
7504         (EXTRA_HOST_FLAGS): Add WINDRES.
7505         (EXTRA_TARGET_FLAGS): Add WINDRES.
7506         (EXTRA_GCC_FLAGS): Add WINDRES.
7507         ($(DO_X)): Pass down WINDRES.
7508         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
7509         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
7510         DLLTOOL_FOR_TARGET.
7511
7512 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
7513
7514         * configure.in: configure sim before gdb for win32-x-ppc
7515
7516 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
7517
7518         Move gperf into the toplevel, from libg++.
7519         * configure.in (target_tools): Add target-gperf.
7520         (native_only): Add target-gperf.
7521         * Makefile.in (all-target-gperf): New target, depend on
7522         all-target-libg++.
7523         (configure-target-gperf): Empty rule.
7524         (ALL_TARGET_MODULES): Add all-target-gperf.
7525         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
7526         (CHECK_TARGET_MODULES): Add check-target-gperf.
7527         (INSTALL_TARGET_MODULES): Add install-target-gperf.
7528         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
7529
7530 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
7531
7532         * config.sub (mn10200): Recognize new basic machine.
7533
7534 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
7535
7536         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
7537         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
7538
7539 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
7540
7541         * configure.in: If we're building mips-sgi-irix6* native, turn on
7542         ENABLE_MULTILIB and set TARGET_SUBDIR.
7543
7544 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
7545
7546         * Makefile.in (all-sn): Depend on all-grep.
7547
7548 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
7549
7550         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
7551
7552         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
7553         Makefile.  From Jeff Makey <jeff@cts.com>.
7554         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
7555
7556         * Makefile.in (DISTBISONFILES): Remove.
7557         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
7558         $(DEFAULT_YACC).
7559
7560         * configure.in: Build itl, db, sn, etc., when building for native
7561         cygwin32.
7562
7563         * Makefile.in (LD): New variable.
7564         (EXTRA_HOST_FLAGS): Pass down LD.
7565         ($(DO_X)): Likewise.
7566
7567 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
7568
7569         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
7570
7571 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
7572
7573         * configure.in (targargs): Strip out any supplied --build argument
7574         before adding our own. Always add --build.
7575
7576 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
7577
7578         * configure.in (targargs): Pass --build if we're doing
7579         a cross-compile.
7580
7581 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
7582
7583         * configure: Use '|' instead of ":" as the separator in
7584         sed. Otherwise sed chokes on NT path names with drive
7585         designators. Also look for "?:*" as the leading characters in an
7586         absolute pathname.
7587
7588 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
7589
7590         * config.sub: Support for r3900.
7591
7592 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
7593
7594         * configure.in: Use install-sh, not install.sh.
7595
7596 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
7597
7598         * Makefile.in (taz): Improve check for BISON so it doesn't try to
7599         apply it twice.
7600
7601 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
7602
7603         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
7604         install-binutils.
7605
7606 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
7607
7608         * Makefile.in: Add automake targets.
7609         * configure.in (host_tools): Add automake.
7610
7611 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
7612
7613         * configure: Default CXX to c++, not gcc.
7614         * Makefile.in (CXX): Set to c++, not gcc.
7615         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
7616
7617 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
7618
7619         * install-sh: try appending a .exe if source file doesn't
7620         exist
7621
7622 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
7623
7624         * configure.in: Turn on multilib by default.
7625         (cross_only): Remove target-libiberty.
7626
7627         * Makefile.in (all-gcc): Don't depend on libiberty.
7628
7629 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
7630
7631         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
7632
7633 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
7634
7635         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
7636         (DISTBISONFILES): Add ld/Makefile.in
7637
7638 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
7639
7640         * configure.in: if target is cygwin32 but host isn't cygwin32,
7641         don't configure gdb tcl tk expect, not just gdb.
7642
7643 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
7644
7645         * configure.in: Added gnuserv everywhere sn appears.
7646
7647         * Makefile.in (ALL_MODULES): Added all-gnuserv.
7648         (CROSS_CHECK_MODULES): Added check-gnuserv.
7649         (INSTALL_MODULES): Added install-gnuserv.
7650         (CLEAN_MODULES): Added clean-gnuserv.
7651         (all-gnuserv): New target.
7652
7653 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
7654
7655         * config.guess: Fixes for MIPS OpenBSD systems.
7656
7657 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
7658
7659         * Makefile.in (INSTALL_XFORM): Remove.
7660         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
7661
7662         * mkinstalldirs: New file, copied from automake.
7663         * Makefile.in (installdirs): Rename from install-dirs.  Use
7664         mkinstalldirs.  Change all users.
7665         (DEVO_SUPPORT): Add mkinstalldirs.
7666
7667 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
7668
7669         * install-sh: Rename from install.sh.
7670         * Makefile.in (INSTALL): Change install.sh to install-sh.
7671         (DEVO_SUPPORT): Likewise.
7672
7673         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
7674         Graichen <graichen@rzpd.de>.
7675
7676 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
7677
7678         * config.guess: Recognize OpenBSD systems correctly.
7679
7680 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
7681
7682         * README, Makefile.in (ETC_SUPPORT): Remove references to
7683         cfg-paper*, configure.{texi,man,info*}._
7684
7685 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
7686
7687         * Makefile.in (all.normal): Ensure that gcc is built after all
7688         the x11 - ie gdb - targets.
7689
7690 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
7691
7692         * makefile.vms: Don't run conf-a-gas.
7693
7694 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
7695
7696         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
7697
7698 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
7699
7700         * configure.in: Remove noconfigdirs case since gdb also
7701         configures and builds for tic80-coff.
7702
7703 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
7704
7705         * configure: Set cache_file to config.cache.
7706         * Makefile.in (local-distclean): Remove config.cache.
7707
7708 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
7709
7710         * COPYING: Update FSF address.
7711
7712 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
7713
7714         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
7715         noconfigdirs.
7716
7717 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
7718
7719         * Makefile.in (install-dirs): Don't crash if prefix, and hence
7720         MAKEDIRS, is empty.
7721
7722 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
7723
7724         * config.sub: Tweak mn10300 entry.
7725
7726 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
7727
7728         * configure.in (host_tools): Put sim before gdb, so gdb's
7729         configure.tgt can determine if the simulator was configured.
7730
7731 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
7732
7733         * config.sub: Move BeOS $os case to be with other Cygnus
7734         local cases.
7735
7736 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
7737
7738         * config.sub: Remove misplaced comment that broke Linux.
7739
7740 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
7741
7742         * config.sub: Add BeOS support.
7743
7744 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
7745
7746         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
7747
7748 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
7749
7750         * configure.in (noconfigdirs): Remove tcl and tk from
7751         noconfigdirs for cygwin32 builds.
7752
7753 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
7754
7755         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
7756
7757 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
7758
7759         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
7760         make-all.com, use makefile.vms instead.
7761
7762 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
7763
7764         * config.sub: Accept -lnews*.
7765
7766 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
7767
7768         * configure.in (noconfigdirs): Disable target-newlib,
7769         target-examples and target-libiberty for d30v.
7770
7771 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
7772
7773         * configure.in (noconfigdirs): Enable ld for d30v.
7774
7775 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
7776
7777         * configure.in (tic80-*-*): Build compiler.
7778
7779 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
7780
7781         * configure.in (d30v-*): Remove sim directory from list of
7782         unsupported d30v directories
7783
7784 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
7785
7786         * config.sub, configure.in: Add d30v target cpu.
7787
7788 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
7789
7790         * makefile.vms: New file.
7791         * make-all.com: Remove.
7792
7793 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
7794
7795         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
7796
7797 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
7798
7799         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
7800
7801 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
7802
7803         * Makefile.in (ALL_MODULES): Added all-db.
7804         (CROSS_CHECK_MODULES): Addec check-db.
7805         (INSTALL_MODULES): Added install-db.
7806         (CLEAN_MODULES): Added clean-db.
7807
7808 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
7809
7810         * config.guess: Merge with latest FSF sources.
7811
7812 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
7813
7814         * Makefile.in (ALL_MODULES): Added all-itcl.
7815         (CROSS_CHECK_MODULES): Added check-itcl.
7816         (INSTALL_MODULES): Added install-itcl.
7817         (CLEAN_MODULES): Added clean-itcl.
7818
7819 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
7820
7821         * configure.in: build gdb for mn10200
7822
7823 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
7824
7825         * Makefile.in (all-target-winsup): Depend on all-target-libio.
7826
7827 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
7828
7829         * configure.in (tic80-*-*): Turn off most targets right now.
7830
7831 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
7832
7833         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
7834         rather than the makeinfo program.
7835         (do-info): Depend upon all-texinfo.
7836
7837 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
7838
7839         * configure.in: Remove uses of config/mh-linux.
7840
7841         * config.sub, config.guess: Merge with latest FSF sources.
7842
7843 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
7844
7845         * config.sub (case $basic_machine): Add tic80 entries.
7846
7847 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
7848
7849         * config.sub, config.guess: Merge with latest FSF sources.
7850
7851 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
7852
7853         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
7854         * mpw-config.in: Test for NewFolderRecursive.
7855         * mpw-install: Use symbolic name for startup filename.
7856         * mpw-README: Add various additional details.
7857
7858 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
7859
7860         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
7861
7862 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
7863
7864         * configure.in: Do build gcc and the target libraries for
7865         the mn10200.
7866
7867 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
7868
7869         * configure.in: don't avoid building gdb for mn10300 any more
7870         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
7871         instead of single-quoting it.
7872
7873 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
7874
7875         * configure.in: Don't use --with-stabs on IRIX 6.
7876
7877 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
7878
7879         * configure.in (m32r): Build gdb, libg++ now.
7880
7881 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
7882
7883         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
7884         directories from noconfigdirs.
7885
7886 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
7887
7888         * config.sub (basic_machine): added mips16 configuration
7889
7890 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
7891
7892         * config.sub: Handle d10v-unknown.
7893
7894 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
7895
7896         * config.sub: Handle v850-unknown.
7897
7898 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
7899
7900         * Makefile.in: add findutils
7901         * configure.in: add findutils to list of host_tools
7902
7903 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
7904
7905         * config.sub: Handle mn10200 and mn10300.
7906
7907 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
7908
7909         * configure.in (d10v-*): Do not build librx.
7910
7911 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
7912
7913         * configure.in (mn10300): Build everything except gdb & libgloss.
7914
7915 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
7916
7917         * config.guess:  Patch for Dansk Data Elektronik servers,
7918         from Niels Skou Olsen <nso@dde.dk>.
7919
7920         For ncr, use /bin/uname rather than uname, since GNU uname does not
7921         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
7922
7923         Patch for MIPS R4000 running System V,
7924         from Eric S. Raymond <esr@snark.thyrsus.com>.
7925
7926         Fix thinko for nextstep.
7927
7928         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
7929
7930         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
7931         * config.guess: Guess mips-dec-mach_bsd4.3.
7932
7933         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
7934         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
7935         release numbers.
7936         * config.guess (mips-mips-riscos*):  Emit just enough of the
7937         release number.
7938
7939         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
7940         * config.guess (sparc-auspex-sunos*):  Added.
7941         (f300-fujitsu-*): Added.
7942
7943         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
7944         * config.guess:  Recognize a Tadpole as a sparc.
7945
7946 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
7947
7948         * config.guess: Don't assume that NextStep version is either 2 or
7949         3.  NextStep 4 (aka OpenStep 4) has come out now.
7950
7951 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
7952
7953         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
7954         From Rik Faith <faith@cs.unc.edu>.
7955
7956 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
7957
7958         * config.sub: Contributions from bug-gnu-utils to:
7959         Support plain "hppa" (no version given) architecture, reported by
7960         OpenStep.
7961         OpenBSD like NetBSD.
7962         LynxOs is not a hardware supplier.
7963
7964         * config.guess: Contributions from bug-gnu-utils to add support for:
7965         OpenBSD like NetBSD.
7966         Stratus systems.
7967         More Pyramid systems.
7968         i[n>4]86 Intel chips.
7969         M680[n>4]0 Motorola chips.
7970         Use unknown instead of lynx for hardware manufacturer.
7971
7972 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
7973
7974         * install.sh (chmodcmd): Set to null if the DST directory already
7975         exists.
7976
7977 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
7978
7979         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
7980         not use mt-ppc target Makefile fragment any more.
7981
7982 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
7983
7984         * configure.in (*-*-windows):  Exclude everything but those dirs
7985         needed to build windows.
7986
7987 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
7988
7989         * Makefile.in (all-target-winsup): Depend on all-target-librx.
7990
7991 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
7992
7993         * configure.in:  Exclude mmalloc from i386-windows.
7994
7995 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
7996
7997         * Undo my previous change.
7998
7999 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
8000
8001         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
8002         unconditionally.
8003         (MAKEOVERRIDES): Define (revert this part of October 18 change).
8004
8005 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
8006
8007         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
8008         host to add it's own flags.
8009
8010 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
8011
8012         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
8013
8014 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
8015
8016         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
8017         (CXX_FOR_TARGET): Likewise.
8018         (GCC_FOR_TARGET): Define.
8019         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
8020         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
8021         CC_FOR_TARGET was specified on the command line.
8022         (MAKEOVERRIDES): Don't define.
8023
8024 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
8025
8026         * configure.in (m32r): Fix spelling of libg++ libs.
8027
8028 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
8029
8030         * config.sub (-apple*): Remove, now redundant.
8031
8032 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
8033
8034         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
8035
8036         * configure: Rework yesterday's sed script patch.
8037
8038         * config.sub: Merge with FSF.
8039
8040 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
8041
8042         * config.guess:  Merge from FSF.
8043
8044         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
8045         * config.guess: Use pc instead of unknown, for pc clone systems.
8046         Change linux to linux-gnu.
8047
8048         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
8049         * config.guess: Avoid non-portable tr syntax.
8050
8051 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
8052
8053         * test-build.mk (HOLES): Add "xargs" for gdb.
8054
8055         * configure: Avoid hpux10.20 sed bug.
8056
8057 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
8058
8059         * configure.in:  Add support for windows host
8060         (that is a build done under the Microsoft build environment).
8061
8062 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
8063
8064         * Makefile.in: Replace all uses of srcroot with s, to shrink
8065         command line lengths.
8066
8067         Patches from Geoffrey Noer <noer@cygnus.com>:
8068         * configure.in: If configuring for newlib, pass --with-newlib to
8069         subdirectories.
8070         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
8071         -Bnewlib/ and -Lwinsup to gcc.
8072         (CXX_FOR_TARGET): Likewise.
8073
8074 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
8075
8076         * Makefile.in (ETC_SUPPORT): Add configure.
8077
8078 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
8079
8080         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
8081         host configuration file.
8082
8083 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
8084
8085         * configure.in: Break mn10x00 support into separate
8086         mn10200 and mn10300 configurations.
8087         * config.sub: Likewise.
8088
8089 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
8090
8091         * configure.in: Add lots of stuff to noconfigdirs for
8092         the mn10x00 targets.
8093
8094         * config.sub, configure.in: Add mn10x00 support.
8095
8096 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
8097
8098         * make-all.com: Call conf-a-gas, not config-a-gas.
8099
8100 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
8101
8102         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
8103         targets.
8104
8105 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
8106
8107         * mpw-README: Add much more detail for native PowerMac.
8108         * mpw-install: New file.
8109         * mpw-configure: Add --norecursion and --help options.
8110         * mpw-config.in: Translate readme and install files when
8111         copying to objdir.
8112         * mpw-build.in: Don't always depend on byacc and flex.
8113         (install-only-top): New action.
8114
8115 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
8116
8117         * configure.in:  You can now configure GDB for the v850.
8118
8119 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
8120
8121         * configure.in (noconfigdirs): Don't configure any C++ dirs
8122         if targeting D10V.
8123
8124 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
8125
8126         * config.sub: Recognize mips64vr5000.
8127
8128 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
8129
8130         * configure.in: Use a single line for host_tools and native_only.
8131
8132 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
8133
8134         * config.sub, configure.in: Add entries for m32r.
8135
8136 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
8137
8138         * Makefile.in (inet-install): Don't run install-gzip.
8139
8140 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
8141
8142         * configure.in:  Don't config lots of things for *-*-windows*.
8143
8144 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
8145
8146         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
8147         (host_libs, host_tools): Copy from configure.in.
8148         * mpw-configure: Don't complain about directories not found.
8149
8150 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8151
8152         * configure.in (i[345]86): Recognize i686 for pentium pro.
8153         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
8154         file.
8155
8156         * config.guess (i[345]86): Ditto.
8157
8158 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
8159
8160         * configure.in (noconfigdirs): Removed gdb for D10V.
8161
8162 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
8163
8164         * configure.in: Remove ld, target-libio, target-libg++, and
8165         target-libstdc++ from noconfigdirs.
8166
8167 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
8168
8169         * configure: Fix three locations where shell scripts were
8170         being run directly rather than with config_shell.
8171
8172 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
8173
8174         * configure.in (v850-*-*): Set up initial $noconfigdirs.
8175         * config.sub (basic_machine): Recognize v850.
8176
8177 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
8178
8179         * mpw-configure: Handle multiple enable/disable options and
8180         pass them down recursively, handle -c and -s flags appropriately
8181         depending on choice of compiler, add escape mechanism for
8182         quoted arguments to gC.
8183
8184 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8185
8186         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
8187         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
8188         so that -mrelocatable-lib and -mno-eabi are used.
8189
8190         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
8191         not support --print-multi-lib, don't abort.
8192
8193 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
8194
8195         * make-all.com: Run config-a-gas.
8196         * setup.com: Don't copy subdirectory files around.
8197
8198 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
8199
8200         * configure.in (*-*-ose): Remove exclusion of libgloss for this
8201         target, it now compiles correctly.
8202
8203 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
8204
8205         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
8206
8207 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
8208
8209         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
8210
8211 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
8212
8213         * configure.in (native_only): Add prms.
8214
8215 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
8216
8217         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
8218         (BINUTILS_SUPPORT_DIRS): Likewise.
8219
8220 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8221
8222         * configure.in (d10v-*-*): Don't configure ld or gdb until the
8223         d10v support is added.
8224
8225 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
8226
8227         * configure.in (d10v-*-*): New target.
8228
8229 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
8230
8231         * config.guess (HP 9000/811): Recognize this as a PA1.1
8232         machine.
8233
8234 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
8235
8236         * Makefile.in (do-tar-gz): New target, split out from tail end of
8237         taz target.  Run each command separately, don't use pipes.
8238         (taz): Use it.
8239
8240 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
8241
8242         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
8243         * mpw-build.in: No builds should depend on building byacc or flex,
8244         they are assumed to be installed already.
8245
8246 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8247
8248         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
8249         variable that CC_FOR_TARGET needs.
8250
8251 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8252
8253         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
8254         options have changed since the last time the subdirectory was
8255         configured, and if it has, reconfigure.
8256         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
8257         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
8258
8259 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
8260
8261         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
8262         CLEAN_MODULES): Add bash.
8263         (all-bash): New target.
8264
8265 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
8266
8267         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
8268
8269 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8270
8271         * config.sub (basic_machine): Recognize d10v as a valid processor.
8272
8273 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
8274
8275         * mpw-configure: Add support for --bindir.
8276         * mpw-build.in: Use a GCC-specific build script for GCC actions.
8277
8278 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
8279
8280         * configure.in: add bash, time, gawk to list of hosttools and things
8281         to only build for native toolchains
8282
8283 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
8284
8285         * Makefile.in (docdir): Remove.
8286
8287 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
8288
8289         * Makefile.in (datadir): Set to $(prefix)/share.
8290
8291 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
8292
8293         * configure.in: build diff and patch for cygwin32-hosted
8294         toolchains.
8295
8296 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
8297
8298         * config.sub: Accept -rtems*.
8299
8300 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
8301
8302         * configure.in: enable dosrel for cygwin32-hosted builds,
8303                 remove diff from the list of things not buildable
8304                 via Canadian Cross
8305
8306 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
8307
8308         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
8309         don't get ". ".
8310
8311 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
8312
8313         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
8314
8315 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
8316
8317         * Makefile.in (taz): Handle case where tex3patch didn't even get
8318         checked out.  Also, if it was found, put the symlink in a new util
8319         subdirectory.
8320
8321 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8322
8323         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
8324
8325 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
8326
8327         * config.sub: Recognize -openvms.
8328         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
8329         * make-all.com, setup.com: New files.
8330
8331 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
8332
8333         * Makefile.in (taz): tex3patch moved to texinfo/util.
8334
8335 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
8336
8337         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
8338         * configure.in: remove make from disable-if-Can-Cross list
8339                 enable gdb if ${host} and ${target} are cygwin32
8340
8341 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
8342
8343         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
8344         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
8345
8346 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
8347
8348         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
8349         distinguish sysv/svr4/bsd variants.
8350         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
8351
8352 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
8353
8354         * configure.in: Added copyright notice.
8355         * move-if-change: Added copyright notice.
8356
8357 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8358
8359         * configure.in (powerpcle-*-solaris*): Until we get shared
8360         libraries working, don't build gdb, sim, make, tcl, tk, or
8361         expect.
8362
8363 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
8364
8365         * config.guess:  Merge with FSF:
8366
8367         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
8368         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
8369
8370         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
8371         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
8372
8373         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
8374         * config.guess:  Combine two OSF1 rules.
8375         Also recognize field test versions.  From mjr@zk3.dec.com.
8376         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
8377         because GNU uname does not support -p.  From pmr@pajato.com.
8378
8379 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
8380
8381         * Makefile.in (MAKEDIRS): Removed $(tooldir).
8382
8383 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
8384
8385         * mpw-README: Document GCCIncludes.
8386
8387 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
8388
8389         * configure.in (alpha-*-linux*): Set enable_shared to yes.
8390
8391 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
8392
8393         * mpw-configure: Handle --enable-FOO and --disable-FOO.
8394
8395 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
8396
8397         * configure.in (*-*-cygwin32): Configure make.
8398
8399 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
8400
8401         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
8402
8403 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
8404
8405         * Makefile.in (all-inet): Depend on all-perl.
8406
8407         * Makefile.in (inet-install): New target.
8408
8409         * Makefile.in (all-inet): Depend on all-tcl.
8410         (all-inet): Depend on all-send-pr.
8411
8412 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8413
8414         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
8415         temporarily.
8416
8417 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
8418
8419         * configure.in: Don't configure --with-gnu-ld on AIX.
8420
8421 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
8422
8423         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
8424
8425 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
8426
8427         * Makefile.in (ALL_MODULES): Added all-inet.
8428         (CROSS_CHECK_MODULES): Added check-inet.
8429         (INSTALL_MODULES): Added install-inet.
8430         (CLEAN_MODULES): Added clean-inet.
8431         (all-indent): New target.
8432
8433         * configure.in (host_tools): Added inet.
8434         (native_only): Added inet.
8435         (noconfigdirs): Added inet.
8436
8437 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
8438
8439         * configure.in: Don't configure libgloss if we are not configuring
8440         newlib.
8441
8442 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
8443
8444         * configure.in: Don't configure libgloss for unsupported
8445         architectures.
8446
8447 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8448
8449         * Makefile.in (CLEAN_MODULES): Add clean-apache.
8450
8451 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
8452
8453         * Makefile.in (ALL_MODULES): Include all-apache.
8454         (CROSS_CHECK_MODULES): Include check-apache.
8455         (INSTALL_MODULES): Include install-apache.
8456         (all-apache): New target.
8457
8458         * configure.in: Added apache everywhere perl is seen.
8459
8460 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8461
8462         * Makefile.in: Add support for clean-{module} and
8463         clean-target-{module} rules.
8464
8465 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
8466
8467         * configure.in (*-*-ose) do not build libgloss.
8468
8469 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8470
8471         * config.guess (prep*:SunOS:5.*:*): Turn into
8472         powerpele-unknown-solaris2.
8473
8474 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
8475
8476         * configure.in: Permit --enable-shared to specify a list of
8477         directories.
8478
8479 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
8480
8481         * configure.in (host==solaris): Pass only the first word of $CC
8482         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
8483
8484 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
8485
8486         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
8487
8488 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
8489
8490         * Makefile.in (ALL_MODULES): Include all-perl.
8491         (CROSS_CHECK_MODULES): Include check-perl.
8492         (INSTALL_MODULES): Include install-perl.
8493         (ALL_X11_MODULES): Include all-guile.
8494         (CHECK_X11_MODULES): Include check-guile.
8495         (INSTALL_X11_MODULES): Include install-guile.
8496         (all-perl): New target.
8497         (all-guile): New target.
8498
8499         * configure.in (host_tools): Include perl and guile.
8500         (native_only): Include perl and guile.
8501         (noconfigdirs): Don't build guile and perl; no ports have been
8502         done.
8503
8504 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
8505
8506         * configure (--enable-*): Handle quoted option lists such as
8507         --enable-sim-cflags='-g0 -O' better.
8508
8509 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8510
8511         * Makefile.in ({,inst}all-target): New rule so we can make and
8512         install all of the target directories easily.
8513
8514 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8515
8516         * configure.in: Add missing global flag in sed substitution when
8517         deleting `target-' from ${configdirs}.
8518
8519 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
8520
8521         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
8522         option.
8523
8524         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
8525         config/mh-necv4.
8526
8527         * install.sh: Correct misspelling of transformbasename.
8528
8529         * config.guess: Recognize mips-*-sysv*.
8530
8531 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
8532
8533         * config.sub: Recognize mon960.
8534
8535 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
8536
8537         * configure: Restore Canadian Cross handling of BISON and LEX,
8538         removed in Feb 20 change.
8539
8540 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
8541
8542         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
8543         Mention make install.  Remove the old copyright date as well the
8544         clumsy and rather pointless copyright on the README file.
8545
8546 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
8547
8548         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
8549         Makefile after running symlink-tree, then run `make distclean' to
8550         avoid clobbering any generated files in srcdir.
8551
8552 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
8553
8554         * configure.in (m68k-*-netbsd*): Build everything now.
8555
8556 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
8557
8558         * Makefile.in (taz): Fix quoting.
8559
8560 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
8561
8562         * configure.in (sparclet-*-*): Build everything now.
8563
8564 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8565
8566         * configure.in (m68k-*-linux*): New host.
8567
8568 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
8569
8570         * configure: Check for bison before byacc.
8571
8572 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
8573
8574         * Makefile.in configure:  Change the way LEX and BISON/YACC are
8575         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
8576         searching PATH.  These are used as fallbacks by Makefile.in if
8577         flex/bison/byacc aren't in objdir.
8578
8579 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
8580
8581         * Makefile.in: Make everything which depends upon all-bfd also
8582         depend upon all-opcodes, in case --with-commonbfdlib is used.
8583
8584 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8585
8586         * configure.in (host *-*-cygwin32): Don't build gdb if we are
8587         building NT native compilers on Unix.
8588
8589 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
8590
8591         * configure.in: Don't get CC from the host Makefile fragment if we
8592         can find gcc in PATH, or if this is a Canadian Cross.  Move the
8593         Solaris test for /usr/ucb/cc to the post target script, just after
8594         the compiler sanity test.
8595
8596 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
8597
8598         * config.sub: Merge with FSF.
8599
8600 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
8601
8602         * Makefile.in (RPATH_ENVVAR): New variable.
8603         (REALLY_SET_LIB_PATH): Use it.
8604         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
8605
8606 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
8607
8608         * config.sub, configure.in: Recognize sparclet cpu.
8609
8610 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
8611
8612         * config.guess:  Support m68k-cbm-sysv4.
8613
8614 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8615
8616         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
8617         m68k-unknown-linuxaout from linker help string.  Put quotes around
8618         $ld_help_string.
8619
8620 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
8621
8622         * config.guess (powerpc-harris-powerunix): Add guess for port
8623         to new target.
8624
8625 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
8626
8627         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
8628
8629 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
8630
8631         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
8632         $(REALLY_SET_LIB_PATH) in Makefile.
8633         * Makefile.in (SET_LIB_PATH): New variable.
8634         (REALLY_SET_LIB_PATH): New variable.
8635         ($(DO_X)): Use $(SET_LIB_PATH).
8636         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
8637         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
8638         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
8639         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
8640         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
8641         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
8642         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
8643         (install-dosrel): Likewise.
8644         (all-opcodes): Depend upon all-libiberty.
8645
8646 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
8647
8648         * config.guess (*:CYGWIN*): New
8649
8650 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8651
8652         * Makefile.in (all-target-winsup): All all-target-libiberty.
8653
8654 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8655
8656         * configure.in (noconfigdirs): Add missing # in front of comment.
8657
8658 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
8659
8660         * configure.in: add second pass to things added to noconfigdirs
8661         so *-gm-magic can exclude libgloss properly.
8662
8663 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
8664
8665         * mpw-configure (extralibs_name, rez_name): Set correctly
8666         for MWC68K compiler.
8667
8668         * mpw-README: Add more info on the necessary build tools.
8669
8670 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
8671
8672         * configure.in, config.sub: Recognize cygwin32.
8673
8674 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
8675
8676         * config.guess, config.sub: Recognize A/UX.
8677
8678 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
8679
8680         * config.sub: Merge with gcc/config.sub.
8681
8682 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
8683
8684         * mpw-build.in (do-binutils): Add build of stamps.
8685
8686 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
8687
8688         * config.sub: Add recognition for mips64vr4100*-* targets.
8689
8690 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
8691
8692         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
8693         Add creation of gconfigargs with `--enable-shared' turned on.
8694         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
8695         ($(host)-stamp-stage3-configured): Likewise.
8696         (HOLES): Add chatr and ldd.
8697         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
8698
8699 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
8700
8701         * configure: Pass --nfp to recursive configures.
8702
8703 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
8704
8705         * Makefile.in (DLLTOOL): New.
8706         (DLLTOOL_FOR_TARGET): New.
8707         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
8708         (EXTRA_TARGET_FLAGS): Ditto.
8709         (EXTRA_GCC_FLAGS): Ditto.
8710         (CONFIGURE_TARGET_MODULES): Ditto.
8711         (DO_X): Ditto.
8712         * configure: Add DLLTOOL.
8713
8714 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
8715
8716         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
8717         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
8718         mh-sco, since old workarounds no longer needed, and don't
8719         build ld, since libraries have weak symbols in COFF.
8720
8721 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
8722
8723         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
8724
8725 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
8726
8727         * configure.in: Make sure that ${CC} can be used to compile an
8728         executable.
8729
8730 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
8731
8732         * Makefile.in (all-gdb): Depend on $(GDB_TK).
8733         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
8734         nothing depending on whether gdbtk is being built.
8735
8736 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
8737
8738         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
8739
8740 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
8741
8742         * configure.in (noconfigdirs): Put ld or gas in this early, if the
8743         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
8744
8745 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
8746
8747         * config-ml.in: Add support for
8748         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
8749         Simplify setting of multidirs from --disable-foo.
8750
8751 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
8752
8753         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
8754         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
8755         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
8756         non-empty, pass them on to the  GCC make.
8757         (all-bootstrap): New rule that is like all-gcc, except it executes
8758         the GCC bootstrap rule instead of the GCC all rule.
8759
8760 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
8761
8762         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
8763
8764 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
8765
8766         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
8767         DG/UX support.
8768
8769 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
8770
8771         * config.sub (i*86*) Change [345] to [3456]
8772
8773 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
8774
8775         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
8776         --with-gnu-ld=no.
8777
8778 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
8779
8780         * config-ml.in (rs6000*, powerpc*): Add switches to control which
8781         AIX multilibs get built.
8782
8783 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
8784
8785         * configure.in (i386-win32): Don't build expect if we're not
8786         building the tcl subdir.
8787
8788 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
8789
8790         * Makefile.in: (configure-target-examples, all-target-examples):
8791         New targets, configure and build example programs.
8792
8793 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
8794
8795         * mpw-configure: If an mpw-config.in generated a file mk.sed,
8796         use it as input to sedit the generated MPW makefile.
8797         * mpw-README: Add a suggestion about Gestalt.h.
8798
8799 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
8800
8801         * config.sub: Accept *-*-ieee*.
8802
8803 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
8804
8805         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
8806         Ronald F. Guilmette <rfg@monkeys.com>.
8807
8808 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
8809
8810         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
8811         for powerpc-pe native.
8812         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
8813         (target==powerpc-pe): duplicate i386-win32 entry.
8814
8815 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
8816
8817         * configure.in (noconfigdirs): Exclude target-newlib for all versions
8818         of vxworks, not just vxworks5.1.
8819
8820 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
8821
8822         * mpw-configure: Add support for exec-prefix.
8823
8824 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
8825
8826         * config.guess: Recognize HP model 816 machines as having
8827         a PA1.1 processor.
8828
8829 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
8830
8831         * configure: Ignore new autoconf configure options.
8832
8833 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
8834
8835         * config.guess:  Recognize Pentium under SCO.
8836         From Robert Lipe <robertl@arnet.com>.
8837
8838 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
8839
8840         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
8841
8842 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
8843
8844         * configure.in: Don't configure gas for alpha-dec-osf*.
8845
8846 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
8847
8848         * configure.in: Default to --with-stabs for some targets for which
8849         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
8850         i[345]86*-*-unixware*.
8851
8852 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
8853
8854         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
8855         rather than basing it on the target.  Simplify handling of options
8856         controlling which directories to configure.  Remove extraneous
8857         slash in multi-clean target.
8858
8859 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
8860
8861         * config-ml.in: Prefix more variables with ml_ so they don't collide
8862         with configure's.
8863
8864 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
8865
8866         * configure: Don't turn -v into --v.
8867
8868 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
8869
8870         * configure.in (targargs): Fix typo.
8871
8872         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
8873
8874 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
8875
8876         * configure.in: Strip --host and --target options from
8877         CONFIG_ARGUMENTS, and always configure for --host only.  Add
8878         --with-cross-host option when building with a cross-compiler.
8879         * configure: Canonicalize the arguments put into config.status by
8880         always using `=' for an option with an argument.  Pass a presumed
8881         --host or --target explicitly.
8882
8883 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
8884
8885         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
8886         into general OS recognition case.
8887
8888 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
8889
8890         * configure.in (target_configdirs): add target-winsup only
8891         for win32 target systems.
8892
8893 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
8894
8895         * Makefile.in (all-target-libgloss): Depend upon
8896         configure-target-newlib, since when libgloss is built it looks to
8897         see if the newlib directory exists.
8898
8899 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
8900
8901         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
8902         cfg-ml-*.in.
8903
8904 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
8905
8906         * configure: Handle LD and LD_FOR_TARGET when configuring a
8907         Canadian Cross.
8908
8909 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
8910
8911         * configure.in (target_libs): add target-winsup.
8912         (target==i386-win32): add patch diff flex make to $noconfigdirs.
8913         (target==ppcle-pe): remove ld from $noconfigdirs.
8914
8915 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
8916
8917         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
8918         Preserve relative path names in $srcdir.  Build symlink tree if
8919         configuring cross target dir and srcdir=. (= no VPATH support).
8920         (configure-target-libg++): Depend on configure-target-librx.
8921         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
8922         * config-ml.in: New file.
8923         * symlink-tree: New file.
8924         * configure: Ensure srcdir="." if that's what it is.
8925
8926 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
8927
8928         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
8929         includes and FLEX_SKELETON setting.
8930         * mpw-configure (--with-gnu-ld): New option, controls whether
8931         to use PPCLink or ld with PowerMac GCC.
8932         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
8933         * mpw-config.in: Configure grez if targeting Mac.
8934
8935         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
8936         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
8937         just macos.
8938         * configure.in: Configure grez resource compiler if targeting Mac.
8939         * Makefile.in (all-grez, install-grez): New targets.
8940
8941 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
8942
8943         * configure: CXX defaults to gcc, not g++.  If we find
8944         gcc in the path, set CC to gcc -O2.
8945
8946 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
8947
8948         * configure: Default ${build} correctly.  Avoid picking up extra
8949         spaces when reading CC and CXX from Makefile.  When doing a
8950         Canadian Cross, use plausible default values for numerous
8951         variables.
8952         * configure.in: When doing a Canadian Cross, don't try to
8953         configure tools whose configure script can't handle it.
8954
8955 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
8956
8957         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
8958
8959 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
8960
8961         * configure:  Remove dubious bug reporting address.
8962
8963 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
8964
8965         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
8966         configure script, run that instead of this directory's configure.
8967         In either case, print a message that we're configuring the sub-dir.
8968
8969 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
8970
8971         * configure.in: Before checking for the existence of various files,
8972         use sed to filter out "target-".
8973
8974 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
8975
8976         * Makefile.in (DO_X): Split rule to decrease command line length
8977         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
8978         (Philippe De Muyter).
8979
8980 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
8981
8982         * Makefile.in (all-patch): depend on all-libiberty.
8983
8984 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
8985
8986         * configure.in: If the only directory in target_configdirs which
8987         actually exists is libiberty, then set target_configdirs to empty,
8988         to avoid trying to build a target libiberty in a gas or gdb
8989         distribution.
8990
8991 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
8992
8993         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
8994         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
8995         systems.
8996
8997 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
8998
8999         * configure.in (copy_dirs): Use sys-include instead of include
9000         for --with-headers option.
9001
9002 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
9003
9004         * Makefile.in, configure.in: Make winsup builds work with
9005         new scheme.
9006
9007 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
9008
9009         * configure.in: Build the linker on AIX.
9010
9011 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9012
9013         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
9014         where needed.
9015
9016 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
9017
9018         * Makefile.in (all-gcc): Fix typo.
9019
9020 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9021
9022         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
9023
9024 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9025
9026         * configure.in:  Rename libFOO to target-libFOO, and xiberty
9027         to target-xiberty, to provide more flexibility.
9028         (target_subdir):  Define.  Create if cross.
9029         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
9030         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
9031         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
9032         check-libFOO -> check-target-libFOO, etc.
9033         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
9034         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
9035         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
9036         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
9037         allow ALL_GCC="" to only configure.
9038         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
9039         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
9040         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
9041
9042 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
9043
9044         * Makefile.in (taz): Build "info" in etc explicitly.
9045
9046 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
9047
9048         * configure.in:  Make sure that CC is undefined (as opposed to
9049         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
9050         problem with autoconf trying to configure on a host without GCC.
9051
9052 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
9053
9054         * mpw-configure: Set host alias from choice of host compiler,
9055         only use generic MPW Makefile sed if present, edit a file
9056         named "hacked_Makefile.in" instead of "Makefile.in" if present.
9057         * mpw-README: Add problem notes about CW6 and CW7.
9058
9059 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
9060
9061         * Makefile.in (taz): Use ";" instead of ";;".
9062
9063 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9064
9065         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
9066         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
9067         DISTDOCDIRS.
9068         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
9069         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
9070
9071 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9072
9073         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
9074         and gnats, because they are now subsumed by DISTSTUFFDIRS.
9075         Move bfd to DISTSTUFFDIRS.
9076
9077 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9078
9079         * Makefile.in (X11_LIB): Removed.
9080         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
9081
9082         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
9083
9084 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9085
9086         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
9087         names.
9088
9089 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9090
9091         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
9092
9093 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
9094
9095         * configure.in (i[345]86-*-win32): Always build newlib.
9096         Don't configure cvs, autoconf or texinfo.
9097         * Makefile.in (LD_FOR_TARGET): New.
9098         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
9099         Pass down LD_FOR_TARGET.
9100
9101 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
9102
9103         * winsup: New directory.
9104         * Makefile.in: Build winsup.
9105         * configure.in: Winsup is configured when target is win32.
9106         Can only build win32 target GDB when native.
9107
9108 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
9109
9110         * config.guess: Recognize HP model 819 machines as having
9111         a PA 1.1 processor.
9112
9113 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
9114
9115         * configure: Fix sed loop which substitutes for CC and CXX to
9116         avoid bug found in various sed implementations.
9117
9118 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9119
9120         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
9121         simulator.  Use standard powerpc-*-eabi*.
9122
9123 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
9124
9125         * configure.in: Stop putting gas and binutils in noconfigdirs for
9126         powerpc-*-aix* and rs6000-*-*.
9127
9128 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
9129
9130         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
9131         -mcall-aixdesc libraries.
9132
9133 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
9134
9135         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9136
9137         * config.sub (arm | armel | armeb): Fix shell syntax.
9138
9139 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9140
9141         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
9142         -msoft-float and -mcpu=common support.
9143         (powerpc*-*-eabisim*): Add support for building -mcall-aix
9144         libraries.
9145
9146 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
9147
9148         * configure.in: Allow configuration and build of emacs19 for the alpha.
9149
9150 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9151
9152         * configure.in (CC): Get ^CC, not just any old CC, from
9153         ${host_makefile_frag}.
9154
9155 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9156
9157         * configure.in (CC): Try to get CC from
9158         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
9159
9160 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9161
9162         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
9163         only if it exists in $(srcdir).
9164
9165 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
9166
9167         * configure: If CC and CXX are not set in the environment, set
9168         them, based on either an existing Makefile or on searching for gcc
9169         in PATH.  Substitute for CC and CXX in Makefile.
9170         * configure.in: Remove libm from target_libs.  Separate
9171         target_configdirs from configdirs.  If CC is not set in
9172         environment, try to get it from a host Makefile fragment.  Rewrite
9173         changes of configdirs to use skipdirs instead.  A few minor
9174         tweaks.  Take directories out of target_configdirs as they are
9175         taken out of configdirs.  Remove existing Makefile files from
9176         subdirectories.  Substitute for TARGET_CONFIGDIRS and
9177         CONFIG_ARGUMENTS in Makefile.
9178         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
9179         by configure.in.
9180         (CONFIG_ARGUMENTS): Likewise.
9181         (CONFIGURE_TARGET_MODULES): New variable.
9182         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
9183         ($(CONFIGURE_TARGET_MODULES)): New target.
9184         (configure-libg++, configure-libio): New targets.
9185         (all-libg++): Depend upon configure-libg++.
9186         (all-libio): Depend upon configure-libio.
9187         (configure-libgloss, all-libgloss): New targets.
9188         (configure-libstdc++): New target.
9189         (all-libstdc++): Depend upon configure-libstdc++.
9190         (configure-librx, all-librx): New targets.
9191         (configure-newlib): New target.
9192         (all-newlib): Depend upon configure-newlib
9193         (configure-xiberty): New target.
9194         (all-xiberty): Depend upon configure-xiberty.
9195
9196 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
9197
9198         * configure.in (host i[345]86-*-win32):  Expand the
9199         noconfigdirs again.
9200
9201 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
9202
9203         * mpw-configure: Fix sed command file name.
9204
9205 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
9206
9207         * configure.in (host i[345]86-*-win32): Reduce the
9208         noconfigdirs again.
9209
9210 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
9211
9212         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
9213         or powerpc*-*-pe*, since they are not yet supported.
9214
9215 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
9216
9217         Add PowerMac support and many other enhancements.
9218         * mpw-configure: New option --cc to select compiler to use,
9219         paste options set according to --cc into the generated
9220         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
9221         if mpw-make.sed is present.
9222         * mpw-config.in: Don't test for gC1, test for mpw-touch,
9223         add forward includes for PowerPC include files.
9224         * mpw-build.in: Build using Makefile.PPC if present.
9225         (do-byacc, etc): Remove separate version resource builds.
9226         (do-gas): Build "stamps" before "all".
9227         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
9228         * mpw-README: Update to reflect --cc option, PowerMac support,
9229         and recently-reported compatibility problems.
9230
9231 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
9232
9233         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
9234         embedded m68k systems (-aout, -coff, -elf, -vxworks).
9235         (--with-multilib-top): Pass to recursive invocations.
9236
9237 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
9238
9239         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
9240         v810-*-*.
9241
9242 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
9243
9244         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
9245         gdb, ld and opcodes on v810-*-*.
9246
9247 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
9248
9249         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
9250         (local-maintainer-clean): New target.
9251         (maintainer-clean): New target.
9252         (realclean): Just depend upon maintainer-clean.
9253
9254 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
9255
9256         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
9257
9258 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
9259
9260         * configure.in: Build ld in mips*-*-bsd* case.
9261
9262 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
9263
9264         * config.sub: Accept -lites* OS.  From Ian Dall.
9265
9266 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
9267
9268         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
9269         targets.
9270
9271 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9272
9273         * configure.in: treat i386-win32 canadian cross the same as
9274         i386-go32 canadian cross.
9275
9276 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9277
9278         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
9279         running under the simulator to build a reduced set of libraries.
9280         (powerpc-*-eabiaix): Add fine grained multilib support added to
9281         other powerpc targets yesterday.
9282
9283 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9284
9285         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
9286         -disable-softfloat, -disable-relocatable, -disable-aix, and
9287         -disable-sysv to control which multilib libraries get built.
9288
9289 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
9290
9291         * configure: Add Makefile.tem to list of files to remove in trap
9292         handler.
9293
9294 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9295
9296         * config.guess (*Linux*):  Add missing "exit"s.
9297         Also, need specific check for alpha-unknown-linux (uses COFF).
9298
9299 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9300
9301         * config.guess:  Merge with FSF:
9302
9303         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
9304         * config.guess (AIX4): More robust release numbering discovery.
9305
9306         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
9307         * config.guess (i386-sequent-ptx): Properly get version number.
9308
9309         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
9310         * config.guess (mips:*:4*:UMIPS): New case.
9311
9312 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
9313
9314         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
9315         (i386-win32 host): Likewise.  Don't build readline.
9316
9317 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
9318
9319         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
9320         SUPPORT_FILES to submakes.
9321
9322 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
9323
9324         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
9325         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
9326         mpw-configure.
9327
9328 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
9329
9330         * configure.in (appdirs): Use =, not ==, in test expression when
9331         trying to build the text to print in the warning message for
9332         Solaris users.
9333
9334 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
9335
9336         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
9337
9338 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
9339
9340         * config.guess: Recognize lynx-2.3.
9341
9342 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
9343
9344         * config.sub (z8ksim): Deleted
9345         (z8k-*-coff): New, this is the one true name of the target.
9346
9347 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
9348
9349         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
9350
9351 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
9352
9353         * config.guess (*:Linux:*:*): First try asking the linker what the
9354         default object file format is (elf, aout, or coff).  Then if this
9355         fails, try previous methods.
9356
9357 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
9358
9359         * configure.in: Don't build newlib for *-*-vxworks5.1.
9360
9361 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
9362
9363         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
9364         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
9365
9366 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
9367
9368         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
9369
9370 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
9371
9372         * cfg-ml-com.in: New file.
9373         * cfg-ml-pos.in: New file.
9374
9375 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
9376
9377         * COPYING.NEWLIB: Add HP free copyright to list.
9378
9379 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9380
9381         * config.sub: Recognize -eabi* for the system, not just -eabi.
9382
9383 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
9384
9385         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
9386         * config.sub, configure.in (win32): New target and host.
9387
9388 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
9389
9390         * configure.in: Add i386-pe configuration.
9391
9392 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
9393
9394         * mpw-build.in (install): Install GDB after LD.
9395
9396 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
9397
9398         * mpw-config.in (elf/mips.h): Always forward-include, needed
9399         for GDB to build.
9400
9401 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
9402
9403         * testsuite: New directory for customer acceptance and whole tool
9404         chain tests.
9405
9406 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
9407
9408         * configure: If per-host line isn't found, but AC_OUTPUT is found
9409         and a configure script exists, run it instead.
9410
9411 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9412
9413         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
9414
9415 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
9416
9417         * configure: Set build_{cpu,vendor,os,alias} to host values when
9418         --build isn't specified.
9419
9420 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
9421
9422         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
9423         (FLAGS_TO_PASS): Pass them.
9424         (EXTRA_TARGET_FLAGS): Ditto.
9425
9426 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
9427
9428         * Makefile.in (all-libg++): Depend on all-libstdc++.
9429
9430 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
9431
9432         * configure.in (noconfigdirs): Enable all packages for
9433           i386-unknown-netbsd.
9434
9435 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
9436
9437         * configure.in (noconfigdirs): Don't configure tk for i386-go32
9438         hosted builds (DOS builds)
9439
9440 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
9441
9442         Changes for ARM based on patches from Richard Earnshaw:
9443         * config.sub: Handle armeb and armel.
9444         * configure.in: Omit arm linker only for riscix.
9445
9446 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9447
9448         * config.guess:  Update from FSF.
9449
9450 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
9451
9452         * config.sub: Recognize powerpcle as the little endian variant of
9453         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
9454         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
9455         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
9456         temporarily.
9457
9458 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
9459
9460         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
9461
9462 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
9463
9464         * config.sub: Accept -lites* as a basic system type.
9465
9466 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
9467
9468         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
9469         installed, and if so return linuxoldld as the system name.
9470
9471 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
9472
9473         * config.guess: Add hppa1.1-hp-lites support.
9474
9475 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
9476
9477         * configure.in: Don't build newlib for m68k-vxworks5.1.
9478
9479 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
9480
9481         * configure.in (mips-sgi-irix6): Use mh-irix5.
9482
9483 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
9484
9485         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
9486
9487 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
9488
9489         * test-build.mk: Enable building of shared libraries on IRIX 5 and
9490         OSF/1.  Fix compiler flags.
9491         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
9492
9493 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
9494
9495         * configure.in: Recognize --with-newlib.
9496         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
9497
9498 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
9499
9500         * Makefile.in: move {all,check,install}-gdb from *_MODULES
9501         to *_X11_MODULES due to gdbtk needing X include files et al.
9502
9503 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
9504
9505         Merge in support for Mac MPW as a host.
9506         (Old change descriptions retained for informational value.)
9507
9508         * mpw-config.in: Add generic include forwards for cpu-specific
9509         include files in aout and elf directories.
9510
9511         * mpw-configure: Added copyright.
9512         * mpw-config.in: Check for presence of required build tools.
9513         (target_libs): Add newlib.
9514         (target_tools): Add examples.
9515         (Read Me): Generate as "Read Me for MPW" instead.
9516         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
9517         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
9518         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
9519
9520         * mpw-configure: Remove subdir-specific makefile hackery,
9521         delete mk.tmp after using it.
9522
9523         * mpw-build.in (all): Display start and end times.
9524
9525         * mpw-configure (host_canonical): Set.
9526         (target_cpu): Always add to makefiles.
9527         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
9528         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
9529         (mpw-mh-mpw): Look for in srcdir and srcroot.
9530         Use sed instead of mpw-edit-prefix to edit prefix definitions.
9531
9532         * mpw-build.in: (install-only): New target.
9533
9534         * mpw-configure (host_alias, target_alias): Rename from hostalias
9535         and targetalias, add into generated Makefile.
9536         (mk.tmp): If present, add into generated Makefile.
9537         * mpw-build.in (all-gas): Build config.h first before gas proper.
9538
9539         * mpw-configure (config.status): Write only if changed.
9540         * mpw-config.in (readline): Configure it (not built, just used for
9541         definitions).
9542
9543         * mpw-config.in (elf/mips.h): Add a forward include.
9544
9545         * mpw-config.in: Forward-include most .h files in include into
9546         extra-include.
9547         (readline): Don't build.
9548         mpw-build.in (install): Install GDB.
9549
9550         * mpw-configure (prefix, mpw_prefix): Handle it.
9551         * mpw-config.in (mmalloc, readline): Don't configure.
9552         * mpw-build.in (thisscript): Rename to ThisScript.
9553         Use mpw-build instead of BuildProgram everywhere.
9554         (mmalloc, readline): Don't build.
9555         * mpw-README: New file, basic documentation about the MPW port.
9556
9557         * mpw-config.in: Use forward-include to create include files.
9558
9559         * mpw-configure: Add more things to the top of each configured
9560         Makefile, including contents of config/mpw-mh-mpw.
9561         * mpw-config.in (extra-include): Create this directory and fill it
9562         with Posix-like include files when configuring.
9563
9564         * config.sub (apple, mac, mpw): Add various aliases.
9565
9566         * mpw-build.in: New file, top-level build script fragment for MPW.
9567         * mpw-configure: New file, configure script for MPW.
9568         * mpw-config.in: New file, config fragment for MPW.
9569
9570 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
9571
9572         * configure.in (host_libs): Remove glob, since it is gone from the
9573         sources.
9574
9575 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9576
9577         * Makefile.in: define empty GDB_NLM_DEPS var.
9578
9579         * configure.in(target_makefile_frag): use config/mt-netware
9580         for netware targets.
9581
9582 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
9583
9584         * config.sub: Merge in recent FSF changes.  Remove linux special
9585         cases.
9586
9587 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
9588
9589         Revert this change:
9590
9591         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
9592
9593                 * build-all.mk: Use CC=cc -Xs on Solaris.
9594
9595 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
9596
9597         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
9598         stop using it.
9599         * Makefile.in: Nuke all references to glob subdirectory.
9600
9601 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
9602
9603         * configure.in: Fix --enable-shared logic in per-host.
9604
9605 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
9606
9607         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
9608
9609 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
9610
9611         * configure.in (noconfigdirs): Don't build gas on AIX, for
9612         powerpc*-*-aix* as well as for rs6000*-*-aix*.
9613
9614 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
9615
9616         * configure: Fix --cache-file to work if the file argument is a
9617         relative path.
9618
9619 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
9620
9621         * configure: If the --cache-file is used, pass it down to
9622         configure in subdirectories.
9623
9624 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
9625
9626         * config.sub: add vxworks29k configuration.
9627
9628 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
9629
9630         * Makefile.in (taz): Do "diststuff" part quietly.
9631
9632 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
9633
9634         * config.sub: Mini-merge with gcc/config.sub.
9635
9636 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
9637
9638         * config.guess (IRIX): Sed - to _.
9639
9640 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
9641
9642         * Makefile.in (source-vault, binary-vault): New targets.
9643
9644 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
9645
9646         * config.sub: Recognize -eabi as a basic system type.
9647
9648 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
9649
9650         * configure.in (enable_shared stuff): Fix typo.
9651
9652 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
9653
9654         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
9655
9656 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
9657
9658         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
9659
9660 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
9661
9662         * configure.in (rs6000-*-*): Don't build gas.
9663
9664 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
9665
9666         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
9667         reduce command line length.
9668         (AS_FOR_TARGET): Check for as.new, not Makefile.
9669         (NM_FOR_TARGET): Check for nm.new, not Makefile.
9670
9671 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9672
9673         * config.guess:  Merge from FSF.
9674
9675 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
9676
9677         * configure: Don't use $ when handling program_suffix.
9678
9679 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
9680
9681         * configure.in:  Configure tk for hppa/hpux.
9682
9683 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
9684
9685         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
9686
9687 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
9688
9689         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
9690         to LIBCXXFLAGS.  Tests are better run without it.
9691
9692 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
9693
9694         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
9695
9696 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
9697
9698         * configure.in (*-*-netware*): Don't configure xiberty.
9699
9700 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
9701
9702         * configure.in:  Remove tk from native_only list.
9703
9704 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
9705
9706         * build-all.mk: Add mips-ncd-elf target to sun4 targets
9707           for special NCD build.
9708
9709 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
9710
9711         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
9712         makeall.bat, they're only useful for binutils snapshots.
9713         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
9714         makeall.bat to specified SUPPORT_FILES.
9715
9716 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
9717
9718         * build-all.mk: Add Ericsson targets to sun4 and solaris
9719           hosts.  Add  BNR's sun4 target to solaris host, so their
9720           build-from-source will be tested in-house first.
9721
9722 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
9723
9724         * Makefile.in (LIBCFLAGS): New variable.
9725         (CFLAGS_FOR_TARGET): Ditto.
9726         (LIBCFLAGS_FOR_TARGET): Ditto.
9727         (LIBCXXFLAGS): Ditto.
9728         (CXXFLAGS_FOR_TARGET): Ditto.
9729         (LIBCXXFLAGS_FOR_TARGET): Ditto.
9730         (BASE_FLAGS_TO_PASS): Pass them.
9731         (EXTRA_TARGET_FLAGS): Ditto.
9732
9733         * configure.in: Support --enable-shared.
9734
9735 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
9736
9737         * configure.in (target_libs):  Include libstdc++ again.
9738         * config.guess:  Update from FSF (for FreeBSD).
9739
9740 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
9741
9742         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
9743         makeall.bat.
9744         (DISTDOCDIRS): Add `etc'.
9745         (ETC_SUPPORT_PFX): New variable.
9746         (taz): Include anything from etc starting with a word in
9747         ETC_SUPPORT_PFX.
9748
9749 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
9750
9751         * config.sub: Update for recent FSF changes.  Remove obsolete
9752         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
9753         spacing changes.
9754
9755 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
9756
9757         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
9758
9759         * config.guess:  Merge with FSF.
9760         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
9761
9762 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
9763
9764         * configure: Since the "trap 0" handler will override the exit
9765         status on many systems, only use it for "exit 1", and make it set
9766         a non-zero exit status; reset it before "exit 0".  Also, check
9767         exit status of config.sub, and error out if it failed.
9768
9769 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
9770
9771         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
9772         and install libgloss.
9773
9774 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
9775
9776         * Makefile.in (all-binutils): Depend upon all-byacc.
9777
9778         * configure.in: Don't build emacs on Irix 5.
9779
9780 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
9781
9782         * configure.in (*-*-netware*): Add libio.
9783
9784 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
9785
9786         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
9787         (CHECK_TARGET_MODULES): Ditto.
9788         (INSTALL_TARGET_MODULES): Ditto.
9789         (TARGET_LIBS): Ditto.
9790         (all-libstdc++): Note dependencies.
9791
9792 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
9793
9794         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
9795
9796 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
9797
9798         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
9799         -fexternal-templates.
9800
9801         * configure.in (target_libs): Add libstdc++.
9802         (noconfigdirs): Add libstdc++ as appropriate.
9803
9804 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9805
9806         * config.guess:  Update from FSF.
9807
9808 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
9809
9810         * configure: Use ${config_shell} when running ${configsub}.
9811
9812 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
9813
9814         * config.sub: No longer recognize h8300h.
9815
9816 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
9817
9818         * config.sub: Remove extraneous differences between config.sub and
9819         gcc/config.sub.
9820
9821 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
9822
9823         * Makefile.in (DISTSTUFFDIRS): Add gas.
9824
9825 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
9826
9827         * COPYING.NEWLIB: New file.
9828
9829 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9830
9831         * config.guess (HP-UX):  Patch from Harlan Stenn
9832         <harlan@landmark.com> to also emit release level.
9833
9834 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
9835
9836         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
9837
9838 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9839
9840         * config.sub:  Merge nextstep cleanup from FSF.
9841
9842 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
9843
9844         * configure.in (arm-*-*): Don't configure ld for this target.
9845
9846 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
9847
9848         * configure.in (*-*-netware): don't configure libg++, libio,
9849           librx, or newlib.
9850
9851 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
9852
9853         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
9854         configure ld--it works, but it doesn't support shared libraries.
9855
9856 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9857
9858         * config.guess (*-unknown-freebsd*):  Get rid of possible
9859         trailing "(Release)" in version string.
9860         Patch from Paul Richards <paul@isl.cf.ac.uk>.
9861
9862 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9863
9864         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
9865         Fix type: *-next-neststep -> *-next-nextstep.
9866
9867         * config.guess:  Merge from FSF:
9868
9869         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
9870
9871         * config.guess: Recognize powerpc-ibm-aix3.2.5.
9872
9873         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
9874
9875         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
9876         instead of UNIX_SV for UnixWare 1.0).
9877
9878 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
9879
9880         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
9881         to make gdb/nlm/* build after the compiler and linker.
9882
9883 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9884
9885         * config.guess (netbsd, freebsd, linux):  Accept any machine,
9886         not just i[34]86.
9887         (m68k-atari-sysv4):  Relocate to match FSF version.
9888
9889         * config.guess:  More merges from the FSF:
9890
9891         Add a space before function call or macro invocation.
9892
9893         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9894
9895         * config.guess: Add trap cmd to remove dummy.c and dummy when
9896         interrupted.
9897
9898         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9899
9900         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
9901         (dummy): Redirect stderr from compilation of dummy.c.
9902
9903         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
9904
9905         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
9906
9907 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
9908
9909         * configure: Accept and ignore --cache*, for compatibility with
9910         new autoconf.
9911
9912 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9913
9914         * config.guess:  Merge from FSF:
9915
9916         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9917
9918         * config.guess (Pyramid*:OSx*:*:*): New case.
9919         (PATH): Add /.attbin at end for finding uname.
9920         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
9921
9922         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
9923
9924         * config.guess (M88*:DolphinOS:*:*): New case.
9925
9926         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
9927
9928         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
9929         to select whether to use ELF or COFF.
9930
9931         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9932
9933         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
9934
9935         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9936
9937         * config.guess: Guess the OS version for HPUX.
9938
9939         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
9940
9941         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
9942
9943 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
9944
9945         * configure.in: Recognize --with-headers, --with-libs, and
9946         --without-newlib.
9947         * Makefile.in (all-xiberty): Depend upon all-ld.
9948
9949 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
9950
9951         * configure.in: Change i[34]86 to i[345]86.
9952
9953 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
9954
9955         * configure (version): A few more tweaks to help message.
9956
9957 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9958
9959         * Makefile.in:  Remove (for now) librx as a host library,
9960         now that we're building it for target.
9961
9962 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
9963
9964         * configure: Fix up help message; from karl@owl.hq.ileaf.com
9965         (Karl Berry).
9966
9967 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9968
9969         * configure.in:  Also configure librx.
9970
9971 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9972
9973         * Makefile.in:  Update various rules to reflect that librx
9974         is now needed for libg++.
9975
9976 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
9977
9978         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
9979
9980 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
9981
9982         * configure.in: Configure the examples directory.
9983
9984 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
9985
9986         * configure: Simplify Jun 2 1994 change.
9987
9988 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
9989
9990         * change CC to /usr/latest/bin/gcc for lynx host builds, since
9991         /bin/gcc isn't good enough to build gcc.
9992
9993 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
9994
9995         * Makefile.in (GDB_SUPPORT_FILES): Remove
9996         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
9997         (gdb.tar.gz): Add new rule to use standard distribution building
9998         mechanism.
9999
10000 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10001
10002         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
10003         Bill Cox <bill@cygnus.com>.
10004
10005 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10006
10007         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
10008
10009 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
10010
10011         * configure:  Search current dir first in .gdbinit.
10012
10013 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10014
10015         * config.sub:  Recognize freebsd (merged from gcc config.sub).
10016
10017 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10018
10019         * config.sub:  Refer to NeXT's operating system as nextstep.
10020
10021         * config.sub (case $basic_machine):  Re-order the cases, to match
10022         the order in the FSF version (which is mostly alphabethical).
10023         Merge in some additions and changes from the FSF.
10024
10025 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
10026
10027         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
10028         * config.sub: Recognize cxux7.
10029         * configure.in: Use mh-cxux for m88k-harris-cxux*.
10030
10031 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10032
10033         * config.sub:  Fix typo powerpc -> powerpc-*.
10034
10035 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
10036
10037         * Makefile.in: `all-emacs19' depends on `all-byacc'.
10038
10039         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
10040         parallel with all-emacs and install-emacs).  Top-level command
10041         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
10042
10043 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
10044
10045         * test-build.mk ($(host)-stamp-stage2-installed): Remove
10046         $(relbindir)/make before doing ``make install'', and use
10047         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
10048         installing over running make binary.
10049         ($(host)-stamp-stage3-installed): Likewise.
10050
10051 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10052
10053         * config.guess: Recognize Mach.
10054
10055 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
10056
10057         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
10058         see whether --exec-prefix was used.
10059
10060 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10061
10062         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
10063
10064 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10065
10066         * Makefile.in: Add all-librx target similar to all-libproc.
10067
10068 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
10069
10070         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
10071         with post 1.2 uname bogosity.
10072
10073 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10074
10075         * configure: Remove temporary files on receipt of a signal.
10076
10077 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
10078
10079         * configure: If there is a package_makefile_frag, remove
10080         ${subdir}/Makefile.tem after copying it in.
10081
10082 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
10083
10084         * build_all.mk: support rs6000 lynx identifies itself as
10085         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
10086         since /bin/gcc is too feeble to compile a modern gcc.
10087
10088 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
10089
10090         * brought devo/test-build.mk update-to-date with progressive/
10091           test-build.mk. Add lynx targets and hppa flag info.
10092
10093 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10094
10095         * configure.in:  Use mh-ncrsvr43.  Patch from
10096         Tom McConnell <tmcconne@sedona.intel.com>.
10097
10098 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10099
10100         * config.guess (i386-unknown-bsdi):  No longer need to
10101         check #if defined(__bsdi__) && defined(__i386__).
10102
10103 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10104
10105         * configure: Set program_transform_nameoption correctly.
10106
10107 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
10108
10109         * brought build-all.mk update-to-date with progressive build-all.mk,
10110           added new targets and hppa info.
10111
10112 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10113
10114         * configure: If config.guess result is a prefix of the user
10115         specified target, assume a native build and use the user specified
10116         target as the host alias.  Remove SunOS patch suffix removal hack.
10117         * configure.in: Remove SunOS patch suffix removal hack.
10118
10119         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
10120         in NATIVE_CHECK_MODULES.
10121
10122 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
10123
10124         * Makefile.in: Rename HOST_ONLY to NATIVE.
10125         * configure: Delete SunOs patch suffix from host_canonical
10126           and build_canonical variables that are prepended to Makefiles.
10127         * configure.in: Add comments for easier maintenance.
10128
10129 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10130
10131         * Makefile.in: Add all-libproc target similar to all-gui.
10132
10133 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
10134
10135         * Makefile.in (CHECK_MODULES): split into
10136         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
10137
10138 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
10139
10140         * config.guess (i386-unknown-bsdi): New system to guess.
10141
10142 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10143
10144         * Makefile.in: Add all-gui target (but not yet build by "all").
10145
10146 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
10147
10148         * config.sub: Move deletion of patch suffix from here...
10149         * configure.in: To here, at Ian's suggestion.  The top-
10150           level scripts might need to know of a patch level.
10151
10152 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
10153
10154         * config.sub: Strip off patch suffix so rtl is recognized
10155           as a sunos4.1.3 machine, even though it's been patched.
10156
10157 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
10158
10159         * Makefile.in (INSTALL_LAST): Delete.
10160         (INSTALL_DOSREL): New.
10161
10162 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10163
10164         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
10165         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
10166         whether we pass down --with-gnu-ld anyhow.
10167
10168 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
10169
10170         * Makefile.in (INSTALL_LAST): Change operation so it works
10171         on more flavors of make.
10172         * configure.in (go32): Don't build libg++ or libio.
10173
10174 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
10175
10176         * Makefile.in (Move HOST_PREFIX_1 and friends up so
10177         they can be overriden by templates.
10178
10179 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
10180
10181         * configure.in (target==go32): Don't build gdb.
10182         * dosrel: New directory.
10183
10184 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
10185
10186         * configure.in (host==go32): Configure dosrel too.
10187         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
10188         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
10189         be set by incoming names or templates.
10190         (INSTALL_LAST): New rule.
10191
10192 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
10193
10194         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
10195
10196 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
10197
10198         * configure.in (appdirs): New variable.  Currently empty, but will
10199         be used in gas distribution.  If nonempty, lists a set of
10200         directories at least one of which must get configured, or top
10201         level configuration is considered to have failed.
10202         (rs6000-*-lynxos*): Use new file name.
10203
10204 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10205
10206         Eliminate XTRAFLAGS.
10207         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
10208         newlib include files using -idirafter, and also use -nostdinc.
10209         (CXX_FOR_TARGET): Likewise.
10210         (XTRAFLAGS): Removed.
10211         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
10212         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
10213         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
10214         ($(DO_X)): Don't pass down XTRAFLAGS.
10215
10216 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
10217
10218         * configure.in (mips*-dec-bsd*): New target; do build linker.
10219         (mips*-*-bsd*): New target; don't build linker.
10220
10221 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
10222
10223         * configure.in: support rs6000-*-lynxos* configuration.
10224         support sunos4 as a cross target.
10225
10226         * config.sub: look for lynx*, not lynx since the OS version may
10227         legitimately be part of the name.
10228
10229 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
10230
10231         * configure.in (i[34]86-*-sco*): Move to be with other i386
10232         targets.
10233         (romp-*-*): New target.  Skip various binary utilities.
10234         (vax-*-*): New target.  Don't build newlib.
10235         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
10236
10237 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
10238
10239         * configure.in: Only set host_makefile_frag if config
10240         directory exists.
10241
10242 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
10243
10244         * install.sh: If $dstdir exists, don't check whether each
10245         component does.
10246
10247 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10248
10249         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
10250
10251 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
10252
10253         * configure.in (*-*-lynxos*): Don't configure newlib for either
10254         native or cross Lynx.
10255
10256 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
10257
10258         * config.sub (sparc64-elf): Fix os.
10259         (z8k): Remove duplicate.
10260
10261 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10262
10263         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
10264         gcc/stmp-fixproto, to try to prevent fixproto from being run.
10265
10266 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
10267
10268         * configure: Make file links cleanly even if Lynx fails on
10269           an NFS symlink (at least fail cleanly).
10270
10271 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
10272
10273         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
10274         -XNh2000.
10275
10276 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
10277
10278         * configure: Unknown options are fatal again.
10279
10280 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
10281
10282         * configure: Ignore --x-includes and --x-libraries, for Autoconf
10283         compatibility.
10284
10285 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
10286
10287         * build-all.mk: Add `clean' target.
10288
10289 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
10290
10291         * config.guess:  Add SINIX support.
10292         * configure.in:  Add mips-*-sysv4* support.
10293
10294 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
10295
10296         * build-all.mk: Document all useful targets.
10297         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
10298         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
10299
10300 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
10301
10302         * configure: Support --silent, --quiet.
10303
10304 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
10305
10306         * configure: Support --disable-FEATURE.
10307
10308 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10309
10310         * config.guess: Recognize NCR running SVR4.3.
10311
10312 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10313
10314         * config.guess:  Make BSDI generate i386-unknown-bsd386.
10315         Patch from Paul Eggert <eggert@twinsun.com>.
10316
10317 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10318
10319         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
10320
10321 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
10322
10323         * configure: Make unrecognized options give nonfatal warnings
10324         instead of fatal errors, and pass them to any subdirectory
10325         configures in case they recognize them.
10326         Make --x equivalent to --with-x.
10327
10328 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
10329
10330         * configure: Add --enable-* options.  Clean up usage message and
10331         some comments.
10332
10333 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
10334
10335         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
10336
10337 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
10338
10339         * configure.in (hppa*-*-*): Enable binutils.
10340
10341 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10342
10343         * config.sub: Recognize cisco.
10344
10345 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
10346
10347         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
10348
10349 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10350
10351         * config.guess: about target *-hitachi-hiuxwe2, don't print more
10352         than one configuration name.  Add comment.
10353
10354 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
10355
10356         * config.guess: about target *-hitachi-hiuxwe2, fixed
10357         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
10358         macro is incorrect.]
10359
10360 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10361
10362         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
10363         than the "make ls" stuff which used to be here.
10364
10365 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10366
10367         * config.guess:  Recognize i[34]86-unknown-freebsd.
10368         From Shawn M Carey <smcarey@rodan.syr.edu>.
10369
10370 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10371
10372         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
10373
10374 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
10375
10376         * config.guess: Check for ptx.
10377
10378 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
10379
10380         * config.sub: Add os9k checking.
10381
10382 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
10383
10384         * config.guess: Handle OSF1 running on HPPA processors
10385
10386 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
10387
10388         * configure: If subdir configure fails, print out a message with
10389         subdirectory name, in case subdir's configure code didn't identify
10390         itself.
10391
10392 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
10393
10394         * configure.in: Remove embedded newlines from configdirs.
10395         Avoid mismatches of substrings.  Fix matching strings at end
10396         of configdirs.
10397
10398 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
10399
10400         * config.guess:  Add Lynx/rs6000 config support.
10401
10402 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
10403
10404         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
10405
10406 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
10407
10408         * configure.in (hppa*-*-osf*): Treat this just like most other
10409         PA configurations (eg no binutils or ld).
10410         (hppa*-*-*elf*): These configurations have binutils and ld.
10411
10412 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
10413
10414         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
10415
10416 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10417
10418         * configure.in (rs6000-*-*): Build gas.
10419
10420 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
10421
10422         * Makefile.in:  Avoid bug in losing hpux sed.
10423
10424 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10425
10426         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
10427         for GDB and GDB has been fixed to not need it.
10428
10429 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
10430
10431         * config.guess: Recognize vax hosts.
10432
10433 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
10434
10435         * configure (while loop): Don't use "break 2" inside case
10436         statement -- the case statement isn't an enclosing loop.
10437
10438 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10439
10440         * config.guess:  Clean up NeXT support, to allow nextstep
10441         on Intel machines.  Make OS be nextstep.
10442
10443 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
10444
10445         * config.guess: Add alternate forms for Convex.
10446
10447 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
10448
10449         * configure:  Completely rewrite option processing.  Take
10450         advantage of pattern-matching to avoid invoking test frequently.
10451         Also clean up host and target defaulting logic.
10452
10453 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
10454
10455         * Makefile.in: Replace all occurrances of "rootme" with "r" and
10456         "$${rootme}" with "$$r", to increase the likelihood that the do-*
10457         commands (plus user environment) will fit SCO limits.
10458
10459 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10460
10461         * configure.in: Don't issue warnings about directories which are
10462         not being configured if -norecursion is set.  Correct test for
10463         --with-gnu-as and --with-gnu-ld to not get confused by substring
10464         matches.
10465
10466         * configure.in: Don't build gas for alpha-dec-osf1*.
10467
10468 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
10469
10470         * configure:  Back out Per's change of 12/19/1993.  It changes the
10471         behavior of configure in unexpected and confusing ways.
10472
10473         Also, use different delim char when calculating
10474         program_transform_name so that the name can contain slashes.
10475
10476 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
10477
10478         * configure.in, config.sub: Add support for VSTa micro-kernel.
10479
10480 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
10481
10482         * configure.in: Nuke hacks which were used to get a special
10483         version of GAS for HPPA configurations.
10484
10485 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
10486
10487         * configure:  If only ${target_alias} is given, use that
10488         as the default for ${host_alias}.
10489         * configure:  Add missing back-slashes before nested quotes.
10490
10491 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
10492
10493         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
10494
10495 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
10496
10497         * config.guess:  Recognize some Tektronix configurations.
10498         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
10499
10500 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
10501
10502         * config.sub: Match any flavor of SH.
10503
10504 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
10505
10506         * configure.in: Don't try to configure newlib for Alpha.
10507
10508 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10509
10510         * configure.in: Don't build ld for Irix 5.  Don't build gas,
10511         libg++ or libio for any Alpha target.
10512
10513         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
10514
10515 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
10516
10517         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
10518         default arguments -- so it tried to compress itself.
10519
10520 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
10521
10522         * configure.in (notsupp): ensure that a space is always at the end
10523           of the configdirs list, since the grep checks for an explicit space
10524
10525 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10526
10527         * configure.in (target i386-sysv4.2): don't build ld, since static
10528           versions of many libraries are not available.
10529
10530 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10531
10532         * config.guess: Recognize Apollos (using environment variables).
10533         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
10534
10535 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10536
10537         * config.guess: Recognize Sony news mips running newsos.
10538
10539 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
10540
10541         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
10542         "fi ; else" for bash.
10543
10544 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
10545
10546         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
10547
10548 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
10549
10550         * config.sub: accept unixware as an alias for svr4.2.
10551         Fix some inconsistancies with the gcc version.
10552
10553 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10554
10555         * Makefile.in (DISTDOCDIRS):  Add gdb.
10556
10557 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
10558
10559         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
10560
10561 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
10562
10563         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
10564         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
10565         this now.
10566
10567 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10568
10569         * config.sub: Accept hiux* as an OS name.
10570
10571         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
10572         etc/make-stds.texi.  The underscore came from gcc, and dje now
10573         agrees that RUNTESTFLAGS is the correct name.
10574
10575 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
10576
10577         * install.sh:  Remove 'set -e'.  It makes any conditionals
10578         in the script useless.
10579
10580         * config.guess: Automatically recognize arm-acorn-riscix
10581         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
10582
10583 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
10584
10585         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
10586
10587 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
10588
10589         * Makefile.in (DISTDOCDIRS): New variable.
10590         (taz): Edit local Makefile.in sooner, instead of proto-toplev
10591         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
10592
10593 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10594
10595         * configure.in (hppa target): check the source directory for the
10596           pagas sub-directory
10597
10598 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
10599
10600         * config.sub: Allow -aout* and -elf*.
10601
10602 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
10603
10604         * configure.in: Don't build ld on i386-solaris2, same as for
10605         sparc-solaris2.
10606
10607 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
10608
10609         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
10610
10611 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
10612
10613         * configure.in:  Configure gdb for alpha.
10614
10615 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10616
10617         * Makefile.in (CXXFLAGS): Add -O.
10618
10619 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10620
10621         * config.guess: added support for DG Aviion
10622
10623 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
10624
10625         * configure.in: Produce warning message for subdirectories not
10626         configurable for this host/target combination.  Don't try to
10627         configure gdb for vms.
10628
10629 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
10630
10631         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
10632         appropriate files before making "diststuff".
10633         (DISTBISONFILES): New var: list of files to be edited.
10634         (DISTSTUFFDIRS): Add binutils.
10635
10636 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10637
10638         * config.sub: also handle mipsel and mips64el (for little endian mips)
10639
10640 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10641
10642         * configure.in: Add * to end of all OS names.
10643
10644 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
10645
10646         * configure.in: Build newlib for LynxOS native.
10647
10648 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10649
10650         * config.guess: Add support for delta 88k running SVR3.
10651
10652         * configure.in: Add comment about HP compiler vs. emacs.
10653
10654 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10655
10656         * configure.in: don't build ld on solaris2 (not a viable option
10657           due to bugs in getpwnam & getpwuid)
10658
10659 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
10660
10661         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
10662         config.guess will produce a full version number.
10663
10664 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10665
10666         * configure.in: Build linker and binutils for alpha-dec-osf1.
10667
10668 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10669
10670         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
10671         and gdb/testsuite/Makefile.in.
10672
10673 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10674
10675         * configure.in: recognize mips*- instead of mips-
10676
10677 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
10678
10679         * config.sub: Accept linux*coff and linux*elf as operating
10680         systems.
10681
10682 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10683
10684         * config.sub: Recognize mips64, and mips3 as an alias for it.
10685
10686 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
10687
10688         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
10689         gdb knows how to handle OSF/1 shared libraries.
10690
10691 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10692
10693         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
10694         * config.guess: Recognize Hitachi's HIUX.
10695         * config.sub: Recognize h3050r* and hppahitachi.
10696         Remove redundant cases for hp9k[23]*.
10697
10698 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10699
10700         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
10701         if gas and ld are in the source tree and are in ${configdirs}.
10702         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
10703         --with options (but still pass them down on the command line,
10704         if they were explicitly specified).
10705
10706 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10707
10708         * configure: substitute SHELL value in Makefile.in with
10709         ${CONFIG_SHELL}
10710
10711 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10712
10713         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
10714         *-*-solaris2* targets.
10715
10716 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10717
10718         * Makefile.in: define M4, and pass it down to sub-makes;
10719         all-autoconf now depends on all-m4
10720
10721 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10722
10723         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
10724         presence of {ar,ranlib} instead of a configured directory
10725
10726 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
10727
10728         * config.guess: Accept 34?? as well as 33?? for NCR.
10729
10730 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10731
10732         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
10733         of 'gas' in sed commands, since 'gash' is now in the tree as well.
10734
10735 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10736
10737         * configure: grab values for $(CC) and $(CXX) from the
10738         environment, so that someone can do "CC=gcc configure; make" and
10739         have it work right (matching the way that autoconf works now)
10740
10741         * configure.in, Makefile.in: add support for gash, the tcl
10742         interface to Galaxy
10743
10744         * config.guess: add NetBSD variants (hp300, x86)
10745
10746 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
10747
10748         * install.sh: Support -d option (in the manner of SunOS 4 install,
10749         as it is more deterministic than that of GNU install)
10750         (chmodcmd): Set file to mode 755 by default (should also do default
10751         chgrp and chown, but I don't feel like dealing with that now)
10752
10753 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
10754
10755         * config.sub: Remove h8300hhms alias.
10756
10757 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10758
10759         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
10760
10761 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10762
10763         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
10764         as stmp-fixinc
10765
10766 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
10767
10768         * config.sub: recognize m88110-bug-coff.
10769
10770 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10771
10772         * Makefile.in (all-libio): all dependencies on the toolchain used
10773         to build this (gcc, gas, ld, etc)
10774
10775 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10776
10777         * config.guess: Deal with OSF/1 1.3 on alpha.
10778
10779 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10780
10781         * install.sh: add some 'else true' clauses for portability
10782
10783         * configure.in: don't build libio for h8[35]00-*-* targets
10784
10785 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
10786
10787         * Makefile.in:  Add support for new libio.
10788
10789 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10790
10791         * install.sh: If one command fails, don't try the rest.  Don't try
10792         to remove $dsttmp (via trap) unless we have already created it.
10793         If $src doesn't exist, detect it and exit with an error.
10794
10795         * config.guess: Recognize BSD on hp300.
10796
10797 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
10798
10799         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
10800         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
10801
10802 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
10803
10804         * Makefile.in (all-send-pr): depends on all-prms
10805
10806 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10807
10808         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
10809
10810 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10811
10812         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
10813         Added test for mips-mips-riscos5.
10814
10815 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10816
10817         * configure.in: use mh-hp300 for 68k HP hosts
10818
10819 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10820
10821         * configure: add support for CONFIG_SHELL, so that you can use
10822         some alternate shell for evaluating configure scripts
10823
10824 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
10825
10826         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
10827         in configure script to bug-gdb@prep.ai.mit.edu when building
10828         distribution archive.
10829         * Makefile.in (COMPRESS):  Remove def.
10830         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
10831         gdb.tar.Z and make-gdb.tar.Z respectively.
10832         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
10833         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
10834         to convergence with 'taz' target in Makefile.in.
10835
10836 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10837
10838         * install.sh (dsttmp): use trap to ensure that tmp files go
10839         away on error conditions
10840
10841 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10842
10843         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
10844
10845 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10846
10847         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
10848         its parent is '/' not ''.
10849
10850         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
10851
10852 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
10853
10854         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
10855         that ${newsrcdir}/configure.in does.
10856
10857 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10858
10859         * test-build.mk: support for CONFIG_SHELL
10860
10861 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
10862
10863         * config.sub (netware):  Add as a basic system type.
10864
10865 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
10866
10867         * Makefile.in (Makefile): depend on configure.in.  Also drop the
10868           $(srcdir)/ from the dependency on Makefile.in.
10869
10870 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
10871
10872         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
10873         (h8300hhms is temporary until multi-libraries are implemented).
10874         * configure.in: Handle h8300h too.
10875
10876 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10877
10878         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
10879
10880 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
10881
10882         * configure:  Remove extraneous output when guessing host type.
10883         * config.guess:  Remove extraneous output when guessing using C
10884         compiler rather than uname, or when guessing fails.
10885
10886 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
10887
10888         * Makefile.in: remove all.cross and install.cross targets
10889
10890         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
10891           definitions
10892
10893 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
10894
10895         * configure.in (target sh): Build gprof.
10896
10897 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10898
10899         * config.sub: change -solaris to -solaris2
10900
10901 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10902
10903         * configure.in: Use config/mh-riscos for mips-*-sysv*.
10904
10905 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
10906
10907         * configure: Correct error message for missing Makefile.in to
10908         print correct directory.
10909
10910 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10911
10912         * install.sh: kludge around 386BSD shell bug
10913
10914 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
10915
10916         * config.guess:  Recognize NeXT.
10917         * config.guess:  Recognize i486-ncr-sysv4.
10918         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
10919
10920 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
10921
10922         * Makefile.in (MAKEINFOFLAGS): New variable.
10923         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
10924         * build-all.mk, test-build.mk: Pass down --no-split as
10925         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
10926
10927 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
10928
10929         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
10930
10931 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
10932
10933         * Makefile.in (libg++.tar.z):  New rule.
10934         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
10935         * Makefile.in (taz):  Only do a single chmod.
10936
10937 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
10938
10939         * install.sh: don't use dirname anymore (replaced with sed usage)
10940
10941 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
10942
10943         * Makefile.in:  Change extension for gzip'd files from '.z' to
10944         '.gz' per new FSF standard usage.
10945
10946 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
10947
10948         * configure: put quotes around the final value of program_transform_name
10949
10950 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10951
10952         * Makefile.in: new install.sh support; update install-info rules
10953
10954 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
10955
10956         * configure.in: Build diff for crosses, but not for go32 host.
10957
10958         * configure.in: Build gprof only for native, and don't build it
10959         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
10960
10961 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
10962
10963         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
10964
10965 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
10966
10967         * configure.in (host_tools): Add prms.
10968
10969 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10970
10971         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
10972         with $(FLAGS_TO_PASS) on the command line
10973
10974         * config.sub: Recognize lynx and lynxos
10975
10976 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
10977
10978         * config.sub: Accept -ecoff*, not just -ecoff.
10979
10980 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
10981
10982         * Makefile.in (taz): Use .gz suffix instead of .z.
10983         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
10984         names.
10985
10986 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10987
10988         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
10989
10990 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10991
10992         * Makefile.in (install-no-fixedincludes):  install gcc last, so
10993         that rebuilds that might happen during 'make install' don't get
10994         bogus gcc include files
10995
10996 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
10997
10998         Change from Utah for HPPA support:
10999         * config.guess: Recognize hppa1.x-hp-bsd.
11000
11001 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
11002
11003         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
11004         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
11005
11006 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
11007
11008         * config.sub: Add support for rom68k and bug boot monitors.
11009
11010 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
11011
11012         * Makefile.in: Make all-opcodes depend on all-bfd.
11013
11014 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
11015
11016         * config.guess: Added special check for i[34]86-univel-sysv4*.
11017
11018 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
11019
11020         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
11021         the processor rather than assuming i486.
11022
11023 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11024
11025         * config.guess: Recognize SunOS6 as Solaris3.
11026
11027 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
11028
11029         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
11030         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
11031
11032 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
11033
11034         * build-all.mk (all-cross): New target for Canadian Cross.
11035         Added Q2 go32 targets.
11036         * test-build.mk: Configure go32 cross sparclite-aout and
11037         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
11038         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
11039
11040 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11041
11042         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
11043         GO32 hosted toolchains
11044
11045 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
11046
11047         * configure: change  so "-exec-prefix" gets passed down rather
11048         than "-exec_prefix" so autoconf generated Makefiles get the
11049         exec_prefix set right.
11050
11051 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11052
11053         * config.guess: get the Solaris2 minor version number
11054
11055         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
11056
11057 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
11058
11059         * config.guess: Recognize some Sequent platforms.
11060
11061 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11062
11063         * Makefile.in: added the vault-install target
11064
11065         * configure.in: actually use the Sun3 makefile fragment that's in
11066         config, also added the release dir to configdirs
11067
11068 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
11069
11070         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
11071
11072 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11073
11074         * configure.in: remove some program from Alpha targetted toolchains
11075
11076 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
11077
11078         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
11079         gprof.
11080         (taz): Run "make diststuff" in those directories instead of "make
11081         proto-dir".  Look for "VERSION=" only at start of line in subdir
11082         Makefile.  Use "gzip -9" for compression.
11083         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
11084         (binutils.tar.z): New target.
11085
11086 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
11087
11088         * Makefile.in (taz): Include gpl.texinfo.
11089
11090 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
11091
11092         * Makefile.in (setup-dirs): Merged into "taz" target.
11093         (taz): Only do `proto-dir' stuff if a directory is actually needed
11094         for this target.
11095
11096 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
11097
11098         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
11099         (FLAGS_TO_PASS): Pass down MUNCH_NM.
11100         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
11101         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
11102         (gcc-no-fixedincludes): Correct for current gcc Makefile.
11103
11104 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
11105
11106         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
11107         config.sub, and move-if-change to gdb testsuite distribution
11108         archive, so the testsuite can be extracted, configured, and
11109         run separately from the gdb distribution.  Blow away the Chill
11110         tests that require a Chill compiled executable, since GNU Chill
11111         is not yet publically available.
11112
11113 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11114
11115         * test-build.mk: set environment variables in a single command,
11116         instead of a list of assignments and exports
11117
11118         * config.guess: recognize Alpha/OSF1 systems
11119
11120 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
11121
11122         * configure: Change help message to prefer --options rather than
11123           -options.
11124
11125 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
11126
11127         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
11128         zippy@ecst.csuchico.edu.
11129         * config.guess: Recognize miniframe.
11130
11131 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
11132
11133        * Makefile.in: Use srcroot to find runtest rather than rootme.
11134        Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
11135
11136 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
11137
11138         * test-build.mk: Extensive additions to support building on a
11139         machine other than the host.
11140
11141 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
11142
11143         * configure (tooldir): Fix for i386-aix again.
11144
11145 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
11146
11147         * configure, Makefile.in:  Change definition of $(tooldir)
11148         to match the FSF.
11149
11150 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
11151
11152         * config.guess:  Recognize i[34]86/SVR4.
11153
11154 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
11155
11156         * Makefile.in (all-gdb): gdb depends on sim.
11157
11158 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
11159
11160         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
11161         at the same time we make the prototype gdb directory.
11162         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
11163         files at the same time as the gdb base release distribution.
11164
11165 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
11166
11167         * Makefile.in (check): Use individual check targets rather than
11168         DO_X rule.
11169         (check-gcc): Added.
11170
11171 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
11172
11173         * config.sub: Use sysv3.2 not sysv32 for canonical OS
11174         for System V release 3.2.
11175
11176 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
11177
11178         * config.sub: Recognize hppaosf.
11179         * configure.in: Do configure ld/binutils/gas for it.
11180
11181 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
11182
11183         * configure (tooldir): Alter syntax used to set this, for systems
11184         where "\$" isn't handled right, like i386-aix.
11185
11186 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
11187
11188         * configure: Pass program-transform-name, not
11189         program_transform_name, to recursive configures.
11190
11191 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
11192
11193         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
11194         of gas+ld+binutils.
11195
11196 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
11197
11198         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
11199
11200 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11201
11202         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
11203
11204 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
11205
11206         * Makefile.in (PRMS): Set back to all-prms.
11207
11208 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
11209
11210         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
11211         targets, rather than for MIPS hosts.
11212
11213 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11214
11215         * configure.in: add comment for --with-x default values
11216
11217         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
11218
11219         * Makefile.in: add check-* targets for each of the directories in
11220         the tree.  Add a definition of RUNTEST that will use the one we
11221         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
11222
11223 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
11224
11225         * configure.in: Removed obsolete references to bfd_target and
11226         target_makefile_frag.
11227
11228         * build-all.mk: Set assorted targets for Q2.
11229         * config.sub: Recognize z8k-sim and h8300-hms.
11230         * test-build.mk: Really don't pass host to configure.
11231         (HOLES): Added uname.
11232
11233 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
11234
11235         * configure: Handle an empty program-prefix, program-suffix or
11236         program-transform-name correctly.
11237
11238 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
11239
11240         * build-all.mk: -G 8 no longer required for MIPS targets.
11241         * test-build.mk: Don't pass host argument to configure; make it
11242         guess.
11243
11244 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
11245
11246         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
11247         * Makefile.in (COMPRESS):  New macro, like GZIP.
11248
11249 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
11250
11251         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
11252
11253         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
11254         with gas currently defaults to -G 0.
11255
11256 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
11257
11258         * Makefile.in (all-flex): flex depends on byacc.
11259
11260         * build-all.mk: If host not specified, use config.guess.  Pass TAG
11261         to test-build.mk as RELEASE_TAG.
11262         * test-build.mk (configargs): New variable containing arguments to
11263         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
11264         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
11265
11266         * config.guess: Use /bin/uname when checking -X argument on SCO,
11267         to avoid invoking GNU uname which doesn't understand -X.
11268
11269         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
11270
11271         * configure.in: Build gas for mips-*-*.
11272
11273 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
11274
11275         * Makefile.in (all.normal): insert missing backslash.
11276
11277 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
11278
11279         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
11280
11281         * Makefile.in: Complete overhaul to merge many almost identical
11282         targets.
11283
11284 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
11285
11286         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
11287         (gdb.tar.Z): Adjusted.
11288
11289         * Makefile.in (setup-dirs, taz): New targets; should be general
11290         enough to adapt for gdb sometime.  Build only .z file.
11291         (gas.tar.z): New target.
11292
11293 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
11294
11295         * build-all.mk: Use CC=cc -Xs on Solaris.
11296
11297 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
11298
11299         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
11300         for handling BISON for FSF releases.
11301
11302 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
11303
11304         * configure: Actually implement the change zoo just documented.
11305
11306 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
11307
11308         * configure: when using config.guess, only set target_alias when
11309         it's not already been set (ie, on the command line)
11310
11311 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11312
11313         * Makefile.in: add installcheck target, set PRMS to install-prms
11314
11315 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11316
11317         * configure: add support for package_makefile_fragment, handle the
11318         case where a directory has a configure.in file but no Makefile.in
11319         more gracefully (with an actual understandable error message, even);
11320         add support for --without (and add this to the usage message); also
11321         explicitly add a --host=${host_alias} to the command line when
11322         config.guess is used
11323
11324 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
11325
11326         * configure: Must use both --host and --target in recursive calls.
11327
11328 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
11329
11330         * Makefile.in: Change deja-gnu to dejagnu.
11331
11332 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
11333
11334         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
11335
11336 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11337
11338         * configure.in: canonicalize all instances to *-*-solaris2*,
11339         also strip out a number of tools to not build for go32 host
11340
11341 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
11342
11343         * config.guess: add GPL.
11344
11345         * Makefile.in, config.guess, config.sub, configure: bump
11346           copyrights to 93.
11347
11348 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
11349
11350         * Makefile.in (do-info): Removed obsolete check for existence of
11351         localenv file.
11352
11353         * Makefile.in (MAKEOVERRIDES): Define to be empty.
11354
11355 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11356
11357         * Makefile.in: a couple of 'else true' for decstation,
11358         support for TclX
11359
11360         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
11361
11362 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
11363
11364         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
11365
11366 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
11367
11368         * config.guess: Recognize i386-ibm-aix (PS/2).
11369         * configure.in: Use config/mh-aix386 file for it.
11370
11371 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
11372
11373         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
11374         CC_FOR_TARGET instead.
11375         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
11376
11377 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
11378
11379         * Makefile.in: Add sim to list of directories sent with gdb
11380
11381 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
11382
11383         * configure.in: Put back mips-dec-bsd* case.
11384
11385 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
11386
11387         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
11388         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
11389         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
11390
11391 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11392
11393         * configure.in: remove no-op mips-dec-bsd* in "case $target"
11394
11395         * Makefile.in (dir.info): only run gen-info-dir if it exists,
11396         (install-info): install dir.info only if it exists,
11397         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
11398
11399 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
11400
11401         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
11402         gas for mips-dec-bsd.
11403
11404 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
11405
11406         * configure (makesrcdir): If ${srcdir} is relative and not ".",
11407         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
11408
11409 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
11410
11411         * configure.in: Added "dejagnu" to hosttools list.
11412
11413 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
11414
11415         * config.sub, configure.in, config.guess:  Add support
11416         for Bosx, an AIX variant from Bull.
11417         Patches from F.Pierresteguy@frcl.bull.fr.
11418
11419 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
11420
11421         * devo/dejagnu: Initial creation of devo/dejagnu.
11422         Migrated dejagnu testcases and support files for testing software
11423         tools to reside as subdirectories, currently called "testsuite",
11424         within the directory of the software tool.  Migrated all programs,
11425         support libraries, etc. beloging to dejagnu proper from
11426         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
11427         with no modifications.  The changes to these files which will
11428         allow them to configure, build, and execute properly will be made
11429         in a future update.
11430
11431 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
11432
11433         * Makefile.in: Change send_pr to send-pr.
11434         * configure.in: Likewise.
11435         * send_pr: Renamed directory to send-pr.
11436
11437 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
11438
11439         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
11440
11441 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
11442
11443         * README:  Update for gdb-4.8 release.
11444         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
11445         gdb-xxx.tar.z (gzip'd) file also.
11446
11447 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11448
11449         * Makefile.in: make all-diff depend on all-libiberty
11450
11451 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
11452
11453         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
11454
11455 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11456
11457         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
11458
11459 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
11460
11461         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
11462         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
11463         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
11464
11465 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11466
11467         * Makefile.in:  makeinfo binary is in a new location
11468
11469 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
11470
11471         * config.sub: Accept -ecoff as an OS.
11472
11473         * Makefile.in: Various changes to eliminate a level of make
11474         recursion and reduce the required command line length.
11475         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
11476         sub-makes.
11477         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
11478         variables holding settings for specific sub-makes.
11479         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
11480         in terms of BASE_FLAGS_TO_PASS.
11481         (TARGET_LIBS): New variable listing directories which use
11482         TARGET_FLAGS_TO_PASS.
11483         (subdir_do): Eliminated.
11484         (do-*): New set of targets to replace subdir_do.
11485         (various): All targets which used subdir_do now depend on do-*.
11486         (local-clean): Renamed from do_clean.
11487         (local-distclean): New target, dependency of distclean and
11488         realclean.
11489         (install-info): Don't create directories.  Depend on dir.info
11490         rather than calling make recursively.
11491         (install-dir.info): Eliminated.
11492         (install-info-dirs): Create all info directories here.
11493         (dir.info): Depend upon do-install-info.
11494
11495         * test-build.mk (HOLES): Added false.
11496
11497 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
11498
11499         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
11500
11501 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11502
11503         * Makefile.in (info): remove dependency on all-texinfo.  The
11504         problem was really in texinfo/C, not at this level.
11505
11506 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
11507
11508         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
11509
11510 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
11511
11512         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
11513         GDB releases.
11514
11515 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
11516
11517         * configure: Include srcdir in message about target of link not
11518         being found.  Don't convert `-' to `_' in `with' options being
11519         passed to subdirs.
11520
11521 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11522
11523         * configure.in: add uudecode to host_tools
11524
11525         * Makefile.in: added {all,install}-uudecode targets, added them to
11526         the appropriate lists
11527
11528 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
11529
11530         * Makefile.in (all-gcc): Added dependency on all-gas.
11531
11532         * configure.in (mips-*-*): Build ld and binutils.
11533
11534 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
11535
11536         * configure: check return code from mkdir, print error message and
11537           exit on failure.
11538
11539 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
11540
11541         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
11542
11543 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
11544
11545         * test-build.mk (HOLES): Added tar, cpio and uudecode.
11546
11547 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
11548
11549         * config.sub (h8500):  Recognize this as a cpu type.
11550
11551 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11552
11553         * configure: source directory missing is no longer a warning
11554
11555         * configure.in: recognize irix[34]* instead of irix[34]
11556
11557         * Makefile.in: define and pass down X11_LIB
11558
11559 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
11560
11561         * guess-systype: Renamed to ...
11562         * config.guess:  ... by popular request.
11563         * configure.in, Makefile.in:  Update accordingly.
11564
11565 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
11566
11567         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
11568         + Add Convex, Cray/Unicos, and Encore/Multimax support.
11569         + Execute ./dummy instead of assuming . is in PATH.
11570
11571 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
11572
11573         * guess-systype:  New shell script.  Attempts to guess the
11574         canonical host name of the executing host.
11575         Only a few hosts are supported so far.
11576         * configure:  Call guess-systype if no host is specified.
11577
11578 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
11579
11580         * Makefile.in (gcc-no-fixedincludes): Made to work with current
11581         gcc Makefile.
11582
11583
11584 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
11585
11586         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
11587         (all-gcc, install-gcc, subdir_do): Use it.
11588
11589 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
11590
11591         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
11592
11593 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
11594
11595         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
11596           set exclusively by configure, using configure.in .
11597
11598 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11599
11600         * test-build.mk: set $PATH for all builds
11601
11602         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
11603
11604 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
11605
11606         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
11607         the one used in gcc/Makefile.in, so that a null expansion doesn't
11608         override the one needed to build gcc with a native cc.
11609
11610
11611 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
11612
11613         * configure: Accept -with arguments.
11614
11615 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
11616
11617         * Makefile.in: added h8300sim
11618
11619 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
11620
11621         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
11622         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
11623         (all-cygnus, native, build-cygnus): Make
11624         $(canonhost)-stamp-3stage-done, not $(host)....
11625         * test-build.mk (stamp-3stage-compared): Use tail +10c for
11626         i386-sco3.2v4.  Added else true to if command.
11627
11628 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
11629
11630         * config.sub: (from FSF) Sequent uses a BSD-like OS.
11631
11632 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
11633
11634         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
11635
11636 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11637
11638         * configure.in: don't remove binutils from Solaris builds
11639
11640 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
11641
11642         * Makefile.in: get rid of earlier definitions for *clean,
11643         also handle the recursive info rule better
11644
11645 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
11646
11647         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
11648         do more-or-less the right thing.
11649
11650 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
11651
11652         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
11653         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
11654
11655 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11656
11657         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
11658         $(host_canonical).
11659
11660         * configure.in: split the configdirs list into 4 categories (native
11661         v. cross, library v. tool) and handle the cross-only and native-
11662         only in more reasonable (and correct!) way.
11663
11664 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
11665
11666         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
11667         configdirs anymore.
11668
11669 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11670
11671         * Makefile.in: extensive cleanup::  removed all of the explicit
11672         clean-* targets, collapsed many wrappers around subdir_do into
11673         one, added additional targets to satisfy standards.texi, deleted
11674         some old targets, some changes for consistency
11675
11676 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11677
11678         * configure.in: handle some programs as cross-only, and others as
11679         native only
11680
11681         * test-build.mk: handle partial holes in a more generic manner
11682
11683         * Makefile.in: m4 depends on libiberty
11684
11685 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11686
11687         * configure.in: add m4, textutils, fileutils, sed, shellutils,
11688         time, wdiff, and find to configdirs
11689
11690         * Makefile.in: all, clean, and install rules for the new programs
11691         added to configure.in
11692
11693 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11694
11695         * configure.in: use mh-sun for all *-sun-* hosts
11696
11697 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11698
11699         * Makefile.in: define flags for X11 include files and library file
11700         locations, pass them down to the programs that need this info
11701
11702         * build-all.mk: added a 'native' target, to 3stage the native toolchain
11703
11704 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11705
11706         * configure.in: start building libg++ for HP-UX targets
11707
11708 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
11709
11710         * README:  Update references to files moved into etc/.
11711
11712 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
11713
11714         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
11715         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
11716
11717 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
11718
11719         * configure: accept dash as well as underscore in long option
11720         names for FSF compatibility.
11721
11722 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
11723
11724         * config.sub: added -sco3.2v4 support from FSF.
11725
11726 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11727
11728         * configure.in: expand the section that adds or removes
11729         directories from the list of programs to build, to handle native
11730         vs. cross in addition to host v. native
11731
11732 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
11733
11734         * Makefile.in:  Replace C++ in macro names with CXX.
11735         This is less likely to break ...
11736
11737 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11738
11739         * test-build.mk: add -w to GNU_MAKE
11740
11741 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11742
11743         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
11744         add 'sparc' to list of recognized cpus.  This needed to make
11745         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
11746         Delete some redundant ose68 variants.  Recognize -wrs as an os,
11747         then changes that into $CPU-wrs-vxworks.
11748
11749         * configure.in: remove most references to gdbtest, regularize
11750         target based program removal
11751
11752         * test-build.mk: import from p3 tree (many fixes and changes)
11753
11754 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
11755
11756         * Makefile.in: added rules to handle tcl, tk, and expect
11757
11758         * configure.in: handle those directories if they exist
11759
11760 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11761
11762         * config.sub: removed bogus hppabsd and hppahpux names, since
11763         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
11764
11765 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11766
11767         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
11768         depends upon all-xiberty
11769
11770         * Makefile.in: changes from p3, including:
11771
11772         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
11773
11774         * Makefile.in (XTRAFLAGS): include newlib directories if
11775         newlib/Makefile exists, rather than if host != target.
11776
11777         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
11778
11779         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
11780         from the same source tree and not building a cross-compiler.  This
11781         matters for the libg++ configuration if reconfiguring a tree that
11782         has already been installed.
11783
11784         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
11785
11786         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
11787         pick up the machine and system specific header files.
11788
11789         * Makefile.in: added AS_FOR_TARGET, passed down in
11790         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
11791         the C compiler to use to create programs which are run in the
11792         build environment, set it to default to $(CC), and passed it down
11793         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
11794
11795         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
11796
11797         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
11798         We need them for unusual native builds, like systems without
11799         ranlib.
11800
11801         * configure: also define $(host_canonical) and
11802         $(target_canonical), which are the full, canonical names for the
11803         given host and target
11804
11805 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
11806
11807         * Makefile.in:  Added separate definitions for C++.
11808
11809 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
11810
11811         * configure.in (configdirs):  Add deja-gnu.
11812
11813 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
11814
11815         * README:  Update for configure.texi and gdb-4.7 release.
11816
11817 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
11818
11819         * Makefile.in:  Move "all" target to top of file.
11820         Previously, first target was ".PHONY" which caused BSD4.4 make
11821         to build .PHONY when make was run without arguments.
11822
11823 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
11824
11825         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
11826         Library-copylefted code in libiberty.
11827
11828 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
11829
11830         * config.sub:  Replace m68kmote with plain old m68k.
11831
11832 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
11833
11834         * Makefile.in:  Remove space from blank line, avoid Make complaints.
11835
11836 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
11837
11838         * config.sub: Complain if no argument is given.  Added support for
11839         386bsd as OS and target alias.
11840
11841 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
11842
11843         * Makefile.in (XTRAFLAGS): include newlib directories if
11844         newlib/Makefile exists, rather than if host != target.
11845
11846 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
11847
11848         * config.sub: recognize sparclite-wrs-vxworks.
11849
11850         * Makefile.in (install-xiberty): added *-xiberty make rules (from
11851         p3.) Added clean-xiberty to clean.
11852
11853 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11854
11855         * configure.in: use *-*-* instead of nested cases for host and target
11856
11857 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
11858
11859         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
11860         from the same source tree and not building a cross-compiler.  This
11861         matters for the libg++ configuration if reconfiguring a tree that
11862         has already been installed.
11863
11864 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
11865
11866         * config.sub (i486v/i486v4):  Merge in from FSF version.
11867
11868 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
11869
11870         * configure: only set PWD if it is already set.
11871
11872 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
11873
11874         * configure: just set PWD=`pwd` at the top, since Ultrix sh
11875         doesn't have unset and all success paths (and most error paths)
11876         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
11877         to just ${PWD} to avoid confusion.)
11878
11879 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
11880
11881         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
11882         even for a native compilation.
11883
11884 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
11885
11886         Changes to make the gdb.tar.Z rule work better.
11887
11888         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
11889         (DEVO_SUPPORT):  Add configure.texi.
11890         (bfd-ilrt.tar.Z):  Remove ancient rule.
11891
11892 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
11893
11894         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
11895         pick up the machine and system specific header files.
11896
11897         * configure.in, config.sub: added new target m68010-adobe-scout,
11898         with alias of adobe68k.  Changed configure.in to check for
11899         -scout before -sco* to avoid a false match.
11900
11901         * Makefile.in: added AS_FOR_TARGET, passed down in
11902         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
11903         the C compiler to use to create programs which are run in the
11904         build environment, set it to default to $(CC), and passed it down
11905         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
11906
11907 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
11908
11909         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
11910         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
11911         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
11912         FOR_TARGET variants, to newlib and libg++.
11913
11914 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
11915
11916         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
11917         first.
11918
11919 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
11920
11921         * config.sub:  Accept `elf' as an environment.
11922
11923 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
11924
11925         * Makefile.in (all-opcodes):  cd into the right directory
11926
11927 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
11928
11929         * configure: added -program_transform_name option, used as
11930         argument to sed when installing programs.
11931         configure.texi: added documentation for -program_prefix,
11932         -program_suffix and -program_transform_name.
11933
11934 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
11935
11936         * config.sub:  Accept i486 where i386 ok.
11937
11938 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
11939
11940         * config.sub: accept we32k
11941
11942 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
11943
11944         * config.sub, configure.in: accept OSE68000 and OSE68k.
11945
11946         * Makefile.in: don't create all directories for ``make install'';
11947         let the subdirectories create the ones they need.
11948
11949 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11950
11951         * COPYING: new file, GPL v2
11952
11953 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11954
11955         * Makefile.in: use the new gen-info-dir, which needs a template
11956         argument (which also lives in texinfo)
11957
11958         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
11959
11960 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
11961
11962         * config.sub (ncr3000):  Change i386 to i486.
11963
11964 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11965
11966         * Makefile.in: add install-rcs, install-grep to
11967         install-no-fixedincludes, removed install-bison and install-libgcc
11968
11969 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
11970
11971         * configure.in: grab the HPUX makefile fragment if on HPUX
11972
11973 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
11974
11975         * Makefile.in: eradicate bison spoor (ditto libgcc).
11976          configure.in: recognise m68{k,000}-ericsson-OSE.
11977          es1800 is alias for m68k-ericsson-OSE
11978
11979 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11980
11981         * configure.in: rearrange the parts that remove programs from
11982         configdirs, based now on HOST==TARGET or by canonical triple.
11983
11984 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
11985
11986         * test-build.mk: recurse explicitly with -f test-build.mk when
11987           appropriate.  predicate stage3 and comparison on the existence
11988           of gcc.  That is, if gcc isn't around, we aren't three-staging.
11989           On very clean, also remove ...stamp-co.  Build in-place before
11990           doing other builds.
11991
11992 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
11993
11994         * Makefile.in, configure.in: add tgas
11995
11996 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
11997
11998         * Makefile.in: a number of changes merged in from progressive.
11999
12000         * configure.in: add libm.
12001
12002         * .cvsignore: ignore some stuff that comes from test-build.mk.
12003
12004 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
12005
12006         * config.sub:  Add es1800 (m68k-ericsson-es1800).
12007
12008 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
12009
12010         * configure: Add program_suffix (parallel to program_prefix)
12011         * Makefile.in: adjust directory-creating script for losing decstation
12012
12013 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
12014
12015         * configure:  Minor $subdir-related fixes.
12016
12017 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
12018
12019         * configure: fix various problems with propogating
12020         makefile_target_frag in subdirs.
12021         * configure.in: config libgcc if its there
12022
12023 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
12024
12025         * config.sub:  HPPA merge.
12026
12027 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
12028
12029         * Makefile.in:  Replace all-bison with all-byacc in all
12030         dependency lines for other tools (which now use byacc).
12031
12032 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
12033
12034         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
12035
12036 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
12037
12038         * Makefile.in: make gprof rules similar to byacc rules (instead of
12039         vestigal $(unsubdir) that didn't work...)
12040
12041 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
12042
12043         * config.sub:  Add support for Linux.
12044         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
12045         (at least for libg++).
12046
12047 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
12048
12049         * configure.texi: fix doc for the -nfp option to configure
12050
12051 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
12052
12053         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
12054
12055 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
12056
12057         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
12058         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
12059         * configure.in: added solaris* host_makefile_frag hook.
12060
12061 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12062
12063         * config.sub: changed recognition of m68000 so that various
12064         m68k types can be specified via m680[01234]0
12065
12066 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12067
12068         * config.sub (basic_machine): fix sed so that '-foo' isn't
12069         completely substituted out while .+'-foo' loses the '-foo'
12070
12071 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
12072
12073         * config.sub ($os): Add -aout.
12074
12075 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
12076
12077         * configure:  If host_makefile_frag is absolute, don't
12078         prefix ${invsubdir} (relevant to libg++ auto-configure).
12079
12080 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
12081
12082         * Makefile.in (tooldir): Define it.
12083         (all-ld): Depend on all-flex.
12084
12085 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
12086
12087         * Makefile.in (check):  Fix libg++ special case.
12088
12089 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
12090
12091         * configure: do not bury `pwd` into config.status, thus do fewer
12092           pwd's.
12093
12094         * configure: print the "Building in" message only when building in
12095           other than "." AND verbose.
12096
12097         * configure: remove -s, rework -v to better accommodate guested
12098           configures.
12099
12100         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
12101
12102 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
12103
12104         * Makefile.in: macroize flags passed on recursion.  remove
12105           fileutils.
12106
12107 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
12108
12109         * configure: get makesrcdir right for subdirs deeper than 1.
12110
12111         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
12112           install.
12113
12114 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
12115
12116         * Makefile.in: don't print subdir_do or recursion lines.
12117
12118 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
12119
12120         * standards.texi: added menu item.
12121
12122         * Makefile.in: build and install standards.info.
12123
12124         * standards.texi: new file.
12125
12126 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12127
12128         * configure: test for and move config.status pieces from
12129           ${subdir}/.
12130
12131 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
12132
12133         * configure:  Test for existance of files before trying to mv
12134         them, to avoid numerous non-existance messages.
12135
12136 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
12137
12138         * configure: correct final line of config.status.
12139
12140         * configure: patch from eggert.  Avoids a protection problem if
12141           the original Makefile.in is read only.
12142
12143         * configure: use move-if-change from gcc to create config.status.
12144           Some makefiles depend on config.status to tell if a directory
12145           has been reconfigured for a different host.  This change
12146           prevents those directories from remaking everything in the case
12147           where the reconfig was only intended to rebuild a Makefile.
12148
12149         * configure: test for config.sub with "config.sub sun4" rather
12150           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
12151           host alias from a missing config.sub.
12152
12153 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12154
12155         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
12156           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
12157
12158 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
12159
12160         * configure: mkdir ${subdir} as needed.
12161
12162 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
12163
12164         * Makefile.in,configure.in: added autoconf.
12165
12166 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12167
12168         * Makefile.in: no longer pass against on recursion.
12169
12170         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
12171           definitions are not inherited.
12172
12173         * configure: correct makesrcdir when subdir is .
12174
12175 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
12176
12177         * configure:  Add support for 'subdirs' variable, which is
12178         like 'configdirs', except that configure doesn't re-invoke
12179         itself for subdirs, it just creates a Makefile for each subdir.
12180         * configure.texi:  Document subdirs.
12181
12182 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12183
12184         * configure.in: added flex to configdirs
12185
12186 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
12187
12188         * Makefile.in: remove clean-stamps from clean.
12189
12190 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
12191
12192         * configure.in:  Add gdbtest to configdirs.
12193
12194 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
12195
12196         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
12197         to recursive makes.
12198         * configure.in:  Recognize new ncr3000 config.
12199
12200 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
12201
12202         * Makefile.in, configure.in: removed references to gdbm.
12203
12204 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
12205
12206         * config.sub:  Don't canonicalize os value
12207         newsos* to bsd (readline needs to check for newsos).
12208         (This fix was earlier made Jan 31, but got re-broken.)
12209
12210 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
12211
12212         * configure.in:  sco is an os, not a vendor!
12213
12214         * configure:  Quote $( better.  Keep various shells happy.
12215
12216 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
12217
12218         * Makefile.in: eliminate stamp-files.
12219
12220 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
12221
12222         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
12223           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
12224
12225 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
12226
12227         * config.sub:  fix iris/iris3.
12228
12229 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
12230
12231         * configure: re-add -rm.
12232
12233 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
12234
12235         * Maskefile.in: add .stmp-rcs to all.
12236
12237         * configure.in: remove gas from rs6000 build, use aix host fragment.
12238
12239 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
12240
12241         * configure: pass down site_option during recursion.
12242
12243 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
12244
12245         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
12246
12247 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
12248
12249         * configure: Change exec_prefix so that it really defaults to prefix.
12250
12251 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
12252
12253         * Makefile.in, configure.in:  Add support for mmalloc library.
12254
12255 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
12256
12257         * Makefile.in: add stmp dependencies for a few more things.
12258
12259 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
12260
12261         * configure: adjusted error message on objdir/srcdir configure
12262           collision, per john's suggestion.
12263
12264         * Makefile.in: add libiberty stmp to all and all.cross.
12265
12266 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
12267
12268         * Makefile.in: remove force dependencies, add grep to all.
12269
12270 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
12271
12272         * Makefile.in: drop flex.  make stamp files work.
12273
12274         * configure: added test for conflicting configuration in srcdir,
12275           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
12276           gets cranky.  use relative paths for configure and srcdir
12277           whenever possible.  Send some error messages to stderr that were
12278           going to stdout.
12279
12280 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
12281
12282         * Makefile.in:  Fix libg++ rule to check for gcc directory
12283         before using gcc/gcc.  Also pass XTRAFLAGS.
12284
12285 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
12286
12287         * Makefile.in: added stmp-files so that directories aren't polled
12288           when they are already built.
12289
12290         * configure.texi: fixed a node pointer problem.
12291
12292 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
12293
12294         * config.sub configure.in gdb/configure.in
12295         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
12296         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
12297         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
12298
12299 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12300
12301         * configure: -recurring becomes -silent.  corrected help message
12302           for -site= option.
12303
12304         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
12305
12306 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12307
12308         * configure: when building Makefile for crosses, replace
12309           tooldir and program_prefix.  default srcdir from location of
12310           config.sub.  remove "for host in hosts" and "for target in
12311           targets" loops.
12312
12313 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12314
12315         * Makefile.in: Do not pass bindir or mandir to cvs.
12316
12317 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
12318
12319         * Makefile.in, configure.in: removed traces of namesubdir,
12320           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
12321           copyrights to '92, changed some from Cygnus to FSF.
12322
12323         * configure.texi: remove most references to multiple hosts,
12324           multiple targets, subdirs, etc.
12325
12326         * configure.man: removed rcsid. reference config.sub not
12327           config.subr.
12328
12329         * Makefile.in: mkdir $(infodir) on install-info.
12330
12331 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
12332
12333         * configure.texi:  Explain better about .gdbinit and about
12334         the environment that configure.in sections run in.
12335
12336 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
12337
12338         * configure.in:  Ultrix is only a decstation if it's a MIPS.
12339
12340 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
12341
12342         * README:  DOC.configure => cfg-paper.texi.
12343
12344 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
12345
12346         * config.sub (near case $os):  Don't convert newsos* to bsd!
12347
12348 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
12349
12350         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
12351         the number of copies of COPYING that go into the GDB tar file.
12352
12353 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
12354
12355         * bfd/configure.in, gdb/config/mh-i386sco,
12356         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
12357         Fix SCO configuration stuff.
12358
12359 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
12360
12361         * Makefile.in:  For libg++, make sure the -I pointing
12362         to the gcc directory goes *after* all the libg++-local -I flags.
12363         Also, move just-gcc dependency from just-libg++ to all-libg++.
12364
12365 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
12366
12367         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
12368
12369 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
12370
12371         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
12372
12373 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
12374
12375         * config.sub:  Add stratus configuration frags.  Also
12376         submitted to FSF.
12377
12378 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
12379
12380         * Makefile.in (DEV_SUPPORT):  add configure.man.
12381
12382         * config.sub(Decode manufacturer-specific):  add -none*.
12383
12384 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
12385
12386         * Makefile.in:  remove form feeds to make Sun's make happy.
12387         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
12388
12389 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
12390
12391         * Makefile.in (AR_FLAGS):  Make quieter.
12392
12393 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
12394
12395         * configure.in:  Add libg++.
12396         * configure:  When verbose, don't output the command line at each
12397         level; it will be unremarkably the same as the previous version,
12398         which will be the same as what the user typed.
12399
12400 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
12401
12402         * configure.in, Makefile.in: fix clean-info, add flex.  add
12403           fileutils.
12404
12405         * configure: be less sensitive to spaces in Makefile.in.  Do not
12406           look for sources in "..".  Doing so breaks subdirectories that
12407           might have their own configure.  If a subdir has it's own
12408           configure script, use it.
12409
12410 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
12411
12412         * cfg-paper.texi: some changes suggested by rms.
12413
12414 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
12415
12416         * config.sub:  Merge in some small additions from the FSF version,
12417         taken from the gcc distribution, to bring the Cygnus and FSF
12418         versions into closer sync.
12419
12420 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
12421
12422         * configure.in:  Changed svr4 references to sysv4.
12423
12424 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
12425
12426         * configure: added -V for version number option.
12427
12428 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
12429
12430         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
12431           renamed from DOC.configure to cfg-paper.texi.
12432
12433 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12434
12435         * configure, config.subr, config.sub: config.subr is now
12436           config.sub again.
12437
12438 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
12439
12440         * configure.texi: new file, in progress.
12441
12442         * Makefile.in: build info file and install the man page for
12443           configure.
12444
12445         * configure.man: new file, first cut.
12446
12447         * configure: find config.subr again now that configuration "none"
12448           has gone.  removed all traces of the -ansi option.  removed all
12449           traces of the -languages option.
12450
12451         * config.subr: resync from rms.
12452
12453 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12454
12455         * configure, config.sub, config.subr: merge config.sub into
12456           config.subr, call the result config.subr, remove config.sub, use
12457           config.subr.
12458
12459         * Makefile.in: revised install for dir.info.
12460
12461 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12462
12463         * configure.in: add decstation host makefile frag.
12464
12465         * Makefile.in: BISON now bison -y again.  also install-gcc on
12466           install.  clean-gdbm on clean.  infodir belongs in datadir.
12467           Make directories for info install.  Build dir.info here then
12468           install it.
12469
12470 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12471
12472         * Makefile.in: fix for bad directory tests.
12473
12474 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12475
12476         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
12477           regexp.  -srcdir relative was being handled incorrectly.
12478
12479         * Makefile.in: unwrapped some for loops so that parallel makes
12480           work again and so one can focus one's attention on a particular
12481           package.
12482
12483 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12484
12485         * configure: added PWD as a stand in for `pwd` (for speed). use
12486           elif wherever possible.  make -srcdir work without -objdir.
12487           -objdir= commented out.
12488
12489 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12490
12491         * configure: +options become --options.  -subdirs commented out.
12492           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
12493           Makefile now at top of generated Makefile.  Removed cvs log
12494           entries.  added -srcdir.  create .gdbinit only if there is one
12495           in ${srcdir}.
12496
12497         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
12498           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
12499           and mandir now keyed off datadir by default.
12500
12501 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12502
12503         * Freshly created ChangeLog.
12504
12505 \f
12506 Local Variables:
12507 mode: change-log
12508 left-margin: 8
12509 fill-column: 76
12510 version-control: never
12511 End: