OSDN Git Service

3ed00042ed930a7747474bfb2ceb8d98e0c0e54c
[pf3gnuchains/gcc-fork.git] / ChangeLog
1 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
2
3         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
4         of glob.  Quote arguments with single quotes too.
5         * configure: Regenerate.
6
7 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
8
9         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
10         * Makefile.in: Regenerate
11
12 2007-03-07  Andreas Schwab  <schwab@suse.de>
13
14         * configure: Regenerate.
15
16 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
17
18         * configure.ac: Add "--with-pdfdir" configure option,
19         which defines pdfdir variable.
20         * Makefile.def (target=fixincludes): Add install-pdf to
21         missing targets.
22         (recursive_targets): Add install-pdf target.
23         (flags_to_pass): Add pdfdir.
24         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
25         target.
26         * configure: Regenerate
27         * Makefile.in: Regenerate
28
29 2007-02-28  Eric Christopher  <echristo@apple.com>
30
31         Revert:
32         2006-12-07  Mike Stump  <mrs@apple.com>
33
34         * Makefile.def (dependencies): Add dependency for
35         install-target-libssp and install-target-libgomp on
36         install-gcc.
37         * Makefile.in: Regenerate.
38
39 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
40
41         * configure: Regenerate.
42         * configure.ac: Move statements after variable declarations.
43
44 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
45
46         * MAINTAINERS: Add myself as sh maintainer.
47
48 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
49
50         * configure.ac: Adjust for loop syntax.
51         * configure: Regenerate.
52
53 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
54
55         * configure: Rebuilt.
56
57 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
58
59         * configure.ac: Drop multiple occurrences of --enable-languages,
60         and fix its quoting.
61         * configure: Rebuilt.
62
63 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
64             Nathan Sidwell  <nathan@codesourcery.com>
65             Vladimir Prus  <vladimir@codesourcery.com
66             Joseph Myers  <joseph@codesourcery.com>
67
68         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
69         * configure: Regenerate.
70
71 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
72
73         * ltconfig (freebsd*): Default to elf.
74
75 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
76
77         * configure.ac (target_libraries): Move libgcc before libiberty.
78         * configure: Regenerated.
79
80 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
81             Paolo Bonzini  <bonzini@gnu.org>
82
83         PR bootstrap/30753
84         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
85         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
86         * configure: Regenerated.
87
88 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
89
90         * MAINTAINERS (Language Front End Maintainers): Update my mail
91         address.
92
93 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
94
95         PR bootstrap/30748
96         * configure.ac: Correct syntax for Solaris ksh.
97         * configure: Regenerated.
98
99 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
100
101         * configure.ac: Sync with src.
102         * configure: Regenerate.
103
104 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
105
106         * Makefile.in: Regenerate.
107
108 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
109
110         * config.sub: Sync with src.
111
112 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
113
114         * Makefile.tpl (build_alias, host_alias, target_alias): Use
115         noncanonical equivalents.
116         * configure.in: Rename to...
117         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
118         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
119         target_noncanonical.  Use them.  Rewrite removal of configure
120         arguments for autoconf 2.59.  Discard variable settings.  Force
121         program_transform_name for native tools.
122
123         * Makefile.in: Regenerated.
124         * configure: Regenerated with autoconf 2.59.
125
126 2007-02-07  Roman Zippel <zippel@linux-m68k.org>
127
128         * MAINTAINERS (Write After Approval): Add myself.
129
130 2007-01-31  Andreas Schwab  <schwab@suse.de>
131
132         * Makefile.tpl (LDFLAGS): Substitute it.
133         * Makefile.in: Regenerate.
134
135 2007-01-30 Andrey Belevantsev <abel@ispras.ru>
136
137         * MAINTAINERS (Write After Approval): Add myself.
138
139 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
140
141         * MAINTAINERS (spu port): Add myself.
142
143 2007-01-23  Richard Guenther  <rguenther@suse.de>
144
145         PR bootstrap/30541
146         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
147         * Makefile.tpl (GNATBIND): Substitute it.
148         (GNATMAKE): Likewise.
149         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
150         of STAGE_PREFIX.
151         * Makefile.in: Regenerate.
152         * configure: Regenerate.
153
154 2007-01-18  Mike Stump  <mrs@apple.com>
155
156         * configure.in: Re-enable -Werror for gcc builds.
157
158 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
159
160         * MAINTAINERS (Write After Approval): Add myself.
161
162 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
163
164         * configure.in: Change == to = in test command.
165         * configure: Regenerate.
166
167 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
168             Nick Clifton  <nickc@redhat.com>
169             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
170
171         * configure.in (build_configargs, host_configargs, target_configargs):
172         Remove build/host/target parameters.
173         (host_libs): Add gmp and mpfr.
174         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
175         * Makefile.def (gmp, mpfr): New.
176         (gcc): Remove target.
177         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
178         target_os, target_vendor): New.
179         (configure): Add host_alias/target_alias arguments.  Adjust invocations.
180         * configure: Regenerate.
181         * Makefile.in: Regenerate.
182
183 2007-01-11  Matt Fago  <fago@earthlink.net>
184
185         * configure.in: Try to link to functions only in mpfr 2.2.x
186         to improve robustness of configure tests.
187         * configure: Regenerate.
188
189 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
190
191         * MAINTAINERS: Add myself as i386 maintainer.
192
193 2007-01-08  Jan Hubicka  <jh@suse.cz>
194
195         * MAINTAINERS: Add myself as i386 maintainer.
196
197 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
198
199         * configure.in: Add support for an x86_64-mingw* target.
200         * configure: Regenerate.
201
202 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
203
204         * Makefile.tpl (all-target): Correct @if conditional for target
205         modules.
206         * configure.in: Omit libiberty if building only target libgcc.
207         * configure, Makefile.in: Regenerated.
208
209 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
210
211         * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
212         * configure: Regenerate.
213
214 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
215
216         * Makefile.def (target_modules): Add libgcc.
217         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
218         * Makefile.tpl (clean-target-libgcc): Delete.
219         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
220         on gcc even for bootstrapped modules.  Rewrite handling of
221         lang_env_dependencies to loop over target_modules.
222         * configure.in (target_libraries): Add target-libgcc.
223         * Makefile.in, configure: Regenerated.
224
225 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
226
227         * configure.in: Reorganize recognition of languages.  Add
228         --enable-stage1-languages.  Show supported languages for the chosen
229         target rather than all recognized languages.
230         * configure: Regenerate.
231
232 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
233
234         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
235         * Makefile.in: Regenerate.
236
237 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
238
239         * configure.in: Warn that MPFR 2.2.0 is buggy.
240         * configure: Regenerate.
241
242 2006-12-27  Ian Lance Taylor  <iant@google.com>
243
244         * configure.in: When removing Makefiles to force a reconfigure, also
245         remove prev-DIR*/Makefile.
246         * configure: Regenerate.
247
248 2006-12-22  Andreas Schwab  <schwab@suse.de>
249
250         * configure: Regenerate with correct autoconf version.
251
252 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
253
254         * configure.in: add AC_SUBST for *_FOR_TARGET.
255         * configure: Regenerate.
256
257 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
258
259         * configure.in: Simplify logic for rejecting languages that cannot
260         be built.  Separate the case when a language is unsupported,
261         from the case when the user chooses not to build a language.
262
263 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
264
265         * configure.in: Remove "$build" case for powerpc-*-darwin* since
266         it only affects bootstrap and could be tested on "$host" as well.
267         * configure: Regenerate.
268         * config/mh-ppc-darwin: Add to the stage1 cflags here.
269
270 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
271
272         PR bootstrap/29544
273         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
274         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
275         move here comment from Makefile.tpl.
276         * Makefile.tpl: Move some definitions higher in the file.
277         (STAGE1_CHECKING): New.
278         * configure.in: Add --enable-stage1-checking.
279         * configure: Regenerate.
280         * Makefile.in: Regenerate.
281
282 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
283
284         * MAINTAINERS: Add myself as build system maintainer.
285
286 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
287
288         * MAINTAINERS (Write After Approval): Add myself.
289
290 2006-12-13  Eric Christopher  <echristo@apple.com>
291
292         * MAINTAINERS: Add myself as darwin maintainer.
293
294 2006-12-11  Ian Lance Taylor  <ian@airs.com>
295
296         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
297
298 2006-12-11  Joern Rennecke <joern.rennecke@arc.com>
299
300         MAINTAINERS: Update my entry.
301
302 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
303
304         * configure.in:  Handle spu makefile frag.
305         * Makefile.tpl (MAINT): Define
306         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
307         * configure: Regenerate.
308         * Makefile.in: Regenerate.
309
310 2006-12-11  Ben Elliston  <bje@au.ibm.com>
311
312         * config.guess: Import latest version.
313         * config.sub: Likewise.
314
315 2006-12-11  Ben Elliston  <bje@au.ibm.com>
316
317         * configure.in (spu-*-*): Don't skip target-libiberty.
318         * configure: Regenerate.
319
320 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
321
322         PR bootstrap/30134
323         * configure.in: Correct x86 darwin support for libjava to powerpc
324         and i?86 only.
325         * configure: Regenerate.
326
327 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
328
329         * configure.in: Add x86 darwin support for libjava.
330         * configure: Regenerate.
331
332 2006-12-07  Mike Stump  <mrs@apple.com>
333
334         * Makefile.def (dependencies): Add dependency for
335         install-target-libssp and install-target-libgomp on
336         install-gcc.
337         * Makefile.in: Regenerate.
338
339 2006-12-04  Richard Guenther  <rguenther@suse.de>
340
341         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
342         (Non-Algorithmic Maintainers): Move over non-algorithmic
343         loop optimizer maintainers, add myself as a non-algorithmic
344         middle-end maintainer.
345
346 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
347
348         * MAINTAINERS (Write After Approval): Add myself.
349
350 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
351
352         * configure.in: Update error message for missing GMP/MPFR.
353
354         * configure: Regenerate.
355
356 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
357
358         * configure.in: Update MPFR version in error message.
359
360         * configure: Regenerate.
361
362 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
363
364         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
365         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
366         --with-gmp-lib): New flags.
367
368         * configure: Regenerate.
369
370 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
371
372         * MAINTAINERS (Write After Approval): Change my email address.
373
374 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
375
376         * MAINTAINERS (Write After Approval): Add myself.
377
378 2006-11-22  Philipp Thomas <pth@suse.de>
379
380         * MAINTAINERS (i18n): Update e-mail address.
381
382 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
383
384         * MAINTAINERS (spu port): Add myself as maintainer.
385         (Write After Approval): Remove myself.
386
387 2006-11-22  Ben Elliston  <bje@au.ibm.com>
388
389         * configure.in (skipdirs): Don't build libssp for SPU.
390         * configure: Regenerate.
391
392 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
393
394         * MAINTAINERS (spu port): Add myself as maintainer.
395         (libobjc): Update my email address.
396
397 2006-11-21  Andrea Bona  <andrea.bona@st.com>
398
399         * MAINTAINERS (Write After Approval): Add myself.
400
401 2006-11-20  Trevor Smigiel <trevor_smigiel@playstation.sony.com>
402
403         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
404         * configure : Rebuilt.
405
406 2006-11-20  Trevor Smigiel <trevor_smigiel@playstation.sony.com>
407
408         * MAINTAINERS (Write After Approval): Add myself.
409
410 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
411
412         * MAINTAINERS (Write After Approval): Add myself.
413
414 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
415
416         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
417         libmpfr.a.
418         * configure: Regenerate.
419
420 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
421
422         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
423         (unstage): Test for stage_last presence.
424
425         PR bootstrap/29802
426         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
427         * Makefile.in: Regenerate.
428
429 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
430
431         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
432         maintainers.
433
434 2006-11-14  Erven Rohou  <erven.rohou@st.com>
435
436         * MAINTAINERS (Write After Approval): Add myself.
437
438 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
439
440         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
441         and stageN-package/Makefile.
442         * Makefile.in: Regenerated.
443
444 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
445
446         * configure.in: Remove target-libgloss from noconfigdirs for
447         bfin-*-*.
448         * configure: Regenerated.
449
450 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
451
452         * configure.in (have_gmp): Only error if the gcc directory exists.
453
454         * configure: Regenerate.
455
456 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
457
458         * configure.in: Robustify error message for missing GMP/MPFR.
459
460         * configure: Regenerate.
461
462 2006-10-31  Stephen M. Webb <stephen.webb@bregmasoft.com>
463
464         * MAINTAINERS (Write After Approval): Add myself.
465
466 2006-10-30  Uros Bizjak <ubizjak@gmail.com>
467
468         * MAINTAINERS: Change email address.
469
470 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
471
472         * MAINTAINERS (Write After Approval): Add myself.
473
474 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
475
476         * MAINTAINERS (Write After Approval): Add myself.
477
478 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
479
480         * MAINTAINERS (Write After Approval): Move myself to
481         Write After Approval section.
482
483 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
484
485         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
486         need_gmp anymore.
487         * configure: Regenerate.
488
489 2006-10-16  Tobias Burnus  <burnus@net-b.de>
490
491         * MAINTAINERS (Write After Approval): Add myself.
492
493 2006-10-16  Ben Elliston  <bje@au.ibm.com>
494
495         * config.guess: Import latest version.
496         * config.sub: Likewise.
497
498 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
499
500         * Makefile.def: Added pdf target handling.
501         * Makefile.tpl: Added pdf target handling.
502         * Makefile.in: Regenerated.
503
504 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
505
506         * MAINTAINERS: Add self as score port maintainer.
507
508 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
509
510         * MAINTAINERS (Write After Approval): Add myself.
511
512 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
513
514         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
515         or newer.
516         * configure: Regenerated.
517
518 2006-09-27  Dave Brolley  <brolley@redhat.com>
519
520         * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
521         $s instead of $r.
522         * configure: Regenerated.
523
524 2006-09-26  Thiemo Seufer  <ths@mips.com>
525
526         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
527         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
528         * configure: Regenerate.
529
530 2006-09-24  Graeme Peterson <gridly@gmail.com>
531
532         * MAINTAINERS (Write After Approval): Remove myself.
533
534 2006-09-22  Chao-ying Fu  <fu@mips.com>
535
536         * MAINTAINERS (Write After Approval): Add myself.
537
538 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
539
540         * MAINTAINERS: Add self as soft-fp maintainer.
541
542 2006-09-09  Anatoly Sokolov <aesok@post.ru>
543
544         * MAINTAINERS: Add myself as avr maintainer.
545         Remove Marek Michalkiewicz as avr maintainer.
546
547 2006-09-07  Roberto Costa  <roberto.costa@st.com>
548
549         * MAINTAINERS (Write After Approval): Add myself.
550
551 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
552
553         * configure.in: Never build newlib for a Mingw host.
554         Never build newlib as Mingw target library.
555         Test the existence of winsup/cygwin for building a Cygwin newlib,
556         rather than just winsup.
557         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
558         building a Mingw target.
559         * configure: Regenerate.
560
561 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
562
563         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
564
565 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
566
567         * config.guess: Import from src (was more updated).
568         * config.sub: Likewise.
569
570 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
571
572         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
573         * configure: Regenerated.
574
575 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
576
577         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
578         for stages after the first.
579
580 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
581
582         * Makefile.def: Add dependencies for configure-opcodes
583         on configure-intl and all-opcodes on all-intl.
584         * Makefile.in: Regenerated.
585
586 2006-07-13  Ben Elliston  <bje@au.ibm.com>
587
588         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
589
590 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
591
592         Port to hosts whose 'sort' and 'tail' implementations
593         treat operands with leading '+' as file names, as POSIX
594         has required since 2001.  However, make sure the code still
595         works on pre-POSIX hosts.
596         * ltmain.sh: Don't assume "sort +2" is equivalent to
597         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
598
599 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
600
601         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
602
603 2006-07-04  Peter O'Gorman  <peter@pogma.com>
604
605         * ltconfig: chmod 644 before ranlib during install.
606
607 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
608
609         PR bootstrap/18058
610         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
611         if the bootstrap compiler is a GCC version that supports it.
612         * configure: Regenerate.
613
614 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
615
616         * configure.in: Fix thinkos in previous check-in.
617         * configure: Regenerate.
618
619 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
620
621         PR other/27063
622         * configure.in: Test subdir_requires and give an appropriate
623         error message.
624         * configure: Regenerate.
625
626 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
627
628         * MAINTAINERS (Write After Approval): Add myself.
629
630 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
631
632         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
633
634 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
635
636         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
637
638 2006-06-20  David Ayers  <d.ayers@inode.at>
639
640         PR bootstrap/28072
641         * configure.in: Add target-boehm-gc to noconfigdirs depending on
642         whether target-libjava is being configured instead of whether the
643         java front end is enabled.
644         * configure: Regenerate.
645
646 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
647
648         PR target/27540
649         * configure.in: Only enable libgomp on IRIX 6.
650         * configure: Regenerate.
651
652 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
653
654         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
655         too.
656         * Makefile.in: Regenerate.
657
658 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
659
660         * config-ml.in: Alter CCASFLAGS to include special
661         multilib options the same as is done for CFLAGS.
662
663 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
664
665         * configure.in: Don't enable libgomp on hpux10.
666         * configure: Rebuilt.
667
668 2006-06-12  David Ayers  <d.ayers@inode.at>
669
670         PR bootstrap/27963
671         PR target/19970
672         * configure.in: Remove target-boehm-gc from noconfigdirs where
673         ${libgcj} is specified.
674         * configure: Regenerate.
675
676 2006-06-06  Carlos O'Donell <carlos@codesourcery.com>
677
678         Sync from src:
679
680         * configure.in: Sync.
681         * configure: Regenerated.
682
683         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
684
685         * Makefile.def: Added dependencies from sim and gdb on intl, and
686         added configure dependencies to everything with an all dependency
687         on intl.
688         * Makefile.in: Regenerated.
689
690 2006-06-06  David Ayers  <d.ayers@inode.at>
691
692         PR libobjc/13946
693         * Makefile.def: Add dependencies for libobjc which boehm-gc.
694         * Makefile.in: Regenerate.
695         * configure.in: Add --enable-objc-gc at toplevel and have it
696         enable boehm-gc for Objective-C.
697         Remove target-boehm-gc from libgcj.
698         Add target-boehm-gc to target_libraries.
699         Add target-boehm-gc to noconfigdirs where ${libgcj}
700         is specified.
701         Assert that boehm-gc is supported when requested for Objective-C.
702         Only build boehm-gc if needed either for Java or Objective-C.
703         * configure: Regenerate.
704
705 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
706
707         PR 27674
708         * Makefile.tpl (configure-[+prefix+][+module+],
709         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
710         Remove rule to unstage bootstrapped modules.
711         (stage_current): New.
712         * Makefile.in: Regenerate.
713
714 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
715
716         * MAINTAINERS (Write After Approval): Update my e-mail address.
717
718 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
719
720         * include/libiberty.h: Declare pex_run_in_environment.
721
722 2006-05-31  Asher Langton  <langton2@llnl.gov>
723
724         * MAINTAINERS (Write After Approval): Add myself.
725
726 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
727
728         * Makefile.def (bfd, opcodes): Fix lib_path.
729         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
730         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
731         * Makefile.in: Regenerate.
732
733 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
734
735         * Makefile.in: Regenerate.
736
737 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
738
739         * Makefile.def: Add install-html target. Add datarootdir
740         docdir and htmldir to flags_to_pass.
741         * Makefile.tpl: Add install-html target.
742         * Makefile.in: Regenerate.
743         * configure.in: Add --with-datarootdir, --with-docdir, and
744         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
745         * configure: Regenerate.
746
747 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
748
749         * configure.in: Enable gprof for cross builds.
750         * configure: Regenerate.
751
752 2006-05-22  Richard Guenther  <rguenther@suse.de>
753
754         Revert
755         2006-01-31  Richard Guenther  <rguenther@suse.de>
756         Paolo Bonzini  <bonzini@gnu.org>
757
758         * Makefile.def (target_modules): Add libgcc-math target module.
759         * configure.in (target_libraries): Add libgcc-math target library.
760         (--enable-libgcc-math): New configure switch.
761         * Makefile.in: Re-generate.
762         * configure: Re-generate.
763         * libgcc-math: New toplevel directory.
764
765 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
766             Andreas Tobler  <a.tobler@schweiz.ch>
767
768         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
769         * configure: Rebuilt.
770
771 2006-05-12  Sandra Loosemore <sandra@codesourcery.com>
772
773         * MAINTAINERS (Write After Approval): Add myself.
774
775 2006-05-01  DJ Delorie  <dj@redhat.com>
776
777         * configure.in: Restore CFLAGS if GMP isn't present.
778         * configure: Regenerate.
779
780 2006-05-01  Richard Guenther  <rguenther@suse.de>
781
782         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
783         maintainer.
784
785 2006-04-30  Kenneth Zadeck <zadeck@naturalbridge.com>
786
787         * MAINTAINERS (Write After Approval): Add myself.
788
789 2006-04-28  Jan Beulich  <jbeulich@novell.com>
790
791         * MAINTAINERS (Write After Approval): Add myself.
792
793 2006-04-18  DJ Delorie  <dj@redhat.com>
794
795         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
796         reference libgloss so that libssp can be built in a combined
797         tree.
798         * configure: Regenerate.
799
800 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
801
802         * MAINTAINERS (Write After Approval): Add myself.
803
804 2006-04-05  Ben Elliston  <bje@au.ibm.com>
805
806         * configure.in: Require makeinfo 4.4 or higher.
807         * configure: Regenerate.
808
809 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
810
811         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
812         Rearrange the entries of other libraries to have them in one place.
813
814 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
815
816         * MAINTAINERS (Write After Approval): Remove myself.
817         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
818
819 2006-03-14  Richard Guenther  <rguenther@suse.de>
820
821         * configure: Regenerate with autoconf 2.13.
822
823 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
824
825         * MAINTAINERS: Use my work address.
826
827         * MAINTAINERS: Update my E-mail address.
828
829 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
830
831         * configure.in: Handle --disable-<component> generically.
832         * configure: Regenerate.
833
834 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
835
836         PR libgcj/17311
837         * ltmain.sh: Don't use "$finalize_rpath" for compile.
838
839 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
840
841         * MAINTAINERS (Write After Approval):  Remove myself.
842         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
843
844 2006-02-21  Rafael Avila de Espindola <rafael.espindola@gmail.com>
845
846         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
847         (TARGET_CONFIGDIRS): Remove.
848         * configure.in: Remove AC_SUBST(target_configdirs).
849         * Makefile.in, configure: Regenerated.
850
851 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
852
853         * MAINTAINERS (Write After Approval):  Remove myself.
854         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
855
856 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
857
858         PR bootstrap/25670
859
860         * Makefile.tpl ([+compare-target+]): Print explanation messages.
861
862         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
863         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
864         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
865         BUILD_PREFIX, BUILD_PREFIX_1.
866         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
867
868         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
869         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
870
871         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
872         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
873         of `cat stage_current`.  Always provide the `r' and `s' variables.
874         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
875         a single shell execution.
876         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
877         bootstrapped modules, make the stage1 module if the build was not
878         started yet, else build the current stage.
879         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
880         (all-build, all-host, all-target, [+make_target+]-host,
881         [+make_target+]-target): Do not use \-continued lines.
882         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
883         (current_stage, restrap, stage_last): New.
884
885         * Makefile.in: Regenerate.
886         * configure: Regenerate.
887
888 2006-02-19  Bud Davis  <jmdavis@link.com>
889
890         * MAINTAINERS (Write After Approval):  Remove myself.
891         (Language Front End Maintainers):  Add myself as fortran 95
892         maintainer and update e-mail address.
893
894 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
895
896         * MAINTAINERS (Write After Approval):  Remove myself.
897         (Language Front End Maintainers):  Add myself as fortran 95
898         maintainer.
899
900 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
901
902         * MAINTAINERS (Write After Approval): Add myself.
903
904 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
905
906         * MAINTAINERS (Write After Approval):  Remove myself.
907         (Language Front End Maintainers):  Add myself as
908         fortran 95 maintainer.
909
910 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
911
912         Sync from src:
913
914         2005-12-27  Leif Ekblad  <leif@rdos.net>
915
916         * configure.in: Add support for RDOS target.
917         * configure: Regenerate.
918
919 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
920             Andreas Schwab  <schwab@suse.de>
921
922         * configure: Regenerate.
923
924 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
925
926         * configure.in (enable_libgomp): Add AIX.
927         * configure: Regenerate.
928
929 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
930
931         * MAINTAINERS (Write After Approval): Add myself.
932
933 2006-02-03  Lee Millward  <lee.millward@gmail.com>
934
935         * MAINTAINERS (Write After Approval): Add myself.
936
937 2006-01-31  Richard Guenther  <rguenther@suse.de>
938         Paolo Bonzini  <bonzini@gnu.org>
939
940         * Makefile.def (target_modules): Add libgcc-math target module.
941         * configure.in (target_libraries): Add libgcc-math target library.
942         (--enable-libgcc-math): New configure switch.
943         * Makefile.in: Re-generate.
944         * configure: Re-generate.
945         * libgcc-math: New toplevel directory.
946
947 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
948
949         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
950         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
951         the assembler, linker and binutils.
952         * configure: Regenerate.
953
954 2006-01-22  Dirk Mueller  <dmueller@suse.de>
955
956         * MAINTAINERS (Write After Approval): Add myself.
957
958 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
959
960         * configure: Regenerate.
961
962 2006-01-18  Richard Henderson  <rth@redhat.com>
963             Jakub Jelinek  <jakub@redhat.com>
964             Diego Novillo  <dnovillo@redhat.com>
965
966         * libgomp: New directory.
967         * Makefile.def: Add target_module libgomp.
968         * Makefile.in: Regenerate.
969         * configure.in (target_libraries): Add target-libgomp.
970         * configure: Regenerate.
971
972 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
973
974         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
975         @ from continuation.
976         * Makefile.in: Rebuilt.
977
978 2006-01-04  Chris Lattner  <sabre@gnu.org>
979
980         * MAINTAINERS (Write After Approval): Add myself.
981
982 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
983
984         PR bootstrap/24252
985
986         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
987         * Makefile.tpl (OBJDUMP): New.
988         (EXTRA_HOST_FLAGS): Add it.
989         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
990
991         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
992         to use symbolic links between directories.  Avoid race conditions
993         or make them harmless.
994         * configure.in: Do not try to use symbolic links between directories.
995
996         * Makefile.def (LEAN): Pass.
997         * Makefile.tpl (LEAN): Define.
998         (stage[+id+]-start): Accept that the previous directory does not
999         exist, if the bootstrap is lean.
1000         (stage[+id+]-bubble): Invoke lean bootstrap commands after
1001         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
1002         configure substitution.
1003         ([+compare-target+]): Likewise.
1004         ([+bootstrap-target+]-lean): New.
1005         * configure.in: Remove lean bootstrap support from here.
1006
1007         * Makefile.in: Regenerate.
1008         * configure: Regenerate.
1009
1010 2006-01-04  Ben Elliston  <bje@au.ibm.com>
1011
1012         * MAINTAINERS (libdecnumber): Add myself.
1013
1014 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
1015
1016         * libtool-ldflags: New script.
1017
1018 2006-01-02  Andreas Schwab  <schwab@suse.de>
1019
1020         * configure.in: When reconfiguring remove Makefile in
1021         all stage directories.
1022         * configure: Regenerate.
1023
1024 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
1025
1026         * MAINTAINERS: Update my email address.
1027
1028 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
1029
1030         Revert Ada-related part of the previous change.
1031
1032         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
1033         Do not pass.
1034         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
1035         * Makefile.in: Regenerate.
1036         * configure.in: Do not include mt-ppc-aix target fragment.
1037         * configure: Regenerate.
1038
1039 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
1040
1041         * configure.in: Select appropriate fragments for PowerPC/AIX.
1042         * configure: Regenerate.
1043
1044         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
1045         BOOT_CFLAGS, BOOT_LDFLAGS.
1046         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
1047         BOOT_CFLAGS, BOOT_LDFLAGS.
1048         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
1049         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
1050         (stage): Fail if we cannot complete the work.
1051         * Makefile.in: Regenerate.
1052
1053 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
1054
1055         * configure.in: Replace ms1 with mt.
1056         * configure: Rebuilt.
1057
1058 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
1059
1060         * MAINTAINERS: Update my email address.
1061
1062 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
1063
1064         * Makefile.tpl (all, do-[+make_target+], do-check, install,
1065         install-host-nogcc): Don't invoke $(stage) at the end.
1066         * Makefile.in: Regenerate.
1067
1068 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
1069
1070         * configure.in: Flip the top-level bootstrap switch.
1071         * configure: Regenerate.
1072
1073 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
1074
1075         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
1076         $(stage) and $(unstage).
1077         (EXTRA_TARGET_FLAGS): Correct double-quoting.
1078         (all): Remove stray semicolon.
1079         (local-distclean): Don't handle multilib.tmp and multilib.out.
1080         (install.all): Set $s for consistency.
1081         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
1082         check_multilibs setting.  Always make the install directory.
1083         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
1084         Correct @if/@endif.
1085         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
1086         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
1087         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
1088         (multilib.out): Remove.
1089         * Makefile.in: Regenerated.
1090
1091 2005-12-12  Carlos O'Donell <carlos@codesourcery.com>
1092
1093         * MAINTAINERS (Write After Approval): Add myself.
1094
1095 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
1096
1097         * MAINTAINERS: Add myself as mt maintainer.
1098
1099         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
1100
1101 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
1102
1103         * MAINTAINERS: Change email address.
1104
1105 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
1106
1107         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
1108         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
1109         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
1110         Find in-tree tools if available.
1111         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
1112         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
1113         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
1114         (COMPILER_*_FOR_TARGET): New.
1115         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
1116         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
1117         (CONFIGURED_*, USUAL_*): Remove.
1118         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
1119         STRIP): Use autoconf substitutions.
1120         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
1121         COMPILER_NM_FOR_TARGET): New.
1122         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
1123
1124         (all): Make all-host and all-target in parallel.
1125         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
1126         that $$r and $$s are set before invoking a recursive make.
1127         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
1128         ([+bootstrap-target+]): Inline most of the `all' target.
1129
1130 2005-11-29  Ben Elliston  <bje@au.ibm.com>
1131
1132         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
1133         from the gcc build directory.
1134         * Makefile.in: Regenerate.
1135
1136 2005-11-29  Ben Elliston  <bje@au.ibm.com>
1137
1138         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
1139         depend on all-libdecnumber.
1140         * configure.in (host_libs): Include libdecnumber.
1141         * Makefile.in: Regenerate.
1142         * configure: Likewise.
1143
1144 2005-11-29  Ben Elliston  <bje@au.ibm.com>
1145
1146         * libdecnumber: Import decNumber sources from the dfp-branch.
1147
1148 2005-11-21  Kean Johnston  <jkj@sco.com>
1149
1150         * config.sub, config.guess: Sync from upstream sources.
1151
1152 2005-11-21  Ben Elliston  <bje@au.ibm.com>
1153
1154         Import from Autoconf sources:
1155
1156         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
1157         * config/move-if-change: Don't output "$2 is unchanged";
1158         suggested by Ben Elliston.  Handle weird characters correctly.
1159
1160 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
1161
1162         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
1163         to match upstream libtool for darwin.
1164
1165 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
1166
1167         * Makefile.def: Remove gdb dependencies for gdbtk.
1168         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
1169         (configure-gdb, install-gdb): New rules.
1170         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
1171         * Makefile.in, configure: Regenerated.
1172
1173 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
1174
1175         * MAINTAINERS (Write After Approval): Add myself.
1176
1177 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
1178
1179         * MAINTAINERS (Write After Approval): Add myself.
1180
1181 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
1182
1183         * MAINTAINERS (alias analysis): Add Daniel Berlin and
1184         Diego Novillo.
1185
1186 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
1187
1188         PR bootstrap/24297
1189         * Makefile.tpl (do-[+make-target+], do-check, install,
1190         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
1191         are set before recursing.
1192         * Makefile.in: Regenerate.
1193
1194 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
1195
1196         PR bootstrap/18939
1197         * Makefile.def (gcc) <target>: Fix thinko.
1198         * Makefile.in: Regenerate.
1199
1200 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
1201
1202         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
1203         * configure: Regenerate.
1204
1205 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
1206
1207         * MAINTAINERS (Write After Approval): Add self.
1208
1209 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
1210
1211         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
1212         target-libffi, target-qthreads, target-libjava, and
1213         targetlibobjc.
1214         * configure: Regenerate.
1215
1216 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
1217
1218         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
1219         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
1220         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
1221         (USUAL_OBJDUMP_FOR_TARGET): New.
1222         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
1223         * configure.in: Check for $OBJDUMP_FOR_TARGET.
1224         * configure, Makefile.in: Regenerated.
1225
1226 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
1227
1228         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
1229         before other host packages.
1230
1231 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
1232
1233         * MAINTAINERS: Add self as sh libraries/configury maintainer.
1234
1235 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
1236
1237         PR bootstrap/22340
1238
1239         * configure.in (default_target): Remove.
1240         * Makefile.tpl (all): Do not use prerequisites as subroutines
1241         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
1242         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
1243         use prerequisites as subroutines.
1244         (check-host, check-target): New.
1245         (bootstrap configure & all targets): Do not use stage*-start
1246         if the directory layout is already ok.
1247         (non-bootstrap configure & all targets): Prepend a $(unstage).
1248         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
1249         (NOTPARALLEL): Remove.
1250         (unstage, stage variables): New variables.
1251         (unstage, stage targets): Simply expand to those variables.
1252
1253         * configure: Regenerate.
1254         * Makefile.in: Regenerate.
1255
1256 2005-10-04  James E Wilson  <wilson@specifix.com>
1257
1258         * Makefile.def (lang_env_dependencies): Add libmudflap.
1259         * Makefile.in: Regenerate.
1260
1261 2005-10-03  Andreas Schwab  <schwab@suse.de>
1262
1263         Backport from libtool CVS:
1264         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
1265
1266         * ltmain.sh: add support for installing into temporary
1267         staging area (e.g. 'make install DESTDIR=...')
1268
1269 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
1270
1271         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
1272         * configure: Regenerated.
1273
1274 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
1275
1276         * configure: Regenerate with the correct
1277         autoconf version.
1278
1279 2005-09-30  Catherine Moore  <clm@cm00re.com>
1280
1281         * configure.in (bfin-*-*): New.
1282         * configure: Regenerated.
1283
1284 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
1285
1286         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
1287         (LIPO_FOR_TARGET): New.
1288         (CONFIGURED_LIPO_FOR_TARGET): New.
1289         (USUAL_LIPO_FOR_TARGET): New.
1290         (STRIP_FOR_TARGET): New.
1291         (CONFIGURED_STRIP_FOR_TARGET): New.
1292         (USUAL_STRIP_FOR_TARGET): New.
1293         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
1294         STRIP_FOR_TARGET.
1295         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
1296         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
1297         * Makefile.in: Regenerate.
1298         * configure: Regenerate.
1299
1300 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
1301
1302         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
1303         (rs6000-*-aix*): Same.
1304         * configure: Regenerate.
1305
1306 2005-09-16  Tom Tromey  <tromey@redhat.com>
1307
1308         * MAINTAINERS: Add self as java maintainer.
1309
1310 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
1311
1312         * configure.in: Recognize f95 in the --enable-languages option,
1313         and substitute it for fortran, issuing a warning.
1314         * configure: Regenerate.
1315
1316 2005-08-30  Phil Edwards  <phil@codesourcery.com>
1317
1318         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
1319         * configure:  Regenerated.
1320
1321 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
1322
1323         * MAINTAINERS: Add self as ms1 maintainer.
1324
1325 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
1326
1327         * Makefile.def (libssp): Add to lang_env_dependencies.
1328         * Makefile.in: Regenerate.
1329
1330 2005-08-18  Ian Lance Taylor  <ian@airs.com>
1331
1332         * MAINTAINERS: Add myself as middle-end maintainer.
1333
1334 2005-08-17  Christian Groessler  <chris@groessler.org>
1335
1336         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
1337         * Makefile.in: Regenerate.
1338
1339 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
1340
1341         * MAINTAINERS (write after approval): Added myself.
1342
1343 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
1344
1345         * MAINTAINERS (Write After Approval): Add myself.
1346
1347 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
1348
1349         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
1350         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
1351         Look for alternate names of the target cc and c++
1352         * configure: Regenerate.
1353
1354 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
1355
1356         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
1357         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
1358         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
1359         tools; remove code to manually set them.
1360         (Target tools): Look in the environment for them.
1361         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
1362         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
1363         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
1364         build directory.
1365         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
1366         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
1367         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
1368         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
1369         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
1370         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
1371         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
1372         * configure: Regenerate.
1373         * Makefile.in: Regenerate.
1374
1375 2005-07-28  Ben Elliston  <bje@au.ibm.com>
1376
1377         * MAINTAINERS: Update for removed CPU targets.
1378
1379 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
1380
1381         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
1382         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
1383         * Makefile.in: Regenerated.
1384
1385 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
1386
1387         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
1388         (CFLAGS_FOR_TARGET): Use it.
1389         (CXXFLAGS_FOR_TARGET): Likewise.
1390         * Makefile.in: Regenerated.
1391         * configure.in (--with-build-sysroot): New option.
1392         * configure: Regenerated.
1393
1394 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
1395
1396         * Makefile.tpl: Wrap install between unstage and stage
1397         * Makefile.in: Regenerate.
1398
1399 2005-07-21  Eric Christopher  <echristo@apple.com>
1400
1401         * MAINTAINERS: Update affiliation.
1402
1403 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
1404
1405         * MAINTAINERS: Add self as crx port maintainer.
1406
1407 2005-07-20  DJ Delorie  <dj@redhat.com>
1408
1409         * MAINTAINERS: Add self as m32c maintainer.
1410
1411 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
1412
1413         * all files: Update FSF address.
1414
1415 2005-07-15  Eric Christopher  <echristo@redhat.com>
1416
1417         * MAINTAINERS: Change affiliation.
1418
1419 2005-07-14  Jim Blandy  <jimb@redhat.com>
1420
1421         * configure.in: Add cases for Renesas m32c.
1422         * configure: Regenerated.
1423
1424 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
1425
1426         * COPYING.LIB: Update from fsf.org.
1427
1428 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
1429
1430         * COPYING, compile, config.guess,
1431         config.sub, install-sh, missing, mkinstalldirs,
1432         symlink-tree, ylwrap: Sync from upstream sources.
1433         * config-ml.in: Update FSF address.
1434
1435 2005-07-13  Eric Christopher  <echristo@redhat.com>
1436
1437         * configure.in: Add toplevel noconfigdir support for tpf.
1438         * configure: Regenerate.
1439
1440 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
1441
1442         PR ada/22340
1443
1444         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
1445         * Makefile.in: Regenerate.
1446
1447 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
1448
1449         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
1450         Brolley to write-after-approval.
1451
1452 2005-07-07  Andreas Schwab  <schwab@suse.de>
1453
1454         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
1455         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
1456         * Makefile.in: Regenerated.
1457
1458 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
1459
1460         * configure.in: Don't build sim or rda when targetting darwin.
1461         * configure: Regenerate.
1462
1463 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
1464
1465         * configure.in: Add --enable-libssp and --disable-libssp.
1466         * configure: Regenerate with autoconf-2.13.
1467
1468 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
1469
1470         * Makefile.def (target_modules): Add libssp.
1471         * configure.in (target_libraries): Add target-libssp.
1472         * configure: Rebuilt.
1473         * Makefile.in: Rebuilt.
1474
1475 2005-07-01  Zack Weinberg  <zackw@panix.com>
1476
1477         * MAINTAINERS: Change email address.  Resign from maintainership.
1478
1479 2005-07-01  Richard Guenther  <rguenther@suse.de>
1480
1481         * MAINTAINERS: Change my e-mail address and affiliation.
1482
1483 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
1484
1485         * Makefile.def (stagefeedback): Come after profile.
1486         Define profiledbootstrap target.
1487         * Makefile.tpl (profiledbootstrap): Remove.
1488         (stageprofile-end): Zap stagefeedback.
1489         (stagefeedback-start): Copy all .gcda files, not only GCC's.
1490         * Makefile.in: Regenerate.
1491
1492 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
1493
1494         * MAINTAINERS: Update my email address.
1495
1496 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
1497
1498         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
1499         In 'cpp' stanza, support '#line' as well as '# '.
1500
1501 2005-06-08  Andreas Schwab  <schwab@suse.de>
1502
1503         * MAINTAINERS: Move myself from 'Write After Approval' to
1504         'CPU Port Maintainers' section as m68k maintainer.
1505
1506 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
1507
1508         * configure.in (unsupported_languages): New macro.
1509         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
1510         non-ported target libraries in noconfigdirs.
1511         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
1512         non-linux-gnu.  Remove libgcj_ex_libffi.
1513         <lang_frag loop>: Set add_this_lang=no if the language is in
1514         unsupported_languages.
1515         * configure: Regenerate.
1516
1517 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
1518
1519         * configure.in: Fix typo in handling of --with-mpfr-dir.
1520         * configure: Regenerate.
1521
1522 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
1523
1524         * MAINTAINERS: Update my email address.
1525
1526 2005-06-02  Jim Blandy  <jimb@redhat.com>
1527
1528         * config.sub: Add cases for the Renesas m32c.  (This patch has been
1529         accepted into the master sources.)
1530
1531 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
1532             Michael Snyder  <msnyder@redhat.com>
1533             Stan Cox  <scox@redhat.com>
1534
1535         * configure.in: Set noconfigdirs for ms1.
1536
1537         * configure: Regenerate.
1538
1539 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
1540
1541         * MAINTAINERS (Write After Approval): Add self.
1542
1543 2005-06-01  Josh Conner  <jconner@apple.com>
1544
1545         * MAINTAINERS (Write After Approval): Add self.
1546
1547 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
1548
1549         * MAINTAINERS: Update my email address.
1550
1551 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
1552
1553         * MAINTAINERS (Write After Approval): Add self.
1554
1555 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
1556
1557         * MAINTAINERS (Write After Approval): Remove self.
1558
1559 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
1560
1561         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
1562         (Dependencies): Consider target modules for bootstrap dependencies.
1563         Make target bootstrap modules depend on each stage's gcc.
1564         * Makefile.in: Regenerate.
1565
1566 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
1567
1568         * Makefile.def (configure-gcc): Depend on binutils having been built.
1569         (all-gcc): No need to do it here.
1570         * Makefile.in: Regenerate.
1571
1572 2005-05-19  Paul Brook  <paul@codesourcery.com>
1573
1574         * configure.in: Rewrite misleading error message when requested
1575         language cannot be built.
1576         * configure: Regenerate.
1577
1578 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
1579
1580         * ylwrap: Import from Automake 1.9.5.
1581
1582 2005-05-13  David Ung  <davidu@mips.com>
1583
1584         * MAINTAINERS (Write After Approval): Add self.
1585
1586 2005-05-09  Mike Stump  <mrs@apple.com>
1587
1588         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
1589         lt_cv_sys_max_cmd_len for now.
1590
1591 2005-05-09  Stan Cox  <scox@redhat.com>
1592
1593         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
1594
1595 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
1596
1597         * README.SCO: Update the URL.
1598
1599 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
1600
1601         * ltconfig: Define file_list_spec.  Pass file_list_spec and
1602         with_gnu_ld to libtool.
1603         * ltcf-c.sh (aix[45]): Define file_list_spec.
1604         * ltcf-cxx.sh (aix[45]): Same.
1605         * ltcf-gcj.sh (aix[45]): Same.
1606         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
1607         exists, write list of input files to temporary file.
1608
1609 2005-05-04  Mike Stump  <mrs@apple.com>
1610
1611         * configure.in: Always pass --target to target configures as
1612         otherwise rebuilds that do --recheck will fail.
1613         * confiugure: Rebuilt.
1614
1615 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
1616
1617         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
1618         STAGE_HOST_EXPORTS.
1619         (configure, all): Add bootstrap support.
1620         (Host modules, target modules): Pass post-stage1 flags and exports.
1621         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
1622         * Makefile.in: Regenerate.
1623
1624 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
1625
1626         * configure: Regenerate.
1627
1628 2005-04-27  Mike Stump  <mrs@apple.com>
1629
1630         * MAINTAINERS: Add self as darwin maintainer.
1631
1632 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
1633
1634         * config.sub: Update from master copy.
1635
1636 2005-04-21  Mike Stump  <mrs@apple.com>
1637
1638         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
1639         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
1640
1641 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
1642
1643         * configure.in <crisv32-*-*, cris-*-*>: New local variable
1644         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
1645         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
1646         "*-*-elf" and "*-*-linux*".
1647         * configure: Regenerate.
1648
1649 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
1650
1651         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
1652
1653 2005-04-12  Mike Stump  <mrs@apple.com>
1654
1655         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
1656
1657 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
1658
1659         * MAINTAINERS (Write After Approval): Add myself.
1660
1661 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
1662
1663         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
1664
1665 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
1666
1667         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
1668         (TARGET_CONFIGARGS): Include --with-target-subdir.
1669         (configure, all): New macros.  Use them throughout.
1670         * Makefile.in: Regenerate.
1671
1672 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
1673
1674         * MAINTAINERS (Write After Approval): Add myself.
1675
1676 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1677
1678         * MAINTAINERS: Remove 'loop unrolling' maintainer.
1679
1680 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
1681
1682         * MAINTAINERS: Move John Carr to Write After Approval.
1683
1684 2005-03-30  J"orn Rennecke <joern.rennecke@st.com>
1685
1686         * config/mh-mingw32: Delete.
1687         * configure.in: Don't use it.
1688         * configure: Regenerate.
1689
1690 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
1691
1692         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
1693         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
1694         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
1695         (HOST_LIB_PATH): Generate from Makefile.def.
1696         (TARGET_LIB_PATH): Likewise.
1697         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
1698         * Makefile.in: Regenerate.
1699         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
1700         (RPATH_ENVVAR): Include Darwin case.
1701         * configure: Regenerate.
1702
1703 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
1704
1705         * MAINTAINERS (Various Maintainers): Remove self.
1706         (Write After Approval): Add self.
1707
1708 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
1709
1710         * MAINTAINERS (Various Maintainers): Add self.
1711
1712 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
1713
1714         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
1715         * configure: Regenerate.
1716
1717 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
1718
1719         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
1720         gcc_version, and gcc_version_trigger from set of flags to pass.
1721         * Makefile.tpl: Remove definitions of above variables.
1722         (config.status): Remove dependency on $(gcc_version_trigger).
1723         * Makefile.in: Regenerate.
1724         * configure.in: Do not reference config/gcc-version.m4 nor
1725         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
1726         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
1727         * configure: Regenerate.
1728
1729 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
1730             Andrew Pinski <pinskia@physics.uc.edu>
1731
1732         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
1733         * Makefile.in: Regenerate.
1734
1735 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
1736
1737         * MAINTAINERS (Write After Approval): Add myself.
1738
1739 2005-03-03  David Ayers  <d.ayers@inode.at>
1740
1741         * MAINTAINERS (Write After Approval): Add myself.
1742
1743 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
1744
1745         PR libgcj/20160
1746         * ltmain.sh: Avoid creating archives with components that have
1747         duplicate basenames.
1748
1749 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
1750
1751         PR bootstrap/20250
1752         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
1753         instead of check.
1754         * Makefile.in: Regenerate.
1755
1756 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
1757
1758         * Makefile.in: Regenerate to fix conflict between the previous two
1759         patches.
1760
1761 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
1762
1763         PR bootstrap/17383
1764         * Makefile.def (target_modules): Remove "stage", now unnecessary.
1765         * Makefile.tpl (HOST_SUBDIR): New substitution.
1766         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
1767         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
1768         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
1769         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
1770         (Host modules, Bootstrapped modules): Use it.
1771         (Build modules, Target modules): Do not create symlink trees,
1772         always configure out-of-srcdir.
1773         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
1774         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
1775         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
1776         $(HOST_SUBDIR).  Create a symlink for host_subdir.
1777
1778         * Makefile.in: Regenerate.
1779         * configure: Regenerate.
1780
1781 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
1782
1783         Merged from libada-gnattools-branch:
1784         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
1785
1786         * gnattools: New directory.
1787         * Makefile.def: Add gnattools as a module, depending on target-libada.
1788         * Makefile.in: Regenerate.
1789         * configure.in: Include gnattools in host_tools; disable it if ada
1790         is disabled.
1791         * configure: Regenerate.
1792
1793 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
1794
1795         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
1796         treelang maintainer.
1797         (Write After Approval): Remove myself.
1798
1799 2005-02-23  Paul Schlie  <schlie@comcast.net>
1800
1801         * configure.in: Allow darwin targeted ports to build tk, itcl and
1802         libgui.
1803         * configure: Regenerate.
1804
1805 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
1806
1807         PR libgcj/10353
1808         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
1809         * configure: Regenerate.
1810
1811 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
1812
1813         * MAINTAINERS (Write After Approval): Add myself.
1814
1815 2005-02-10  Ian Lance Taylor  <ian@airs.com>
1816
1817         * MAINTAINERS: Update my e-mail address.
1818
1819 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
1820
1821         * MAINTAINERS (Write After Approval): Add myself.
1822
1823 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
1824
1825         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
1826         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
1827         target-libgloss when not *-*-elf and *-*-aout.
1828         * configure: Regenerate.
1829
1830 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
1831
1832         * MAINTAINERS: Remove obsolete entries.
1833
1834         * MAINTAINERS (Write After Approval): Add Michael Matz.
1835
1836 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
1837
1838         * MAINTAINERS: Remove self as cpplib maintainer.
1839
1840 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
1841
1842         * install-sh, config.sub: Import from upstream.
1843
1844 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
1845
1846         PR bootstrap/18222
1847         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
1848         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
1849         * Makefile.in: Regenerate.
1850
1851 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
1852
1853         * MAINTAINERS: Update my email address.
1854
1855 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
1856             Andreas Schwab  <schwab@suse.de>
1857
1858         PR bootstrap/18033
1859         * config-ml.in: Eval option if surrounded by single quotes.
1860
1861 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
1862
1863         Revert 2004-12-28 Makefile changes, a better fix will be
1864         applied to mainline and src after GCC 4.0 branches.
1865
1866 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
1867
1868         PR bootstrap/17383
1869
1870         * Makefile.def (target_modules): Remove stage parameter,
1871         it is always true now.
1872         * Makefile.tpl (configure-build-[+module+],
1873         configure-target-[+module+]): Always build symlink tree
1874         for the directory and for include.  BUILD_SUBDIR and
1875         TARGET_SUBDIR cannot be . anymore.
1876         * Makefile.in: Regenerate.
1877
1878 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
1879
1880         Revert 2004-12-08 Makefile changes.
1881
1882 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
1883
1884         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
1885         cygwin, mingw.
1886
1887 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
1888
1889         * configure.in (sh64-*-*): Reenable gprof.
1890         * configure: Regenerate.
1891
1892 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
1893
1894         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
1895         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
1896         (EXTRA_TARGET_FLAGS): Add PICFLAG.
1897         * Makefile.in: Regenerate.
1898
1899 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
1900
1901         * MAINTAINERS: Update my email address.
1902
1903 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
1904
1905         * Makefile.tpl: Generate normal dependencies if the LHS module is
1906         not bootstrapped.
1907         * Makefile.in: Regenerate.
1908
1909 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
1910
1911         * configure.in: Include config/gxx-include-dir.m4.  Use
1912         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
1913         * configure: Regenerate.
1914
1915 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
1916
1917         * config.if: Delete.
1918         * configure.in: Set libstdcxx_incdir directly.
1919         * configure: Regenerate.
1920
1921 2004-12-02  Eric Christopher  <echristo@redhat.com>
1922
1923         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
1924         * Makefile.in: Regenerate.
1925
1926 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
1927
1928         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
1929         * configure: Regenerate.
1930
1931 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
1932
1933         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
1934         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
1935         * configure: Regenerate.
1936
1937 2004-12-01  Eric Christopher  <echristo@redhat.com>
1938
1939         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
1940         of things to remove.
1941
1942 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
1943
1944         * MAINTAINERS (Write After Approval): Update my e-mail address.
1945
1946 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
1947
1948         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
1949         from CVS libtool to always pass_all.
1950
1951 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1952
1953         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
1954         (hppa*64*-*-*): Delete incorrect comment.
1955         * configure: Rebuilt.
1956
1957 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
1958
1959         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
1960
1961 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
1962
1963         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
1964         from CVS libtool to always pass_all.
1965
1966 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
1967
1968         * install-sh, compile: Import from automake.
1969
1970 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
1971
1972         * config.guess, config.sub:  Import from savannnah.
1973
1974 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
1975
1976         * MAINTAINERS (Write After Approval): Add myself
1977
1978 2004-11-12  Mike Stump  <mrs@apple.com>
1979
1980         * Makefile.def: Add html support.
1981         * Makefile.tpl: Likewise.
1982         * Makefile.in: Regenerate.
1983
1984 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
1985
1986         PR 18423
1987         * configure.in: Remove all instances of build-fixincludes from
1988         noconfigdirs.
1989         (build_configargs): Supply --target to subdirectories.
1990         * configure: Regenerate.
1991
1992         * Makefile.def: Make gcc install depend on fixincludes install.
1993         * Makefile.in: Regenerate.
1994
1995 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
1996
1997         * MAINTAINERS: Add myself as gcc testsuite maintainer.
1998
1999 2004-11-11  Paul Brook  <paul@codesourcery.com>
2000
2001         * MAINTAINERS: Add self as arm maintainer.  Update email address.
2002
2003 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
2004
2005         * configure.in (noconfigdirs) [mmix-*-*]: Disable
2006         target-libgfortran.
2007         * configure: Regenerate.
2008
2009 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
2010
2011         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
2012         like CC.
2013
2014 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
2015
2016         * Makefile.def (host fixincludes): Specify missing targets.
2017         * Makefile.in: Regenerate.
2018
2019 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
2020
2021         * MAINTAINERS: Add myself
2022
2023 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
2024
2025         * MAINTAINERS (Write After Approval): Add myself.
2026
2027 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
2028
2029         * Makefile.def: Build fixincludes for the host, too.
2030         * Makefile.in: Regenerate.
2031         * configure.in (host_tools): Add fixincludes.
2032         * configure: Regenerate.
2033
2034 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
2035
2036         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
2037         * configure: Regenerated.
2038
2039 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
2040
2041         PR other/17783
2042         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
2043         * configure: Regenerated.
2044
2045 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
2046
2047         * README.SCO: Update per FSF instructions.
2048
2049 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
2050
2051         PR target/18151
2052         * configure.in (case ${target}): Do not build fixincludes for avr.
2053         * configure: Regenerated.
2054
2055 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
2056
2057         * configure.in (case ${target}): Do not build fixincludes
2058         on platforms where it is not used.
2059         * configure: Regenerated.
2060
2061 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
2062
2063         * configure.in: Use an absolute path to install-sh.
2064         * configure: Regenerated.
2065
2066 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
2067
2068         * MAINTAINERS (Write After Approval): Add myself.
2069
2070 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
2071
2072         * MAINTAINERS: Remove from Write After Approval those that are
2073         already maintainers.
2074
2075 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
2076
2077         * MAINTAINERS:  Update my email address.
2078
2079 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
2080
2081         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
2082         * configure: Regenerate.
2083
2084 2004-10-07  J"orn Rennecke <joern.rennecke@st.com>
2085
2086         * MAINTAINERS:  Update my email address.
2087
2088 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
2089
2090         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
2091         entries belonging to this category.
2092
2093 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
2094
2095         * MAINTAINERS: Update my e-mail address.
2096
2097 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
2098
2099         Fix wrong conflict resolution in:
2100
2101         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
2102
2103         * Makefile.in: Regenerate.
2104         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
2105         in the recursive `make', instead of hardwiring `all'.
2106         (Autogenerated TARGET-* variables): New.
2107
2108 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
2109
2110         * configure.in: Enable target-libgloss for crx-*-*.
2111         * configure: Regenerate.
2112
2113 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
2114
2115         * MAINTAINERS (Various Maintainers): Move the "windows,
2116         cygwin, mingw" maintainer to ...
2117         (OS Port Maintainers): ... here.
2118
2119 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
2120
2121         * MAINTAINERS (Write After Approval): Remove those that are
2122         maintainers of some subsystem.
2123
2124 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
2125
2126         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
2127         * ltcf-cxx.sh (tpf*): Likewise.
2128         * ltconfig (tpf*): Add TPF OS configuration support.
2129
2130 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
2131
2132         * MAINTAINERS: Change my email address to my new work account.
2133
2134 2004-09-24  Michael Roth  <mroth@nessie.de>
2135
2136         * configure.in (--without-headers): Add missing double quotes.
2137         * configure: Regenerate.
2138
2139 2004-09-24  Kelley Cook <kcook@gcc.gnu.org>
2140
2141         * ylwrap: Revert to previous version.
2142
2143 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
2144
2145         PR bootstrap/17369
2146         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
2147         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
2148         SET_GCC_LIB_PATH_CMD.
2149         (BASE_TARGET_EXPORTS): Likewise.
2150         * Makefile.in: Regenerated.
2151
2152         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
2153         * configure: Regenerated.
2154
2155 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
2156
2157         * config.guess: New upstream version
2158         * compile, depcomp, install-sh, ylwrap: Likewise.
2159
2160 2004-09-19  Roger Sayle  <roger@eyesopen.com>
2161
2162         * config/mh-x86omitfp: New host makefile fragment.  Add
2163         -fomit-frame-pointer to the default BOOT_CFLAGS.
2164         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
2165         * configure: Regenerate.
2166
2167 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
2168
2169         PR target/11572
2170         * configure.in (*-*-darwin*): Renable libobjc.
2171         * configure: Regenerate.
2172
2173 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
2174
2175         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
2176
2177 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
2178
2179         * Makefile.def: Remove libbanshee.
2180         * Makefile.tpl: Ditto.
2181         * configure.in: Ditto.
2182         * Makefile.in: Regen.
2183         * configure: Ditto.
2184
2185 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
2186
2187         * ltmain.sh: Use $pic_object as $non_pic_object if
2188         $non_pic_object=none.
2189
2190 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
2191
2192         * missing: Import latest version from master repository.
2193
2194 2004-09-06  Nick Clifton  <nickc@redhat.com>
2195
2196         * config.sub: Import latest version from master repository.
2197         * config.guess: Likewise.
2198         This includes these changes:
2199
2200         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
2201
2202         * config.sub: Handle crisv32, alias etraxfs.
2203         * config.guess (crisv32:Linux:*:*): Handle.
2204
2205         2004-08-13  Brad Smith  <brad@comstyle.com>
2206
2207         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
2208         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
2209
2210         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
2211
2212         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
2213         assume the processor is a powerpc.  This is because coreutils
2214         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
2215         in this case, due to a MacOS X bug that causes
2216         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
2217         to return a negative number.
2218         Problem reported by Petter Reinholdtsen in:
2219         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
2220
2221         2004-07-19  Ben Elliston  <bje@gnu.org>
2222
2223         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
2224
2225         2004-06-24  Ben Elliston  <bje@gnu.org>
2226
2227         * config.guess: Update copyright years.
2228         * config.sub: Likewise.
2229
2230         2004-06-22  Robert Millan  <robertmh@gnu.org>
2231
2232         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
2233         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
2234
2235         2004-06-22  Stanley F. Quayle <stan@stanq.com>
2236
2237         * config.guess (*:*VMS:*:*): New entry. Replaces
2238         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
2239         manufacturer.
2240
2241         2004-06-22  Ben Elliston  <bje@gnu.org>
2242
2243         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
2244         * config.sub: Likewise.
2245
2246         2004-06-22  Ben Elliston  <bje@gnu.org>
2247
2248         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
2249         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
2250
2251         2004-06-11  Ben Elliston  <bje@gnu.org>
2252
2253         * config.guess (pegasos:OpenBSD:*:*): Remove.
2254
2255         2004-06-11  Ben Elliston  <bje@gnu.org>
2256
2257         From Wouter Verhelst <wouter@grep.be>:
2258         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
2259
2260         2004-06-11  Ben Elliston  <bje@gnu.org>
2261
2262         * config.guess (luna88k:OpenBSD:*:*): New.
2263
2264         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
2265
2266         * config.guess (m32r*:Linux:*:*): New case.
2267         * config.sub: Handle m32rle.
2268
2269         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
2270
2271         From Jens Petersen  <petersen@redhat.com>:
2272         * config.sub: Handle sparcv8.
2273
2274         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
2275
2276         From Tom Smith <smith@cag.lkg.hp.com>:
2277         * config.guess: Version suffixes are equally significant on Tru64
2278         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
2279         prefix of "P" (patched kernel).
2280
2281         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
2282
2283         * config.sub: Add support for National Semiconductor CRX target.
2284
2285 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
2286
2287         * MAINTAINERS (Various Maintainers): Remove myself as web page
2288         maintainer, add myself as maintainer of build status lists.
2289
2290 2004-09-03  Jan Beulich  <jbeulich@novell.com>
2291
2292         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
2293         *-*-netware, but add target-libmudflap.
2294         Consolidate *-*-netware targets (of which really only i?86 exists)
2295         into a single entry.
2296         * configure: Likewise.
2297
2298 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
2299
2300         * Makefile.tpl (sorry): Remove.
2301         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
2302         (cleanstrap targets): Depend on distclean, not distclean-stage1.
2303         (do-clean): Clean per-stage directories too.
2304         (do-distclean): Run distclean-stage1 too.
2305         (.NOTPARALLEL): Enable during toplevel bootstrap.
2306         (stage[+id+]-bubble): Enable parallel execution during
2307         the recursive invocation.
2308         * Makefile.in: Regenerate.
2309
2310         Fix previous checkin:
2311
2312         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
2313         include.
2314         * configure.in: Fix indentation.
2315         * configure: Regenerate.
2316
2317 2004-08-31  Robert Bowdidge <bowdidge@apple.com>
2318
2319         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
2320         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
2321         * configure: regenerate
2322         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
2323         -mdynamic-no-pic
2324
2325
2326 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
2327
2328         * Makefile.def (build_modules): Add fixincludes.
2329         (dependencies): Make gcc depend on fixincludes.
2330         * configure.in (build_tools): Add fixincludes.
2331         (build_configdirs): Always include build_libs.
2332         * Makefile.in: Regenerate.
2333         * configure: Regenerate.
2334
2335 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
2336
2337         * Makefile.def (bootstrap stages): Add 'lean' parameter.
2338         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
2339         phony targets; do not generate timestamp files.
2340         (distclean-stageN): Remove references to their timestamp files.
2341         (restageN, touch-stageN): Remove.
2342         (stageN-bubble): Rewritten.
2343         (compare): Support lean bootstraps.
2344         * Makefile.in: Regenerate.
2345
2346         * configure.in: Only warn when bootstrapping but
2347         build != host or build != target.  Support lean bootstraps.
2348         * configure: Regenerate.
2349
2350 2004-08-26  Phil Edwards  <phil@codesourcery.com>
2351
2352         * configure.in:  Give a better error message if GMP/MPFR are missing
2353         and a language needing them has been requested.
2354         * configure:  Regenerated.
2355
2356 2004-08-25  Phil Edwards  <phil@codesourcery.com>
2357
2358         * configure.in:  Print a list of available language front-ends if
2359         a requested one is missing.  Tidy stray tab characters.
2360         * configure:  Regenerated.
2361
2362 2004-08-19  Michael Koch  <konqueror@gmx.de>
2363
2364         * gcc/doc/install.texi: Update entry about automake for libjava.
2365
2366 2004-08-17  Robert Millan  <robertmh@gnu.org>
2367
2368         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
2369         (instead of FreeBSD).
2370         * configure: Regenerate.
2371
2372 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
2373
2374         * Makefile.in: Regenerate.
2375         * configure: Regenerate.
2376
2377         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
2378         stage_*_flags.
2379         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
2380         for bootstrapped modules if toplevel bootstrap is going.
2381         (GCC bootstrap): Generate per-stage targets for all bootstrapped
2382         modules.  Adjust for changes in Makefile.def.  Enable several
2383         rules even in non-bootstrap mode, just to avoid peppering the
2384         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
2385         (stage-[+prev+]-bubble): Remove.
2386
2387         * Makefile.def (Dependencies): Depend on all-build-bison,
2388         all-build-flex, all-build-byacc, all-build-texinfo, rather
2389         than the host variations.
2390         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
2391         with BUILD_SUBDIR.
2392         (BISON): Update for recent Bisons.
2393         (YACC): Fix typo.
2394         (cross): Depend on all-build.
2395         (all): Do not depend on all-build.
2396         (prebootstrap): Remove.
2397         (dep-kind): Accept separate prefixes for MODULE and ON variables.
2398         (Prebootstrap dependencies): Add them to the per-stage targets
2399         and to all-prebootstrap.
2400         * configure.in (build_configdirs): Always enable build_tools.
2401         (BUILD_DIR_PREFIX): Remove.
2402
2403         * Makefile.def (gcc): Add target variable.
2404         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
2405         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
2406         in the recursive `make', instead of hardwiring `all'.
2407         (Autogenerated TARGET-* variables): New.
2408
2409 2004-08-13  Brian Booth  <bbooth@redhat.com>
2410
2411         * MAINTAINERS: Remove myself from write-after-approval.
2412
2413 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
2414
2415         * src-release: Stop distributing mmalloc with gdb (which doesn't
2416         use it).
2417         * Makefile.def: GDB doesn't depend on mmalloc anymore.
2418         * Makefile.in: Regenerate.
2419
2420 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
2421
2422         * configure.in (arm*-*-eabi*): New target.
2423         * configure: Regenerate.
2424
2425 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
2426
2427         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
2428         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
2429         (Dependencies): New section.
2430         * Makefile.tpl (Dependencies): Generate from Makefile.def.
2431         (configure-target-[+module+]): Depend on maybe-all-gcc
2432         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
2433         (toplevel profiledbootstrap): Fix dependencies.
2434         * Makefile.in: Regenerate.
2435
2436 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
2437
2438         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
2439         target-libiberty to noconfigdirs.
2440         * configure: Regenerate.
2441
2442 2004-08-03  Paul Brook  <paul@codesourcery.com>
2443
2444         * configure.in: Check for MPFR as well as GMP.
2445         * configure: Regenerate.
2446
2447 2004-08-01  Robert Millan  <robertmh@gnu.org>
2448
2449         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
2450         libmudflap for all GNU-based systems (with Glibc).
2451         * configure: Regenerate.
2452
2453 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
2454
2455         * Makefile.def (host-modules): Add gcc.
2456         * Makefile.in: Regenerate.
2457         * Makefile.tpl (sorry): New rule.
2458         (configure-host, all-host, [+make_target+]-host, do-check,
2459         install-host): Do not add gcc as a special case.
2460         (host modules): Add a small special-casing for gcc.  Export
2461         extra_make_flags through the environment.
2462         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
2463         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
2464         other recursive targets for gcc): Remove.
2465
2466         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
2467         (stage, unstage): New rules.
2468         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
2469         distclean-stage[+id+]): Use stage_current.
2470         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
2471         the stage*-start rules.
2472
2473 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
2474
2475         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
2476         use -all_load flag.
2477
2478 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
2479
2480         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
2481         * configure: Regenerate.
2482
2483 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
2484
2485         * maintainer-scripts/gcc_release: Revert yesterday's change.
2486
2487 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
2488
2489         * MAINTAINERS: Add myself to write-after-approval.
2490
2491 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
2492
2493         * libf2c: Removed.
2494         * gcc/gccbug.in: Updated because of libf2c removal.
2495         * maintainer-scripts/gcc_release: Ditto.
2496
2497 2004-07-09  Loren J. Rittle <ljrittle@acm.org>
2498
2499         * configure.in: Build libmudflap by default on FreeBSD.
2500         * configure: Regenerated.
2501
2502 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
2503
2504         * configure.in: Do not build libmudflap by default on non-GNU/Linux
2505         systems.
2506         * configure: Regenerated.
2507
2508 2004-07-08 John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2509
2510         PR target/16344
2511         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
2512         feedback based compiler.
2513         * Makefile.in: Rebuilt.
2514
2515 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
2516
2517         * Makefile.def (host_modules): Set bootstrap=true for flex.
2518         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
2519         * Makefile.in: Rebuilt.
2520
2521 2004-07-07  Jan Hubicka  <jh@suse.cz>
2522
2523         * MAINTAINERS: Add self as a profile feedback maintainer.
2524
2525 2004-07-05  Phil Edwards  <phil@codesourcery.com>
2526
2527         * configure.in:  Do not prepend $srcdir to /dev/null in
2528         makefile fragments.
2529         * configure:  Regenerate.
2530
2531 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
2532
2533         * Makefile.def (build_modules): Add bison, byacc, flex,
2534         m4, texinfo.
2535         (flags_to_pass): Add FLEX.
2536         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
2537         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
2538         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
2539         DEFAULT_MAKEINFO): Remove.
2540         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
2541         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
2542         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
2543         objdir or else use configured tool.
2544         (all-build): New.
2545         (all): Depend on it.
2546         (Build module dependencies): Add.
2547         * Makefile.in: Regenerate.
2548         * configure.in: Better support for multiple build modules,
2549         matching what is done for host/target modules.  Do not look
2550         for "plausible" locations of build tools if Canadian cross.
2551         Use autoconf's AC_PROG_CC to find a C compiler.  Define
2552         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
2553         * configure: Regenerate.
2554
2555 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
2556
2557         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
2558         * Makefile.in: Regenerate.
2559
2560 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
2561
2562         * Makefile.tpl (configure-build-[+module+],
2563         configure-[+module+], configure-target-[+module+]): Pass
2564         [+extra_configure_args+].
2565         (all-build-[+module+], all-[+module+], check-[+module+],
2566         install-[+module+], [+make_target+]-[+module+],
2567         all-target-[+module+], check-target-[+module+],
2568         install-target-[+module+], [+make_target+]-target-[+module+]):
2569         Pass [+extra_make_args+].
2570         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
2571         (GCC_HOST_EXPORTS): Remove.
2572         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
2573         cross, check-gcc, check-gcc-c++, install-gcc,
2574         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
2575         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
2576         * Makefile.in: Regenerate.
2577
2578 2004-06-21  Matthew Sachs  <msachs@apple.com>
2579
2580         * MAINTAINERS: Added self to write-after-approval.
2581
2582 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
2583
2584         * configure.in: Check for srcdir/winsup rather than build directory
2585         winsup.
2586         * configure: Regenerate.
2587
2588 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
2589
2590         * configure.in: Don't build Cygwin native newlib if winsup
2591         directory is missing.  Emit warning instead.
2592         * configure: Regenerate.
2593
2594 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
2595
2596         * Makefile.tpl (touch-stage[+id+]): New.
2597         (restage[+prev+]): Depend on touch-stage[+id+].
2598
2599         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
2600         Use it throughout.
2601
2602         * Makefile.def: Add profile and feedback bootstrap stages.
2603         Remove next field from bootstrap stages.
2604         * Makefile.tpl (LN, LN_S): Substitute.
2605         (stageN-start, stageN-end): Use double-colon rules, to
2606         provide a hook for additional setup commands.
2607         (distclean-stageN-gcc, restageN): Create dependencies from
2608         [+prev+], not from [+next+].
2609         (stageN-bubble): Add commands for successive stages from
2610         [+prev+], using double-colon rules.
2611         (all-stageN-gcc): Fix typo.
2612         (stagefeedback-start, profiledbootstrap): New.
2613         * Makefile.in: Regenerate.
2614         * configure.in: Call ACX_PROG_LN.
2615         * configure: Regenerate.
2616
2617 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
2618
2619         * MAINTAINERS (Write After Approval): Add myself.
2620
2621 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
2622
2623         * MAINTAINERS (Write After Approval): Add myself.
2624
2625 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
2626
2627         * configure.in: Fix --enable-bootstrap breakage introduced in trees
2628         without gcc.
2629         * configure: Regenerate.
2630
2631 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
2632
2633         * Makefile.tpl: Fix typo.
2634         * Makefile.in: Regenerate.
2635
2636 2004-06-01  Paolo Bonzini <bonzini@gnu.org>
2637
2638         * configure.in: Remove new- prefix from toplevel
2639         bootstrap targets.
2640         * configure: Regenerate.
2641
2642 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
2643
2644         * Makefile.tpl (all.normal): Rename to all.
2645         (all): Replace with a rule to pick the default
2646         target from configure.
2647         (all-gcc, configure-gcc): Use conditionals to
2648         do nothing when toplevel bootstrap is going on.
2649         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
2650         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
2651         * configure.in: Support --enable-bootstrap.
2652
2653         * Makefile.def: Remove new- prefix from toplevel
2654         bootstrap targets.
2655         * Makefile.tpl: Likewise.
2656
2657         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
2658         target.
2659
2660         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
2661         $(RECURSE_FLAGS) to recursive invocation of make.
2662
2663         * Makefile.in: Regenerate.
2664         * configure: Regenerate.
2665
2666 2004-05-30  Andreas Jaeger  <aj@suse.de>
2667             Jim Wilson <wilson@specifixinc.com>
2668
2669         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
2670         like CC.
2671
2672 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
2673
2674         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
2675         * configure: Regenerate.
2676
2677 2004-05-25  Daniel Jacobowitz  <drow@false.org>
2678
2679         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
2680         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
2681         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
2682         targets.
2683         * Makefile.in: Regenerate.
2684
2685 2004-05-24  Paolo Bonzini <bonzini@gnu.org>
2686
2687         * configure.in: Test the ability to symlink directories.
2688         * configure: Regenerate.
2689
2690         * Makefile.def (bootstrap-stage): New definitions.
2691         * Makefile.tpl (configure-stage1-gcc,
2692         configure-stage2-gcc, configure-stage3-gcc,
2693         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
2694         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
2695         new-restage3, compare): Autogenerate, see Makefile.in
2696         entry for behavioral changes.
2697         (distclean-stage1, new-stage1-start, new-stage1-end,
2698         new-stage1-bubble, distclean-stage2, new-stage2-start,
2699         new-stage2-end, new-stage2-bubble, distclean-stage3,
2700         new-stage3-start, new-stage3-end): New autogenerated targets.
2701         (objext, prebootstrap, BOOT_CFLAGS,
2702         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
2703         targets.
2704
2705         * Makefile.in: Regenerate.
2706         (distclean-stage1, new-stage1-start, new-stage1-end,
2707         new-stage1-bubble, distclean-stage2, new-stage2-start,
2708         new-stage2-end, new-stage2-bubble, distclean-stage3,
2709         new-stage3-start, new-stage3-end): New targets.
2710         (all-stage1-gcc): Move prebootstrap dependency from here...
2711         (configure-stage1-gcc): ...to here.
2712         (new-bootstrap): Use bubble targets.
2713         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
2714         Use per-stage distclean targets.
2715         (configure-stage1-gcc, configure-stage2-gcc,
2716         configure-stage3-gcc, all-stage1-gcc,
2717         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
2718         Use new-stageN-start to prepare the tree.
2719
2720 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
2721
2722         * Makefile.def (host_modules): add libcpp.
2723         * Makefile.tpl: Add dependencies on and for libcpp.
2724         * Makefile.in: Regenerate.
2725         * configure.in: Add libcpp host module.
2726         * configure: Regenerate.
2727
2728 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
2729
2730         * Makefile.tpl: Whenever a recursive target is defined, wrap
2731         it in a special @if/@endif block, and prepare its maybe
2732         dependency in the @if/@endif block
2733         * configure.in: Instead of writing maybe dependencies, remove
2734         the @if/@endif statements, and remove the @if/@endif blocks
2735         that remain.
2736         * configure: Regenerate.
2737         * Makefile.in: Regenerate.
2738
2739 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
2740
2741         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
2742
2743 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
2744
2745         PR bootstrap/15120
2746         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
2747         * */configure: Rebuilt.
2748
2749 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
2750
2751         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
2752         of libf2c.
2753         * configure, Makefile.in: Regenerate.
2754
2755 2004-05-13  Tobias SchlÃÂüter  <tobi@gcc.gnu.org>
2756
2757         * MAINTAINERS (Write After Approval): Add myself.
2758
2759 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
2760
2761         Merge from tree-ssa-20020619-branch.
2762
2763         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
2764         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
2765         (HOST_GMPLIBS): Define.
2766         (HOST_GMPINC): Define.
2767         (TARGET_LIB_PATH): Add libmudflap.
2768         (GFORTRAN_FOR_TARGET): Define.
2769         (configure-build*): Export GFORTRAN.
2770         (configure-gcc): Export GMPLIBS and GMPINC.
2771         (all-gcc): Add maybe-all-libbanshee.
2772         (configure-target-libgfortran): Define.
2773         * Makefile.in: Regenerate.
2774         * configure.in (host_libs): Add libbanshee.
2775         (target_libraries): Add target-libmudflap and target-libgfortran.
2776         Add --with-libbanshee.
2777         Handle --disable-libmudflap.
2778         (*-*-freebsd*): Use with_gmp.
2779         Add $(libgcj) to noconfigdirs.
2780         * configure: Regenerate.
2781         * depcomp: New file.
2782         * MAINTAINERS: Add tree-ssa maintainers.
2783
2784 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
2785
2786         * MAINTAINERS (Various Maintainers): Add myself.
2787
2788 2004-04-30  Brian Ford  <ford@vss.fsi.com>
2789
2790         * MAINTAINERS (Write After Approval): Add myself.
2791
2792 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
2793
2794         * MAINTAINERS (Write After Approval): Add myself.
2795
2796 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
2797
2798         * config/acx.m4: Fix fastcompare support for new-bootstrap.
2799         * configure: Regenerate.
2800
2801 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
2802
2803         Revert:
2804         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
2805
2806         * Makefile.def (flags_to_pass): Remove *dir variables that
2807         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
2808         as well as prefix and exec_prefix.
2809         * Makefile.in: Regenerate.
2810
2811 2004-04-26  Robert Millan  <robertmh@gnu.org>
2812
2813         Add patches from libtool CVS.
2814         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
2815         * ltconfig: Likewise.
2816         * ltcf-c.sh: Likewise.
2817         * ltcf-cxx.sh: Likewise.
2818         * ltcf-gcj.sh: Likewise.
2819
2820 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
2821
2822         * Makefile.def (host_modules): Mark with the bootstrap
2823         flag packages on which gcc depends.
2824         * Makefile.tpl (all-bootstrap): Use it.
2825         * Makefile.in: Regenerate.
2826
2827 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
2828
2829         * Makefile.def (flags_to_pass): Remove *dir variables that
2830         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
2831         as well as prefix and exec_prefix.
2832         * Makefile.in: Regenerate.
2833
2834 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
2835
2836         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
2837         * configure: Regenerate.
2838         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
2839         * gcc/Makefile.tpl (compare): Use the result of the test.
2840         * gcc/Makefile.in: Regenerate.
2841
2842 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
2843
2844         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
2845         Always relocate gcc and prev-gcc to the original names, even
2846         if the build fails.
2847         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
2848         New targets.
2849
2850 2004-04-23  Laurent GUERBY <laurent@guerby.net>
2851
2852         * MAINTAINERS: Update my email address.
2853
2854 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2855
2856         * configure.in (mips*-*-irix5*): Enable ld.
2857         * configure: Regenerate.
2858
2859 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2860
2861         * configure: Regenerate.
2862
2863 2004-04-15  James E Wilson  <wilson@specifixinc.com>
2864
2865         * Makefile.tpl (configure-[+module+], configure-gcc,
2866         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
2867         Set and export LDFLAGS.
2868         * Makefile.in: Regenerate.
2869
2870 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
2871
2872         * MAINTAINERS: Add myself to write-after-approval.
2873
2874 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
2875
2876         PR bootstrap/14871
2877         * Makefile.tpl: If we don't have built-in-tree target tools,
2878         use the ones found by configure rather than hacking around with
2879         program_transform_name.
2880         * configure.in: Give Makefile.tpl the information necessary
2881         to do that.
2882         * Makefile.in: Regenerate.
2883         * configure: Regenerate.
2884
2885 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
2886
2887         PR bootstrap/14760
2888         * configure.in: When computing baseargs, strip *all* copies of
2889         offending options.  Also, don't match/substitute the trailing space,
2890         so that this actually works when two similar options are separated by
2891         only one space.
2892         * configure: Regenerate.
2893
2894 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
2895
2896         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
2897         (rs6000-*-aix*): Same.
2898         * configure: Regenerate.
2899
2900 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
2901
2902         * MAINTAINERS: Add myself to write-after-approval.
2903
2904 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
2905
2906         * MAINTAINERS: Add myself to write-after-approval.
2907
2908 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
2909
2910         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
2911         STRICT_WARN, WARN_CFLAGS flags passed down to make.
2912         * Makefile.in: Regenerate.
2913
2914         * configure.in (top level bootstrap support): Rework --enable-werror
2915         to set @stage2_werror_flag@.
2916         * configure: Regenerate.
2917         * Makefile.tpl (top level bootstrap support): Pass
2918         @stage2_werror_flag@ down to configure in stages 2 and 3.
2919         * Makefile.in: Regenerate.
2920
2921 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
2922
2923         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
2924         for stages 2 and 3 as well as in make.  As a consequence, remove
2925         OUTPUT_OPTION (now detected by configure) from the flags passed down
2926         to make.
2927         * Makefile.in: Regenerate.
2928
2929         * Makefile.tpl (new-bootstrap): Fix typo.
2930         * Makefile.in: Regenerate.
2931
2932 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
2933
2934         * Makefile.tpl: Rearrange by moving recursive_targets rules
2935         into their proper sections.
2936         * Makefile.tpl (top level bootstrap support): Move disabling
2937         of coverage flags from 'make' to 'configure'; improve comments.
2938         * Makefile.in: Regenerate.
2939
2940         * Makefile.tpl (experimental top level bootstrap) Move stage1
2941         language setting from all- target to configure- target; disable
2942         intermodule optimization in stage 1; prevent gratuitous rebuilds
2943         of stage 1.
2944         * Makefile.in: Regenerate.
2945         * configure.in: Comma-separate stage 1 language list for top
2946         level bootstrap.
2947         * configure: Regenerate.
2948
2949         * Makefile.tpl: Clean up experimental top level bootstrap support:
2950         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
2951         prev-gcc in configure- targets as well as all- targets.
2952         * Makefile.in: Regenerate.
2953
2954 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
2955
2956         * compile: New file imported from automake.
2957
2958 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
2959
2960         * configure.in: Remove symbolic link section.
2961         * configure: Regenerate.
2962         * Makefile.tpl (links): Remove.
2963         * Makefile.in: Regenerate.
2964
2965 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
2966             Nathanael Nerode  <neroden@gcc.gnu.org>
2967
2968         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
2969         Set with AC_CHECK_PROGS.
2970         * configure.in: Fix comment typo from last patch.
2971         * configure: Regenerate.
2972
2973 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
2974
2975         * Makefile.tpl: Introduce experimental top level bootstrap support.
2976         * Makefile.in: Regenerate.
2977         * configure.in: Introduce support for top level bootstrap.
2978         * configure: Regenerate.
2979
2980 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
2981             Paolo Bonzini  <bonzini@gnu.org>
2982
2983         PR bootstrap/14522
2984         * configure.in: Cope with shells that do not support unquoted ^
2985         * configure: Regenerate.
2986
2987 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
2988             Paolo Bonzini  <bonzini@gnu.org>
2989
2990         PR bootstrap/14522
2991         * configure.in: Cope with shells that do not support nesting
2992         quotes inside quoted backquote substitutions.
2993         * configure: Regenerate.
2994
2995 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
2996
2997         PR bootstrap/14522
2998         * configure.in: Fix escaping of $.
2999         * configure: Regenerate.
3000
3001 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
3002
3003         * configure: Regenerate, since I forgot to while committing Paolo's
3004         changes.
3005
3006 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
3007
3008         PR ada/14131
3009         Move language detection to the top level.
3010         * configure.in: Find default values for the tools as
3011         soon as possible.  Disable ada if GNAT is not found.
3012         Emit error message about missing languages.  Expand
3013         --enable-languages=all for the gcc subdirectory.
3014
3015 2004-03-10  Ben Elliston  <bje@gnu.org>
3016
3017         * MAINTAINERS: Update my email address.
3018
3019 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
3020
3021         * ltconfig: Disable building static libraries if building shared
3022         libraries on AIX 5L.
3023
3024 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
3025
3026         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
3027         and disable libgcj.
3028         * configure: Regenerated.
3029
3030 2004-03-01  Brian Booth  <bbooth@redhat.com>
3031
3032         * MAINTAINERS: Add myself to write-after-approval.
3033
3034 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
3035
3036         * MAINTAINERS: Add myself to write-after-approval.
3037
3038 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
3039
3040         PR bootstrap/7087
3041         * Makefile.tpl: Guard XFOO sed statements better.
3042         * Makefile.tpl: Add dependency for configure-target-libada.
3043         * Makefile.in: Regenerate (incidentally fixes broken
3044         commit when libada-branch was merged).
3045
3046 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
3047
3048         * MAINTAINERS: Add myself to write-after-approval.
3049
3050 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
3051
3052         * MAINTAINERS: Add Nicola Pero and myself as libobjc
3053         maintainers.
3054
3055 2004-02-20  Andrew Cagney  <cagney@redhat.com>
3056
3057         * config.guess: Update from version 2003-10-16 to 2004-02-16.
3058         * config.sub: Update from version 2003-11-03 to 2004-02-16.
3059
3060 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
3061
3062         PR bootstrap/11932
3063         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
3064
3065 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
3066
3067         * MAINTAINERS: Added myself to write-after-approval.
3068
3069 2004-02-14  Michael Koch  <konqueror@gmx.de>
3070
3071         * MAINTAINERS: Added myself to write-after-approval.
3072
3073 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
3074
3075         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
3076         some OS port maintainers to OS port maintainers section.
3077
3078 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
3079
3080         * MAINTAINERS: Add self.
3081
3082 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
3083
3084         * MAINTAINERS: Alphabetize.
3085
3086 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
3087
3088         * MAINTAINERS: Remove myself.
3089
3090 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
3091
3092         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
3093         (rs6000-*-aix*): Same.
3094         * configure: Regenerate.
3095
3096 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
3097
3098         * configure.in (host): Add in missing $noconfigdirs to defines.
3099         * configure: Regenerate.
3100
3101 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
3102             Nathanael Nerode  <neroden@gcc.gnu.org>
3103
3104         PR ada/6637, PR ada/5911
3105         Merge with libada-branch:
3106         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
3107         with appropriate dependencies. Add --enable-libada configure switch.
3108         * configure, Makefile.in: Regenerate.
3109
3110 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
3111
3112         * MAINTAINERS: Add myself to write-after-approval.
3113
3114 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3115
3116         * configure.in: Don't pass --with-stabs on IRIX 5 either.
3117         * configure: Regenerate.
3118
3119 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
3120
3121         Merge from upstream:
3122
3123         * ltmain.in: When setting IFS to '~', be careful about user
3124         arguments that contain '~'.
3125
3126         2004-02-04  Peter O'Gorman  <peter@pogma.com>
3127
3128         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
3129         Also test $base_compile against $CC with escaped arguments. Bug
3130         reported by Geoff Keating <geoffk@apple.com>.
3131
3132 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
3133
3134         * MAINTAINERS: Remove i960 port.
3135
3136 2004-01-23  DJ Delorie  <dj@redhat.com>
3137
3138         * Makefile.def (target_modules) [libiberty]: Don't stage.
3139         * Makefile.in: Rebuilt.
3140
3141 2004-01-20  Caroline Tice  <ctice@apple.com>
3142
3143         * MAINTAINERS: Add myself to write-after-approval.
3144
3145 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
3146
3147         * MAINTAINERS: Update my email address.
3148
3149 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
3150
3151         * MAINTAINERS: Add myself to write-after-approval.
3152
3153 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3154
3155         * MAINTAINERS: Remove entries without email address.
3156
3157 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
3158
3159         * MAINTAINERS: Add myself to write-after-approval.
3160
3161 2004-01-15  Steven Bosscher  <stevenb@suse.de>
3162
3163         * MAINTAINERS: Update my email address.
3164
3165 2004-01-14  Loren J. Rittle <ljrittle@acm.org>
3166
3167         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
3168         * Makefile.tpl (configure-target-[+module+]): Support stage.
3169         * Makefile.in: Rebuilt.
3170
3171 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
3172
3173         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
3174
3175 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
3176
3177         * MAINTAINERS: Add myself as a MIPS maintainer.
3178
3179 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
3180
3181         * configure.in: Use ./config.cache, not config.cache.
3182         * configure: Regenerate.
3183         * Makefile.tpl: Special-casing not needed for GCC any more.
3184         * Makefile.in: Regenerate.
3185
3186         * configure.in: Don't share a cache file for host dirs.
3187         * configure: Regenerate.
3188
3189         * config-ml.in: Don't mess with the cache file.
3190
3191 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
3192
3193         * MAINTAINERS: Move myself from 'Write After Approval' to
3194         'CPU Port Maintainers' section as SPARC maintainer.
3195
3196 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
3197
3198         * Makefile.tpl: Make GCC use a separate config.cache.
3199         * Makefile.in: Regenerate.
3200
3201         PR bootstrap/11932, PR bootstrap/11933
3202         (I don't know if it will fix either of them, but it relates
3203         to them.)
3204         * configure.in: Don't use shared config.cache for target
3205         directories.
3206         * configure: Regenerate.
3207
3208 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
3209
3210         * MAINTAINERS: Add myself to 'Write After Approval' section.
3211
3212 2003-12-31  Roger Sayle  <roger@eyesopen.com>
3213
3214         * configure.in (ia64*-*-hpux*): Disable building java libraries.
3215         * configure: Regenerated.
3216
3217 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
3218
3219         * MAINTAINERS: Remove the mn10200 maintainer.
3220
3221 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
3222
3223         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
3224         * configure: Regenerated.
3225
3226 2003-12-16  Jan Hubicka  <jh@suse.cz>
3227
3228         * MAINTAINERS: Add myself as callgraph maintainer.
3229
3230 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
3231
3232         * configure.in (raw_libstdcxx_flags): Remove the leading space.
3233         * configure: Regenerate.
3234
3235 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3236
3237         * MAINTAINERS: Move myself from 'Bug database only accounts' to
3238         'Write After Approval' section. Update email.
3239
3240 2003-12-01  James Lemke <jim@wasabisystems.com>
3241
3242         * MAINTAINERS (Write After Approval): Add myself.
3243
3244 2003-11-20  Matt Thomas  <matt@3am-software.com>
3245
3246         * MAINTAINERS: Add myself as a vax port maintainer.
3247
3248 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
3249
3250         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
3251         (configure-build-[+module+], configure-[+module+]): Likewise.
3252         (configure-target-[+module+], configure-gcc, config.status): Likewise.
3253         * Makefile.in: Regenerate.
3254
3255 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
3256
3257         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
3258         shared/dylibed libraries.
3259         * ltmain.sh: Likewise.
3260         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
3261         * ltcf-cxx.sh: Likewise.
3262         * ltcf-gcj.sh: Likewise.
3263         * ltconfig: Likewise.
3264
3265 2003-11-17  Stan Cox  <scox@redhat.com>
3266
3267         * MAINTAINERS: Add myself as iq2000 port maintainer.
3268
3269 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
3270
3271         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
3272         * Makefile.in: Regenerate.
3273
3274 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
3275
3276         * config.sub: Update to 2003-11-03 version.
3277
3278 2003-10-20  Phil Edwards  <phil@codesourcery.com>
3279
3280         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
3281         * configure:  Regenerate.
3282
3283 2003-10-20  Nicolas Pitre <nico@cam.org>
3284
3285         * MAINTAINERS: Add myself to 'Write After Approval' section.
3286
3287 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
3288
3289         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
3290
3291 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
3292
3293         * MAINTAINERS: Update my email address.
3294
3295 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3296
3297         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
3298
3299 2003-10-17 Ralph Loader  <rcl@ihug.co.nz>
3300
3301         * MAINTAINERS: Add myself to 'Write After Approval' section.
3302
3303 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
3304
3305         * config.guess: Update to 2003-10-16 version.
3306         * config.sub: Update to 2003-10-16 version.
3307
3308 2003-10-15 David Daney  <ddaney@avtrex.com>
3309
3310         * MAINTAINERS: Added myself to 'Write After Approval' section.
3311
3312 2003-10-15  Falk Hueffner  <falk@debian.org>
3313
3314         * MAINTAINERS: Move myself from 'Bug database only accounts' to
3315         'Write After Approval' section. Update email.
3316
3317 2003-10-14  Roger Sayle  <roger@eyesopen.com>
3318
3319         * MAINTAINERS: Move myself from 'Write After Approval' to
3320         'Various Maintainers' section as middle-end maintainer.
3321
3322 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
3323
3324         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
3325         HOST_FLAGS_TO_PASS.
3326         * Makefile.in: Regenerate.
3327
3328 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
3329
3330         * config.guess: Update to 2003-10-07 version.
3331         * config.sub: Update to 2003-10-07 version.
3332
3333 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3334
3335         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
3336         * ltconfig (irix5*, irix6*): Don't override version_type.
3337
3338 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
3339
3340         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
3341         * configure: Rebuilt
3342         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
3343         * Makefile.in: Rebuilt
3344
3345 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
3346
3347         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
3348
3349 2003-09-30  Carlo Wood  <carlo@alinoe.com>
3350
3351         * MAINTAINERS (Write After Approval): Add myself.
3352
3353 2003-09-29  Paul Koning  <ni1d@arrl.net>
3354
3355         * MAINTAINERS: Move myself from "Write After Approval"
3356         to CPU platform maintainers for pdp11 platform.
3357
3358 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
3359
3360         * MAINTAINERS: Move myself from 'Write After Approval' to
3361         'Various Maintainers' section as libffi testsuite maintainer.
3362
3363 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
3364
3365         * configure.in: Pass a computed --program-transform-name
3366         to subconfigures.
3367         * configure: Regenerated.
3368
3369 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
3370
3371         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
3372         * Makefile.in: Regenerate.
3373
3374         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
3375         * Makefile.in: Regenerate.
3376
3377 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
3378
3379         * MAINTAINERS: Move myself from 'Write After Approval'
3380         to 'Various Maintainers' (objective-c) section.
3381
3382 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
3383
3384         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
3385         quoting.
3386         * configure: Regenerated.
3387
3388 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
3389
3390         * MAINTAINERS (Write After Approval): Add myself to write after
3391         approval list.
3392
3393 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
3394
3395         * MAINTAINERS (Write After Approval): Add myself.
3396
3397 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
3398
3399         * MAINTAINERS: Update my e-mail address.
3400
3401 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
3402
3403         * libtool.m4 (LD): Correct powerpc64 host match.
3404
3405 2003-09-06  James E Wilson  <wilson@tuliptree.org>
3406
3407         * MAINTAINTERS: Update my affiliation and email address.
3408
3409 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
3410
3411         * MAINTAINERS (Write After Approval): Add myself.
3412
3413 2003-09-04  DJ Delorie  <dj@redhat.com>
3414
3415         * configure: Regenerate.
3416
3417 2003-09-04  Robert Millan  <robertmh@gnu.org>
3418
3419         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
3420
3421 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3422
3423         * configure.in: Ensure arguments to sed are properly spaced.
3424         * configure: Regenerate.
3425
3426 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
3427
3428         * MAINTAINERS: Update my e-mail address.
3429
3430 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
3431
3432         * MAINTAINERS (Write After Approval): Add myself.
3433
3434 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
3435
3436         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
3437         * configure: Regenerated.
3438
3439 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
3440
3441         * MAINTAINERS: Update my email address.
3442
3443 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
3444
3445         * configure.in:  Use newline instead of semicolon when assuming
3446         shell arguments in a for loop.
3447         * configure:  Regenerated.
3448
3449 2003-08-22  Jason Eckhardt  <jle@rice.edu>
3450
3451         * MAINTAINERS: Resurrect the i860 maintainer.
3452
3453 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
3454
3455         PR 8180
3456         * configure.in: When testing with_libs and with_headers, treat
3457         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
3458         * configure: Regenerate.
3459
3460         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
3461         make, shell, etc.
3462         (baseargs): Likewise.
3463         * configure: Regenerate.
3464
3465 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
3466
3467         * MAINTAINERS (Write After Approval): Add myself.
3468
3469 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
3470
3471         * configure.in: Disable libgcj for darwin not on powerpc.
3472         * configure: Rebuild.
3473
3474 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
3475
3476         * config-ml.in, symlink-tree: Add license.
3477
3478 2003-08-03  Richard Stallman  <rms@gnu.org>
3479             Eben Moglen  <moglen@columbia.edu>
3480
3481         * README.SCO: New file.
3482
3483 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
3484
3485         * Makefile.tpl (check, check-c++): Express dependencies using
3486         dependencies rather than commands.
3487         * Makefile.in: Regenerate.
3488
3489 2003-08-01  Andrew Cagney  <cagney@redhat.com>
3490
3491         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
3492         * configure: Ditto.
3493
3494 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
3495
3496         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
3497         * Makefile.in: Update.
3498
3499 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
3500
3501         * configure.in: Enable libgcj for darwin.
3502         * configure: Rebuild.
3503
3504 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
3505
3506         * config-ml.in:  Use ac_configure_args directly instead of
3507         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
3508         actually seen.
3509
3510 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
3511
3512         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
3513         creating target and build subdirs to build all parent dirs as needed.
3514         * Makefile.in: Rebuild.
3515         * configure.in: Don't build dirs explicitly here.
3516         * configure: Rebuild.
3517
3518 2003-07-26  Paul Brook  <paul@nowt.org>
3519
3520         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
3521
3522 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
3523
3524         * Makefile.tpl (all-make): Depend on intl.
3525         * Makefile.in: Rebuilt.
3526
3527 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
3528
3529         * install-sh:  Update to newer upstream versions (associated with
3530         aclocal 1.7).
3531         * mkinstalldirs:  Likewise.
3532         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
3533
3534 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
3535
3536         * MAINTAINERS: Move self from Bug database only accounts
3537         to write-after-approval.
3538
3539 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
3540
3541         * config.if: Remove unused libc_interface determination.
3542
3543 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
3544
3545         * MAINTAINERS: Move self from write-after-approval to
3546         build machinery (*.in).
3547
3548 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
3549
3550         PR bootstrap/11273
3551         PR bootstrap/11408
3552         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
3553         unused INSTALL_PROGRAM_ARGS.
3554         * configure.in: Use AC_PROG_INSTALL.
3555         * Makefile.in: Regenerate.
3556         * configure: Regenerate.
3557
3558 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
3559
3560         * MAINTAINERS: Alphabetize.
3561
3562 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
3563
3564         * configure: Rebuilt.
3565         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
3566         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
3567         newlib nor libgloss.
3568         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
3569         * configure.in (am33_2.0-*-linux*): Added.
3570
3571 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
3572
3573         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
3574         * configure: Regenerate.
3575
3576 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
3577
3578         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
3579         * Makefile.in: Regenerate.
3580
3581 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
3582
3583         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
3584         * Makefile.in: Regenerate.
3585
3586 2003-07-04  H.J. Lu <hongjiu.lu@intel.com>
3587
3588         * Makefile.tpl: Replace PWD with PWD_COMMAND.
3589         * Makefile.in: Regenerated.
3590
3591         * config-ml.in: Replace PWD with PWD_COMMAND.
3592
3593 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
3594
3595         * intl: New directory; see intl/ChangeLog for details.
3596         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
3597         * Makefile.tpl: all-gcc depends on maybe-all-intl.
3598         * Makefile.in: Regenerate.
3599
3600 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
3601
3602         * configure.in: Clean up config-lang.in handling.  Delete
3603         useless assignment to "subdirs".
3604         * configure: Regenerate.
3605
3606 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
3607
3608         * configure.in: Rename 'target_libs' to 'target_libraries'.
3609         Remove useless reference to 'target_libs'.
3610         * configure: Regenerate.
3611
3612 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
3613
3614         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
3615         * Makefile.in: Regenerate.
3616
3617 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
3618
3619         * Makefile.def: Introduce flags_to_pass.
3620         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
3621         * Makefile.in: Regenerate.
3622
3623 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
3624
3625         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
3626         and target-libgloss.
3627         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
3628         <h8300*-*-*>: Disable libf2c and ${libgcj}.
3629         * configure: Regenerate.
3630
3631 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
3632
3633         * configure.in: Update testsuite_flags to new location.
3634         * configure. Regenerate.
3635
3636 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
3637
3638         * Makefile.tpl: Remove BUILD_CC stuff.
3639         * Makefile.in: Regenerate.
3640
3641 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
3642
3643         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
3644
3645 2003-06-16  Graeme Peterson <gp@qnx.com>
3646
3647         * MAINTAINERS (Write After Approval): Add myself.
3648
3649 2003-06-14  H.J. Lu <hongjiu.lu@intel.com>
3650
3651         * config.guess: Update to 2003-06-12 version.
3652         * config.sub: Update to 2003-06-13 version.
3653
3654 2003-06-12  H.J. Lu <hongjiu.lu@intel.com>
3655
3656         * config.guess: Update to 2003-06-06 version.
3657         * config.sub: Update to 2003-06-06 version.
3658
3659 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3660
3661         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
3662         * configure. Regenerate.
3663
3664 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
3665
3666         * configure.in: Disable serial configure by default.
3667         * configure: Regenerate.
3668         * Makefile.tpl: Abolish .NOTPARALLEL.
3669         * Makefile.in: Regenerate.
3670
3671         * Makefile.tpl: Replace {build,host,target}_canonical by
3672         {build,host,target}.
3673         * Makefile.in: Regenerate.
3674
3675         * Makefile.tpl: Fix stupid pasto.
3676         * Makefile.in: Regenerate.
3677
3678 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
3679
3680         * Makefile.tpl: Remove bogus conditional.
3681         * Makefile.in: Regenerate.
3682
3683 2003-06-05  Jan Hubicka  <jh@suse.cz>
3684
3685         * Makefile.tpl (profiledbootstrap): New target.
3686         * Makefile.in (profiledbootstrap): New target.
3687
3688 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
3689
3690         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
3691         Pinski. Remove user names from other bugzilla-only maintainers.
3692
3693 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
3694
3695         * Makefile.tpl: Make 'recursive targets' using autogen rather
3696         than shell loop.  Remove duplicate 'clean' targets and false
3697         comments.
3698         * Makefile.def: Add systematic dependencies to 'recursive' targets.
3699         Add systematic method of specifying missing targets in subdirs.
3700         Add copyright boilerplate.
3701         * Makefile.in: Regenerate.
3702         * configure.in: Add 'recursive targets' to maybe list.
3703         * configure: Regenerate.
3704
3705         * MAINTAINERS: "GNATS only" -> "Bug database only".
3706
3707         * Makefile.tpl: Rename [+target+] to [+make_target+].
3708         * Makefile.def: Rename 'target' to 'make_target'.
3709
3710 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
3711
3712         * MAINTAINERS: Add self as options handling maintainer.
3713
3714 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
3715
3716         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
3717         been too long since I touched those ports.
3718
3719 2003-05-28  DJ Delorie  <dj@redhat.com>
3720
3721         * Makefile.tpl: Make maybe-check-gcc .PHONY.
3722         * Makefile.in: Regenerate.
3723
3724 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
3725
3726         * configure.in: Use curly braces in the definition of tooldir.
3727         * configure: Regenerate.
3728
3729 2003-05-21  DJ Delorie  <dj@redhat.com>
3730
3731         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
3732         newlib or libgloss.
3733         * Makefile.in: Regenerate.
3734
3735 2003-05-21  DJ Delorie  <dj@redhat.com>
3736
3737         * Makefile.tpl: Add missing empty maybe-check-gcc target.
3738         * Makefile.in: Regenerate.
3739
3740 2003-05-20  Ian Lance Taylor  <ian@airs.com>
3741
3742         * MAINTAINERS: Update my e-mail address.
3743
3744 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
3745
3746         * configure.in: Switch more things to use maybe dependencies.
3747         * Makefile.tpl: Switch more things to use maybe dependencies.
3748         Factor out common code from autogen IF statements.
3749         * configure: Regenerate.
3750         * Makefile.in: Regenerate.
3751
3752 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
3753
3754         * configure.in: Accept i[3456789]86 for machine type.
3755         * configure: Regenerate.
3756
3757 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
3758
3759         * configure.in: Switch more things to use maybe dependencies.
3760         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
3761         * configure: Regenerate.
3762         * Makefile.tpl: Switch more things to use maybe dependencies.
3763         * Makefile.in: Regenerate.
3764
3765 2003-05-16  Andreas Schwab  <schwab@suse.de>
3766
3767         * Makefile.tpl (install-opcodes): Define.
3768         * Makefile.in: Rebuild.
3769
3770 2003-05-13  Andreas Jaeger  <aj@suse.de>
3771
3772         * config.guess: Update to 2003-05-09 version.
3773         * config.sub: Update to 2003-05-09 version.
3774
3775 2003-05-13  Michael Eager <eager@mvista.com>
3776
3777         * configure.in: Correct sed script so that options in quotes are not
3778         deleted.
3779         * configure: Rebuild.
3780
3781 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
3782
3783         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
3784         and $$s/newlib/libc/sys/cygwin32 include paths.
3785         * configure: Ditto.
3786
3787 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
3788
3789         * MAINTAINERS: Update my email addresses.
3790
3791 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
3792
3793         * config-ml.in: Propagate INSTALL variables.
3794
3795 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3796
3797         * MAINTAINERS: Remove duplicate entries in Write After Approval.
3798
3799 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
3800
3801         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
3802         * Makefile.in: Regenerate.
3803
3804 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
3805
3806         * MAINTAINERS (GNATS only): Add Falk Hueffner.
3807
3808 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
3809
3810         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
3811
3812 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
3813
3814         * Makefile.tpl: Clean $(BUILD_SUBDIR).
3815         * Makefile.in: Regenerated.
3816
3817 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
3818
3819         * MAINTAINERS (Write After Approval): Upgrade myself from
3820         GNATS only to write-after-approval. Update my mail address.
3821
3822 2003-04-25  Loren J. Rittle <ljrittle@acm.org>
3823
3824         (OS Port Maintainers: freebsd): Add myself.
3825
3826 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
3827
3828         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
3829
3830 2003-04-22  Kean Johnston  <jkj@sco.com>
3831
3832         * MAINTAINERS (SCO ports): Added myself.
3833
3834 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
3835
3836         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
3837
3838 2003-04-19  Kean Johnston  <jkj@sco.com>
3839
3840         * MAINTAINERS (Write After Approval): Add myself.
3841
3842 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3843
3844         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
3845         * Makefile.in: Regenerate.
3846
3847 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
3848
3849         * configure.in (powerpc64*-*-linux*): Remove.
3850         * configure: Rebuilt.
3851
3852 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
3853
3854         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
3855         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
3856         and restrap.
3857         * Makefile.in:  Regenerate.
3858
3859 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
3860
3861         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
3862         * configure: Regenerated.
3863
3864 2003-04-15  DJ Delorie  <dj@redhat.com>
3865
3866         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
3867
3868 2003-04-13  Nick Clifton  <nickc@redhat.com>
3869
3870         * config-ml.in: Remove support for --disable-aix removing
3871         call-aix multilibs.
3872
3873 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
3874
3875         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
3876         * */configure: Rebuilt.
3877
3878 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
3879
3880         * MAINTAINERS: Add my email address.
3881
3882 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
3883
3884         * MAINTAINERS (Write After Approval): Add myself.
3885
3886 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
3887
3888         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
3889         * Makefile.in: Regenerate.
3890
3891 2003-03-14  Michael Chastain  <mec@shout.net>
3892
3893         * Makefile.in: Regenerate with correct Makefile.def.
3894
3895 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
3896
3897         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
3898         Make macro.
3899         * Makefile.in: Regenerate.
3900         * configure.in: Clean up gxx_include_dir logic.
3901         * configure: Regenerate.
3902
3903 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
3904
3905         * MAINTAINERS (Write After Approval): Add myself.
3906
3907 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
3908
3909         * MAINTAINERS: Update my mail address.
3910
3911 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3912
3913         * configure.in (gxx_include_dir): Fix typo.
3914         * configure: Regenerated.
3915
3916 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
3917
3918         * Makefile.tpl: Reindent.
3919         * Makefile.in: Regenerate.
3920         * configure.in: Reindent.  Don't set unused variables.
3921         * configure: Regenerate.
3922
3923 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
3924
3925         * configure.in: Include $(build_tooldir)/sys-include in
3926         FLAGS_FOR_TARGET.
3927         * configure: Regenerated.
3928
3929 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
3930
3931         * Makefile.tpl: Always pass down RANLIB.
3932         * Makefile.in: Regenerate.
3933
3934         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
3935         * Makefile.in: Regenerate.
3936         * configure.in: Remove unused logic relating to --enable-shared
3937         and --enable-threads.  Remove bogus comments.  Remove redundant
3938         noconfigdirs.
3939         * configure: Regenerate.
3940
3941         * configure.in: Replace ${libstdcxx_version} by its value.
3942         Remove reference to mh-dgux.
3943         * configure: Regenerate.
3944
3945 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
3946
3947         * MAINTAINERS (Write After Approval): Add myself.
3948
3949 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
3950
3951         * Makefile.tpl: Rearrange.
3952         * Makefile.in: Regenerate.
3953
3954 2003-02-25  Uwe Stieber <uwe@wwws.de>
3955
3956         * configure.in: Add support for kaOS as cross build target system.
3957         * configure: Regenerated.
3958
3959 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
3960
3961         * MAINTAINERS (Write after approval): Add myself.
3962
3963 2003-02-21  James E Wilson  <wilson@tuliptree.org>
3964
3965         * MAINTAINERS: Update my email address.
3966
3967 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
3968
3969         * MAINTAINERS: Add self to blanket write privs. section.
3970
3971 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
3972
3973         * Makefile.tpl: Add definition of CPPFLAGS to pass into
3974         configure-target-* as some target builds may require additional
3975         flags for preprocessor tests.
3976         * Makefile.in: Regenerated.
3977
3978 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
3979
3980         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
3981         * ltconfig: Handle it.
3982         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
3983         auto-detecting it.
3984
3985         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
3986         it is used as argument to $CC.
3987         * ltcf-gcj.sh: Likewise.
3988
3989         * configure.in: Introduce --enable-maintainer-mode.
3990         * configure: Rebuilt.
3991         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
3992         for maintainer mode.
3993         * Makefile.in: Rebuilt.
3994
3995 2003-02-18  Jason Merrill  <jason@redhat.com>
3996
3997         * Makefile.tpl (check-c++): Allow parallelism.
3998
3999 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4000
4001         * MAINTAINERS: Remove John Carr (who never actually had access to
4002         gcc.gnu.org).
4003
4004 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
4005
4006         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
4007         don't configure target-libobjc.
4008         * configure: Regenerate.
4009
4010 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4011
4012         * Makefile.tpl (RANLIB): Define.
4013         * Makefile.in: Regenerate.
4014
4015 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
4016
4017         * MAINTAINERS: Update my email.
4018
4019 2003-02-06  Keith R Seitz  <keiths@redhat.com>
4020
4021         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
4022         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
4023         * Makefile.in: Regenerated.
4024         * configure.in: Remove all traces of snavigator, db, and grep.
4025         * configure: Regenerated.
4026
4027 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4028
4029         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
4030         After Approval.
4031
4032 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
4033
4034         * MAINTAINERS (Write after approval): Add myself.
4035
4036 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
4037
4038         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
4039         * Makefile.in: Regenerated.
4040
4041 2003-01-30  Roger Sayle  <roger@eyesopen.com>
4042
4043         * config.guess: Updated to 2003-01-30's version.
4044         * config.sub: Updated to 2003-01-28's version.
4045
4046 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
4047
4048         * config.if: If gcc_version is already set, just use it.  Don't set
4049         gcc_version_trigger if it's already set, otherwise set it to
4050         gcc/version.c, but only if the file exists.  If it is not set and
4051         gcc/version.c does not exist, try to extract the version number from
4052         $CC.
4053
4054 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
4055
4056         * MAINTAINERS: Add myself to write-after-approval list.
4057
4058 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
4059
4060         * configure.in:  Revert 24Jan change.
4061         * configure:  Regenerate.
4062
4063 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4064
4065         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
4066         entry of HJ Lu.
4067
4068 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
4069
4070         * configure.in: Revert previous change.
4071         * configure: Regenerate.
4072
4073 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
4074
4075         * configure.in: Make rda native-only.
4076         * configure: Regenerate.
4077
4078 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
4079
4080         * MAINTAINERS: Move myself from GNATS-only-accounts to
4081         write-after-approval.
4082
4083 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
4084
4085         * configure.in: Add missing \.
4086         * configure: Rebuilt.
4087
4088 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
4089
4090         * configure.in (baseargs): Avoid using \| in sed regular
4091         expressions.
4092         * configure: Rebuilt.
4093
4094 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
4095
4096         * configure.in (baseargs): Remove all supported forms of
4097         --cache-file, --srcdir, --host, --build and --target options
4098         from argument lists.
4099         * configure: Rebuilt.
4100
4101 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
4102
4103         * MAINTAINERS: Add myself to write-after-approval list.
4104
4105 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
4106
4107         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
4108         * configure: Rebuilt.
4109
4110 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
4111
4112         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
4113         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
4114         * Makefile.in: Regenerate.
4115         * configure: Regenerate.
4116
4117 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
4118
4119         * configure.in: Remove Makefile in build, host and target modules
4120         unless configure was run with --no-recursion.
4121         * configure: Rebuilt.
4122
4123 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
4124
4125         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
4126         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
4127         * Makefile.in: Regenerate.
4128
4129 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
4130
4131         * config.guess: Update to 2003-01-03 version.
4132         * config.sub: Update to 2003-01-03 version.
4133
4134 2003-01-07  Christopher Faylor  <cgf@redhat.com>
4135
4136         * configure: Regenerate with proper autoconf 2.13.
4137
4138 2003-01-07  Christopher Faylor  <cgf@redhat.com>
4139
4140         * configure.in: Add AC_PREREQ for consistency.
4141         * configure: Regenerate.
4142
4143 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
4144
4145         * configure.in (GDB_TK): Add tcl directories conditional on
4146         gdb/gdbtk directory being present.
4147         * configure: Regenerate.
4148
4149 2003-01-04 John David Anglin  <dave.anglin@nrc.ca>
4150
4151         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld used
4152         by gcc if LD is not defined and we are not doing a Canadian Cross.
4153         * configure: Rebuilt.
4154
4155 2002-12-31  Tom Tromey  <tromey@redhat.com>
4156
4157         * Makefile.in: Rebuilt.
4158         * Makefile.def (target_modules) [libffi]: Allow installation.
4159
4160 2002-12-31  Andreas Schwab  <schwab@suse.de>
4161
4162         * configure.in: Fix use of $program_transform_name.
4163         * configure: Regenerated.
4164
4165 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
4166
4167         * configure.in (baseargs): Don't remove first configure argument.
4168         * configure: Regenerated.
4169
4170 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
4171
4172         * Makefile.tpl (local-distclean): Don't remove...
4173         (multilib.ts): ... this.  Moved into...
4174         (multilib.out): ... this.  Don't use sub-make.
4175         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
4176         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
4177         (configure-build-[+module+], configure-[+module+],
4178         configure-target-[+module+], configure-gcc): ... these.  Test
4179         for Makefile existence.  Drop config.status from dependencies.
4180         * Makefile.in: Rebuilt.
4181         * configure.in: Move gcc-version-trigger to the end of
4182         ac_configure_args.  Add comments to maybedep.tmp and
4183         serdep.tmp.  Introduce --disable-serial-configure.  Remove
4184         nonopt from baseargs, matching and removing corresponding
4185         whitespace while at it.
4186         * configure: Rebuilt.
4187
4188 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
4189
4190         * configure.in (host_configargs): Replace reference to
4191         no-longer-defined buildopts with --build=${build_alias}.
4192         * configure: Rebuilt.
4193
4194         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
4195         program_transform_name to standard idiom.
4196         (AUTOGEN, AUTOCONF): Define.
4197         (Makefile.in): Use $(AUTOGEN).
4198         (Makefile): Depend on config.status, and use autoconf-style rule to
4199         build it.  Move original commands to...
4200         (config.status): ... this new target.
4201         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
4202         $(AUTOCONF).
4203         * Makefile.in: Rebuilt.
4204
4205 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
4206
4207         * Makefile.tpl: Fix dramatic bustage due to change in
4208         program_transform_name.
4209         * Makefile.in: Regenerate.
4210
4211         * configure.in: Remove unnecessary PATH setting.
4212         * configure: Regnerate.
4213
4214         * configure.in: Don't default to unprefixed tools unless
4215         the native tools will work.
4216         * configure: Regenerate.
4217
4218         * configure.in: Convert to autoconf script.  Blow away lots
4219         of now-redundant Makefile fragments.
4220         * configure: Generate using Autoconf.
4221         * Makefile.tpl: Rewrite to reflect autoconfiscation.
4222         * Makefile.in: Regenerate.
4223
4224 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
4225
4226         * configure: Fix stupid bug where RANLIB was mistakenly included.
4227
4228         * configure.in: Rename (buildargs, hostargs, targargs) to
4229         (build_configargs, host_configargs, target_configargs).
4230
4231         * configure.in: Move logic out of sed statement.
4232
4233         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
4234         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
4235
4236 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
4237
4238         * config.sub: Import from master repository
4239         * config.guess: Ditto
4240
4241 2002-12-24  Andreas Schwab  <schwab@suse.de>
4242
4243         * Makefile.tpl (multilib.out): Fix missing space.
4244         * Makefile.in: Regenerate.
4245
4246 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
4247
4248         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
4249         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
4250         * Makefile.in: Regenerate.
4251         * configure.in: Remove unnecessary leftovers.
4252
4253 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
4254
4255         * configure.in (extra_ranlibflags_for_target): New variable.
4256         (*-*-darwin): Add -c to ranlib commands.
4257         * configure (tooldir): Handle extra_ranlibflags_for_target.
4258
4259 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
4260
4261         * Makefile.tpl: Revert HJL's change.
4262         * Makefile.in: Regenerated.
4263         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
4264         always.
4265
4266 2002-12-19  Andreas Schwab  <schwab@suse.de>
4267
4268         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
4269         * Makefile.in: Regenerate.
4270
4271 2002-12-18  H.J. Lu <hjl@gnu.org>
4272
4273         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
4274         * Makefile.in: Regenerated.
4275
4276         * configure.in (build_prefix): New. Substitute.
4277
4278 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
4279
4280         * Makefile.tpl: Don't let real targets depend on phony targets.
4281         * Makefile.in: Regenerate.
4282
4283         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
4284         * Makefile.in: Regenerate.
4285
4286 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
4287
4288         * config.sub: Import from master repository
4289         * config.guess: Ditto
4290
4291 2002-12-16  Jason Merrill  <jason@redhat.com>
4292
4293         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
4294         previous 'make bootstrap'.
4295         * Makefile.in: Regenerate.
4296
4297 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
4298
4299         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
4300
4301 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
4302
4303         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
4304         * Makefile.in: Regenerate.
4305
4306 2002-12-13  Jason Merrill  <jason@redhat.com>
4307
4308         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
4309         library tests.
4310         (check-c++): Just depend on it and check-target-libstdc++-v3.
4311         * Makefile.in: Regenerate.
4312
4313 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
4314
4315         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
4316         * Makefile.in: Rebuilt.
4317
4318 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
4319
4320         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
4321
4322 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
4323
4324         * configure: Fix bug put in by gremlins.
4325
4326         * Makefile.tpl: Substitute more autoconfily.
4327         * configure: Substitute more autoconfily.
4328         * Makefile.in: Regenerate.
4329
4330 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
4331
4332         * config.sub: Import from master repository
4333         * config.guess: Ditto
4334         * MAINTAINERS: Added Svein Seldal under write after approval
4335
4336 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
4337
4338         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
4339         * Makefile.in (all-sim): Ditto.
4340
4341 2002-12-06  DJ Delorie  <dj@redhat.com>
4342
4343         * Makefile.tpl: Change configure dependencies to not have real
4344         targets depend on phony targets.
4345
4346 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
4347
4348         * configure.in: Revert unintentional change.
4349
4350         * Makefile.tpl: Change dependency for */multilib.out so that
4351         it works when gcc isn't in the tree.
4352
4353         * configure.in: Substitute more.
4354         * configure: Run subconfigures from the Makefile.
4355         * Makefile.tpl: Run subconfigures from the Makefile; add a few
4356         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
4357
4358 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4359
4360         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
4361
4362 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
4363
4364         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
4365         and corresponding dependencies.
4366         * Makefile.in: Regenerate.
4367
4368         * configure.in (host_tools): Order binutils, gas and ld for
4369         convenience in running the testsuites.
4370
4371         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
4372         * Makefile.in: Regenerate.
4373         * configure.in: Introduce rules to serialize subconfigure runs.
4374
4375         * configure.in: Introduce BASE_CC_FOR_TARGET.
4376         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
4377         Realize configure-build-* targets.  Realize configure-target-* targets.
4378         * Makefile.in: Regenerate.
4379
4380 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
4381
4382         * configure: Move gcc_version_trigger stuff from here...
4383         * configure.in: ...to here.
4384
4385         * configure.in: Separate subconfigure options added by this file from
4386         options given by the user.  Add machinery to put args for host
4387         subconfigures into the Makefile.
4388
4389         * Makefile.tpl: Remove 'vault' targets.
4390         * Makefile.tpl: Reorder and comment dependencies.
4391         * Makefile.in: Regenerate.
4392
4393 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
4394         * configure.in: Fix my broken commit of previous patch. (sigh)
4395
4396 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
4397
4398         * configure.in: Move host-specific darwin noconfigdirs into
4399         the host-specific section.
4400
4401 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
4402
4403         * configure.in: Move host-specific darwin noconfigdirs into
4404         the host-specific section.
4405
4406 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
4407
4408         * configure: Remove skip-this-dir support.
4409         * Makefile.tpl: Remove skip-this-dir support.
4410
4411         * Makefile.tpl: Remove leftover support for non-autoconfiscated
4412         subdirectories.
4413         * Makefile.in: Regenerate.
4414
4415         * Makefile.tpl: Strip out useless setting of 'dir'.
4416         * Makefile.in: Regenerate.
4417
4418 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
4419
4420         * configure.in: Fix deeply stupid bug.
4421
4422         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
4423         shell code in CXX_FOR_TARGET
4424         * Makefile.def: Introduce raw_cxx.
4425         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
4426         RAW_CXX_FOR_TARGET.
4427         * Makefile.in: Regenerate.
4428
4429 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
4430
4431         * Makefile.tpl: Remove unnecessary ifs.
4432         * Makefile.in: Regenerate.
4433
4434         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
4435         dependencies.  Maybe-ize build-libiberty.  Create dummy install
4436         targets for 'no_install' modules.
4437         * configure: Move GDB_TK substitution to configure.in.  Move
4438         build_modules stuff to configure.in.
4439         * configure.in: Implement soft dependency machinery.  Maybe-ize
4440         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
4441         * Makefile.in: Regenerate.
4442
4443 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
4444
4445         * Makefile.tpl: Make all-target, install-target behave similarly
4446         to all, install (only hitting configured targets).  Eliminate
4447         unused macro defintions.
4448
4449         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
4450         build != host.
4451
4452         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
4453
4454         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
4455
4456         * configure.in: Produce lists of subdir targets we're actually
4457         configuring.  Remove references to "dosrel".
4458         * Makefile.tpl: Let configure set which subdir targets are hit.
4459         Remove install-cross; clean up install; remove ALL.  Remove
4460         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
4461         Autogenerate host module targets.  Remove empty dependency lines
4462         and redundant dependency; rearrange slightly.
4463         * Makefile.def: Add host-side libtermcap, utils.
4464
4465         * Makefile.in: Regenerate.
4466
4467 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4468
4469         * ltconfig (osf[345]): Append $major to soname_spec.
4470         Reflect this in library_names_spec.
4471         * ltmain.sh (osf): Prefix $major with . for use as extension.
4472
4473 2002-11-19  Andreas Jaeger  <aj@suse.de>
4474
4475         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
4476         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
4477         and sparc64 GNU/Linux systems.
4478
4479 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
4480
4481         * MAINTAINERS: Update email.
4482
4483 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4484
4485         * MAINTAINERS: Complete James Dennett's entry.
4486
4487 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
4488
4489         * MAINTAINERS (Write After Approval): Add myself.
4490
4491 2002-11-13  Bruce Korb  <bkorb@gnu.org>
4492
4493         * Makefile.tpl: syntactic cleanup
4494
4495 2002-11-13 Stuart Hastings <stuart@apple.com>
4496
4497         * MAINTAINERS: Add myself to write-after-approval list.
4498
4499 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
4500
4501         * Makefile.def: Add list of recursive targets to autogenerate.
4502         Add build_modules.
4503         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
4504         targets.  Autogenerate *-build-* targets.
4505         * Makefile.in: Regenerate.
4506
4507 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
4508
4509         * configure: More autoconf-style substitutions.
4510         * Makefile.tpl: More autoconf-style substitutions.
4511         * Makefile.in: Regenerate.
4512
4513 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
4514
4515         * configure: Substitute more variables in a more autoconf-friendly
4516         way.  Simplify slightly.
4517         * Makefile.tpl: Make more variables substitutable in an
4518         autoconf-friendly way.
4519         * Makefile.in: Regenerate.
4520
4521 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
4522
4523         * MAINTAINERS (Write After Approval): Add myself.
4524
4525 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
4526
4527         * configure.in (v810*): Remove special setting of tools.
4528
4529         * configure: Add support for extra required flags for ar or nm.
4530         * configure.in (aix4.3+): Use above support for target-specific
4531         issues, rather than using config/mt-aix43.
4532
4533 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
4534
4535         * configure: Remove 'removing', which doesn't work.  Replace $subdir
4536         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
4537         with $srcdir.  Reformat indentation.  Substitute some variables
4538         formerly hard-coded in the Makefile for build=host.
4539         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
4540         * Makefile.def: Autogenerate more.
4541         * Makefile.in: Regenerate.
4542
4543 2002-11-04  Adam Nemet  <anemet@lnxw.com>
4544
4545         * MAINTAINERS (Write After Approval): Add myself.
4546
4547 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
4548
4549         * Makefile.def (host_modules): Add rda.
4550         * Makefile.in: Regenerate.
4551         * configure.in (target_tool): Add target-rda to list.
4552
4553 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4554
4555         * MAINTAINERS: Remove "co-maintainer" note for web pages.
4556
4557 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
4558
4559         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
4560         and restrap targets to this rule.
4561         * Makefile.in:  Regenerate.
4562
4563 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4564
4565         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
4566         GNATS only accounts.
4567
4568 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
4569
4570         * configure.in (i[3456]86-*-linux*): Add check to disable
4571         ${libgcj} for glibc1.
4572
4573 2002-10-24  Denis Chertykov  <denisc@overta.ru>
4574
4575         * MAINTAINERS: Add myself as ip2k port maintainer.
4576
4577 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
4578
4579         * configure.in: Add tic4x target.
4580
4581 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
4582
4583         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
4584         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
4585         * Makefile.in: Regenerate.
4586
4587         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
4588         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
4589         * Makefile.in: Regenerate.
4590
4591 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
4592
4593         * MAINTAINERS: Add myself as web pages co-maintainer.
4594
4595 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
4596
4597         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
4598         * Makefile.in: Regenerate.
4599
4600 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
4601
4602         * MAINTAINERS: Add myself and Nathan Sidwell
4603         <nathan@codesourcery.com> as VxWorks maintainers.
4604
4605 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
4606
4607         * Makefile.def: Remove order dependency comments.
4608         * Makefile.tpl: Add explicit install-install dependencies.
4609         * Makefile.in: Regenerate.
4610
4611         * Makefile.tpl: Remove material now in src-release.  (Finally!)
4612         * Makefile.in: Regenerate.
4613
4614         * Makefile.tpl: Add configure-target (for src-release in src)
4615         * Makefile.in: Regenerate.
4616
4617 2002-09-30  Nick Clifton  <nickc@redhat.com>
4618
4619         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
4620
4621 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
4622
4623         * configure.in (s390*-*-linux*): Enable libgcj.
4624
4625 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
4626
4627         * configure: Revert accidentally applied changes.
4628
4629         * Makefile.tpl: Make more autoconf-friendly.
4630         * Makefile.in: Regenerate.
4631         * configure: Make substitution more autoconf-like.
4632
4633 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
4634
4635         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
4636         single entry to handle all these.
4637         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
4638         libjava on arm-*-elf.
4639
4640 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
4641
4642         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
4643         things that depend on them.
4644
4645 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
4646
4647         * Makefile.tpl: Make subsituted variables more autoconfy.
4648         * Makefile.in: Regenerate.
4649         * configure: Make seds more autoconfy.
4650
4651 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
4652
4653         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
4654         * Makefile.in: Regenerate.
4655         * configure.in: Rewrite sed statements to look autoconfy.
4656
4657         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
4658         all-target-foo on configure-target-foo.
4659         * Makefile.def: Ditto.
4660         * Makefile.in: Rebuild.
4661
4662 2002-09-25  Andrew Haley  <aph@redhat.com>
4663
4664         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
4665
4666 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
4667
4668         * Makefile.def: New file.
4669         * Makefile.tpl: New file.
4670         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
4671         * contrib/gcc_update: Note that Makefile.in is a generated file.
4672
4673         * configure.in: Minor rearrangement.  Simplify tests.
4674
4675 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
4676
4677         * configure.in (with_headers): Skip copy if value is "yes".
4678         (with_libs): Likewise.
4679
4680 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
4681
4682         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
4683         * configure.in (sh*-*-pe*): Ditto.
4684         * configure.in (mips*-*-pe*): Ditto.
4685         * configure.in (*arm-wince-pe): Ditto.
4686
4687         * configure.in: Rearrange.
4688
4689 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
4690
4691         * MAINTAINERS: Update my email address.
4692
4693 2002-08-30  Paul Koning  <pkoning@equallogic.com>
4694
4695         * MAINTAINERS: (Write After Approval): Add myself.
4696
4697 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
4698
4699         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
4700
4701 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
4702
4703         * MAINTAINERS: Change my mailing address.
4704
4705 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
4706
4707         * MAINTAINERS (Write After Approval): Remove myself.
4708         (Various Maintainers: c++ runtime libs): Add myself.
4709
4710 2002-08-20  Loren J. Rittle <ljrittle@acm.org>
4711
4712         * MAINTAINERS (Write After Approval): Remove myself.
4713         (Various Maintainers: c++ runtime libs): Add myself.
4714
4715 2002-08-15  Eric Christopher  <echristo@redhat.com>
4716
4717         * config.sub: Import from master repository.
4718         * config.guess: Ditto.
4719
4720 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
4721
4722         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
4723         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
4724         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
4725
4726 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
4727
4728         * MAINTAINERS: Add self to rs6000 vector extensions.
4729
4730 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
4731
4732         * libiberty/configure: Reverted unintended yesterday's check in.
4733
4734 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
4735
4736         * boehm-gc/configure, libf2c/configure: Rebuilt.
4737         * libffi/configure, libiberty/configure: Ditto.
4738         * libjava/configure, libobjc/configure: Ditto.
4739         * libstdc++-v3/configure, zlib/configure: Ditto.
4740         Merged from binutils:
4741         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
4742         From Steve Ellcey <sje@cup.hp.com>:
4743         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
4744         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
4745         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
4746         IA64.
4747         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
4748         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
4749         soname_spec, sys_lib_search_path_spec): Ditto.
4750
4751 2002-08-06  Federico G. Schwindt <fgsch@olimpo.com.br>
4752
4753         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
4754
4755 2002-08-04  H.J. Lu  (hjl@gnu.org)
4756
4757         * configure.in (mips*-*-linux*): Don't skip target-libffi.
4758
4759 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
4760
4761         * MAINTAINERS (Write After Approval): Add myself.
4762
4763 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
4764
4765         * configure.in: Move generic linux case to end.  Copy generic
4766         linux noconfigdirs to mips*-*-linux* entry and new
4767         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
4768
4769 2002-07-19  Michael Matz  <matz@suse.de>
4770
4771         * MAINTAINERS: Add myself as ra* maintainer.
4772
4773 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
4774
4775         * config.guess: Update to 2002-07-09 version.
4776         * config.sub: Update to 2002-07-03 version.
4777
4778 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
4779
4780         * MAINTAINERS: Fix typo in a maintainer email address.
4781
4782 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
4783
4784         * configure.in: Remove two redundant tests.
4785
4786 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4787
4788         * configure.in (mips*-*-irix6*o32): Enable stabs.
4789
4790 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
4791
4792         * configure.in: Don't build grez.
4793         * Makefile.in: Ditto.
4794
4795         * Makefile.in: Remove references to bsp, cygmon, libstub.
4796         * configure.in: Ditto.
4797
4798         * configure.in: Remove leftover reference to gdbtest.
4799
4800 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
4801
4802         * configure.in (gxx_include_dir):  Change to match versioned
4803         C++ headers if --enable-version-specific-runtime-libs is used.
4804
4805 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
4806
4807         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
4808
4809 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
4810
4811         * configure.in: Make --without-x work.
4812
4813 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
4814
4815         * configure.in: Rearrange target Makefile fragment collection.
4816
4817         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
4818         cvs[src].
4819         * configure.in: Ditto.
4820
4821 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
4822
4823         * MAINTAINERS (Write After Approval): Update my e-mail address.
4824
4825 2002-06-24  Ben Elliston  <bje@redhat.com>
4826
4827         * configure.in (host_tools): Remove cgen.
4828
4829         * Makefile.in (all-cgen): Remove; runs from its source directory.
4830         (check-cgen, install-cgen, clean-cgen): Likewise.
4831         (all-opcodes): Do not depend on all-cgen.
4832         (all-sim): Likewise.
4833
4834 2002-07-01  Nathanael Nerode <neroden@gcc.gnu.org>
4835
4836         * Makefile.in: Eliminate 'apache' targets.
4837         * configure.in: Eliminate 'apache' targets.
4838
4839         * configure.in: Eliminate redundant tests.  Reorganize.
4840
4841         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
4842
4843         * config-ml.in: Eliminate references to Cygnus configure.
4844
4845         * Makefile.in: Eliminate references to building emacs.
4846
4847 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
4848
4849         * MAINTAINERS: Update my email address.
4850
4851 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
4852
4853         * config.if (libstdcxx_incdir): Version C++ headers.
4854         (cxx_incdir): Remove.
4855
4856 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
4857
4858         * MAINTAINERS (Write After Approval): Add self.
4859
4860 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
4861
4862         * configure.in: Add support for ip2k.
4863
4864 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
4865
4866         * configure.in: Fix AIX configury bug.
4867
4868 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
4869
4870         * MAINTAINERS (Write After Approval): Add self.
4871
4872 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
4873
4874         * configure.in: replace ${topsrcdir} with ${srcdir}
4875
4876         * configure.in: Move definition of libstdcxx_flags
4877         right above usage, rather than waaay earlier.
4878
4879         * configure.in: Pull definition of is_cross_compiler earlier.
4880
4881         * configure.in: Rearrange a little.
4882
4883         * configure.in: Remove references to librx.
4884         * Makefile.in: Remove references to librx.
4885
4886 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
4887
4888         * config.sub: Add support for avr target.
4889         Import from master sources, rev 1.255
4890
4891 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
4892
4893         * configure, .cvsignore:  Revert previous change...
4894         * Makefile:  ...delete.
4895
4896 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
4897
4898         * configure.in: Eliminate ${gasdir} variable.
4899
4900 2002-06-18  Dave Brolley  <brolley@redhat.com>
4901
4902         * configure.in: Add support for frv.
4903         * config.sub: Add support for frv.
4904
4905 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
4906
4907         * configure:  Remove garbage from previous commit.
4908
4909 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
4910
4911         * configure:  For in-source builds, make a subdir and re-exec there.
4912         * Makefile:  New file.  Pass targets through to build directory.
4913         * .cvsignore:  No longer ignore "Makefile".
4914
4915 2002-06-16  Douglas Rupp  <rupp@gnat.com>
4916
4917         * MAINTAINERS (Write After Approval): Add self.
4918
4919 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4920
4921         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
4922
4923 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
4924
4925         * configure.in (vax-*-netbsd*): Re-enable gas.
4926
4927 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
4928
4929         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
4930         BUILD_PREFIX_1, to correct nomenclature.
4931         * configure: Likewise.
4932
4933         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
4934         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
4935
4936 2002-05-31  Olaf Hering  <olh@suse.de>
4937
4938         * config-ml.in: Propogate DESTDIR also.
4939
4940 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
4941
4942         * configure.in (vax-*-netbsd*): Don't build gas for this
4943         platform.
4944
4945 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
4946
4947         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
4948         and libgcj for AVR.
4949
4950 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
4951
4952         * MAINTAINERS (Write After Approval): Add myself.
4953
4954 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
4955
4956         * config.guess: Update to 2002-05-22 version.
4957         * config.sub: Likewise.
4958
4959 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4960
4961         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
4962         * config-ml.in: Likewise.
4963         * configure: Likewise.
4964         * configure.in: Likewise.
4965
4966 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
4967
4968         * MAINTAINERS: Update my email address.
4969
4970 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
4971
4972         * configure.in: Simplify makefile fragment collection.
4973
4974         * configure.in: Remove code to build emacs.
4975
4976         * configure.in : Remove --srcdir argument from targargs and buildargs
4977         (it's always overridden in the Makefile anyway).  Rearrange a bit.
4978
4979         * configure: Move some logic to configure.in.
4980         * configure.in: Move some logic from configure.
4981
4982 2002-05-11  Tom Tromey  <tromey@redhat.com>
4983
4984         * MAINTAINERS: Reflect libgcj reality.
4985
4986 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
4987
4988         * Makefile.in: Honour DESTDIR.
4989
4990 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
4991
4992         * config.guess: Import 2002-03-20 version.
4993         * config.sub: Import 2002-04-26 version.
4994
4995 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4996
4997         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
4998
4999 2002-05-07  Tim Josling  <tej@melbpc.org.au>
5000
5001         * MAINTAINERS: Add self.
5002
5003 2002-05-06  Loren J. Rittle <ljrittle@acm.org>
5004
5005         * ltmain.sh: Detect and handle object name conflicts
5006         while piecewise linking a static library.
5007
5008 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
5009
5010         * configure.in (noconfigdirs): Don't disable libgcj on
5011         sparc64-*-solaris* and sparcv9-*-solaris*.
5012
5013 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
5014
5015         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
5016
5017 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
5018
5019         * configure.in (FLAGS_FOR_TARGET): Do not add
5020         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
5021         on i[3456]86-*-linux*.
5022
5023 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
5024
5025         * configure.in (noconfigdirs): Replace [ ] with test.
5026
5027         * configure.in (noconfigdirs): Do not add target-newlib if
5028         target == i[3456]86-*-linux*, and host == target.
5029
5030 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
5031
5032         * configure.in: delete reference to absent file
5033
5034         * configure.in: replace '[' with 'test'
5035
5036         * configure.in: Eliminate references to gash.
5037         * Makefile.in: Eliminate references to gash.
5038
5039         * configure.in: remove useless references to 'pic' makefile fragments.
5040
5041         * configure.in: (*-*-windows*) Finish removing.
5042
5043         * configure.in: Eliminate redundant test for libgui.
5044
5045 2002-04-29  Roger Sayle  <roger@eyesopen.com>
5046
5047         * MAINTAINERS: Add self and realphabetize.  Update entries
5048         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
5049         entry for a29k port maintainer.
5050
5051 2002-04-26      Joel Sherrill <joel@OARcorp.com>
5052
5053         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
5054         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
5055
5056 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
5057
5058         * configure.in: remove references to dead files
5059
5060 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
5061
5062         * MAINTAINERS: Add information about purpose of this file.
5063
5064 2002-04-18  Tom Tromey  <tromey@redhat.com>
5065
5066         * configure.in: Disallow configuring libgcj when it is already
5067         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
5068         Solaris 2.8 by default.  For PR libgcj/6158.
5069
5070 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
5071
5072         * configure.in:  Move default CC setting out of config/mh-* fragments
5073         directly into here.
5074
5075 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
5076
5077         * configure.in: don't even try to configure or make a subdirectory
5078         if there's no configure script for it.
5079
5080 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
5081
5082         * MAINTAINERS: Remove chill maintainers.
5083         * Makefile.in (CHILLFLAGS): Remove.
5084         (CHILL_LIB): Remove.
5085         (TARGET_CONFIGDIRS): Remove libchill.
5086         (CHILL_FOR_TARGET): Remove.
5087         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
5088         CHILL_LIB.
5089         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
5090         (CHECK_TARGET_MODULES): Likewise.
5091         (INSTALL_TARGET_MODULES): Likewise.
5092         (CLEAN_TARGET_MODULES): Likewise.
5093         (configure-target-libchill): Remove.
5094         (all-target-libchill): Remove.
5095         * configure.in (target_libs): Remove target-libchill.
5096         Do not compute CHILL_FOR_TARGET.
5097         * libchill: Remove directory.
5098
5099 2002-04-11  DJ Delorie  <dj@redhat.com>
5100
5101         * Makefile.in, configure.in: Sync with binutils, entries
5102         follow...
5103
5104 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
5105
5106         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
5107         (do-tar, do-bz2): New rules.
5108         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
5109         (gdb-tar): New rule.
5110         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
5111         (insight_dejagnu.tar): New rule.
5112         (insight.tar): New rule.
5113         (gdb+dejagnu.tar): New rule.
5114         (gdb.tar): New rule.
5115
5116 2002-02-01  Mo DeJong  <supermo@bayarea.net>
5117
5118         * Makefile.in: Add all-tix to deps for all-snavigator
5119         so that tix is built when building snavigator.
5120
5121 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
5122
5123         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
5124         ld and gdb are not supported.
5125
5126 2002-01-07  Mark Salter  <msalter@redhat.com>
5127
5128         * configure.in: Remove target-bsp and target-cygmon from arm builds.
5129         Allow target-libgloss to be built for arm, strongarm, and xscale.
5130
5131 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
5132
5133         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
5134         options for i[3456]86-pc-linux* native builds.
5135
5136 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
5137
5138         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
5139         files from .po files for a distribution.
5140
5141 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
5142
5143         * configure.in: Enable libstdc++-v3 for h8300 targets.
5144
5145 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
5146
5147         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
5148         version from bfd/.
5149
5150 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
5151
5152         * Makefile.in (VER): When present, extract the version number from
5153         the file version.in.
5154
5155 2001-05-24  Tom Rix <trix@redhat.com>
5156
5157         * configure.in : enable ld for aix
5158
5159 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5160
5161         * config.guess: Add linux target for S/390.
5162
5163 2000-11-07  Philip Blundell  <pb@futuretv.com>
5164
5165         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
5166
5167 2000-11-03  Philip Blundell  <pb@futuretv.com>
5168
5169         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
5170         files.
5171
5172 2001-01-15  Ben Elliston  <bje@redhat.com>
5173
5174         * configure.in (host_tools): Add sid.
5175         Always configure cgen.
5176
5177 2000-11-24  Nick Clifton  <nickc@redhat.com>
5178
5179         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
5180
5181
5182 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
5183
5184         * Makefile.in (ALL_MODULES): Add all-cgen.
5185         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
5186         (all-cgen): New target.
5187         (all-opcodes,all-sim): Depend on all-cgen.
5188         * configure.in (host_tools): Add cgen.
5189         Only configure cgen if --enable-cgen-maint.
5190
5191 2002-04-09  Loren J. Rittle <ljrittle@acm.org>
5192
5193         * configure.in: Add *-*-freebsd* configurations.
5194
5195 2002-04-08  Tom Tromey  <tromey@redhat.com>
5196
5197         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
5198         Fixes PR libgcj/6068.
5199
5200 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
5201
5202         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
5203
5204 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5205
5206         * configure.in (alpha*-dec-osf*): Enable libgcj.
5207
5208 2003-03-27  Matthew Gingell <gingell@gnat.com>
5209
5210         * MAINTAINERS (Write After Approval): Add myself.
5211
5212 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
5213
5214         Fix for: PR bootstrap/3591, target/5676
5215         * configure.in (mcore-pe): Disable the configuration of
5216         libstdc++-v3 since exceptions are not supported.
5217
5218 2002-03-20  Anthony Green  <green@redhat.com>
5219
5220         * configure.in: Enable libgcj for xscale-elf target.
5221
5222 Tue Mar 19 09:05:08 2002  J"orn Rennecke <joern.rennecke@superh.com>
5223
5224         * MAINTAINERS:  Update my email address.
5225
5226 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
5227
5228         * ltmain.sh (relink_command): Fix typo in previous change.
5229
5230 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
5231
5232         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
5233         (relink_command): Added --tag flags.
5234         (mode=install): If relinking fails; error out.
5235
5236 2002-03-12  Richard Henderson  <rth@redhat.com>
5237
5238         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
5239         .NOTPARALLEL tag.
5240         (do-check): Rename from check.
5241         (check): Allow parallel check.
5242
5243 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
5244
5245         * MAINTAINERS: Add myself as maintainer for xtensa port.
5246         Fix alphabetical order in CPU port maintainer list.
5247         Remove myself from Write After Approval list.
5248
5249 2002-03-11  Richard Henderson  <rth@redhat.com>
5250
5251         * Makefile.in (.NOTPARALLEL): Add fake tag.
5252
5253 2002-03-07  H.J. Lu  (hjl@gnu.org)
5254
5255         * configure.in: Enable gprof for mips*-*-linux*.
5256
5257 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
5258
5259         * MAINTAINERS (Write After Approval): Add myself.
5260
5261 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
5262
5263         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
5264         libjava.
5265         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
5266
5267 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
5268
5269         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
5270         because its Makefile is there; test for the executable instead.
5271
5272 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
5273
5274         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
5275         libstdc++-v3 and libjava.
5276
5277 2002-02-11  Adam Megacz <adam@xwt.org>
5278
5279         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
5280         boehm-gc
5281
5282 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
5283
5284         * config.guess: Updated to 2002-01-30's version.
5285         * config.sub: Updated to 2002-02-01's version.
5286         Contribute sh64-elf.
5287         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
5288         * configure.in: Added sh64-*-*.
5289
5290 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
5291
5292         * MAINTAINERS: Belatedly add myself to write after approval list.
5293
5294 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
5295
5296         * MAINTAINERS: Put self in as maintainer for x86-64 port.
5297         Remove self as Write After Approval.
5298
5299 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
5300
5301         * MAINTAINERS: Put self in as maintainer for contrib/regression
5302         directory.
5303
5304 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
5305
5306         * MAINTAINERS:  Update my email address.
5307
5308 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
5309
5310         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
5311         target-libiberty, and target-libgloss.  Skip Java-related
5312         libraries if not supported for NetBSD on target CPU.
5313
5314 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
5315
5316         * install-sh: Use _inst.$$_ for temp file name.
5317
5318 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
5319
5320         * MAINTAINERS (Write After Approval): Move my contact info
5321         from here...
5322         (OS Port Maintainers): ...to here (netbsd).
5323
5324 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
5325
5326         * MAINTAINERS (Write After Approval): Add myself.
5327
5328 2002-01-17  H.J. Lu <hjl@gnu.org>
5329
5330         * Makefile.in (all-fastjar): Also depend on all-libiberty.
5331         (all-target-fastjar): Also depend on all-target-libiberty.
5332
5333 2002-01-16  H.J. Lu  (hjl@gnu.org)
5334
5335         * config.guess: Import from master sources, rev 1.225.
5336         * config.sub: Import from master sources, rev 1.238.
5337
5338 2002-01-16  Kazu Hirata  <kazu@hxi.com>
5339
5340         * MAINTAINERS (Write After Approval): Remove myself.
5341
5342 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
5343
5344         * MAINTAINERS (Write After Approval): Add myself.
5345
5346 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
5347
5348         * MAINTAINERS: Add self as docs co-maintainer.
5349
5350 2001-12-11  Matthias Klose  <doko@debian.org>
5351
5352         * MAINTAINERS (Write After Approval): Add myself.
5353
5354 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
5355
5356         * MAINTAINERS: Update my email address.
5357
5358 2001-12-07  Turly O'Connor  <turly@apple.com>
5359         * MAINTAINERS (Write After Approval): Add myself.
5360         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
5361         (rs6000_initialize_trampoline): Call __trampoline_setup for
5362         ABI_DARWIN too.
5363         * darwin-tramp.asm: New file, implements __trampoline_setup.
5364         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
5365
5366 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
5367
5368         * MAINTAINERS (Write After Approval): Add myself.
5369
5370 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
5371
5372         * configure, configure.in: Use temp file for long sed commands.
5373
5374 2001-12-03  Laurent Guerby  <guerby@acm.org>
5375
5376         * config.sub: Update to version 1.232 on subversion.
5377
5378 2001-12-03  Ben Elliston  <bje@redhat.com>
5379
5380         * MAINTAINERS: Update mail address for config.* patches.
5381
5382 2001-11-27  DJ Delorie <dj@redhat.com>
5383             Zack Weinberg  <zack@codesourcery.com>
5384
5385         When build != host, create libiberty for the build machine.
5386
5387         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
5388         CONFIG_ARGUMENTS.
5389         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
5390         New variables.
5391         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
5392         and rules.
5393         (all.normal): Depend on ALL_BUILD_MODULES.
5394         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
5395         (all-build-libiberty): Depend on configure-build-libiberty.
5396
5397         * configure: Calculate and substitute proper value for
5398         ALL_BUILD_MODULES.
5399         * configure.in: Create the build subdirectory.
5400         Calculate and substitute TARGET_CONFIGARGS (formerly
5401         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
5402
5403 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
5404
5405         * MAINTAINERS (write-after-approval): Add self.
5406
5407 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
5408
5409         * MAINTAINERS (GNATS only accounts): Remove self.
5410
5411 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
5412
5413         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
5414         libf2c.
5415
5416 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
5417
5418         * MAINTAINERS (Write After Approval): Add self.
5419
5420 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
5421
5422         * MAINTAINERS: mips and s390 are also CPU ports.
5423
5424 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
5425
5426         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
5427
5428 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
5429
5430         * MAINTAINERS: Alphabetize.
5431
5432 2001-11-09  Kazu Hirata  <kazu@hxi.com>
5433
5434         * MAINTAINERS (Various maintainers: h8 port): Add myself.
5435
5436 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
5437
5438         * MAINTAINERS (Various maintainers: hppa port): Added myself.
5439
5440 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
5441
5442         * configure.in (--enable-languages): Be more permissive about
5443         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
5444
5445 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
5446
5447         * config.sub: Import from master sources, rev. 1.230.
5448         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
5449
5450 2001-11-07  Laurent Guerby  <guerby@acm.org>
5451
5452         * MAINTAINERS (Write After Approval): Add self.
5453
5454 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
5455
5456         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
5457
5458 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
5459
5460         * config.sub: Import from master sources, rev 1.226.
5461         * config.guess: Import from master sources, rev 1.216.
5462
5463 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
5464
5465         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
5466         * MAINTAINERS: Add self as maintainer of MMIX port.
5467         Remove old after-approval entry.
5468
5469 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
5470
5471         * ChangeLog, configure: Fix spelling errors.
5472
5473 2001-10-20  Brendan Kehoe  <brendan@zen.org>
5474
5475         * MAINTAINERS: Tweak my address.
5476
5477 Thu Oct 11 21:50:15 2001  J"orn Rennecke <amylaar@onetel.net.uk>
5478
5479         * MAINTAINERS: Update my email address.
5480
5481 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
5482
5483         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
5484         * MAINTAINERS: Add self as maintainer of CRIS port.
5485
5486 2001-10-10  Geert Bosch  <bosch@gnat.com>
5487
5488         * MAINTAINERS (Various maintainers: Ada front end):
5489         Added Robert Dewar.
5490
5491 2001-10-03  David Billinghurst <David.Billinghurst@riotinto.com>
5492
5493         * MAINTAINERS (Write After Approval): Added self
5494
5495 2001-10-02  Geert Bosch  <bosch@gnat.com>
5496
5497         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
5498
5499 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
5500
5501         * configure: Handle temporary files securely using mkdir.
5502
5503 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
5504
5505         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
5506
5507 2001-09-26  Will Cohen <wcohen@redhat.com>
5508
5509         * configure.in (*-*-linux*): Disable configuration of target-newlib
5510         and target-libgloss.
5511
5512 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
5513
5514         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
5515         RANLIB.
5516
5517 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
5518
5519         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
5520         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
5521         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
5522         avoid quotes nesting problems.
5523         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
5524         (DO_X): Export only variables that are set.
5525
5526 2001-09-19  Ben Elliston  <bje@redhat.com>
5527
5528         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
5529         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
5530         semantics.  Use the shell built-in "type" command instead.
5531
5532 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
5533
5534         Merged from gcc-3_0-branch:
5535         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
5536         * ltcf-c.sh: Use $objext, not $ac_objext.
5537         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
5538         * ltcf-cxx.sh: Add support for GNU.
5539         2001-07-22  Timothy Wall  <twall@redhat.com>
5540         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
5541         default settings if using GNU tools with that configuration.
5542         * ltcf-cxx.sh: Ditto.
5543         * ltcf-gcj.sh: Ditto.
5544         2001-07-21  Michael Chastain  <chastain@redhat.com>
5545         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
5546         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
5547         * ltmain.sh: Mark as gcc-local.
5548
5549 2001-08-30  Eric Christopher  <echristo@redhat.com>
5550             Jason Eckhardt  <jle@redhat.com>
5551
5552         * config.guess: Merge from master sources.
5553         * config.sub: Merge from master sources, add support for mipsisa32.
5554
5555 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
5556         * config.sub: Merge from master sources, rev 1.219.
5557         * MAINTAINERS: Add self as contact for stormy16 port.
5558
5559 2001-08-14  Zack Weinberg  <zackw@panix.com>
5560
5561         * config.sub: Merge from master sources, rev 1.218.
5562         * config.guess: Merge from master sources, rev 1.209.
5563
5564 2001-08-11  Graham Stott  <grahams@redhat.com>
5565
5566         * Makefile.in (check-c++): Add missing semicolon.
5567
5568 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
5569
5570         * MAINTAINERS (Various maitainers: predict.def): Added myself.
5571
5572 2001-07-30  Eric Christopher  <echristo@redhat.com>
5573
5574         * MAINTAINERS (Various maintainers: mips port): Added myself.
5575
5576 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
5577
5578         * configure.in (sh-*-linux*): New.
5579
5580 2001-07-27  Richard Henderson  <rth@redhat.com>
5581
5582         * .cvsignore: Add LAST_UPDATED.
5583
5584 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
5585
5586         * MAINTAINERS (Various maintainers: s390 port): Added myself.
5587
5588 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
5589
5590         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
5591
5592 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
5593
5594         * MAINTAINERS (Write After Approval): Added myself.
5595
5596 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
5597
5598         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
5599         and libgcj on m68hc11/m68hc12.
5600
5601 2001-06-27  H.J. Lu  (hjl@gnu.org)
5602
5603         * Makefile (CFLAGS_FOR_BUILD): New.
5604         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
5605
5606 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
5607
5608         * README: Remove version number.
5609
5610 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
5611
5612         * INSTALL/README: Update wrt. to the installation instructions now
5613         residing in gcc/doc/install.texi.
5614
5615 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
5616
5617         * README: Replace with a cut-down and updated version of gcc/README.
5618
5619 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
5620
5621         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
5622         multilibs to be disabled.
5623
5624 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
5625
5626         * MAINTAINERS (Write After Approval): Add myself.
5627
5628 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
5629
5630         * config.guess: Import CVS version 1.195.
5631         * config.sub: Import CVS version 1.212.
5632
5633 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
5634
5635         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
5636         gcc/xgcc is built, use -print-prog-name to find out the program
5637         name to use.
5638
5639 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
5640
5641         * config.guess:  Import CVS version 1.194.  All gcc-local changes
5642         appear to also be in the master copy.
5643         * config.sub:  Import CVS version 1.211.
5644
5645 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
5646
5647         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
5648         with_gcc]: Use `gcc -shared' to build a shared library.
5649
5650 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
5651
5652         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
5653         archives.
5654
5655 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5656
5657         * MAINTAINERS (Write After Approval): Add myself.
5658
5659 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
5660
5661         * configure.in (libstdcxx_flags): Do not try to execute
5662         libstdc++-v3/testsuite_flags until it exists.
5663
5664 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
5665
5666         * MAINTAINERS: Update my email address.
5667
5668 2001-05-31  Graham Stott  <grahams@redhat.com>
5669
5670         * MAINTAINERS (Write After Approval): Add myself.
5671
5672 2001-05-28  Simon Patarin <simon.patarin@inria.fr>
5673
5674         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
5675         libraries when using g++ with native linker.
5676
5677 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
5678
5679         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
5680
5681 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
5682
5683         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
5684         [aix4*|aix5*]: Prepend blank.
5685
5686 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
5687
5688         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
5689         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
5690         of subdir/configure scripts to use the new libtool.m4.
5691
5692 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
5693
5694         * MAINTAINERS (Write After Approval): Add myself.
5695
5696 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
5697
5698         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
5699
5700 2001-05-11  Ben Elliston  <bje@redhat.com>
5701
5702         * Makefile.in (all-sid): New target.
5703         (check-sid, clean-sid, install-sid): Likewise.
5704
5705 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
5706
5707         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
5708
5709 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
5710
5711         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
5712         libgcj.
5713
5714 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
5715
5716         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
5717         gcc/xgcc is built, use -print-prog-name to find out the program
5718         name to use.
5719
5720 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
5721
5722         * configure.in (noconfigdirs): Don't reset it from scratch in the
5723         target case; only append to it.
5724
5725         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
5726         sparc-*-solaris2.8]: Disable ${libgcj}.
5727
5728 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
5729
5730         * configure.in (libgcj_saved): Copy from $libgcj.
5731         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
5732         --disable-libgcj.
5733
5734 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
5735
5736         * MAINTAINERS: Remove self as MIPS maintainer and
5737         C front end maintainer.
5738
5739 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
5740
5741         * configure.in: Move *-chorusos target case to the proper switch.
5742         Disable libgcj.
5743
5744 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
5745
5746         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
5747         1.641.2.228.
5748
5749 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5750
5751         * Makefile.in (STAGE1_CFLAGS): Pass down.
5752
5753 2001-04-13  Alan Modra  <amodra@one.net.au>
5754
5755         * config.guess: Add hppa64-linux support.  Note for next import that
5756         this is already in the master file.
5757         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
5758
5759 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
5760
5761         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
5762         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
5763
5764 2001-04-11  Stan Shebs  <shebs@apple.com>
5765
5766         * MAINTAINERS: Add self as Darwin port maintainer.
5767
5768 2001-04-11  Alan Modra  <amodra@one.net.au>
5769
5770         * MAINTAINERS: Update my email address.
5771
5772 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
5773
5774         * ltcf-cxx.sh: Support creation of C++ shared libraries on
5775         recent versions of FreeBSD (release 3 or later).
5776         * ltconfig: On FreeBSD, -lc must not be provided when building
5777         a shared library or else the standard -pthread gcc option is
5778         rendered worthless to later users of the built library.
5779
5780 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
5781
5782         * MAINTAINERS: Add self and RTH as C front end maintainers.
5783
5784 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
5785
5786         * config.sub: Make sure to match an already-canonicalized
5787         machine name (eg. mn10300-unknown-elf).
5788
5789 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
5790
5791         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
5792         New macros.
5793         (bootstrap, cross): Use RECURSE_FLAGS.
5794         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
5795
5796 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
5797
5798         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
5799
5800 2001-03-22  Colin Howell  <chowell@redhat.com>
5801
5802         * Makefile.in (DO_X): Do not backslash single-quotes in
5803         backquotes (two places).
5804
5805 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
5806
5807         Re-installed:
5808         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
5809         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
5810         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
5811         * ltcf-cxx.sh: Likewise.
5812         * ltcf-gcj.sh: Likewise.
5813
5814 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
5815
5816         * MAINTAINERS: Add myself as "documentation co-maintainer".
5817
5818 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
5819
5820         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
5821         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
5822
5823 2001-03-19  Tom Tromey  <tromey@redhat.com>
5824
5825         * config-ml.in: Handle GCJ and GCJFLAGS.
5826
5827 2001-03-21  Michael Chastain  <chastain@redhat.com>
5828
5829         * Makefile.in: all-m4 depends on all-texinfo.
5830
5831 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
5832
5833         * MAINTAINERS: Add myself to write after approval list.
5834
5835 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
5836
5837         * Makefile.in (DO_X): Quote nested quotes.
5838
5839 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
5840
5841         * MAINTAINERS: Add myself to write after approval list.
5842
5843 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
5844
5845         * Makefile.in (DO_X): Use double quotes for quoting
5846         "RANLIB=$${RANLIB}".
5847
5848 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
5849
5850         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
5851
5852 2001-03-09  Nicola Pero <n.pero@mi.flashnet.it>
5853
5854         * configure.in: Only use `lang_requires' for languages athat are
5855         actually enabled.
5856
5857 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
5858
5859         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
5860
5861 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
5862
5863         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
5864
5865 2001-03-07  Tom Tromey  <tromey@redhat.com>
5866
5867         * configure.in: Allow config-lang.in to set `lang_requires' to list
5868         of other required languages.
5869
5870 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
5871
5872         * Makefile.in: Remove RANLIB definition. Use RANLIB
5873         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
5874         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
5875
5876 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
5877             Alexandre Oliva  <aoliva@redhat.com>
5878
5879         * Makefile.in (check-c++): Use tabs, not spaces.
5880
5881 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
5882
5883         * MAINTAINERS: add myself to Write After Approval list.
5884
5885 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
5886
5887         * Makefile.in (check-c++): New rule.
5888
5889         * configure.in (target_libs): Remove libg++.
5890         (noconfigdirs): Remove libg++.
5891         (noconfigdirs): Same.
5892         (noconfigdirs): Same.
5893         (noconfigdirs): Same.
5894
5895         * config-ml.in: Remove libg++ references.
5896
5897         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
5898         (ALL_TARGET_MODULES): Same.
5899         (configure-target-libg++): Remove.
5900         (all-target-libg++): Remove.
5901         (configure-target-libio): Remove.
5902         (all-target-libio): Remove.
5903         (check-target-libio): Remove.
5904         (.PHONY): Remove.
5905         (libg++.tar.bz2): Remove.
5906         (all-target-cygmon): Remove libio.
5907         (all-target-libstdc++): Remove.
5908         (configure-target-libstdc++): Remove.
5909         (TARGET_LIB_PATH): Remove libstdc++.
5910         (ALL_GCC_CXX): Remove libstdc++.
5911         (all-target-gperf): Correct.
5912
5913 2001-02-16  Nick Clifton  <nickc@redhat.com>
5914
5915         * configure.in (noconfigdirs): Allow configuration of texinfo
5916         for Cygwin hosts.
5917
5918 2001-02-15  Anthony Green  <green@redhat.com>
5919
5920         * configure: Introduce GCJ_FOR_TARGET.
5921         * configure.in: Ditto.
5922         * Makefile.in: Ditto.
5923
5924 2001-02-13  Andreas Schwab  <schwab@suse.de>
5925
5926         * MAINTAINERS: Update mail address.
5927
5928 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5929
5930         * config.guess: Add linux target for S/390.
5931         * config.sub: Likewise.
5932
5933 2001-02-08  Chandrakala Chavva <cchavva@redhat.com>
5934
5935         * configure.in: for *-chorusos, don't config target-newlib and
5936         target-libgloss.
5937
5938 2001-02-06  Ben Elliston  <bje@redhat.com>
5939
5940         * configure: Output host type to stdout, not stderr.
5941
5942 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
5943
5944         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
5945         * ltcf-cxx.sh: Likewise.
5946
5947         * config.if: Assume enable_libstdcxx_v3 is defined.
5948
5949 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
5950
5951         Remove V2 C++ library.
5952         * configure.in: Remove --enable-libstdcxx_v3 support.
5953
5954 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
5955
5956         * include/demangle.h: Add prototype for java_demangle_v3.
5957
5958 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
5959
5960         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
5961
5962 2001-01-27  Richard Henderson  <rth@redhat.com>
5963
5964         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
5965
5966 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
5967
5968         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
5969         Don't unset, it's non-portable and no longer necessary, set to empty
5970         instead.
5971
5972 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5973
5974         * ltconfig: Shell portability fix for the tagname validity check.
5975
5976 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
5977
5978         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
5979         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
5980
5981 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
5982
5983         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
5984
5985 2001-01-26  Tom Tromey  <tromey@redhat.com>
5986
5987         * configure.in: Allow libgcj to be built on Sparc Solaris.
5988
5989 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
5990
5991         * ltcf-c.sh: Add aix5 case.
5992         * ltcf-cxx.sh: Likewise.
5993         * ltconfig: Likewise.
5994
5995 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
5996
5997         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
5998         keep at least one of build_libtool_libs or build_old_libs set to
5999         yes.
6000
6001         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
6002         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
6003
6004 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
6005
6006         * configure.in: Enable libgcj on several additional platforms.
6007
6008 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
6009
6010         * configure.in: Enable libgcj for linux targets.
6011
6012 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
6013
6014         * MAINTAINERS (Write After Approval): Add myself.
6015
6016 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
6017
6018         * MAINTAINERS: Add myself as vax port maintainer.
6019
6020 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
6021
6022         * MAINTAINERS: Add myself as Mercury front-end maintainer.
6023
6024 2001-01-09  Mike Stump  <mrs@wrs.com>
6025
6026         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
6027         failures of subdirectories.
6028
6029 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
6030
6031         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
6032         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
6033         * ltcf-cxx.sh: Likewise.
6034         * ltcf-gcj.sh: Likewise.
6035         * ltconfig.sh: Fix typo.
6036
6037 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
6038
6039         * configure: handle DOS-style absolute paths.
6040
6041 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
6042
6043         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
6044
6045 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
6046
6047         * MAINTAINERS: Add myself as avr port co-maintainer.
6048
6049 2000-12-28  Ben Elliston  <bje@redhat.com>
6050
6051         * MAINTAINERS: Add myself under ``Write After Approval''.
6052
6053 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
6054
6055         * texinfo: Remove directory from GCC.
6056
6057 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
6058
6059         * COPYING: Update to current
6060         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
6061         to 19yy as example year in copyright notice).
6062
6063 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
6064
6065         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
6066         (libstdcxx_incdir): Pass down.
6067         * config.if: Remove expired bits for cxx_interface, add stub.
6068         (libstdcxx_incdir): Add variable for g++ include directory.
6069         * configure.in (gxx_include_dir): Use it.
6070
6071 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
6072
6073         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
6074         with old-email address from ``Write After Approval''.
6075
6076 2000-12-15  Andreas Jaeger  <aj@suse.de>
6077
6078         * configure.in: Handle lang_dirs.
6079
6080 2000-12-14  Tom Tromey  <tromey@redhat.com>
6081
6082         * MAINTAINERS: Removed brads.
6083
6084         * MAINTAINERS: Added gcj developers.
6085
6086 2000-12-13  Anthony Green  <green@redhat.com>
6087
6088         * configure.in: Disable libgcj for any target not specifically
6089         listed.  Disable libgcj for x86 and Alpha Linux until compatible
6090         with g++ abi.
6091
6092 2000-12-13  Mike Stump  <mrs@wrs.com>
6093
6094         * Makefile.in (local-distclean): Also remove fastjar.
6095
6096 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
6097
6098         * contrib/gcc_update: Add fastjar --touch entries.
6099
6100 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
6101
6102         * configure.in: Disable language-specific target libraries for
6103         languages that aren't enabled.
6104
6105 2000-12-10  Anthony Green  <green@redhat.com>
6106
6107         * configure.in: Define libgcj.  Disable libgcj target libraries for
6108         most targets.
6109
6110 2000-12-10  Neil Booth  <neilb@earthling.net>
6111
6112         * MAINTAINERS: Update mail address, remove from WAA list.
6113
6114 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6115
6116         * libjava: Imported from /cvs/java.
6117         * libffi: Likewise.
6118         * Boehm-gc: Likewise.
6119
6120 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6121
6122         * configure.in (target_libs): Revert 2000-12-08 patch.
6123         (noconfigdirs): Added target-libjava.
6124
6125 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
6126
6127         * djunpack.bat: removed.
6128
6129 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
6130
6131         * Makefile.in: handle DOS-style absolute paths.
6132         * config-ml.in: likewise.
6133         * symlink-tree: likewise.
6134
6135 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6136
6137         * fastjar: Imported.
6138
6139 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6140
6141         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
6142         libjava.
6143         * configure.in (target_libs): Removed `target-libjava'.
6144
6145 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6146
6147         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
6148         (ALL_MODULES): Added fastjar.
6149         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
6150         (all-target-libjava): all-fastjar replaces all-zip.
6151         (all-fastjar): Added.
6152         (configure-target-fastjar, all-target-fastjar): Likewise.
6153         * configure.in (host_tools): Added fastjar.
6154
6155 2000-12-07  Mike Stump  <mrs@wrs.com>
6156
6157         * Makefile.in (local-distclean): Remove leftover built files.
6158
6159 2000-11-24  Nick Clifton  <nickc@redhat.com>
6160
6161         * configure.in (xscale-elf): Add target.
6162         (xscale-coff): Add target.
6163
6164 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
6165
6166         * ltcf-cxx.sh: Support creation of C++ shared libraries on
6167         recent versions of FreeBSD (release 3 or later).
6168         * ltconfig: On FreeBSD, -lc must not be provided when building
6169         a shared library or else the standard -pthread gcc option is
6170         rendered worthless to later users of the built library.
6171
6172 2000-11-16  Fred Fish  <fnf@be.com>
6173
6174         * configure.in (enable_libstdcxx_v3): Fix typo,
6175         libstd++ -> libstdc++.
6176
6177 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6178
6179         * MAINTAINERS: Add self to Write After Approval list.
6180
6181 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
6182
6183         * MAINTAINERS: Update my email address.  Add myself to global write
6184         privs list.
6185
6186 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
6187
6188         * Makefile.in: Merge with src and libgcj.
6189         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
6190         configure-target-<library> when their configure scripts need the C
6191         or C++ library to have already been built to work properly.
6192         (do_proto_toplev): Set them to an empty string.
6193
6194         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
6195         (REALLY_SET_LIB_PATH): Use them.
6196
6197 2000-11-17  Stan Shebs  <shebs@apple.com>
6198
6199         * MAINTAINERS: Add self to Write After Approval list.
6200
6201 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
6202
6203         * configure: Provide the original toplevel configure arguments
6204         (including $0) to subprocesses in the environment rather than
6205         through gcc/configargs.h.
6206
6207 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
6208
6209         * MAINTAINERS: Remove references to cccp. Change C9X reference to
6210         C99.  Alphabetise "Write After Approval" list.
6211
6212 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
6213
6214         * configure: Turn on libstdc++ V3 by default.
6215
6216         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
6217         if we've got GCC.
6218
6219 2000-11-11  Philip Blundell  <philb@gnu.org>
6220
6221         * MAINTAINERS: Add self to Write After Approval list.
6222
6223 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
6224
6225         * ltcf-c.sh (aix4): Improve shared library configuration; require
6226         exporting symbols.
6227         * ltcf-cxx.sh (aix4): Define.
6228         * ltconfig (aix4): Define library and soname specs appropriate for
6229         AIX.  Define command to create export symbols list.
6230
6231 Mon Nov  6 14:19:35 2000  Christopher Faylor <cgf@cygnus.com>
6232
6233         * config.sub: Add support for Sun Chorus
6234
6235 2000-10-31  Nick Clifton  <nickc@redhat.com>
6236
6237         * MAINTAINERS: Rename <name>@cygnus.com addresses to
6238         <name>@redhat.com.  Also installed new email address for Clint
6239         Popetz.
6240
6241 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
6242
6243         * etc: Remove directory from GCC.
6244
6245 2000-10-16  Michael Meissner  <meissner@redhat.com>
6246
6247         * configure (gcc/configargs.h): Only create if there is a build GCC
6248         directory created.
6249
6250 2000-10-16  Matthias Klose  <doko@debian.org>
6251
6252         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
6253         when configured for libstdc++-v3.
6254
6255 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
6256
6257         * configure: Save configure arguments to gcc/configargs.h.
6258
6259 2000-10-04  Philipp Thomas  <pthomas@suse.de>
6260
6261         * config.guess: Import CVS version 1.157.
6262         * config.sub: Import CVS version 1.181.
6263
6264 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
6265
6266         * Makefile.in (bootstrap): avoid recursion if subdir missing
6267         (cross): ditto
6268         (do-proto-toplev): ditto
6269
6270 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
6271
6272         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
6273         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
6274
6275         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
6276         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
6277         all affected `configure' scripts.
6278
6279 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
6280
6281         * MAINTAINERS: Add self as cpplib co-maintainer.
6282
6283 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
6284
6285         * MAINTAINERS: Add self to Write After Approval list.
6286
6287 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6288
6289         * INSTALL/README: egcs -> GCC update.
6290
6291 Sun Sep 17 16:55:59 CEST 2000   Marc Espie <espie@cvs.openbsd.org>
6292
6293         * MAINTAINERS: Add myself to Write After Approval list.
6294
6295 2000-09-15  Kazu Hirata  <kazu@hxi.com>
6296
6297         * MAINTAINERS: Add myself to Write After Approval list.
6298
6299 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
6300
6301         * configure.in: Do not build byacc for hppa64.  Provide paths to the
6302         X11 libraries for hppa64.
6303
6304 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
6305
6306         * MAINTAINERS: Add myself as 68hc11 port maintainer.
6307
6308 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
6309
6310         * Makefile.in (all-zlib): Added dummy target.
6311
6312         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
6313         ltcf-gcj.sh: Updated from libtool multi-language branch.
6314
6315 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
6316
6317         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
6318         (bootstrap*): Depend on all-bootstrap.
6319
6320 2000-09-05  Philipp Thomas  <pthomas@suse.de>
6321
6322         * config.guess: Import CVS version 1.156.
6323         * config.sub: Import CVS version 1.179.
6324
6325 2000-09-02  Anthony Green  <green@cygnus.com>
6326
6327         * Makefile.in (all-gcc): Depend on all-zlib.
6328         (CLEAN_MODULES): Add clean-zlib.
6329         (ALL_MODULES): Add all-zlib.
6330         * configure.in (host_libs): Add zlib.
6331
6332 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
6333
6334         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
6335         crosses, but add gcc/include to the header search path for them.
6336
6337 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
6338
6339         * MAINTAINERS: Add self to Write After Approval list.
6340
6341 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6342
6343         * config.guess: Import CVS version 1.152.
6344         * config.sub: Import CVS version 1.177.
6345
6346 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
6347
6348         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
6349         $targargs to tell whether newlib is going to be built.
6350
6351         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
6352         $$r/TARGET_SUBDIR/libio for _G_config.h.
6353
6354 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
6355
6356         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
6357
6358 2000-08-22  DJ Delorie  <dj@redhat.com>
6359
6360         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
6361
6362 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
6363
6364         * config-ml.in (CC, CXX): Avoid trailing whitespace.
6365         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
6366         sub-configures.
6367
6368 2000-08-21  DJ Delorie  <dj@redhat.com>
6369
6370         * MAINTAINERS: Add self as a libiberty maintainer
6371
6372 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
6373
6374         * configure.in (libstdcxx_flags): Use
6375         libstdc++-v3/src/libstdc++.INC.
6376
6377 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
6378
6379         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
6380
6381 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
6382
6383         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
6384
6385         * configure: Make enable_threads and enable_shared defaults
6386         explicit.  Substitute enable_threads into generated Makefiles.
6387         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
6388         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
6389
6390 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
6391
6392         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
6393
6394 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
6395
6396         * config-ml.in (CC): Remove bogus duplicate quotation mark from
6397         previous delta.
6398
6399 2000-08-11  Jason Merrill  <jason@redhat.com>
6400
6401         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
6402         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
6403         (FLAGS_FOR_TARGET): Not here.
6404         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
6405
6406 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
6407
6408         * config-ml.in (CC, CXX): Don't introduce a leading space.
6409
6410 2000-08-07  DJ Delorie  <dj@delorie.com>
6411
6412         * MAINTAINERS: Add self as a DJGPP maintainer
6413
6414 2000-08-07  DJ Delorie  <dj@redhat.com>
6415
6416         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
6417         "if we're also building gcc, and it's a gcc that will run on the
6418         build machine, we want to use its includes instead of the system's
6419         default includes".
6420
6421 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
6422
6423         * MAINTAINERS: Add self to Write After Approval list.
6424
6425 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
6426
6427         * configure.in (libstdcxx_flags): Don't use `"'.
6428
6429         * config-ml.in: Adjust multilib search paths to the
6430         appropriate multilib tree.
6431
6432 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
6433
6434         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
6435         commas in $LANGUAGES.
6436
6437 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
6438
6439         * configure.in: Re-enable all references to libg++ and librx.
6440
6441 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
6442
6443         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
6444         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
6445         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
6446         * ltcf-cxx.sh (need_lc): Set based on postdeps.
6447
6448         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
6449
6450 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
6451
6452         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
6453         CXX_FOR_TARGET for sed.
6454
6455 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
6456
6457         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
6458         Do not override if already set in the environment or in configure.
6459         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
6460         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
6461
6462 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
6463
6464         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
6465         the libtool CVS tree multi-language branch.
6466         * ltconfig, ltmain.sh: Updated.
6467
6468 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
6469
6470         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
6471         (clean-target): Depend on it.
6472
6473         * Makefile.in (FLAGS_FOR_TARGET): New macro.
6474         (GCC_FOR_TARGET): Use it.
6475         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
6476         * configure.in: ... here.
6477         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
6478         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
6479
6480 2000-07-24  Eric Christopher  <echristo@cygnus.com>
6481
6482         * MAINTAINERS: Add self to Write After Approval list.
6483
6484 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
6485
6486         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
6487         (configure-target-libchill, configure-target-libobjc): Likewise.
6488
6489         * configure.in: Use the same cache file for all target libs.
6490         * config-ml.in: But different cache files per multilib variant.
6491
6492 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
6493
6494         * configure (topsrcdir): Don't use dirname.
6495
6496 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
6497
6498         * MAINTAINERS: Add self to Write After Approval list.
6499
6500 2000-07-20  Jason Merrill  <jason@redhat.com>
6501
6502         * configure.in: Remove all references to libg++ and librx.
6503
6504         * configure, configure.in, Makefile.in: Unify gcc and binutils.
6505
6506 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
6507
6508         * config.sub: Update to subversions version 2000-07-06.
6509
6510 2000-07-12  Andrew Haley  <aph@cygnus.com>
6511
6512         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
6513         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
6514
6515 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
6516
6517         * symlink-tree:  Check number of arguments.
6518
6519 2000-07-05  Jim Wilson  <wilson@cygnus.com>
6520
6521         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
6522         search path for a g++ extracted from the build tree.  This
6523         will allow link tests run by configure scripts in
6524         subdirectories to succeed.
6525
6526 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
6527
6528         * ltconfig: Add support for mips-dde-sysv4.2MP
6529
6530 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
6531
6532         * MAINTAINERS: Add myself as loop discovery maintainer.
6533
6534 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
6535
6536         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
6537         `os2'. Force ac_cv_exeext to be ".exe" in that case.
6538
6539 2000-06-19  Timothy Wall  <twall@cygnus.com>
6540
6541         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
6542         * config.sub: Add tic54x target.
6543
6544 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
6545
6546         * MAINTAINERS: Add self as Fortran maintainer,
6547         remove Craig Burley.
6548
6549 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
6550
6551         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
6552         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
6553
6554 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
6555
6556         * MAINTAINERS: Add self as i18n maintainer
6557
6558 20000-05-21  H.J. Lu  (hjl@gnu.org)
6559
6560         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
6561         directory are used if they exist. Make sure
6562         $(build_tooldir)/include is searched for header files,
6563         $(build_tooldir)/lib/ for library files.
6564         (GCC_FOR_TARGET): Likewise.
6565         (CXX_FOR_TARGET): Likewise.
6566
6567 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
6568
6569         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
6570
6571 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
6572
6573         * Makefile.in (configure-target-libiberty): Depend on
6574         configure-target-newlib.
6575
6576 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
6577
6578         * configure.in, Makefile.in: Merge all libffi-related
6579         configury stuff from the libgcj tree.
6580
6581 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
6582
6583         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
6584         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
6585
6586 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
6587
6588         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
6589         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
6590         current version information.  Add to proto-toplev directory.
6591         (gdb-taz): Build do-djunpack.
6592
6593 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
6594
6595         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
6596
6597 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
6598
6599         * MAINTAINERS: Add self to Write After Approval list.
6600
6601 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
6602
6603         * ltmain.sh: Preserve in relink_command any environment
6604         variables that may affect the linker behavior.
6605
6606 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
6607
6608         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
6609
6610 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
6611
6612         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
6613
6614 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
6615
6616         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
6617         with the version name.
6618
6619 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
6620
6621         * MAINTAINERS: Add self as bb-reorder maintainer.
6622
6623 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
6624
6625         * config.if: Tweak.
6626
6627 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
6628
6629         * djunpack.bat: New file.
6630
6631 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
6632
6633         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
6634         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
6635         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
6636         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
6637
6638 2000-04-16  Dave Pitts  <dpitts@cozx.com>
6639
6640         * config.sub (case $basic_machine): Change default for "ibm-*"
6641         to "openedition".
6642
6643 2000-04-13  Andreas Jaeger  <aj@suse.de>
6644
6645         * MAINTAINERS: Added myself.
6646
6647 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
6648
6649         * Makefile.in (gdb-taz): New target.  GDB specific archive.
6650         (do-md5sum): New target.
6651         (MD5PROG): Define.
6652         (PACKAGE): Default to TOOL.
6653         (VER): Default to a shell script.
6654         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
6655         md5 checksum generation.
6656         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
6657         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
6658         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
6659         insight.tar.bz2): Use gdb-taz to create archive.
6660
6661 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
6662
6663         * configure (warn_cflags): Delete.
6664
6665 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
6666
6667         * MAINTAINERS: Added myself.
6668
6669 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
6670             Martin v. Loewis  <martin@loewis.home.cs.tu-berlin.de>
6671
6672         * configure.in (enable_libstdcxx_v3): Add.
6673         (target_libs): Add bits here to switch between libstdc++-v2 and
6674         libstdc++-v3.
6675         * config.if: And this file too.
6676         * Makefile.in: Add libstdc++-v3 targets.
6677
6678 2000-04-05  Michael Meissner  <meissner@redhat.com>
6679
6680         * config.sub (d30v): Add d30v as a basic machine type.
6681
6682 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
6683
6684         * configure.in: -linux-gnu*, not -linux-gnu.
6685
6686 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
6687
6688         * MAINTAINERS: Add self in write-after-approval section.
6689
6690 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
6691
6692         * MAINTAINERS: Add self as ia64 port maintainer.
6693
6694 2000-03-08  Neil Booth  <NeilB@earthling.net>
6695
6696         * MAINTAINERS: Add self in write-after-approval section.
6697
6698 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
6699
6700         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
6701         (do-tar-bz2): Replace TOOL with PACKAGE.
6702         (gdb.tar.bz2): Remove GDBTK from GDB package.
6703         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
6704         dejagnu.tar.bz2): New packages.
6705
6706 2000-02-27  Andreas Jaeger  <aj@suse.de>
6707
6708         * configure.in: Add entry for mips*-*-linux*, move catch all
6709         *-*-*linux* entry below this one.
6710
6711 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
6712
6713         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
6714
6715 2000-02-24  Nick Clifton  <nickc@cygnus.com>
6716
6717         * config.sub: Support an OS of "wince".
6718
6719 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
6720
6721         * config.guess, config.sub: Updated to match config's 2000-02-15
6722         version.
6723
6724 2000-02-23  Linas Vepstas <linas@linas.org>
6725
6726         * config.sub: Add support for Linux/IBM 370.
6727         * configure.in: Likewise.
6728
6729 2000-02-22  Nick Clifton  <nickc@cygnus.com>
6730
6731         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
6732
6733 2000-02-20  Christopher Faylor <cgf@cygnus.com>
6734
6735         * config.guess: Guess "cygwin" rather than "cygwin32".
6736
6737 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6738
6739         * configure (gcc_version): When setting, narrow search to
6740         lines containing `version_string'.
6741
6742 2000-02-15  Denis Chertykov  <denisc@overta.ru>
6743
6744         * config.sub: Add support for avr target.
6745
6746 2000-02-14  Nick Clifton  <nickc@cygnus.com>
6747
6748         * MAINTAINERS: Add maintainers for MCore port.
6749
6750 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
6751
6752         * config.sub: Add mmix-knuth-mmixware.
6753
6754 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6755
6756         * MAINTAINERS: Pair cccp with cpplib maintainership.
6757
6758 2000-01-27  Christopher Faylor <cgf@redhat.com>
6759
6760         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
6761         structure stuff to -L library search.
6762         (CXX_FOR_TARGET): Ditto.
6763         (CROSS_CHECK_MODULES): Fix spelling mistake.
6764
6765 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
6766
6767         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
6768         the C++ compiler.
6769
6770 2000-01-12  Richard Henderson  <rth@cygnus.com>
6771
6772         * configure.in: Don't build some bits for beos.
6773
6774 2000-01-12  Joel Sherrill (joel@OARcorp.com)
6775
6776         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
6777         as include files.
6778
6779 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
6780
6781         * Add self as cpplib maintainer, as requested by Jason
6782         Merrill.  Correct my e-mail address.
6783
6784 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
6785
6786         * configure.in: Use mt-aix43 to handle *_TARGET defs,
6787         not mh-aix43.
6788
6789 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
6790
6791         * MAINTAINERS: Add myself to "write after approval" list.
6792
6793 1999-12-14  Richard Henderson  <rth@cygnus.com>
6794
6795         * config.guess (alpha-osf, alpha-linux): Detect ev67.
6796         * config.sub: Accept alphaev[78], alphaev8.
6797
6798 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
6799
6800         * config.guess, config.sub: Update from autoconf.
6801
6802 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
6803
6804         * MAINTAINERS:  update my playtime e-address.
6805
6806 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6807
6808         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
6809         necessary libraries are missing.
6810
6811 Fri Nov 19 11:22:31 MST 1999    Diego Novillo <dnovillo@cygnus.com>
6812
6813         * MAINTAINERS: Add new 'write after approval' maintainer.
6814
6815 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6816
6817         * MAINTAINERS: Add new Java maintainer.
6818
6819 1999-10-25  Andreas Schwab  <schwab@suse.de>
6820
6821         * configure: Fix quoting inside arguments of eval.
6822
6823 1999-10-21  Nick Clifton  <nickc@cygnus.com>
6824
6825         * config-ml.in: Allow suppression of some ARM multilibs.
6826
6827 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
6828
6829         * config.guess: Add OS/390 match pattern.
6830         * config.sub: Add mvs, openedition targets.
6831         * configure.in (i370-ibm-opened*): New.
6832
6833 1999-09-04  Steve Chamberlain  <sac@pobox.com>
6834
6835         * config.sub: Add support for configuring for pj.
6836
6837 1999-08-31  Nick Clifton  <nickc@cygnus.com>
6838
6839         * config.sub (maybe_os): Add support for configuring for fr30.
6840
6841 1999-08-25  Nick Clifton  <nickc@cygnus.com>
6842
6843         * configure.in: Do not configure or build ld for AIX
6844         platforms.  ld is known to be broken on these platforms.
6845
6846 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6847
6848         * config-ml.in: Pass compiler flag corresponding to multidirs to
6849         subdir configures.
6850
6851 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
6852
6853         * Makefile.in (LDFLAGS): Define.
6854
6855 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
6856
6857         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
6858         noconfigdirs.
6859         (*-*-cygwin*): Likewise.
6860
6861 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
6862
6863         * mkdep: New file.
6864         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
6865         (BINUTILS_SUPPORT_DIRS): Add mkdep.
6866
6867         From Eli Zaretskii <eliz@is.elta.co.il>:
6868         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
6869         long file name when using DJGPP on MS-DOS.
6870
6871 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
6872
6873         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
6874
6875 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
6876
6877         * Makefile.in (check-target-libio): Remove all-target-libstdc++
6878         dependency as this causes "make check" to globally "make all"
6879
6880 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
6881
6882         * configure.in (target_libs): Added target-zlib.
6883         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
6884         (CONFIGURE_TARGET_MODULES): Likewise.
6885         (CHECK_TARGET_MODULES): Likewise.
6886         (INSTALL_TARGET_MODULES): Likewise.
6887         (CLEAN_TARGET_MODULES): Likewise.
6888         (configure-target-zlib): New target.
6889         (all-target-zlib): Likewise.
6890         (all-target-libjava): Depend on all-target-zlib.
6891         (configure-target-libjava): Depend on configure-target-zlib.
6892
6893         * Makefile.in (configure-target-libjava): Depend on
6894         configure-target-newlib.
6895         (configure-target-boehm-gc): New target.
6896         (configure-target-qthreads): New target.
6897
6898         * configure.in (target_libs): Added target-qthreads.
6899         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
6900         (CONFIGURE_TARGET_MODULES): Likewise.
6901         (CHECK_TARGET_MODULES): Likewise.
6902         (INSTALL_TARGET_MODULES): Likewise.
6903         (CLEAN_TARGET_MODULES): Likewise.
6904         (all-target-qthreads): New target.
6905         (configure-target-libjava): Depend on configure-target-qthreads.
6906         (all-target-libjava): Depend on all-target-qthreads.
6907
6908         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
6909         (CONFIGURE_TARGET_MODULES): Likewise.
6910         (CHECK_TARGET_MODULES): Likewise.
6911         (INSTALL_TARGET_MODULES): Likewise.
6912         (CLEAN_TARGET_MODULES): Likewise.
6913         (all-target-libjava): New target.
6914         (all-target-boehm-gc): Likewise.
6915         * configure.in (target_libs): Added libjava, boehm-gc.
6916
6917 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
6918
6919         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
6920         configure.bat in SUPPORT_FILES.
6921         (gas+binutils.tar.bz2): Likewise.
6922
6923         * makeall.bat: Remove; obsolete.
6924
6925 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
6926
6927         From Mark Elbrecht:
6928         * configure.bat: Remove; obsolete.
6929
6930 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
6931
6932         * configure: Add -W -Wall to the default CFLAGS when compiling with
6933         gcc.
6934
6935 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
6936
6937         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
6938
6939 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
6940
6941         * configure.in: Build ld on IRIX6.
6942
6943 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
6944
6945         * Makefile.in: Change distribution targets to use bzip2 instead of
6946         gzip.
6947         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
6948         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
6949
6950 1999-06-04  Nick Clifton  <nickc@cygnus.com>
6951
6952         * config.sub: Add mcore target.
6953
6954 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
6955
6956         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
6957
6958 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
6959
6960         * config.guess (dummy): Changed to $dummy.
6961
6962 1999-05-24  Nick Clifton  <nickc@cygnus.com>
6963
6964         * config.sub: Tidied up case statements.
6965
6966 1999-05-22  Ben Elliston  <bje@cygnus.com>
6967
6968         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
6969         <jiro@din.or.jp>.
6970
6971         * config.guess: Merge with FSF version. Future changes will be
6972         more accurately recorded in this ChangeLog.
6973         * config.sub: Likewise.
6974
6975 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
6976
6977          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
6978
6979 1999-04-30  Tom Tromey  <tromey@cygnus.com>
6980
6981         * ltmain.sh: [mode link] Always use CC given by ltconfig.
6982
6983 1999-04-23  Tom Tromey  <tromey@cygnus.com>
6984
6985         * ltconfig, ltmain.sh: Update to libtool 1.2f.
6986
6987 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
6988
6989         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
6990         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
6991         Bad merge removed these two changes.
6992
6993 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
6994                           Martin Heller (Ing.-Buero_Heller@t-online.de)
6995
6996         * config.guess (interix Alpha): Add.
6997
6998 1999-04-11  Richard Henderson  <rth@cygnus.com>
6999
7000         * configure.in (i?86-*-beos*): Do config gperf; don't config
7001         gdb, newlib, or libgloss.
7002
7003 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
7004
7005         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
7006         link a trivial program with -mabi=64.  If it fails, remove mabi=64
7007         from multidirs.
7008
7009 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
7010
7011         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
7012
7013 1999-04-08  Nick Clifton  <nickc@cygnus.com>
7014
7015         * config.sub: Add support for mcore targets.
7016
7017 1999-04-07  Michael Meissner  <meissner@cygnus.com>
7018
7019         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
7020         not mt-ospace, in order to shut up assembler warning about using
7021         symbols that are named the same as registers.
7022
7023 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
7024
7025         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
7026         dependency list for all-target-cygmon.
7027
7028 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
7029
7030         * config-ml.in: Check $host, not $target, for selective multilibs.
7031         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
7032         thumb interworking, and underscore prefix multilibs.
7033
7034 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
7035
7036         * missing: Update to version from current automake.
7037
7038 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
7039
7040         * configure (gxx_include_dir): Removed.
7041
7042         * configure.in (gxx_include_dir): Handle it.
7043         * Makefile.in: Likewise.
7044
7045 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
7046
7047         * config.sub (mips64vr4111,mips64vr4111el) Add.
7048
7049 1999-03-21  Ben Elliston  <bje@cygnus.com>
7050
7051         * config.guess: Correct typo for detecting ELF on FreeBSD.
7052
7053 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
7054
7055         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
7056         config/mh-djgpp.
7057
7058 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
7059
7060         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
7061         all-target-newlib to dependency list for all-target-bsp.
7062
7063 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
7064
7065         * config.sub: Add i386-uwin support.
7066         * config.guess: Likewise.
7067
7068 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7069
7070         * configure.in: cleanup, add mh-*pic handling for arm, special
7071         case powerpc*-*-aix*
7072
7073 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
7074
7075         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
7076         can be built.
7077
7078 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
7079
7080         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
7081         targets.
7082
7083 1999-03-02  Nick Clifton  <nickc@cygnus.com>
7084
7085         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
7086
7087 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
7088
7089         * config.sub: Check for "cygwin*" rather than "cygwin32*"
7090
7091 1999-02-24  Nick Clifton  <nickc@cygnus.com>
7092
7093         * config.sub: Fix typo in arm recognition.
7094
7095 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
7096
7097         * configure.in (noconfigdirs): Changed target_configdirs to
7098         include target-bsp only for m68k-*-elf* and m68k-*-coff*
7099         rather than m68k-*-* since it is not known to work on
7100         m68k-aout. Ditto for arm-*-*oabi.
7101
7102 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
7103
7104         * configure.in (*-*-windows*): Remove, no longer used.
7105
7106 1999-02-19  Ben Elliston <bje@cygnus.com>
7107
7108         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
7109         Smart and improved by Andrew Cagney.
7110
7111 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
7112
7113         * config.guess: Recognize openbsd-*-hppa.
7114
7115 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
7116
7117         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
7118         only if it is not empty.
7119
7120 1999-02-17  Nick Clifton  <nickc@cygnus.com>
7121
7122         Patch from: Scott Bambrough <scottb@corelcomputer.com>
7123
7124         * config.guess: Modified to recognize uname's armv* syntax.
7125
7126         * config.sub: Modified to recognize uname's armv* syntax.
7127
7128 1999-02-17  Mark Salter  <msalter@cygnus.com>
7129
7130         * configure.in: Added target-bsp for sparclite.
7131
7132 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
7133
7134         * config.sub: Recognize alphapca5[67] and up to alphaev8.
7135
7136 1999-02-08  Nick Clifton  <nickc@cygnus.com>
7137
7138         * configure.in: Add support for strongarm port.
7139         * config.sub: Add support for strongarm target.
7140
7141 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
7142
7143         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
7144         the old name config/mh-cygwin32.
7145         Enable texinfo.
7146
7147 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
7148
7149         * configure.in: Do build ld for ix86 Solaris.
7150
7151 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
7152
7153         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
7154         $AR_FOR_TARGET.  Likewise for RANLIB.
7155
7156 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
7157
7158         * config.sub (oabi):  Recognize.
7159         * configure.in (arm-*-oabi):  Handle.
7160
7161 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
7162
7163         * config.guess: Improve detection of i686 on UnixWare 7.
7164
7165 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
7166
7167         * config.guess: Add support for i386-pc-interix.
7168         * config.sub: Likewise.
7169         * configure.in: Likewise.
7170
7171 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
7172
7173         * Makefile.in: Remove unneeded all-target-libio from
7174         from all-target-winsup target since it is now unneeded.
7175         Add all-target-libtermcap in its place since it is now
7176         needed.
7177
7178 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
7179
7180         * configure.in: makefile stub for cygwin target is probably
7181         unnecessary.  Remove it for now.
7182
7183 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
7184
7185         * configure.in: libtermcap.a should be built when cygwin is the
7186         target as well as the host.
7187         * config.guess: Allow mixed case in cygwin uname output.
7188         * Makefile.in: Add libtermcap target.
7189
7190 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
7191
7192         * config.sub: Clean up handling of hppa2.0.
7193
7194 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
7195
7196         * config.guess: Use C code to identify more HP machines.
7197
7198 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
7199
7200         * config.sub: Handle hppa2.0.
7201
7202 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
7203
7204         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
7205         cygmon for all sparclite targets, regardless of object format.
7206
7207 1998-12-15  Mark Salter  <msalter@cygnus.com>
7208
7209         * configure.in: Added target-bsp for several target architectures.
7210
7211         * Makefile.in: Added rules for bsp.
7212
7213 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
7214
7215         * config.guess: Improve detection of hppa2.0 processors.
7216
7217 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
7218
7219         * config.guess: Recognize FreeBSD using ELF automatically.
7220
7221 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
7222
7223         * configure (skip-this-dir): Add handling for new shell script, which
7224         might be created by a sub-directory's configure to indicate, this particular
7225         directory is "unwanted".
7226         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
7227
7228 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
7229
7230         * ltconfig: import from libtool, after changing libtool to
7231         account for the cygwin name change.
7232
7233 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
7234
7235         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
7236         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
7237
7238 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
7239
7240         * configure.in: Add libtermcap to list of cygwin dependencies.
7241
7242 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
7243
7244         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
7245         they include winsup/include when it's a cygwin target.
7246
7247 1998-11-12  Tom Tromey  <tromey@cygnus.com>
7248
7249         * configure.in (host_tools): Added zip.
7250         * Makefile.in (all-target-libjava): Depend on all-zip.
7251         (all-zip): New target.
7252         (ALL_MODULES): Added all-zip.
7253         (NATIVE_CHECK_MODULES): Added check-zip.
7254         (INSTALL_MODULES): Added install-zip.
7255         (CLEAN_MODULES): Added clean-zip.
7256
7257 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
7258
7259         * Makefile.in: lose "32" from comment about cygwin.
7260
7261 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
7262
7263         * configure.in: Use -Os to build target libraries for the fr30.
7264
7265 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
7266
7267         * config.sub: Add fr30.
7268
7269 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
7270
7271         * configure.in: drop "32" from config/mh-cygwin32.  Check
7272         cygwin* instead of cygwin32*.
7273         * config.sub: Check cygwin* instead of cygwin32*.
7274
7275 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
7276
7277         * config.guess: Match any version of Unixware7.
7278
7279 1998-10-20  Syd Polk  <spolk@cygnus.com>
7280
7281         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
7282         if desired.
7283
7284 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
7285
7286         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
7287         these if the appropriate directories and files to not exist.
7288
7289 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
7290
7291         * Makefile.in (DEVO_SUPPORT): Add config.if.
7292
7293 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
7294
7295         * configure: Add pattern to replace "build_tooldir"'s
7296         definition in the generated Makefile with "tooldir"'s
7297         actual value.
7298
7299 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
7300
7301         * config.sub: Bring back lost sparcv9.
7302
7303         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
7304
7305 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
7306
7307         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
7308         CC_FOR_TARGET and friends.
7309
7310 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
7311
7312         * Makefile.in (build_tooldir): New variable, same as tooldir.
7313         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
7314         -B$(build_tooldir)/bin/.
7315         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
7316
7317 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7318
7319         * README: Remove installation instructions and refer to the
7320         INSTALL directory instead.
7321
7322 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
7323
7324         * config.sub: Add support for i[34567]86-pc-udk.
7325         * configure.in: Likewise.
7326
7327 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
7328
7329         * Makefile.in: add bzip2 package building bits for user
7330         tools module
7331         * configure.in: ditto
7332
7333 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
7334
7335         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
7336         (ALL_TARGET_MODULES): Add all-target-libobjc.
7337         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
7338         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
7339         (all-target-libchill): Add dependencies.
7340         * configure.in (target_libs): Add libchill.
7341
7342 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
7343
7344         * configure.in (target_subdir): Remove duplicate line.
7345
7346 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
7347
7348         * Makefile.in (all-automake): fix dependencies.
7349
7350 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
7351
7352         * configure.in: Minor cleanups for building in the $(target_alias)
7353         subdir.
7354
7355 1998-09-22  Jim Wilson  <wilson@cygnus.com>
7356
7357         * Makefile.in (bootstrap): Set r and s before make all.  Use
7358         BASE_FLAGS_TO_PASS in make all.
7359         (cross): Likewise.
7360
7361 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
7362
7363         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
7364
7365 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
7366
7367         * config.sub: Fix typo in last change.
7368
7369 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
7370
7371         * config.sub: Add support for C4x target.
7372         * configure.in: Likewise.
7373
7374 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
7375
7376         * config.sub: Recognize sparcv9 just like sparc64.
7377
7378 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
7379
7380         * config.guess: Match "Pent II" or "PentII" for OpenServer.
7381
7382 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
7383
7384         * config.guess: Correctly identify Pentium II sco boxes.
7385
7386         * config.guess: Fix "tr" code.  From Weiwen Liu.
7387
7388 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
7389
7390         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
7391         stabs.
7392
7393 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
7394
7395         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
7396         (ALL_TARGET_MODULES): Add all-target-libchill.
7397         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
7398         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
7399         (all-target-libchill): Add dependencies.
7400         * configure.in (target_libs): Add libchill.
7401
7402 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
7403
7404         * config.guess: Avoid assumptions about "tr" behaves when
7405         LANG is set to something other than English.
7406
7407 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
7408
7409         * configure (gxx_include_dir): Changed to
7410         '${prefix}/include/g++'-${libstdcxx_interface}.
7411
7412         * config.if: New to determine the interfaces.
7413
7414 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
7415
7416         * config.guess: Detect and handle MPE/IX.
7417         * config.sub: Deal with MPE/IX.
7418
7419 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
7420
7421         * configure.in: Use mh-aix43.
7422
7423 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
7424
7425         * configure: Fix --without/--disable cases for gxx-include-dir.
7426
7427 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
7428
7429         * mdata-sh:  Imported.  Needed for automake support.
7430
7431 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
7432
7433         * Makefile.in (taz): Try "chmod -R og=u ." before
7434         "chmod og=u `find . -print`".
7435
7436 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
7437
7438         * configure.in: Add arm-elf and thumb-elf support.
7439
7440 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
7441
7442         * Makefile.in: Undo previous patch.
7443
7444 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
7445
7446         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
7447         to here ...
7448         (install-no-fixedincludes): and here
7449         (INSTALL_MODULES): ... from here.
7450
7451 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
7452
7453         * config.sub: Merge with FSF.
7454
7455         * config.guess: Merge with FSF.
7456
7457 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
7458
7459         * configure (extraconfigdirs): New variable.
7460         (SUBDIRS): Add extraconfigdirs and recurse on them too.
7461         * Makefile.in (all): Move higher in file.
7462         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
7463         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
7464         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
7465         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
7466         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
7467
7468 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
7469
7470         * Makefile.in (all-target-libjava): Depend on all-gcc and
7471         all-target-newlib.
7472         (configure-target-libjava): Depend on $(ALL_GCC).
7473
7474 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
7475
7476         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
7477         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
7478
7479 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
7480
7481         * INSTALL/README: Fix typo.
7482
7483 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
7484
7485         * ylwrap: Change absolute path checks to check for DOS style path
7486         names.
7487
7488         * ylwrap: Don't use a full path name if the source file is in the
7489         same directory.  From hjl@lucon.org (H.J. Lu).
7490
7491         * config-ml.in: Default to being verbose, to match Feb 18 change to
7492         configure.
7493
7494 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
7495
7496         Brought over from egcs:
7497
7498         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
7499
7500         * configure.in (target_subdir): Set to ${target_alias} instead
7501         of "libraries".
7502
7503         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
7504
7505         * configure.in (target_subdir): Set to libraries if enable_multilib.
7506
7507 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
7508
7509         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
7510         multilibs, force reconfiguration the first time we create
7511         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
7512
7513 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
7514
7515         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
7516         avoid confusion with --no-recursion.
7517
7518 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
7519
7520         * configure.in: Win32 hosts shouldn't use install -x
7521         * install-sh: remove -x option, and special .exe-handling
7522         hack.
7523
7524 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
7525
7526         * config.guess: Recognize i586-pc-beos.
7527         * configure.in: Don't build some bits for beos.
7528
7529 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
7530
7531         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
7532         CFLAGS default to -O2.
7533
7534         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
7535         when using GNU ld.
7536
7537 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
7538
7539         * ltmain.sh: Correct install when using a different shell.
7540
7541 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
7542
7543         * ltconfig, ltmain.sh: Update to libtool 1.2b.
7544
7545 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
7546
7547         * makefile.vms: Update to build binutils/makefile.vms.  Add install
7548         target.
7549
7550 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
7551
7552         * ltconfig: Update to correct AIX handling.
7553
7554 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
7555
7556         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
7557
7558         * configure.in (target_subdir): Set to ${target_alias} instead
7559         of "libraries".
7560
7561 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
7562
7563         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
7564         (Makefile): Depend on $(gcc_version_trigger).
7565
7566         * configure (gcc_version): Change default initializer to empty
7567         string.
7568         (gcc_version_trigger): New variable; pass this variable down
7569         to subdir configures to enable them checking gcc's version
7570         themselves. Emit make macros for both gcc_version vars.
7571         (topsrcdir): Initialize reliably.
7572         (recursion line): Remove --with-gcc-version=${gcc_version}.
7573
7574 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
7575
7576         * configure (enable_version_specific_runtime_libs): Implement new flag
7577         --enable-version-specific-runtime-libs which installs C++ runtime stuff
7578         in $(libsubdir); emit definition in each generated Makefile.
7579         (gxx_include_dir): Initialize depending on
7580         $enable_version_specific_runtime_libs.
7581
7582 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
7583
7584         * configure (gcc_version): Initialize properly depending on
7585         how and where configure is started.
7586         (recursion line): Pass a --with-gcc-version=${gcc_version}
7587         to configures in subdirs.
7588
7589 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
7590
7591         * configure.in (noconfigdirs): Add configure pattern for mips tx39
7592         cygmon
7593
7594 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
7595
7596         * configure.in: Add cygmon and libstub support for mn10200.
7597
7598 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
7599
7600         * configure (gcc_version): Add new variable describing the
7601         particular gcc version we're building.
7602         * Makefile.in (libsubdir): Add new macro for the directory
7603         in which the compiler finds executables, libraries, etc.
7604         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
7605         and libsubdir.
7606
7607 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
7608
7609         * Makefile.in (local-clean): Remove *.log.
7610         (warning.log): Built with warn_summary from build.log.
7611         (mail-report.log): Run test_summary.
7612         (mail-report-with-warnings.log): Run test_summary including
7613         warning.log in the report.
7614
7615 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
7616
7617         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
7618
7619 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
7620
7621         * Makefile.in (grep): Grep no longer depends on libiberty.
7622
7623 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
7624
7625         * Makefile.in: all-snavigator needs all-libgui.
7626
7627 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
7628
7629         * configure.in: Add cygmon and libstub support for mn10300.
7630
7631 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
7632
7633         * missing: Update to version from automake 1.3.
7634
7635         * ltmain.sh: On installation, don't get confused if the same name
7636         appears more than once in the list of library names.
7637
7638 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
7639
7640         * config.sub: Accept m68060 and m5200 as CPU names.
7641
7642 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
7643
7644         * configure: Use && rather than using -a in test, because odd
7645         strings can confuse test.
7646         * configure.in: Likewise.
7647
7648 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
7649
7650         * ltconfig, ltmain.sh: Bring in Visual C++ support.
7651
7652 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
7653
7654         * Makefile.in (boostrap2-lean, bootstrap3-lean,
7655         bootstrap4-lean): New targets.
7656
7657 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
7658
7659         * mpw-* Delete.  Not used.
7660
7661 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
7662
7663         * COPYING.LIB: Update FSF address.
7664
7665 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
7666
7667         * ltconfig, ltmain.sh: Update to libtool 1.2a.
7668
7669         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
7670         GAS_SUPPORT_DIRS.
7671
7672 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
7673
7674         * ltconfig, ltmain.sh: Avoid producing a version number if
7675         -version-info was not used.
7676
7677 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
7678
7679         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
7680         building with newlib.
7681
7682 1998-04-30  Paul Eggert  <eggert@twinsun.com>
7683
7684         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
7685         Solaris `make' causes it to continue to next definition.
7686
7687 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
7688
7689         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
7690         the right GUI libraries and files are installed along with GDB.
7691
7692 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
7693
7694         * configure.in: Change alpha to alpha* in several places.
7695
7696 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
7697
7698         * config.sub: Recognize sparc86x.
7699
7700 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
7701
7702         * configure.in (--enable-target-optspace): Remove debug echo.
7703
7704 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
7705
7706         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
7707
7708 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
7709
7710         * ltconfig: Update cygwin32 support.
7711
7712         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
7713         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
7714         (GDB_SUPPORT_DIRS): Likewise.
7715
7716 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
7717
7718         * configure.in (target_makefile_frag): If --enable-target-optspace,
7719         use -Os to compile target libraries rather than -O2.  Default to
7720         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
7721         not used.
7722         * configure.in (target_cflags): Ditto for d30v.
7723
7724 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
7725
7726         * Makefile.in (all-bfd): Depend on all-intl.
7727         (all-binutils): Likewise.
7728         (all-gas): Likewise.
7729         (all-gprof): Likewise.
7730         (all-ld): Likewise.
7731
7732 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
7733
7734         * configure.in (host_tools): Fix typo, lbtool -> libtool.
7735
7736 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
7737
7738         * Makefile.in (all-bfd): Depend upon all-libiberty.
7739
7740         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
7741
7742 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
7743
7744         * Makefile.in: Add libstub.
7745
7746         * configure.in: Ditto. Build libstub for targets that have cygmon
7747         support.
7748
7749 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
7750
7751         * configure.in: Don't set PICFLAG on ix86-cygwin32.
7752
7753 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
7754
7755         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
7756         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
7757
7758 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
7759
7760         * configure: Define DEFAULT_M4 by searching PATH.
7761         * Makfile.in: Use DEFAULT_M4.
7762
7763 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
7764
7765         * ltconfig: Add cygwin32 support.
7766
7767         * Makefile.in, configure.in: Add libtool as a native only directory
7768         to configure and build.
7769
7770 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
7771
7772         * Makefile.in (INSTALL_MODULES): Remove texinfo.
7773
7774 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
7775
7776         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
7777
7778 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
7779
7780         * Makefile.in: add ash make rules
7781         * configure.in: add ash to native_only and host_tools lists
7782
7783 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
7784
7785         * Makefile.in (all-gettext, all-intl): New targets.
7786         (ALL_MODULES): Added all-gettext, all-intl.
7787         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
7788         (INSTALL_MODULES): Added install-gettext, install-intl.
7789         (CLEAN_MODULES): Added clean-gettext, clean-intl.
7790
7791         * configure.in (host_tools): Added gettext.
7792         (native_only): Likewise.
7793         (noconfigdirs) [various cases]: Likewise.
7794         (host_libs): Added intl.
7795
7796 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
7797
7798         * configure: Do not disable building gdbtk for cygwin32 hosts.
7799
7800 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
7801
7802         * configure.in: Add thumb-coff target.
7803         * config.sub: Add thumb-coff target.
7804
7805 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
7806
7807         * Makefile.in: Revert yesterday's change.
7808         (all-target-winsup):  all-target-librx stays out of here.
7809
7810 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
7811
7812         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
7813         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
7814         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
7815         Remove references to librx and libg++.
7816
7817 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
7818
7819         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
7820         recursive makes
7821
7822 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
7823
7824         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
7825         for newlib directory.
7826         (CXX_FOR_TARGET): Likewise.
7827
7828 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
7829
7830         * ltconfig: Update after libtool/ltconfig.in change for
7831         hpux11.
7832
7833 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
7834
7835         * ltconfig, ltmain.sh: Update to libtool 1.2.
7836
7837 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
7838
7839         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
7840         (install-gcc-cross): Instead, override LANGUAGES here.
7841
7842 1998-03-18  Dave Love  <d.love@dl.ac.uk>
7843
7844         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
7845         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
7846
7847 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
7848
7849         * configure.in: Add Thumb-pe target.
7850
7851 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
7852
7853         * Makefile.in - changed sn targets to snavigator
7854         * configure.in - changed sn targets to snavigator
7855
7856 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
7857
7858         * config-ml.in: After building symlink tree call make distclean
7859         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
7860         to be the case for libiberty.
7861
7862 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
7863
7864         * configure: When making link, also check the current
7865         directory. The configure scripts may create one.
7866
7867 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
7868
7869         * config.sub: Accept alphapca56 and alphaev6 properly.
7870
7871 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7872
7873         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
7874
7875 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
7876
7877         * config.sub (sco5): Fix typo.
7878
7879 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
7880
7881         * Makefile.in (INSTALL_MODULES): Move install-tcl before
7882         install-itcl.
7883         (install-itcl): Remove dependency on install-tcl.
7884
7885 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
7886
7887         * configure.in: Remove libgloss from noconfigdirs for MN10300.
7888
7889 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
7890
7891         * configure.in: Don't build libgui for a cygwin32 target when not on
7892         a cygwin32 host.
7893
7894 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
7895
7896         * configure (redirect): Set to null, so default behavior of
7897         configure is now --verbose.
7898
7899 1998-02-16  Dave Love  <d.love@dl.ac.uk>
7900
7901         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
7902         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
7903
7904 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
7905
7906         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
7907         this change to sync Makefile.in with its ChangeLog entries.
7908
7909 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
7910
7911         * ltmain.sh (mkdir): Check that the directory doesn't exist
7912         before we exit with error, so that we don't get races during
7913         parallel builds.
7914
7915 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
7916
7917         * ltconfig, ltmain.sh: Update from libtool 1.0i.
7918
7919 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
7920
7921         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
7922         PICFLAG_FOR_TARGET.
7923         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
7924
7925         * configure: Emit a definition for the new macro enable_shared
7926         into each Makefile.
7927
7928 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
7929
7930         * configure.in (host_tools, native_only): Add libtool.
7931
7932 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
7933
7934         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
7935         Fix typo in ming config comment.
7936
7937 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
7938
7939         * ltconfig, ltmain.sh: Update from libtool 1.0h.
7940
7941 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
7942
7943         * config.sub: Add tic30 cases, and map c30 to tic30.
7944
7945 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
7946
7947         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
7948         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
7949         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
7950         (CLEAN_TARGET_MODULES): Similarly
7951         (all-target-libf2c): Add dependences.
7952         * configure.in (target_libs): Add libf2c.
7953
7954 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
7955
7956         * configure.in: Remove expect from noconfigdirs when target
7957         is cygwin32.  OK to build expect and dejagnu with Canadian
7958         Cross.
7959
7960 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
7961
7962         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
7963         host.
7964
7965         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
7966         and mingw32.
7967
7968 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
7969
7970         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
7971         here as it is not defined in the toplevel Makefile.
7972
7973 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
7974
7975         * configure (package_makefile_rules_frag): New variable, which names
7976         a file with generic rules, ...
7977         Change comment to mention we now have FIVE parts.
7978         * configure: Undo last change.
7979
7980 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
7981
7982         * config.guess: More accurate determination of HP processor types.
7983         * config.sub: More accurate determination of HP processor types.
7984
7985 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
7986
7987         * configure (package_makefile_frag): Move inserting the
7988         ${package_makefile_frag} to where it should be according
7989         to the comment.
7990
7991 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
7992
7993         * config.guess: Add support for Linux/ARM.
7994
7995 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
7996
7997         * .cvsignore: Remove *-info and *-install since they match
7998         release-info and mpw-install, which we don't want to just ignore.
7999
8000 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
8001
8002         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
8003
8004 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
8005
8006         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
8007         local_prefix to sub-make invocations.
8008
8009 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
8010
8011         * configure.in: Check makefile fragments in the source
8012         directory.
8013
8014 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
8015
8016         * configure.in: Check whether host and target makefile
8017         fragments exist before adding them to *_makefile_frag.
8018
8019 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
8020
8021         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
8022
8023 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
8024
8025         * configure.in: Make sure we only replace RPATH_ENVVAR on
8026         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
8027         regexp to sed.
8028
8029         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
8030         to sub-makes.
8031
8032 1998-01-13  Lee Iverson   (leei@ai.sri.com)
8033
8034         * config-ml.in (multi-do): LDFLAGS must include multilib
8035         designator.
8036
8037 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
8038
8039         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
8040
8041 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
8042
8043         * config.sub: Add mingw32 support.
8044         * configure.in: Likewise.
8045
8046 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
8047
8048         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
8049
8050 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
8051
8052         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
8053         * configure (gxx_include_dir): Provide a definition for subdirs
8054         which do not use autoconf.
8055
8056 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
8057
8058         * config.guess: Sync with egcs.  Picks up new alpha support,
8059         BeOS & some additional linux support.
8060
8061 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
8062
8063         * config.guess: HP 9000/803 is a PA1.1 machine.
8064
8065 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
8066
8067         * configure.in: It's alpha*-...
8068
8069 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
8070
8071         * configure.in (host_makefile_frag, target_makefile_frag):
8072         Handle multiple config files.
8073         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
8074         alpha-*-*.
8075
8076 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
8077
8078         * mkdep: New file.
8079
8080 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
8081
8082         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
8083
8084 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
8085
8086         * Makefile.in: Add libgui directory.
8087         (GDB_TK): Add all-libgui.
8088         * configure.in: Add libgui directory.
8089         * configure: Add all-libgui to GDB_TK.
8090
8091 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
8092
8093         * config-ml.in (multidirs): Add m32r to multilib list.
8094
8095 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
8096
8097         * Makefile.in (all-target-gperf): Change dependency to
8098         all-target-libstdc++.
8099
8100 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
8101
8102         * config.guess: Add BeOS support.
8103
8104 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
8105
8106         Source directory cvs renamed to cvssrc:
8107         * configure.in (host_tools): Change cvs to cvssrc.
8108         (native_only): Likewise.
8109         (noconfigdirs) [various cases]: Likewise.
8110         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
8111         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
8112         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
8113         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
8114         (all-cvssrc): Rename target from all-cvs.
8115
8116 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
8117
8118         * configure (gxx_include_dir): Fix thinko.
8119
8120 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
8121
8122         * Makefile.in (INSTALL_TARGET_CROSS): Define.
8123         (install-cross, install-gcc-cross): New targets.
8124
8125 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
8126
8127         * configure.in (noconfigdirs): Add support for Thumb target.
8128
8129         * config.sub (maybe_os): Add support for Thumb target.
8130
8131 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
8132
8133         * Makefile.in: Add rules for cygmon.
8134
8135         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
8136
8137 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
8138
8139         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
8140         * configure (gxx_include_dir): Provide a definition for subdirs
8141         which do not use autoconf.
8142
8143 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
8144
8145         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
8146         11/18/97 build
8147
8148 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
8149
8150         * From Franz Sirl.
8151         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
8152         found on RedHat Linux systems.
8153
8154 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
8155
8156         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
8157         guesses.
8158
8159 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
8160
8161         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
8162
8163 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
8164
8165         * ltmain.sh: If mkdir fails, check whether the directory was created
8166         anyhow by some other process.
8167
8168 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
8169
8170         * configure.in (d30v-*-*): Configure all directories.
8171
8172 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
8173
8174         * configure.in (d30v-*-*): Configure newlib, libiberty directories
8175         for the D30V.
8176
8177 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
8178
8179         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
8180
8181 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
8182
8183         * include/libiberty.h: Add extern "C" { so it can be used with C++
8184         progrms.
8185         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
8186         programs.
8187
8188 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
8189
8190         * configure.in (d30v-*-*): Configure GCC now.
8191
8192 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
8193
8194         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
8195         is no longer needed.
8196
8197 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
8198
8199         * Makefile.in: check-target-libio depends on all-target-libstdc++.
8200
8201 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
8202
8203         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
8204         targets using "$@" to provide support for similar but not identical
8205         targets without having to duplicate code.
8206
8207 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
8208
8209         * makefile.vms: Fix to work with DEC C.
8210
8211 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
8212
8213         * config.sub: Add mips-tx39-elf to marketing names.
8214
8215 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
8216
8217         * ltmain.sh: Handle symlinks in generated script.
8218
8219 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
8220
8221         * configure: Handle autoconf style directory options: --bindir,
8222         --datadir, --includedir, --infodir, --libdir, --libexecdir,
8223         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
8224         --sysconfdir.
8225         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
8226         (sharedstatedir, localstatedir, oldincludedir): New variables.
8227         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
8228         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
8229         sbindir, sharedstatedir, and sysconfdir.
8230
8231 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
8232
8233         * Makefile.in (bootstrap-lean): New target.
8234
8235 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
8236
8237         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
8238         sn, and gnuserv from noconfigdirs.
8239
8240 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
8241
8242         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
8243
8244 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
8245
8246         * Makefile.in (cross): New target.
8247
8248 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
8249                           Jeff Law         <law@cygnus.com>
8250
8251         * Makefile.in (bootstrap2, bootstrap3): New targets.
8252         (all-bootstrap): Remove outdated and confusing target.
8253         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
8254
8255 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
8256
8257         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
8258         windows.  Consistent with gdb/configure.
8259
8260 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
8261
8262         * configure.in: Name Linux target fragment.
8263
8264         * configure: Rewrite so that project Makefile fragment is inserted
8265         first and appears last in the resulting Makefile.
8266
8267 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
8268
8269         * Makefile.in (install-itcl): Install tcl first.
8270
8271 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
8272
8273         * configure.in: remove bison from noconfigdirs for Cygwin32 host
8274
8275 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
8276
8277         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
8278
8279         * configure.in (skipdirs): Add target-librx for Linux.
8280         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
8281
8282 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
8283
8284         * Makefile.in (bootstrap): New target.
8285
8286 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
8287
8288         * config.sub: Accept 'amigados' for backward compatibility.
8289
8290 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
8291
8292         * config.guess: Merge with FSF.
8293
8294 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
8295
8296         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
8297
8298 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
8299
8300         * config.sub: Add "marketing-names" patch.
8301
8302 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
8303
8304         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
8305
8306 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
8307
8308         * config.sub: Handle v850-elf.
8309
8310 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
8311
8312         * .cvsignore (*-install): Remove.
8313
8314 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
8315
8316         * ltconfig: Set CONFIG_SHELL in libtool.
8317         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
8318
8319 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
8320
8321         * configure.in (target_subdir): Set to libraries if enable_multilib.
8322
8323 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
8324
8325         * config.guess: Update from gcc directory.
8326
8327 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
8328
8329         * Makefile.in (all-sim): Depends on all-readline.
8330
8331 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
8332
8333         * Makefile.in (BISON, YACC): Use $$s.
8334         (all-bison): Depend on all-texinfo.
8335
8336 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
8337
8338         * Makefile.in (BISON): Add -L flag.
8339         (YACC): Likewise.
8340
8341 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
8342
8343         * configure.in (noconfigdirs): Add support for v850e target.
8344
8345         * config.sub (maybe_os): Add support for v850e target.
8346
8347 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
8348
8349         * configure.in (noconfigdirs): Add support for v850ea target.
8350
8351         * config.sub (maybe_os): Add support for v850ea target.
8352
8353 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
8354
8355         * config.sub: Add mipstx39.  Delete r3900.
8356
8357 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
8358
8359         * Makefile.in (all-autoconf): Depends on all-texinfo.
8360
8361 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
8362
8363         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
8364         eabi targets.
8365
8366 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
8367
8368         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
8369
8370         * configure: When handling a Canadian Cross, handle YACC as well as
8371         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
8372         * Makefile.in (all-bison): Depend upon all-texinfo.
8373
8374 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
8375
8376         * Makefile.in (BISON): bison, not byacc or bison -y.
8377         (YACC): bison -y or byacc or yacc.
8378         (various): Add *-bison as appropriate.
8379         (taz): No need to mess with BISON anymore.
8380
8381 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
8382
8383         * configure: If OSTYPE matches *win32*, try to find a good value for
8384         CONFIG_SHELL.
8385
8386 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
8387
8388         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
8389         configure.in if it is present.
8390
8391 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
8392
8393         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
8394
8395 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
8396
8397         * config.sub: Recognize `arc' cpu.
8398         * configure.in: Likewise.
8399         * config-ml.in: Likewise.
8400
8401 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
8402
8403         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
8404
8405 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
8406
8407         * configure: Changed sed delimiter from ':' to '|' when
8408         attempting to substitute ${config_shell} for SHELL. On
8409         NT ${config_shell} may contain a ':' in it.
8410
8411 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
8412
8413         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
8414
8415 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
8416
8417         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
8418
8419 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
8420
8421         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
8422
8423         * ylwrap: If the program is a relative path, force it to be
8424         absolute.
8425
8426 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
8427
8428         * configure (tooldir): Set BISON to `bison -y' and not just bison.
8429
8430 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
8431
8432         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
8433         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
8434         for libraries.
8435
8436 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
8437
8438         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
8439         separated by spaces.
8440
8441 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
8442
8443         * ylwrap: New file.
8444         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
8445
8446         * ltmain.sh: Handle /bin/sh at start of install program.
8447
8448         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
8449
8450         * ltconfig, ltmain.sh: New files, from libtool 1.0.
8451         * missing: New file, from automake 1.2.
8452
8453 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
8454
8455         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
8456         check-tk to CHECK_X11_MODULES.
8457
8458 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
8459
8460         * config.sub: Merge with FSF.
8461
8462 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
8463
8464         * config.guess: Merge with FSF.
8465
8466 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
8467
8468         * configure: Treat msdosdjgpp like go32.
8469         * configure.in: Likewise.  Don't remove gprof for go32.
8470
8471         * configure: Change Makefile.tem2 to Makefile.tm2.
8472
8473 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
8474
8475         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
8476
8477 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
8478
8479         * install-sh (chmodcmd): Set to null if the DST directory already
8480         exists.  Same as Nov 11th change.
8481
8482 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
8483
8484         * configure (GDB_TK): Needs itcl and tix.
8485
8486 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
8487
8488         * config.guess: Update from FSF.
8489
8490 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
8491
8492         * Makefile.in (GDB_TK): Depend on itcl and tix.
8493
8494 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
8495
8496         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
8497         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
8498         (INSTALL_SCRIPT): New variable.
8499         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
8500         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
8501         to -x.
8502         * install-sh: Add support for -x option.
8503
8504 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
8505
8506         * configure.in, Makefile.in: Treat tix like itcl.
8507
8508 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
8509
8510         * Makefile.in (WINDRES): New variable.
8511         (WINDRES_FOR_TARGET): New variable.
8512         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
8513         (EXTRA_HOST_FLAGS): Add WINDRES.
8514         (EXTRA_TARGET_FLAGS): Add WINDRES.
8515         (EXTRA_GCC_FLAGS): Add WINDRES.
8516         ($(DO_X)): Pass down WINDRES.
8517         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
8518         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
8519         DLLTOOL_FOR_TARGET.
8520
8521 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
8522
8523         * configure.in: configure sim before gdb for win32-x-ppc
8524
8525 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
8526
8527         Move gperf into the toplevel, from libg++.
8528         * configure.in (target_tools): Add target-gperf.
8529         (native_only): Add target-gperf.
8530         * Makefile.in (all-target-gperf): New target, depend on
8531         all-target-libg++.
8532         (configure-target-gperf): Empty rule.
8533         (ALL_TARGET_MODULES): Add all-target-gperf.
8534         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
8535         (CHECK_TARGET_MODULES): Add check-target-gperf.
8536         (INSTALL_TARGET_MODULES): Add install-target-gperf.
8537         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
8538
8539 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
8540
8541         * config.sub (mn10200): Recognize new basic machine.
8542
8543 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
8544
8545         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
8546         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
8547
8548 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
8549
8550         * configure.in: If we're building mips-sgi-irix6* native, turn on
8551         ENABLE_MULTILIB and set TARGET_SUBDIR.
8552
8553 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
8554
8555         * Makefile.in (all-sn): Depend on all-grep.
8556
8557 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
8558
8559         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
8560
8561         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
8562         Makefile.  From Jeff Makey <jeff@cts.com>.
8563         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
8564
8565         * Makefile.in (DISTBISONFILES): Remove.
8566         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
8567         $(DEFAULT_YACC).
8568
8569         * configure.in: Build itl, db, sn, etc., when building for native
8570         cygwin32.
8571
8572         * Makefile.in (LD): New variable.
8573         (EXTRA_HOST_FLAGS): Pass down LD.
8574         ($(DO_X)): Likewise.
8575
8576 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
8577
8578         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
8579
8580 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
8581
8582         * configure.in (targargs): Strip out any supplied --build argument
8583         before adding our own. Always add --build.
8584
8585 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
8586
8587         * configure.in (targargs): Pass --build if we're doing
8588         a cross-compile.
8589
8590 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
8591
8592         * configure: Use '|' instead of ":" as the separator in
8593         sed. Otherwise sed chokes on NT path names with drive
8594         designators. Also look for "?:*" as the leading characters in an
8595         absolute pathname.
8596
8597 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
8598
8599         * config.sub: Support for r3900.
8600
8601 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
8602
8603         * configure.in: Use install-sh, not install.sh.
8604
8605 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
8606
8607         * Makefile.in (taz): Improve check for BISON so it doesn't try to
8608         apply it twice.
8609
8610 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
8611
8612         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
8613         install-binutils.
8614
8615 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
8616
8617         * Makefile.in: Add automake targets.
8618         * configure.in (host_tools): Add automake.
8619
8620 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
8621
8622         * configure: Default CXX to c++, not gcc.
8623         * Makefile.in (CXX): Set to c++, not gcc.
8624         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
8625
8626 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
8627
8628         * install-sh: try appending a .exe if source file doesn't
8629         exist
8630
8631 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
8632
8633         * configure.in: Turn on multilib by default.
8634         (cross_only): Remove target-libiberty.
8635
8636         * Makefile.in (all-gcc): Don't depend on libiberty.
8637
8638 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
8639
8640         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
8641
8642 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
8643
8644         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
8645         (DISTBISONFILES): Add ld/Makefile.in
8646
8647 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
8648
8649         * configure.in: if target is cygwin32 but host isn't cygwin32,
8650         don't configure gdb tcl tk expect, not just gdb.
8651
8652 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
8653
8654         * configure.in: Added gnuserv everywhere sn appears.
8655
8656         * Makefile.in (ALL_MODULES): Added all-gnuserv.
8657         (CROSS_CHECK_MODULES): Added check-gnuserv.
8658         (INSTALL_MODULES): Added install-gnuserv.
8659         (CLEAN_MODULES): Added clean-gnuserv.
8660         (all-gnuserv): New target.
8661
8662 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
8663
8664         * config.guess: Fixes for MIPS OpenBSD systems.
8665
8666 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
8667
8668         * Makefile.in (INSTALL_XFORM): Remove.
8669         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
8670
8671         * mkinstalldirs: New file, copied from automake.
8672         * Makefile.in (installdirs): Rename from install-dirs.  Use
8673         mkinstalldirs.  Change all users.
8674         (DEVO_SUPPORT): Add mkinstalldirs.
8675
8676 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
8677
8678         * install-sh: Rename from install.sh.
8679         * Makefile.in (INSTALL): Change install.sh to install-sh.
8680         (DEVO_SUPPORT): Likewise.
8681
8682         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
8683         Graichen <graichen@rzpd.de>.
8684
8685 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
8686
8687         * config.guess: Recognize OpenBSD systems correctly.
8688
8689 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
8690
8691         * README, Makefile.in (ETC_SUPPORT): Remove references to
8692         cfg-paper*, configure.{texi,man,info*}._
8693
8694 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
8695
8696         * Makefile.in (all.normal): Ensure that gcc is built after all
8697         the x11 - ie gdb - targets.
8698
8699 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
8700
8701         * makefile.vms: Don't run conf-a-gas.
8702
8703 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
8704
8705         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
8706
8707 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
8708
8709         * configure.in: Remove noconfigdirs case since gdb also
8710         configures and builds for tic80-coff.
8711
8712 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
8713
8714         * configure: Set cache_file to config.cache.
8715         * Makefile.in (local-distclean): Remove config.cache.
8716
8717 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
8718
8719         * COPYING: Update FSF address.
8720
8721 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
8722
8723         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
8724         noconfigdirs.
8725
8726 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
8727
8728         * Makefile.in (install-dirs): Don't crash if prefix, and hence
8729         MAKEDIRS, is empty.
8730
8731 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
8732
8733         * config.sub: Tweak mn10300 entry.
8734
8735 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
8736
8737         * configure.in (host_tools): Put sim before gdb, so gdb's
8738         configure.tgt can determine if the simulator was configured.
8739
8740 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
8741
8742         * config.sub: Move BeOS $os case to be with other Cygnus
8743         local cases.
8744
8745 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
8746
8747         * config.sub: Remove misplaced comment that broke Linux.
8748
8749 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
8750
8751         * config.sub: Add BeOS support.
8752
8753 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
8754
8755         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
8756
8757 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
8758
8759         * configure.in (noconfigdirs): Remove tcl and tk from
8760         noconfigdirs for cygwin32 builds.
8761
8762 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
8763
8764         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
8765
8766 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
8767
8768         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
8769         make-all.com, use makefile.vms instead.
8770
8771 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
8772
8773         * config.sub: Accept -lnews*.
8774
8775 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
8776
8777         * configure.in (noconfigdirs): Disable target-newlib,
8778         target-examples and target-libiberty for d30v.
8779
8780 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
8781
8782         * configure.in (noconfigdirs): Enable ld for d30v.
8783
8784 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
8785
8786         * configure.in (tic80-*-*): Build compiler.
8787
8788 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
8789
8790         * configure.in (d30v-*): Remove sim directory from list of
8791         unsupported d30v directories
8792
8793 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
8794
8795         * config.sub, configure.in: Add d30v target cpu.
8796
8797 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
8798
8799         * makefile.vms: New file.
8800         * make-all.com: Remove.
8801
8802 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
8803
8804         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
8805
8806 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
8807
8808         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
8809
8810 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
8811
8812         * Makefile.in (ALL_MODULES): Added all-db.
8813         (CROSS_CHECK_MODULES): Addec check-db.
8814         (INSTALL_MODULES): Added install-db.
8815         (CLEAN_MODULES): Added clean-db.
8816
8817 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
8818
8819         * config.guess: Merge with latest FSF sources.
8820
8821 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
8822
8823         * Makefile.in (ALL_MODULES): Added all-itcl.
8824         (CROSS_CHECK_MODULES): Added check-itcl.
8825         (INSTALL_MODULES): Added install-itcl.
8826         (CLEAN_MODULES): Added clean-itcl.
8827
8828 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
8829
8830         * configure.in: build gdb for mn10200
8831
8832 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
8833
8834         * Makefile.in (all-target-winsup): Depend on all-target-libio.
8835
8836 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
8837
8838         * configure.in (tic80-*-*): Turn off most targets right now.
8839
8840 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
8841
8842         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
8843         rather than the makeinfo program.
8844         (do-info): Depend upon all-texinfo.
8845
8846 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
8847
8848         * configure.in: Remove uses of config/mh-linux.
8849
8850         * config.sub, config.guess: Merge with latest FSF sources.
8851
8852 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
8853
8854         * config.sub (case $basic_machine): Add tic80 entries.
8855
8856 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
8857
8858         * config.sub, config.guess: Merge with latest FSF sources.
8859
8860 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
8861
8862         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
8863         * mpw-config.in: Test for NewFolderRecursive.
8864         * mpw-install: Use symbolic name for startup filename.
8865         * mpw-README: Add various additional details.
8866
8867 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
8868
8869         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
8870
8871 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
8872
8873         * configure.in: Do build gcc and the target libraries for
8874         the mn10200.
8875
8876 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
8877
8878         * configure.in: don't avoid building gdb for mn10300 any more
8879         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
8880         instead of single-quoting it.
8881
8882 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
8883
8884         * configure.in: Don't use --with-stabs on IRIX 6.
8885
8886 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
8887
8888         * configure.in (m32r): Build gdb, libg++ now.
8889
8890 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
8891
8892         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
8893         directories from noconfigdirs.
8894
8895 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
8896
8897         * config.sub (basic_machine): added mips16 configuration
8898
8899 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8900
8901         * config.sub: Handle d10v-unknown.
8902
8903 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
8904
8905         * config.sub: Handle v850-unknown.
8906
8907 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
8908
8909         * Makefile.in: add findutils
8910         * configure.in: add findutils to list of host_tools
8911
8912 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
8913
8914         * config.sub: Handle mn10200 and mn10300.
8915
8916 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8917
8918         * configure.in (d10v-*): Do not build librx.
8919
8920 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
8921
8922         * configure.in (mn10300): Build everything except gdb & libgloss.
8923
8924 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
8925
8926         * config.guess:  Patch for Dansk Data Elektronik servers,
8927         from Niels Skou Olsen <nso@dde.dk>.
8928
8929         For ncr, use /bin/uname rather than uname, since GNU uname does not
8930         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
8931
8932         Patch for MIPS R4000 running System V,
8933         from Eric S. Raymond <esr@snark.thyrsus.com>.
8934
8935         Fix thinko for nextstep.
8936
8937         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
8938
8939         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
8940         * config.guess: Guess mips-dec-mach_bsd4.3.
8941
8942         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
8943         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
8944         release numbers.
8945         * config.guess (mips-mips-riscos*):  Emit just enough of the
8946         release number.
8947
8948         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
8949         * config.guess (sparc-auspex-sunos*):  Added.
8950         (f300-fujitsu-*): Added.
8951
8952         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
8953         * config.guess:  Recognize a Tadpole as a sparc.
8954
8955 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
8956
8957         * config.guess: Don't assume that NextStep version is either 2 or
8958         3.  NextStep 4 (aka OpenStep 4) has come out now.
8959
8960 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
8961
8962         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
8963         From Rik Faith <faith@cs.unc.edu>.
8964
8965 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
8966
8967         * config.sub: Contributions from bug-gnu-utils to:
8968         Support plain "hppa" (no version given) architecture, reported by
8969         OpenStep.
8970         OpenBSD like NetBSD.
8971         LynxOs is not a hardware supplier.
8972
8973         * config.guess: Contributions from bug-gnu-utils to add support for:
8974         OpenBSD like NetBSD.
8975         Stratus systems.
8976         More Pyramid systems.
8977         i[n>4]86 Intel chips.
8978         M680[n>4]0 Motorola chips.
8979         Use unknown instead of lynx for hardware manufacturer.
8980
8981 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
8982
8983         * install.sh (chmodcmd): Set to null if the DST directory already
8984         exists.
8985
8986 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8987
8988         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
8989         not use mt-ppc target Makefile fragment any more.
8990
8991 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
8992
8993         * configure.in (*-*-windows):  Exclude everything but those dirs
8994         needed to build windows.
8995
8996 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
8997
8998         * Makefile.in (all-target-winsup): Depend on all-target-librx.
8999
9000 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
9001
9002         * configure.in:  Exclude mmalloc from i386-windows.
9003
9004 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
9005
9006         * Undo my previous change.
9007
9008 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
9009
9010         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
9011         unconditionally.
9012         (MAKEOVERRIDES): Define (revert this part of October 18 change).
9013
9014 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
9015
9016         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
9017         host to add it's own flags.
9018
9019 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
9020
9021         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
9022
9023 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
9024
9025         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
9026         (CXX_FOR_TARGET): Likewise.
9027         (GCC_FOR_TARGET): Define.
9028         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
9029         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
9030         CC_FOR_TARGET was specified on the command line.
9031         (MAKEOVERRIDES): Don't define.
9032
9033 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
9034
9035         * configure.in (m32r): Fix spelling of libg++ libs.
9036
9037 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
9038
9039         * config.sub (-apple*): Remove, now redundant.
9040
9041 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
9042
9043         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
9044
9045         * configure: Rework yesterday's sed script patch.
9046
9047         * config.sub: Merge with FSF.
9048
9049 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
9050
9051         * config.guess:  Merge from FSF.
9052
9053         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
9054         * config.guess: Use pc instead of unknown, for pc clone systems.
9055         Change linux to linux-gnu.
9056
9057         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
9058         * config.guess: Avoid non-portable tr syntax.
9059
9060 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
9061
9062         * test-build.mk (HOLES): Add "xargs" for gdb.
9063
9064         * configure: Avoid hpux10.20 sed bug.
9065
9066 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
9067
9068         * configure.in:  Add support for windows host
9069         (that is a build done under the Microsoft build environment).
9070
9071 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
9072
9073         * Makefile.in: Replace all uses of srcroot with s, to shrink
9074         command line lengths.
9075
9076         Patches from Geoffrey Noer <noer@cygnus.com>:
9077         * configure.in: If configuring for newlib, pass --with-newlib to
9078         subdirectories.
9079         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
9080         -Bnewlib/ and -Lwinsup to gcc.
9081         (CXX_FOR_TARGET): Likewise.
9082
9083 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
9084
9085         * Makefile.in (ETC_SUPPORT): Add configure.
9086
9087 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
9088
9089         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
9090         host configuration file.
9091
9092 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
9093
9094         * configure.in: Break mn10x00 support into separate
9095         mn10200 and mn10300 configurations.
9096         * config.sub: Likewise.
9097
9098 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
9099
9100         * configure.in: Add lots of stuff to noconfigdirs for
9101         the mn10x00 targets.
9102
9103         * config.sub, configure.in: Add mn10x00 support.
9104
9105 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
9106
9107         * make-all.com: Call conf-a-gas, not config-a-gas.
9108
9109 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
9110
9111         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
9112         targets.
9113
9114 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
9115
9116         * mpw-README: Add much more detail for native PowerMac.
9117         * mpw-install: New file.
9118         * mpw-configure: Add --norecursion and --help options.
9119         * mpw-config.in: Translate readme and install files when
9120         copying to objdir.
9121         * mpw-build.in: Don't always depend on byacc and flex.
9122         (install-only-top): New action.
9123
9124 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
9125
9126         * configure.in:  You can now configure GDB for the v850.
9127
9128 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
9129
9130         * configure.in (noconfigdirs): Don't configure any C++ dirs
9131         if targeting D10V.
9132
9133 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
9134
9135         * config.sub: Recognize mips64vr5000.
9136
9137 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
9138
9139         * configure.in: Use a single line for host_tools and native_only.
9140
9141 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
9142
9143         * config.sub, configure.in: Add entries for m32r.
9144
9145 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
9146
9147         * Makefile.in (inet-install): Don't run install-gzip.
9148
9149 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
9150
9151         * configure.in:  Don't config lots of things for *-*-windows*.
9152
9153 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
9154
9155         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
9156         (host_libs, host_tools): Copy from configure.in.
9157         * mpw-configure: Don't complain about directories not found.
9158
9159 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9160
9161         * configure.in (i[345]86): Recognize i686 for pentium pro.
9162         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
9163         file.
9164
9165         * config.guess (i[345]86): Ditto.
9166
9167 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
9168
9169         * configure.in (noconfigdirs): Removed gdb for D10V.
9170
9171 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
9172
9173         * configure.in: Remove ld, target-libio, target-libg++, and
9174         target-libstdc++ from noconfigdirs.
9175
9176 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
9177
9178         * configure: Fix three locations where shell scripts were
9179         being run directly rather than with config_shell.
9180
9181 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
9182
9183         * configure.in (v850-*-*): Set up initial $noconfigdirs.
9184         * config.sub (basic_machine): Recognize v850.
9185
9186 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
9187
9188         * mpw-configure: Handle multiple enable/disable options and
9189         pass them down recursively, handle -c and -s flags appropriately
9190         depending on choice of compiler, add escape mechanism for
9191         quoted arguments to gC.
9192
9193 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9194
9195         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
9196         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
9197         so that -mrelocatable-lib and -mno-eabi are used.
9198
9199         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
9200         not support --print-multi-lib, don't abort.
9201
9202 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
9203
9204         * make-all.com: Run config-a-gas.
9205         * setup.com: Don't copy subdirectory files around.
9206
9207 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
9208
9209         * configure.in (*-*-ose): Remove exclusion of libgloss for this
9210         target, it now compiles correctly.
9211
9212 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
9213
9214         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
9215
9216 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
9217
9218         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
9219
9220 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
9221
9222         * configure.in (native_only): Add prms.
9223
9224 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
9225
9226         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
9227         (BINUTILS_SUPPORT_DIRS): Likewise.
9228
9229 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9230
9231         * configure.in (d10v-*-*): Don't configure ld or gdb until the
9232         d10v support is added.
9233
9234 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
9235
9236         * configure.in (d10v-*-*): New target.
9237
9238 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
9239
9240         * config.guess (HP 9000/811): Recognize this as a PA1.1
9241         machine.
9242
9243 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
9244
9245         * Makefile.in (do-tar-gz): New target, split out from tail end of
9246         taz target.  Run each command separately, don't use pipes.
9247         (taz): Use it.
9248
9249 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
9250
9251         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
9252         * mpw-build.in: No builds should depend on building byacc or flex,
9253         they are assumed to be installed already.
9254
9255 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9256
9257         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
9258         variable that CC_FOR_TARGET needs.
9259
9260 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9261
9262         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
9263         options have changed since the last time the subdirectory was
9264         configured, and if it has, reconfigure.
9265         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
9266         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
9267
9268 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
9269
9270         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
9271         CLEAN_MODULES): Add bash.
9272         (all-bash): New target.
9273
9274 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
9275
9276         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
9277
9278 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9279
9280         * config.sub (basic_machine): Recognize d10v as a valid processor.
9281
9282 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
9283
9284         * mpw-configure: Add support for --bindir.
9285         * mpw-build.in: Use a GCC-specific build script for GCC actions.
9286
9287 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
9288
9289         * configure.in: add bash, time, gawk to list of hosttools and things
9290         to only build for native toolchains
9291
9292 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
9293
9294         * Makefile.in (docdir): Remove.
9295
9296 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
9297
9298         * Makefile.in (datadir): Set to $(prefix)/share.
9299
9300 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
9301
9302         * configure.in: build diff and patch for cygwin32-hosted
9303         toolchains.
9304
9305 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
9306
9307         * config.sub: Accept -rtems*.
9308
9309 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
9310
9311         * configure.in: enable dosrel for cygwin32-hosted builds,
9312                 remove diff from the list of things not buildable
9313                 via Canadian Cross
9314
9315 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
9316
9317         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
9318         don't get ". ".
9319
9320 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
9321
9322         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
9323
9324 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
9325
9326         * Makefile.in (taz): Handle case where tex3patch didn't even get
9327         checked out.  Also, if it was found, put the symlink in a new util
9328         subdirectory.
9329
9330 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9331
9332         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
9333
9334 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
9335
9336         * config.sub: Recognize -openvms.
9337         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
9338         * make-all.com, setup.com: New files.
9339
9340 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
9341
9342         * Makefile.in (taz): tex3patch moved to texinfo/util.
9343
9344 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
9345
9346         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
9347         * configure.in: remove make from disable-if-Can-Cross list
9348                 enable gdb if ${host} and ${target} are cygwin32
9349
9350 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
9351
9352         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
9353         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
9354
9355 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
9356
9357         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
9358         distinguish sysv/svr4/bsd variants.
9359         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
9360
9361 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
9362
9363         * configure.in: Added copyright notice.
9364         * move-if-change: Added copyright notice.
9365
9366 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9367
9368         * configure.in (powerpcle-*-solaris*): Until we get shared
9369         libraries working, don't build gdb, sim, make, tcl, tk, or
9370         expect.
9371
9372 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
9373
9374         * config.guess:  Merge with FSF:
9375
9376         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
9377         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
9378
9379         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
9380         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
9381
9382         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
9383         * config.guess:  Combine two OSF1 rules.
9384         Also recognize field test versions.  From mjr@zk3.dec.com.
9385         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
9386         because GNU uname does not support -p.  From pmr@pajato.com.
9387
9388 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
9389
9390         * Makefile.in (MAKEDIRS): Removed $(tooldir).
9391
9392 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
9393
9394         * mpw-README: Document GCCIncludes.
9395
9396 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
9397
9398         * configure.in (alpha-*-linux*): Set enable_shared to yes.
9399
9400 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
9401
9402         * mpw-configure: Handle --enable-FOO and --disable-FOO.
9403
9404 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
9405
9406         * configure.in (*-*-cygwin32): Configure make.
9407
9408 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
9409
9410         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
9411
9412 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
9413
9414         * Makefile.in (all-inet): Depend on all-perl.
9415
9416         * Makefile.in (inet-install): New target.
9417
9418         * Makefile.in (all-inet): Depend on all-tcl.
9419         (all-inet): Depend on all-send-pr.
9420
9421 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9422
9423         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
9424         temporarily.
9425
9426 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
9427
9428         * configure.in: Don't configure --with-gnu-ld on AIX.
9429
9430 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
9431
9432         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
9433
9434 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
9435
9436         * Makefile.in (ALL_MODULES): Added all-inet.
9437         (CROSS_CHECK_MODULES): Added check-inet.
9438         (INSTALL_MODULES): Added install-inet.
9439         (CLEAN_MODULES): Added clean-inet.
9440         (all-indent): New target.
9441
9442         * configure.in (host_tools): Added inet.
9443         (native_only): Added inet.
9444         (noconfigdirs): Added inet.
9445
9446 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
9447
9448         * configure.in: Don't configure libgloss if we are not configuring
9449         newlib.
9450
9451 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
9452
9453         * configure.in: Don't configure libgloss for unsupported
9454         architectures.
9455
9456 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9457
9458         * Makefile.in (CLEAN_MODULES): Add clean-apache.
9459
9460 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
9461
9462         * Makefile.in (ALL_MODULES): Include all-apache.
9463         (CROSS_CHECK_MODULES): Include check-apache.
9464         (INSTALL_MODULES): Include install-apache.
9465         (all-apache): New target.
9466
9467         * configure.in: Added apache everywhere perl is seen.
9468
9469 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9470
9471         * Makefile.in: Add support for clean-{module} and
9472         clean-target-{module} rules.
9473
9474 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
9475
9476         * configure.in (*-*-ose) do not build libgloss.
9477
9478 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9479
9480         * config.guess (prep*:SunOS:5.*:*): Turn into
9481         powerpele-unknown-solaris2.
9482
9483 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
9484
9485         * configure.in: Permit --enable-shared to specify a list of
9486         directories.
9487
9488 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
9489
9490         * configure.in (host==solaris): Pass only the first word of $CC
9491         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
9492
9493 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
9494
9495         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
9496
9497 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
9498
9499         * Makefile.in (ALL_MODULES): Include all-perl.
9500         (CROSS_CHECK_MODULES): Include check-perl.
9501         (INSTALL_MODULES): Include install-perl.
9502         (ALL_X11_MODULES): Include all-guile.
9503         (CHECK_X11_MODULES): Include check-guile.
9504         (INSTALL_X11_MODULES): Include install-guile.
9505         (all-perl): New target.
9506         (all-guile): New target.
9507
9508         * configure.in (host_tools): Include perl and guile.
9509         (native_only): Include perl and guile.
9510         (noconfigdirs): Don't build guile and perl; no ports have been
9511         done.
9512
9513 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
9514
9515         * configure (--enable-*): Handle quoted option lists such as
9516         --enable-sim-cflags='-g0 -O' better.
9517
9518 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9519
9520         * Makefile.in ({,inst}all-target): New rule so we can make and
9521         install all of the target directories easily.
9522
9523 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9524
9525         * configure.in: Add missing global flag in sed substitution when
9526         deleting `target-' from ${configdirs}.
9527
9528 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
9529
9530         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
9531         option.
9532
9533         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
9534         config/mh-necv4.
9535
9536         * install.sh: Correct misspelling of transformbasename.
9537
9538         * config.guess: Recognize mips-*-sysv*.
9539
9540 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
9541
9542         * config.sub: Recognize mon960.
9543
9544 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
9545
9546         * configure: Restore Canadian Cross handling of BISON and LEX,
9547         removed in Feb 20 change.
9548
9549 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
9550
9551         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
9552         Mention make install.  Remove the old copyright date as well the
9553         clumsy and rather pointless copyright on the README file.
9554
9555 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
9556
9557         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
9558         Makefile after running symlink-tree, then run `make distclean' to
9559         avoid clobbering any generated files in srcdir.
9560
9561 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
9562
9563         * configure.in (m68k-*-netbsd*): Build everything now.
9564
9565 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
9566
9567         * Makefile.in (taz): Fix quoting.
9568
9569 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
9570
9571         * configure.in (sparclet-*-*): Build everything now.
9572
9573 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9574
9575         * configure.in (m68k-*-linux*): New host.
9576
9577 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
9578
9579         * configure: Check for bison before byacc.
9580
9581 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
9582
9583         * Makefile.in configure:  Change the way LEX and BISON/YACC are
9584         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
9585         searching PATH.  These are used as fallbacks by Makefile.in if
9586         flex/bison/byacc aren't in objdir.
9587
9588 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
9589
9590         * Makefile.in: Make everything which depends upon all-bfd also
9591         depend upon all-opcodes, in case --with-commonbfdlib is used.
9592
9593 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9594
9595         * configure.in (host *-*-cygwin32): Don't build gdb if we are
9596         building NT native compilers on Unix.
9597
9598 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
9599
9600         * configure.in: Don't get CC from the host Makefile fragment if we
9601         can find gcc in PATH, or if this is a Canadian Cross.  Move the
9602         Solaris test for /usr/ucb/cc to the post target script, just after
9603         the compiler sanity test.
9604
9605 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
9606
9607         * config.sub: Merge with FSF.
9608
9609 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
9610
9611         * Makefile.in (RPATH_ENVVAR): New variable.
9612         (REALLY_SET_LIB_PATH): Use it.
9613         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
9614
9615 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
9616
9617         * config.sub, configure.in: Recognize sparclet cpu.
9618
9619 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
9620
9621         * config.guess:  Support m68k-cbm-sysv4.
9622
9623 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9624
9625         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
9626         m68k-unknown-linuxaout from linker help string.  Put quotes around
9627         $ld_help_string.
9628
9629 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
9630
9631         * config.guess (powerpc-harris-powerunix): Add guess for port
9632         to new target.
9633
9634 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
9635
9636         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
9637
9638 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
9639
9640         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
9641         $(REALLY_SET_LIB_PATH) in Makefile.
9642         * Makefile.in (SET_LIB_PATH): New variable.
9643         (REALLY_SET_LIB_PATH): New variable.
9644         ($(DO_X)): Use $(SET_LIB_PATH).
9645         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
9646         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
9647         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
9648         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
9649         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
9650         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
9651         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
9652         (install-dosrel): Likewise.
9653         (all-opcodes): Depend upon all-libiberty.
9654
9655 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
9656
9657         * config.guess (*:CYGWIN*): New
9658
9659 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9660
9661         * Makefile.in (all-target-winsup): All all-target-libiberty.
9662
9663 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9664
9665         * configure.in (noconfigdirs): Add missing # in front of comment.
9666
9667 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
9668
9669         * configure.in: add second pass to things added to noconfigdirs
9670         so *-gm-magic can exclude libgloss properly.
9671
9672 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
9673
9674         * mpw-configure (extralibs_name, rez_name): Set correctly
9675         for MWC68K compiler.
9676
9677         * mpw-README: Add more info on the necessary build tools.
9678
9679 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
9680
9681         * configure.in, config.sub: Recognize cygwin32.
9682
9683 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
9684
9685         * config.guess, config.sub: Recognize A/UX.
9686
9687 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
9688
9689         * config.sub: Merge with gcc/config.sub.
9690
9691 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
9692
9693         * mpw-build.in (do-binutils): Add build of stamps.
9694
9695 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
9696
9697         * config.sub: Add recognition for mips64vr4100*-* targets.
9698
9699 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
9700
9701         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
9702         Add creation of gconfigargs with `--enable-shared' turned on.
9703         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
9704         ($(host)-stamp-stage3-configured): Likewise.
9705         (HOLES): Add chatr and ldd.
9706         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
9707
9708 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
9709
9710         * configure: Pass --nfp to recursive configures.
9711
9712 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
9713
9714         * Makefile.in (DLLTOOL): New.
9715         (DLLTOOL_FOR_TARGET): New.
9716         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
9717         (EXTRA_TARGET_FLAGS): Ditto.
9718         (EXTRA_GCC_FLAGS): Ditto.
9719         (CONFIGURE_TARGET_MODULES): Ditto.
9720         (DO_X): Ditto.
9721         * configure: Add DLLTOOL.
9722
9723 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
9724
9725         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
9726         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
9727         mh-sco, since old workarounds no longer needed, and don't
9728         build ld, since libraries have weak symbols in COFF.
9729
9730 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
9731
9732         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
9733
9734 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
9735
9736         * configure.in: Make sure that ${CC} can be used to compile an
9737         executable.
9738
9739 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
9740
9741         * Makefile.in (all-gdb): Depend on $(GDB_TK).
9742         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
9743         nothing depending on whether gdbtk is being built.
9744
9745 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
9746
9747         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
9748
9749 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
9750
9751         * configure.in (noconfigdirs): Put ld or gas in this early, if the
9752         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
9753
9754 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
9755
9756         * config-ml.in: Add support for
9757         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
9758         Simplify setting of multidirs from --disable-foo.
9759
9760 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9761
9762         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
9763         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
9764         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
9765         non-empty, pass them on to the  GCC make.
9766         (all-bootstrap): New rule that is like all-gcc, except it executes
9767         the GCC bootstrap rule instead of the GCC all rule.
9768
9769 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
9770
9771         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
9772
9773 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9774
9775         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
9776         DG/UX support.
9777
9778 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
9779
9780         * config.sub (i*86*) Change [345] to [3456]
9781
9782 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
9783
9784         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
9785         --with-gnu-ld=no.
9786
9787 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9788
9789         * config-ml.in (rs6000*, powerpc*): Add switches to control which
9790         AIX multilibs get built.
9791
9792 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9793
9794         * configure.in (i386-win32): Don't build expect if we're not
9795         building the tcl subdir.
9796
9797 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
9798
9799         * Makefile.in: (configure-target-examples, all-target-examples):
9800         New targets, configure and build example programs.
9801
9802 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
9803
9804         * mpw-configure: If an mpw-config.in generated a file mk.sed,
9805         use it as input to sedit the generated MPW makefile.
9806         * mpw-README: Add a suggestion about Gestalt.h.
9807
9808 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
9809
9810         * config.sub: Accept *-*-ieee*.
9811
9812 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
9813
9814         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
9815         Ronald F. Guilmette <rfg@monkeys.com>.
9816
9817 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9818
9819         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
9820         for powerpc-pe native.
9821         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
9822         (target==powerpc-pe): duplicate i386-win32 entry.
9823
9824 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
9825
9826         * configure.in (noconfigdirs): Exclude target-newlib for all versions
9827         of vxworks, not just vxworks5.1.
9828
9829 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
9830
9831         * mpw-configure: Add support for exec-prefix.
9832
9833 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
9834
9835         * config.guess: Recognize HP model 816 machines as having
9836         a PA1.1 processor.
9837
9838 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
9839
9840         * configure: Ignore new autoconf configure options.
9841
9842 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
9843
9844         * config.guess:  Recognize Pentium under SCO.
9845         From Robert Lipe <robertl@arnet.com>.
9846
9847 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
9848
9849         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
9850
9851 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
9852
9853         * configure.in: Don't configure gas for alpha-dec-osf*.
9854
9855 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
9856
9857         * configure.in: Default to --with-stabs for some targets for which
9858         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
9859         i[345]86*-*-unixware*.
9860
9861 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
9862
9863         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
9864         rather than basing it on the target.  Simplify handling of options
9865         controlling which directories to configure.  Remove extraneous
9866         slash in multi-clean target.
9867
9868 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
9869
9870         * config-ml.in: Prefix more variables with ml_ so they don't collide
9871         with configure's.
9872
9873 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
9874
9875         * configure: Don't turn -v into --v.
9876
9877 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
9878
9879         * configure.in (targargs): Fix typo.
9880
9881         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
9882
9883 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
9884
9885         * configure.in: Strip --host and --target options from
9886         CONFIG_ARGUMENTS, and always configure for --host only.  Add
9887         --with-cross-host option when building with a cross-compiler.
9888         * configure: Canonicalize the arguments put into config.status by
9889         always using `=' for an option with an argument.  Pass a presumed
9890         --host or --target explicitly.
9891
9892 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
9893
9894         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
9895         into general OS recognition case.
9896
9897 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9898
9899         * configure.in (target_configdirs): add target-winsup only
9900         for win32 target systems.
9901
9902 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
9903
9904         * Makefile.in (all-target-libgloss): Depend upon
9905         configure-target-newlib, since when libgloss is built it looks to
9906         see if the newlib directory exists.
9907
9908 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
9909
9910         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
9911         cfg-ml-*.in.
9912
9913 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
9914
9915         * configure: Handle LD and LD_FOR_TARGET when configuring a
9916         Canadian Cross.
9917
9918 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9919
9920         * configure.in (target_libs): add target-winsup.
9921         (target==i386-win32): add patch diff flex make to $noconfigdirs.
9922         (target==ppcle-pe): remove ld from $noconfigdirs.
9923
9924 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
9925
9926         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
9927         Preserve relative path names in $srcdir.  Build symlink tree if
9928         configuring cross target dir and srcdir=. (= no VPATH support).
9929         (configure-target-libg++): Depend on configure-target-librx.
9930         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
9931         * config-ml.in: New file.
9932         * symlink-tree: New file.
9933         * configure: Ensure srcdir="." if that's what it is.
9934
9935 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
9936
9937         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
9938         includes and FLEX_SKELETON setting.
9939         * mpw-configure (--with-gnu-ld): New option, controls whether
9940         to use PPCLink or ld with PowerMac GCC.
9941         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
9942         * mpw-config.in: Configure grez if targeting Mac.
9943
9944         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
9945         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
9946         just macos.
9947         * configure.in: Configure grez resource compiler if targeting Mac.
9948         * Makefile.in (all-grez, install-grez): New targets.
9949
9950 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
9951
9952         * configure: CXX defaults to gcc, not g++.  If we find
9953         gcc in the path, set CC to gcc -O2.
9954
9955 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
9956
9957         * configure: Default ${build} correctly.  Avoid picking up extra
9958         spaces when reading CC and CXX from Makefile.  When doing a
9959         Canadian Cross, use plausible default values for numerous
9960         variables.
9961         * configure.in: When doing a Canadian Cross, don't try to
9962         configure tools whose configure script can't handle it.
9963
9964 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
9965
9966         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
9967
9968 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9969
9970         * configure:  Remove dubious bug reporting address.
9971
9972 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9973
9974         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
9975         configure script, run that instead of this directory's configure.
9976         In either case, print a message that we're configuring the sub-dir.
9977
9978 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9979
9980         * configure.in: Before checking for the existence of various files,
9981         use sed to filter out "target-".
9982
9983 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
9984
9985         * Makefile.in (DO_X): Split rule to decrease command line length
9986         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
9987         (Philippe De Muyter).
9988
9989 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9990
9991         * Makefile.in (all-patch): depend on all-libiberty.
9992
9993 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
9994
9995         * configure.in: If the only directory in target_configdirs which
9996         actually exists is libiberty, then set target_configdirs to empty,
9997         to avoid trying to build a target libiberty in a gas or gdb
9998         distribution.
9999
10000 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
10001
10002         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
10003         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
10004         systems.
10005
10006 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
10007
10008         * configure.in (copy_dirs): Use sys-include instead of include
10009         for --with-headers option.
10010
10011 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
10012
10013         * Makefile.in, configure.in: Make winsup builds work with
10014         new scheme.
10015
10016 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
10017
10018         * configure.in: Build the linker on AIX.
10019
10020 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10021
10022         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
10023         where needed.
10024
10025 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
10026
10027         * Makefile.in (all-gcc): Fix typo.
10028
10029 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10030
10031         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
10032
10033 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10034
10035         * configure.in:  Rename libFOO to target-libFOO, and xiberty
10036         to target-xiberty, to provide more flexibility.
10037         (target_subdir):  Define.  Create if cross.
10038         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
10039         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
10040         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
10041         check-libFOO -> check-target-libFOO, etc.
10042         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
10043         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
10044         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
10045         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
10046         allow ALL_GCC="" to only configure.
10047         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
10048         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
10049         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
10050
10051 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
10052
10053         * Makefile.in (taz): Build "info" in etc explicitly.
10054
10055 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
10056
10057         * configure.in:  Make sure that CC is undefined (as opposed to
10058         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
10059         problem with autoconf trying to configure on a host without GCC.
10060
10061 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
10062
10063         * mpw-configure: Set host alias from choice of host compiler,
10064         only use generic MPW Makefile sed if present, edit a file
10065         named "hacked_Makefile.in" instead of "Makefile.in" if present.
10066         * mpw-README: Add problem notes about CW6 and CW7.
10067
10068 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
10069
10070         * Makefile.in (taz): Use ";" instead of ";;".
10071
10072 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10073
10074         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
10075         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
10076         DISTDOCDIRS.
10077         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
10078         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
10079
10080 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10081
10082         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
10083         and gnats, because they are now subsumed by DISTSTUFFDIRS.
10084         Move bfd to DISTSTUFFDIRS.
10085
10086 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
10087
10088         * Makefile.in (X11_LIB): Removed.
10089         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
10090
10091         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
10092
10093 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
10094
10095         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
10096         names.
10097
10098 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
10099
10100         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
10101
10102 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
10103
10104         * configure.in (i[345]86-*-win32): Always build newlib.
10105         Don't configure cvs, autoconf or texinfo.
10106         * Makefile.in (LD_FOR_TARGET): New.
10107         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
10108         Pass down LD_FOR_TARGET.
10109
10110 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
10111
10112         * winsup: New directory.
10113         * Makefile.in: Build winsup.
10114         * configure.in: Winsup is configured when target is win32.
10115         Can only build win32 target GDB when native.
10116
10117 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
10118
10119         * config.guess: Recognize HP model 819 machines as having
10120         a PA 1.1 processor.
10121
10122 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
10123
10124         * configure: Fix sed loop which substitutes for CC and CXX to
10125         avoid bug found in various sed implementations.
10126
10127 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
10128
10129         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
10130         simulator.  Use standard powerpc-*-eabi*.
10131
10132 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
10133
10134         * configure.in: Stop putting gas and binutils in noconfigdirs for
10135         powerpc-*-aix* and rs6000-*-*.
10136
10137 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
10138
10139         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
10140         -mcall-aixdesc libraries.
10141
10142 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
10143
10144         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10145
10146         * config.sub (arm | armel | armeb): Fix shell syntax.
10147
10148 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
10149
10150         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
10151         -msoft-float and -mcpu=common support.
10152         (powerpc*-*-eabisim*): Add support for building -mcall-aix
10153         libraries.
10154
10155 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
10156
10157         * configure.in: Allow configuration and build of emacs19 for the alpha.
10158
10159 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
10160
10161         * configure.in (CC): Get ^CC, not just any old CC, from
10162         ${host_makefile_frag}.
10163
10164 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
10165
10166         * configure.in (CC): Try to get CC from
10167         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
10168
10169 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
10170
10171         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
10172         only if it exists in $(srcdir).
10173
10174 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
10175
10176         * configure: If CC and CXX are not set in the environment, set
10177         them, based on either an existing Makefile or on searching for gcc
10178         in PATH.  Substitute for CC and CXX in Makefile.
10179         * configure.in: Remove libm from target_libs.  Separate
10180         target_configdirs from configdirs.  If CC is not set in
10181         environment, try to get it from a host Makefile fragment.  Rewrite
10182         changes of configdirs to use skipdirs instead.  A few minor
10183         tweaks.  Take directories out of target_configdirs as they are
10184         taken out of configdirs.  Remove existing Makefile files from
10185         subdirectories.  Substitute for TARGET_CONFIGDIRS and
10186         CONFIG_ARGUMENTS in Makefile.
10187         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
10188         by configure.in.
10189         (CONFIG_ARGUMENTS): Likewise.
10190         (CONFIGURE_TARGET_MODULES): New variable.
10191         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
10192         ($(CONFIGURE_TARGET_MODULES)): New target.
10193         (configure-libg++, configure-libio): New targets.
10194         (all-libg++): Depend upon configure-libg++.
10195         (all-libio): Depend upon configure-libio.
10196         (configure-libgloss, all-libgloss): New targets.
10197         (configure-libstdc++): New target.
10198         (all-libstdc++): Depend upon configure-libstdc++.
10199         (configure-librx, all-librx): New targets.
10200         (configure-newlib): New target.
10201         (all-newlib): Depend upon configure-newlib
10202         (configure-xiberty): New target.
10203         (all-xiberty): Depend upon configure-xiberty.
10204
10205 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
10206
10207         * configure.in (host i[345]86-*-win32):  Expand the
10208         noconfigdirs again.
10209
10210 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
10211
10212         * mpw-configure: Fix sed command file name.
10213
10214 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
10215
10216         * configure.in (host i[345]86-*-win32): Reduce the
10217         noconfigdirs again.
10218
10219 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
10220
10221         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
10222         or powerpc*-*-pe*, since they are not yet supported.
10223
10224 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
10225
10226         Add PowerMac support and many other enhancements.
10227         * mpw-configure: New option --cc to select compiler to use,
10228         paste options set according to --cc into the generated
10229         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
10230         if mpw-make.sed is present.
10231         * mpw-config.in: Don't test for gC1, test for mpw-touch,
10232         add forward includes for PowerPC include files.
10233         * mpw-build.in: Build using Makefile.PPC if present.
10234         (do-byacc, etc): Remove separate version resource builds.
10235         (do-gas): Build "stamps" before "all".
10236         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
10237         * mpw-README: Update to reflect --cc option, PowerMac support,
10238         and recently-reported compatibility problems.
10239
10240 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
10241
10242         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
10243         embedded m68k systems (-aout, -coff, -elf, -vxworks).
10244         (--with-multilib-top): Pass to recursive invocations.
10245
10246 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
10247
10248         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
10249         v810-*-*.
10250
10251 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
10252
10253         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
10254         gdb, ld and opcodes on v810-*-*.
10255
10256 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
10257
10258         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
10259         (local-maintainer-clean): New target.
10260         (maintainer-clean): New target.
10261         (realclean): Just depend upon maintainer-clean.
10262
10263 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
10264
10265         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
10266
10267 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
10268
10269         * configure.in: Build ld in mips*-*-bsd* case.
10270
10271 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
10272
10273         * config.sub: Accept -lites* OS.  From Ian Dall.
10274
10275 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
10276
10277         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
10278         targets.
10279
10280 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
10281
10282         * configure.in: treat i386-win32 canadian cross the same as
10283         i386-go32 canadian cross.
10284
10285 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
10286
10287         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
10288         running under the simulator to build a reduced set of libraries.
10289         (powerpc-*-eabiaix): Add fine grained multilib support added to
10290         other powerpc targets yesterday.
10291
10292 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
10293
10294         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
10295         -disable-softfloat, -disable-relocatable, -disable-aix, and
10296         -disable-sysv to control which multilib libraries get built.
10297
10298 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
10299
10300         * configure: Add Makefile.tem to list of files to remove in trap
10301         handler.
10302
10303 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10304
10305         * config.guess (*Linux*):  Add missing "exit"s.
10306         Also, need specific check for alpha-unknown-linux (uses COFF).
10307
10308 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10309
10310         * config.guess:  Merge with FSF:
10311
10312         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
10313         * config.guess (AIX4): More robust release numbering discovery.
10314
10315         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
10316         * config.guess (i386-sequent-ptx): Properly get version number.
10317
10318         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
10319         * config.guess (mips:*:4*:UMIPS): New case.
10320
10321 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
10322
10323         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
10324         (i386-win32 host): Likewise.  Don't build readline.
10325
10326 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
10327
10328         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
10329         SUPPORT_FILES to submakes.
10330
10331 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
10332
10333         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
10334         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
10335         mpw-configure.
10336
10337 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
10338
10339         * configure.in (appdirs): Use =, not ==, in test expression when
10340         trying to build the text to print in the warning message for
10341         Solaris users.
10342
10343 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
10344
10345         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
10346
10347 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
10348
10349         * config.guess: Recognize lynx-2.3.
10350
10351 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
10352
10353         * config.sub (z8ksim): Deleted
10354         (z8k-*-coff): New, this is the one true name of the target.
10355
10356 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
10357
10358         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
10359
10360 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
10361
10362         * config.guess (*:Linux:*:*): First try asking the linker what the
10363         default object file format is (elf, aout, or coff).  Then if this
10364         fails, try previous methods.
10365
10366 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
10367
10368         * configure.in: Don't build newlib for *-*-vxworks5.1.
10369
10370 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
10371
10372         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
10373         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
10374
10375 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
10376
10377         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
10378
10379 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
10380
10381         * cfg-ml-com.in: New file.
10382         * cfg-ml-pos.in: New file.
10383
10384 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
10385
10386         * COPYING.NEWLIB: Add HP free copyright to list.
10387
10388 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
10389
10390         * config.sub: Recognize -eabi* for the system, not just -eabi.
10391
10392 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
10393
10394         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
10395         * config.sub, configure.in (win32): New target and host.
10396
10397 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
10398
10399         * configure.in: Add i386-pe configuration.
10400
10401 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
10402
10403         * mpw-build.in (install): Install GDB after LD.
10404
10405 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
10406
10407         * mpw-config.in (elf/mips.h): Always forward-include, needed
10408         for GDB to build.
10409
10410 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
10411
10412         * testsuite: New directory for customer acceptance and whole tool
10413         chain tests.
10414
10415 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
10416
10417         * configure: If per-host line isn't found, but AC_OUTPUT is found
10418         and a configure script exists, run it instead.
10419
10420 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10421
10422         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
10423
10424 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
10425
10426         * configure: Set build_{cpu,vendor,os,alias} to host values when
10427         --build isn't specified.
10428
10429 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
10430
10431         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
10432         (FLAGS_TO_PASS): Pass them.
10433         (EXTRA_TARGET_FLAGS): Ditto.
10434
10435 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
10436
10437         * Makefile.in (all-libg++): Depend on all-libstdc++.
10438
10439 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
10440
10441         * configure.in (noconfigdirs): Enable all packages for
10442           i386-unknown-netbsd.
10443
10444 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
10445
10446         * configure.in (noconfigdirs): Don't configure tk for i386-go32
10447         hosted builds (DOS builds)
10448
10449 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
10450
10451         Changes for ARM based on patches from Richard Earnshaw:
10452         * config.sub: Handle armeb and armel.
10453         * configure.in: Omit arm linker only for riscix.
10454
10455 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10456
10457         * config.guess:  Update from FSF.
10458
10459 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
10460
10461         * config.sub: Recognize powerpcle as the little endian variant of
10462         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
10463         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
10464         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
10465         temporarily.
10466
10467 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
10468
10469         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
10470
10471 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
10472
10473         * config.sub: Accept -lites* as a basic system type.
10474
10475 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
10476
10477         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
10478         installed, and if so return linuxoldld as the system name.
10479
10480 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
10481
10482         * config.guess: Add hppa1.1-hp-lites support.
10483
10484 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
10485
10486         * configure.in: Don't build newlib for m68k-vxworks5.1.
10487
10488 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
10489
10490         * configure.in (mips-sgi-irix6): Use mh-irix5.
10491
10492 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
10493
10494         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
10495
10496 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
10497
10498         * test-build.mk: Enable building of shared libraries on IRIX 5 and
10499         OSF/1.  Fix compiler flags.
10500         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
10501
10502 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
10503
10504         * configure.in: Recognize --with-newlib.
10505         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
10506
10507 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
10508
10509         * Makefile.in: move {all,check,install}-gdb from *_MODULES
10510         to *_X11_MODULES due to gdbtk needing X include files et al.
10511
10512 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
10513
10514         Merge in support for Mac MPW as a host.
10515         (Old change descriptions retained for informational value.)
10516
10517         * mpw-config.in: Add generic include forwards for cpu-specific
10518         include files in aout and elf directories.
10519
10520         * mpw-configure: Added copyright.
10521         * mpw-config.in: Check for presence of required build tools.
10522         (target_libs): Add newlib.
10523         (target_tools): Add examples.
10524         (Read Me): Generate as "Read Me for MPW" instead.
10525         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
10526         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
10527         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
10528
10529         * mpw-configure: Remove subdir-specific makefile hackery,
10530         delete mk.tmp after using it.
10531
10532         * mpw-build.in (all): Display start and end times.
10533
10534         * mpw-configure (host_canonical): Set.
10535         (target_cpu): Always add to makefiles.
10536         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
10537         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
10538         (mpw-mh-mpw): Look for in srcdir and srcroot.
10539         Use sed instead of mpw-edit-prefix to edit prefix definitions.
10540
10541         * mpw-build.in: (install-only): New target.
10542
10543         * mpw-configure (host_alias, target_alias): Rename from hostalias
10544         and targetalias, add into generated Makefile.
10545         (mk.tmp): If present, add into generated Makefile.
10546         * mpw-build.in (all-gas): Build config.h first before gas proper.
10547
10548         * mpw-configure (config.status): Write only if changed.
10549         * mpw-config.in (readline): Configure it (not built, just used for
10550         definitions).
10551
10552         * mpw-config.in (elf/mips.h): Add a forward include.
10553
10554         * mpw-config.in: Forward-include most .h files in include into
10555         extra-include.
10556         (readline): Don't build.
10557         mpw-build.in (install): Install GDB.
10558
10559         * mpw-configure (prefix, mpw_prefix): Handle it.
10560         * mpw-config.in (mmalloc, readline): Don't configure.
10561         * mpw-build.in (thisscript): Rename to ThisScript.
10562         Use mpw-build instead of BuildProgram everywhere.
10563         (mmalloc, readline): Don't build.
10564         * mpw-README: New file, basic documentation about the MPW port.
10565
10566         * mpw-config.in: Use forward-include to create include files.
10567
10568         * mpw-configure: Add more things to the top of each configured
10569         Makefile, including contents of config/mpw-mh-mpw.
10570         * mpw-config.in (extra-include): Create this directory and fill it
10571         with Posix-like include files when configuring.
10572
10573         * config.sub (apple, mac, mpw): Add various aliases.
10574
10575         * mpw-build.in: New file, top-level build script fragment for MPW.
10576         * mpw-configure: New file, configure script for MPW.
10577         * mpw-config.in: New file, config fragment for MPW.
10578
10579 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
10580
10581         * configure.in (host_libs): Remove glob, since it is gone from the
10582         sources.
10583
10584 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
10585
10586         * Makefile.in: define empty GDB_NLM_DEPS var.
10587
10588         * configure.in(target_makefile_frag): use config/mt-netware
10589         for netware targets.
10590
10591 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
10592
10593         * config.sub: Merge in recent FSF changes.  Remove linux special
10594         cases.
10595
10596 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
10597
10598         Revert this change:
10599
10600         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
10601
10602                 * build-all.mk: Use CC=cc -Xs on Solaris.
10603
10604 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
10605
10606         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
10607         stop using it.
10608         * Makefile.in: Nuke all references to glob subdirectory.
10609
10610 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
10611
10612         * configure.in: Fix --enable-shared logic in per-host.
10613
10614 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
10615
10616         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
10617
10618 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
10619
10620         * configure.in (noconfigdirs): Don't build gas on AIX, for
10621         powerpc*-*-aix* as well as for rs6000*-*-aix*.
10622
10623 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
10624
10625         * configure: Fix --cache-file to work if the file argument is a
10626         relative path.
10627
10628 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
10629
10630         * configure: If the --cache-file is used, pass it down to
10631         configure in subdirectories.
10632
10633 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
10634
10635         * config.sub: add vxworks29k configuration.
10636
10637 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
10638
10639         * Makefile.in (taz): Do "diststuff" part quietly.
10640
10641 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
10642
10643         * config.sub: Mini-merge with gcc/config.sub.
10644
10645 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
10646
10647         * config.guess (IRIX): Sed - to _.
10648
10649 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
10650
10651         * Makefile.in (source-vault, binary-vault): New targets.
10652
10653 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
10654
10655         * config.sub: Recognize -eabi as a basic system type.
10656
10657 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
10658
10659         * configure.in (enable_shared stuff): Fix typo.
10660
10661 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
10662
10663         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
10664
10665 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
10666
10667         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
10668
10669 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
10670
10671         * configure.in (rs6000-*-*): Don't build gas.
10672
10673 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
10674
10675         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
10676         reduce command line length.
10677         (AS_FOR_TARGET): Check for as.new, not Makefile.
10678         (NM_FOR_TARGET): Check for nm.new, not Makefile.
10679
10680 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10681
10682         * config.guess:  Merge from FSF.
10683
10684 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
10685
10686         * configure: Don't use $ when handling program_suffix.
10687
10688 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
10689
10690         * configure.in:  Configure tk for hppa/hpux.
10691
10692 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
10693
10694         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
10695
10696 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
10697
10698         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
10699         to LIBCXXFLAGS.  Tests are better run without it.
10700
10701 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
10702
10703         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
10704
10705 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
10706
10707         * configure.in (*-*-netware*): Don't configure xiberty.
10708
10709 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
10710
10711         * configure.in:  Remove tk from native_only list.
10712
10713 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
10714
10715         * build-all.mk: Add mips-ncd-elf target to sun4 targets
10716           for special NCD build.
10717
10718 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
10719
10720         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
10721         makeall.bat, they're only useful for binutils snapshots.
10722         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
10723         makeall.bat to specified SUPPORT_FILES.
10724
10725 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
10726
10727         * build-all.mk: Add Ericsson targets to sun4 and solaris
10728           hosts.  Add  BNR's sun4 target to solaris host, so their
10729           build-from-source will be tested in-house first.
10730
10731 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
10732
10733         * Makefile.in (LIBCFLAGS): New variable.
10734         (CFLAGS_FOR_TARGET): Ditto.
10735         (LIBCFLAGS_FOR_TARGET): Ditto.
10736         (LIBCXXFLAGS): Ditto.
10737         (CXXFLAGS_FOR_TARGET): Ditto.
10738         (LIBCXXFLAGS_FOR_TARGET): Ditto.
10739         (BASE_FLAGS_TO_PASS): Pass them.
10740         (EXTRA_TARGET_FLAGS): Ditto.
10741
10742         * configure.in: Support --enable-shared.
10743
10744 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
10745
10746         * configure.in (target_libs):  Include libstdc++ again.
10747         * config.guess:  Update from FSF (for FreeBSD).
10748
10749 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
10750
10751         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
10752         makeall.bat.
10753         (DISTDOCDIRS): Add `etc'.
10754         (ETC_SUPPORT_PFX): New variable.
10755         (taz): Include anything from etc starting with a word in
10756         ETC_SUPPORT_PFX.
10757
10758 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
10759
10760         * config.sub: Update for recent FSF changes.  Remove obsolete
10761         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
10762         spacing changes.
10763
10764 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
10765
10766         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
10767
10768         * config.guess:  Merge with FSF.
10769         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
10770
10771 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
10772
10773         * configure: Since the "trap 0" handler will override the exit
10774         status on many systems, only use it for "exit 1", and make it set
10775         a non-zero exit status; reset it before "exit 0".  Also, check
10776         exit status of config.sub, and error out if it failed.
10777
10778 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
10779
10780         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
10781         and install libgloss.
10782
10783 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
10784
10785         * Makefile.in (all-binutils): Depend upon all-byacc.
10786
10787         * configure.in: Don't build emacs on Irix 5.
10788
10789 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
10790
10791         * configure.in (*-*-netware*): Add libio.
10792
10793 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
10794
10795         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
10796         (CHECK_TARGET_MODULES): Ditto.
10797         (INSTALL_TARGET_MODULES): Ditto.
10798         (TARGET_LIBS): Ditto.
10799         (all-libstdc++): Note dependencies.
10800
10801 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
10802
10803         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
10804
10805 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
10806
10807         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
10808         -fexternal-templates.
10809
10810         * configure.in (target_libs): Add libstdc++.
10811         (noconfigdirs): Add libstdc++ as appropriate.
10812
10813 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10814
10815         * config.guess:  Update from FSF.
10816
10817 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
10818
10819         * configure: Use ${config_shell} when running ${configsub}.
10820
10821 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
10822
10823         * config.sub: No longer recognize h8300h.
10824
10825 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
10826
10827         * config.sub: Remove extraneous differences between config.sub and
10828         gcc/config.sub.
10829
10830 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
10831
10832         * Makefile.in (DISTSTUFFDIRS): Add gas.
10833
10834 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
10835
10836         * COPYING.NEWLIB: New file.
10837
10838 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10839
10840         * config.guess (HP-UX):  Patch from Harlan Stenn
10841         <harlan@landmark.com> to also emit release level.
10842
10843 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
10844
10845         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
10846
10847 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10848
10849         * config.sub:  Merge nextstep cleanup from FSF.
10850
10851 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
10852
10853         * configure.in (arm-*-*): Don't configure ld for this target.
10854
10855 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
10856
10857         * configure.in (*-*-netware): don't configure libg++, libio,
10858           librx, or newlib.
10859
10860 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
10861
10862         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
10863         configure ld--it works, but it doesn't support shared libraries.
10864
10865 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10866
10867         * config.guess (*-unknown-freebsd*):  Get rid of possible
10868         trailing "(Release)" in version string.
10869         Patch from Paul Richards <paul@isl.cf.ac.uk>.
10870
10871 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10872
10873         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
10874         Fix type: *-next-neststep -> *-next-nextstep.
10875
10876         * config.guess:  Merge from FSF:
10877
10878         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
10879
10880         * config.guess: Recognize powerpc-ibm-aix3.2.5.
10881
10882         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
10883
10884         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
10885         instead of UNIX_SV for UnixWare 1.0).
10886
10887 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
10888
10889         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
10890         to make gdb/nlm/* build after the compiler and linker.
10891
10892 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10893
10894         * config.guess (netbsd, freebsd, linux):  Accept any machine,
10895         not just i[34]86.
10896         (m68k-atari-sysv4):  Relocate to match FSF version.
10897
10898         * config.guess:  More merges from the FSF:
10899
10900         Add a space before function call or macro invocation.
10901
10902         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10903
10904         * config.guess: Add trap cmd to remove dummy.c and dummy when
10905         interrupted.
10906
10907         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10908
10909         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
10910         (dummy): Redirect stderr from compilation of dummy.c.
10911
10912         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
10913
10914         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
10915
10916 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
10917
10918         * configure: Accept and ignore --cache*, for compatibility with
10919         new autoconf.
10920
10921 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10922
10923         * config.guess:  Merge from FSF:
10924
10925         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
10926
10927         * config.guess (Pyramid*:OSx*:*:*): New case.
10928         (PATH): Add /.attbin at end for finding uname.
10929         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
10930
10931         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
10932
10933         * config.guess (M88*:DolphinOS:*:*): New case.
10934
10935         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
10936
10937         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
10938         to select whether to use ELF or COFF.
10939
10940         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
10941
10942         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
10943
10944         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10945
10946         * config.guess: Guess the OS version for HPUX.
10947
10948         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
10949
10950         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
10951
10952 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
10953
10954         * configure.in: Recognize --with-headers, --with-libs, and
10955         --without-newlib.
10956         * Makefile.in (all-xiberty): Depend upon all-ld.
10957
10958 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
10959
10960         * configure.in: Change i[34]86 to i[345]86.
10961
10962 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
10963
10964         * configure (version): A few more tweaks to help message.
10965
10966 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10967
10968         * Makefile.in:  Remove (for now) librx as a host library,
10969         now that we're building it for target.
10970
10971 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
10972
10973         * configure: Fix up help message; from karl@owl.hq.ileaf.com
10974         (Karl Berry).
10975
10976 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10977
10978         * configure.in:  Also configure librx.
10979
10980 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10981
10982         * Makefile.in:  Update various rules to reflect that librx
10983         is now needed for libg++.
10984
10985 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
10986
10987         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
10988
10989 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
10990
10991         * configure.in: Configure the examples directory.
10992
10993 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
10994
10995         * configure: Simplify Jun 2 1994 change.
10996
10997 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
10998
10999         * change CC to /usr/latest/bin/gcc for lynx host builds, since
11000         /bin/gcc isn't good enough to build gcc.
11001
11002 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
11003
11004         * Makefile.in (GDB_SUPPORT_FILES): Remove
11005         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
11006         (gdb.tar.gz): Add new rule to use standard distribution building
11007         mechanism.
11008
11009 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11010
11011         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
11012         Bill Cox <bill@cygnus.com>.
11013
11014 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11015
11016         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
11017
11018 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
11019
11020         * configure:  Search current dir first in .gdbinit.
11021
11022 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11023
11024         * config.sub:  Recognize freebsd (merged from gcc config.sub).
11025
11026 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11027
11028         * config.sub:  Refer to NeXT's operating system as nextstep.
11029
11030         * config.sub (case $basic_machine):  Re-order the cases, to match
11031         the order in the FSF version (which is mostly alphabethical).
11032         Merge in some additions and changes from the FSF.
11033
11034 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
11035
11036         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
11037         * config.sub: Recognize cxux7.
11038         * configure.in: Use mh-cxux for m88k-harris-cxux*.
11039
11040 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11041
11042         * config.sub:  Fix typo powerpc -> powerpc-*.
11043
11044 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
11045
11046         * Makefile.in: `all-emacs19' depends on `all-byacc'.
11047
11048         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
11049         parallel with all-emacs and install-emacs).  Top-level command
11050         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
11051
11052 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
11053
11054         * test-build.mk ($(host)-stamp-stage2-installed): Remove
11055         $(relbindir)/make before doing ``make install'', and use
11056         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
11057         installing over running make binary.
11058         ($(host)-stamp-stage3-installed): Likewise.
11059
11060 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11061
11062         * config.guess: Recognize Mach.
11063
11064 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
11065
11066         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
11067         see whether --exec-prefix was used.
11068
11069 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11070
11071         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
11072
11073 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11074
11075         * Makefile.in: Add all-librx target similar to all-libproc.
11076
11077 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
11078
11079         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
11080         with post 1.2 uname bogosity.
11081
11082 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11083
11084         * configure: Remove temporary files on receipt of a signal.
11085
11086 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
11087
11088         * configure: If there is a package_makefile_frag, remove
11089         ${subdir}/Makefile.tem after copying it in.
11090
11091 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
11092
11093         * build_all.mk: support rs6000 lynx identifies itself as
11094         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
11095         since /bin/gcc is too feeble to compile a modern gcc.
11096
11097 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
11098
11099         * brought devo/test-build.mk update-to-date with progressive/
11100           test-build.mk. Add lynx targets and hppa flag info.
11101
11102 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11103
11104         * configure.in:  Use mh-ncrsvr43.  Patch from
11105         Tom McConnell <tmcconne@sedona.intel.com>.
11106
11107 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11108
11109         * config.guess (i386-unknown-bsdi):  No longer need to
11110         check #if defined(__bsdi__) && defined(__i386__).
11111
11112 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11113
11114         * configure: Set program_transform_nameoption correctly.
11115
11116 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
11117
11118         * brought build-all.mk update-to-date with progressive build-all.mk,
11119           added new targets and hppa info.
11120
11121 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11122
11123         * configure: If config.guess result is a prefix of the user
11124         specified target, assume a native build and use the user specified
11125         target as the host alias.  Remove SunOS patch suffix removal hack.
11126         * configure.in: Remove SunOS patch suffix removal hack.
11127
11128         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
11129         in NATIVE_CHECK_MODULES.
11130
11131 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
11132
11133         * Makefile.in: Rename HOST_ONLY to NATIVE.
11134         * configure: Delete SunOs patch suffix from host_canonical
11135           and build_canonical variables that are prepended to Makefiles.
11136         * configure.in: Add comments for easier maintenance.
11137
11138 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11139
11140         * Makefile.in: Add all-libproc target similar to all-gui.
11141
11142 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
11143
11144         * Makefile.in (CHECK_MODULES): split into
11145         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
11146
11147 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
11148
11149         * config.guess (i386-unknown-bsdi): New system to guess.
11150
11151 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11152
11153         * Makefile.in: Add all-gui target (but not yet build by "all").
11154
11155 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
11156
11157         * config.sub: Move deletion of patch suffix from here...
11158         * configure.in: To here, at Ian's suggestion.  The top-
11159           level scripts might need to know of a patch level.
11160
11161 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
11162
11163         * config.sub: Strip off patch suffix so rtl is recognized
11164           as a sunos4.1.3 machine, even though it's been patched.
11165
11166 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
11167
11168         * Makefile.in (INSTALL_LAST): Delete.
11169         (INSTALL_DOSREL): New.
11170
11171 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11172
11173         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
11174         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
11175         whether we pass down --with-gnu-ld anyhow.
11176
11177 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
11178
11179         * Makefile.in (INSTALL_LAST): Change operation so it works
11180         on more flavors of make.
11181         * configure.in (go32): Don't build libg++ or libio.
11182
11183 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
11184
11185         * Makefile.in (Move HOST_PREFIX_1 and friends up so
11186         they can be overriden by templates.
11187
11188 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
11189
11190         * configure.in (target==go32): Don't build gdb.
11191         * dosrel: New directory.
11192
11193 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
11194
11195         * configure.in (host==go32): Configure dosrel too.
11196         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
11197         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
11198         be set by incoming names or templates.
11199         (INSTALL_LAST): New rule.
11200
11201 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
11202
11203         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
11204
11205 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
11206
11207         * configure.in (appdirs): New variable.  Currently empty, but will
11208         be used in gas distribution.  If nonempty, lists a set of
11209         directories at least one of which must get configured, or top
11210         level configuration is considered to have failed.
11211         (rs6000-*-lynxos*): Use new file name.
11212
11213 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11214
11215         Eliminate XTRAFLAGS.
11216         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
11217         newlib include files using -idirafter, and also use -nostdinc.
11218         (CXX_FOR_TARGET): Likewise.
11219         (XTRAFLAGS): Removed.
11220         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
11221         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
11222         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
11223         ($(DO_X)): Don't pass down XTRAFLAGS.
11224
11225 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
11226
11227         * configure.in (mips*-dec-bsd*): New target; do build linker.
11228         (mips*-*-bsd*): New target; don't build linker.
11229
11230 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
11231
11232         * configure.in: support rs6000-*-lynxos* configuration.
11233         support sunos4 as a cross target.
11234
11235         * config.sub: look for lynx*, not lynx since the OS version may
11236         legitimately be part of the name.
11237
11238 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
11239
11240         * configure.in (i[34]86-*-sco*): Move to be with other i386
11241         targets.
11242         (romp-*-*): New target.  Skip various binary utilities.
11243         (vax-*-*): New target.  Don't build newlib.
11244         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
11245
11246 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
11247
11248         * configure.in: Only set host_makefile_frag if config
11249         directory exists.
11250
11251 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
11252
11253         * install.sh: If $dstdir exists, don't check whether each
11254         component does.
11255
11256 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11257
11258         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
11259
11260 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
11261
11262         * configure.in (*-*-lynxos*): Don't configure newlib for either
11263         native or cross Lynx.
11264
11265 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
11266
11267         * config.sub (sparc64-elf): Fix os.
11268         (z8k): Remove duplicate.
11269
11270 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11271
11272         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
11273         gcc/stmp-fixproto, to try to prevent fixproto from being run.
11274
11275 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
11276
11277         * configure: Make file links cleanly even if Lynx fails on
11278           an NFS symlink (at least fail cleanly).
11279
11280 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
11281
11282         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
11283         -XNh2000.
11284
11285 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
11286
11287         * configure: Unknown options are fatal again.
11288
11289 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
11290
11291         * configure: Ignore --x-includes and --x-libraries, for Autoconf
11292         compatibility.
11293
11294 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
11295
11296         * build-all.mk: Add `clean' target.
11297
11298 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11299
11300         * config.guess:  Add SINIX support.
11301         * configure.in:  Add mips-*-sysv4* support.
11302
11303 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
11304
11305         * build-all.mk: Document all useful targets.
11306         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
11307         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
11308
11309 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
11310
11311         * configure: Support --silent, --quiet.
11312
11313 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
11314
11315         * configure: Support --disable-FEATURE.
11316
11317 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11318
11319         * config.guess: Recognize NCR running SVR4.3.
11320
11321 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11322
11323         * config.guess:  Make BSDI generate i386-unknown-bsd386.
11324         Patch from Paul Eggert <eggert@twinsun.com>.
11325
11326 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11327
11328         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
11329
11330 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
11331
11332         * configure: Make unrecognized options give nonfatal warnings
11333         instead of fatal errors, and pass them to any subdirectory
11334         configures in case they recognize them.
11335         Make --x equivalent to --with-x.
11336
11337 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
11338
11339         * configure: Add --enable-* options.  Clean up usage message and
11340         some comments.
11341
11342 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
11343
11344         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
11345
11346 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
11347
11348         * configure.in (hppa*-*-*): Enable binutils.
11349
11350 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11351
11352         * config.sub: Recognize cisco.
11353
11354 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
11355
11356         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
11357
11358 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11359
11360         * config.guess: about target *-hitachi-hiuxwe2, don't print more
11361         than one configuration name.  Add comment.
11362
11363 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
11364
11365         * config.guess: about target *-hitachi-hiuxwe2, fixed
11366         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
11367         macro is incorrect.]
11368
11369 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11370
11371         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
11372         than the "make ls" stuff which used to be here.
11373
11374 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11375
11376         * config.guess:  Recognize i[34]86-unknown-freebsd.
11377         From Shawn M Carey <smcarey@rodan.syr.edu>.
11378
11379 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11380
11381         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
11382
11383 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
11384
11385         * config.guess: Check for ptx.
11386
11387 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
11388
11389         * config.sub: Add os9k checking.
11390
11391 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
11392
11393         * config.guess: Handle OSF1 running on HPPA processors
11394
11395 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
11396
11397         * configure: If subdir configure fails, print out a message with
11398         subdirectory name, in case subdir's configure code didn't identify
11399         itself.
11400
11401 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
11402
11403         * configure.in: Remove embedded newlines from configdirs.
11404         Avoid mismatches of substrings.  Fix matching strings at end
11405         of configdirs.
11406
11407 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
11408
11409         * config.guess:  Add Lynx/rs6000 config support.
11410
11411 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
11412
11413         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
11414
11415 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
11416
11417         * configure.in (hppa*-*-osf*): Treat this just like most other
11418         PA configurations (eg no binutils or ld).
11419         (hppa*-*-*elf*): These configurations have binutils and ld.
11420
11421 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
11422
11423         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
11424
11425 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11426
11427         * configure.in (rs6000-*-*): Build gas.
11428
11429 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
11430
11431         * Makefile.in:  Avoid bug in losing hpux sed.
11432
11433 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11434
11435         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
11436         for GDB and GDB has been fixed to not need it.
11437
11438 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
11439
11440         * config.guess: Recognize vax hosts.
11441
11442 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
11443
11444         * configure (while loop): Don't use "break 2" inside case
11445         statement -- the case statement isn't an enclosing loop.
11446
11447 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11448
11449         * config.guess:  Clean up NeXT support, to allow nextstep
11450         on Intel machines.  Make OS be nextstep.
11451
11452 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
11453
11454         * config.guess: Add alternate forms for Convex.
11455
11456 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
11457
11458         * configure:  Completely rewrite option processing.  Take
11459         advantage of pattern-matching to avoid invoking test frequently.
11460         Also clean up host and target defaulting logic.
11461
11462 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
11463
11464         * Makefile.in: Replace all occurrances of "rootme" with "r" and
11465         "$${rootme}" with "$$r", to increase the likelihood that the do-*
11466         commands (plus user environment) will fit SCO limits.
11467
11468 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11469
11470         * configure.in: Don't issue warnings about directories which are
11471         not being configured if -norecursion is set.  Correct test for
11472         --with-gnu-as and --with-gnu-ld to not get confused by substring
11473         matches.
11474
11475         * configure.in: Don't build gas for alpha-dec-osf1*.
11476
11477 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
11478
11479         * configure:  Back out Per's change of 12/19/1993.  It changes the
11480         behavior of configure in unexpected and confusing ways.
11481
11482         Also, use different delim char when calculating
11483         program_transform_name so that the name can contain slashes.
11484
11485 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
11486
11487         * configure.in, config.sub: Add support for VSTa micro-kernel.
11488
11489 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
11490
11491         * configure.in: Nuke hacks which were used to get a special
11492         version of GAS for HPPA configurations.
11493
11494 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
11495
11496         * configure:  If only ${target_alias} is given, use that
11497         as the default for ${host_alias}.
11498         * configure:  Add missing back-slashes before nested quotes.
11499
11500 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
11501
11502         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
11503
11504 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
11505
11506         * config.guess:  Recognize some Tektronix configurations.
11507         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
11508
11509 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
11510
11511         * config.sub: Match any flavor of SH.
11512
11513 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
11514
11515         * configure.in: Don't try to configure newlib for Alpha.
11516
11517 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11518
11519         * configure.in: Don't build ld for Irix 5.  Don't build gas,
11520         libg++ or libio for any Alpha target.
11521
11522         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
11523
11524 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
11525
11526         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
11527         default arguments -- so it tried to compress itself.
11528
11529 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
11530
11531         * configure.in (notsupp): ensure that a space is always at the end
11532           of the configdirs list, since the grep checks for an explicit space
11533
11534 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11535
11536         * configure.in (target i386-sysv4.2): don't build ld, since static
11537           versions of many libraries are not available.
11538
11539 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11540
11541         * config.guess: Recognize Apollos (using environment variables).
11542         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
11543
11544 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11545
11546         * config.guess: Recognize Sony news mips running newsos.
11547
11548 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
11549
11550         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
11551         "fi ; else" for bash.
11552
11553 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
11554
11555         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
11556
11557 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
11558
11559         * config.sub: accept unixware as an alias for svr4.2.
11560         Fix some inconsistancies with the gcc version.
11561
11562 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11563
11564         * Makefile.in (DISTDOCDIRS):  Add gdb.
11565
11566 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
11567
11568         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
11569
11570 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
11571
11572         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
11573         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
11574         this now.
11575
11576 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11577
11578         * config.sub: Accept hiux* as an OS name.
11579
11580         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
11581         etc/make-stds.texi.  The underscore came from gcc, and dje now
11582         agrees that RUNTESTFLAGS is the correct name.
11583
11584 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
11585
11586         * install.sh:  Remove 'set -e'.  It makes any conditionals
11587         in the script useless.
11588
11589         * config.guess: Automatically recognize arm-acorn-riscix
11590         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
11591
11592 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
11593
11594         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
11595
11596 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
11597
11598         * Makefile.in (DISTDOCDIRS): New variable.
11599         (taz): Edit local Makefile.in sooner, instead of proto-toplev
11600         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
11601
11602 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11603
11604         * configure.in (hppa target): check the source directory for the
11605           pagas sub-directory
11606
11607 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
11608
11609         * config.sub: Allow -aout* and -elf*.
11610
11611 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
11612
11613         * configure.in: Don't build ld on i386-solaris2, same as for
11614         sparc-solaris2.
11615
11616 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
11617
11618         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
11619
11620 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11621
11622         * configure.in:  Configure gdb for alpha.
11623
11624 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11625
11626         * Makefile.in (CXXFLAGS): Add -O.
11627
11628 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11629
11630         * config.guess: added support for DG Aviion
11631
11632 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
11633
11634         * configure.in: Produce warning message for subdirectories not
11635         configurable for this host/target combination.  Don't try to
11636         configure gdb for vms.
11637
11638 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
11639
11640         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
11641         appropriate files before making "diststuff".
11642         (DISTBISONFILES): New var: list of files to be edited.
11643         (DISTSTUFFDIRS): Add binutils.
11644
11645 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11646
11647         * config.sub: also handle mipsel and mips64el (for little endian mips)
11648
11649 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11650
11651         * configure.in: Add * to end of all OS names.
11652
11653 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
11654
11655         * configure.in: Build newlib for LynxOS native.
11656
11657 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11658
11659         * config.guess: Add support for delta 88k running SVR3.
11660
11661         * configure.in: Add comment about HP compiler vs. emacs.
11662
11663 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11664
11665         * configure.in: don't build ld on solaris2 (not a viable option
11666           due to bugs in getpwnam & getpwuid)
11667
11668 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
11669
11670         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
11671         config.guess will produce a full version number.
11672
11673 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11674
11675         * configure.in: Build linker and binutils for alpha-dec-osf1.
11676
11677 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11678
11679         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
11680         and gdb/testsuite/Makefile.in.
11681
11682 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11683
11684         * configure.in: recognize mips*- instead of mips-
11685
11686 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
11687
11688         * config.sub: Accept linux*coff and linux*elf as operating
11689         systems.
11690
11691 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11692
11693         * config.sub: Recognize mips64, and mips3 as an alias for it.
11694
11695 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11696
11697         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
11698         gdb knows how to handle OSF/1 shared libraries.
11699
11700 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11701
11702         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
11703         * config.guess: Recognize Hitachi's HIUX.
11704         * config.sub: Recognize h3050r* and hppahitachi.
11705         Remove redundant cases for hp9k[23]*.
11706
11707 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11708
11709         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
11710         if gas and ld are in the source tree and are in ${configdirs}.
11711         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
11712         --with options (but still pass them down on the command line,
11713         if they were explicitly specified).
11714
11715 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11716
11717         * configure: substitute SHELL value in Makefile.in with
11718         ${CONFIG_SHELL}
11719
11720 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11721
11722         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
11723         *-*-solaris2* targets.
11724
11725 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11726
11727         * Makefile.in: define M4, and pass it down to sub-makes;
11728         all-autoconf now depends on all-m4
11729
11730 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11731
11732         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
11733         presence of {ar,ranlib} instead of a configured directory
11734
11735 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
11736
11737         * config.guess: Accept 34?? as well as 33?? for NCR.
11738
11739 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11740
11741         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
11742         of 'gas' in sed commands, since 'gash' is now in the tree as well.
11743
11744 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11745
11746         * configure: grab values for $(CC) and $(CXX) from the
11747         environment, so that someone can do "CC=gcc configure; make" and
11748         have it work right (matching the way that autoconf works now)
11749
11750         * configure.in, Makefile.in: add support for gash, the tcl
11751         interface to Galaxy
11752
11753         * config.guess: add NetBSD variants (hp300, x86)
11754
11755 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
11756
11757         * install.sh: Support -d option (in the manner of SunOS 4 install,
11758         as it is more deterministic than that of GNU install)
11759         (chmodcmd): Set file to mode 755 by default (should also do default
11760         chgrp and chown, but I don't feel like dealing with that now)
11761
11762 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
11763
11764         * config.sub: Remove h8300hhms alias.
11765
11766 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11767
11768         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
11769
11770 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11771
11772         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
11773         as stmp-fixinc
11774
11775 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
11776
11777         * config.sub: recognize m88110-bug-coff.
11778
11779 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11780
11781         * Makefile.in (all-libio): all dependencies on the toolchain used
11782         to build this (gcc, gas, ld, etc)
11783
11784 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11785
11786         * config.guess: Deal with OSF/1 1.3 on alpha.
11787
11788 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11789
11790         * install.sh: add some 'else true' clauses for portability
11791
11792         * configure.in: don't build libio for h8[35]00-*-* targets
11793
11794 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
11795
11796         * Makefile.in:  Add support for new libio.
11797
11798 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11799
11800         * install.sh: If one command fails, don't try the rest.  Don't try
11801         to remove $dsttmp (via trap) unless we have already created it.
11802         If $src doesn't exist, detect it and exit with an error.
11803
11804         * config.guess: Recognize BSD on hp300.
11805
11806 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
11807
11808         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
11809         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
11810
11811 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
11812
11813         * Makefile.in (all-send-pr): depends on all-prms
11814
11815 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11816
11817         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
11818
11819 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11820
11821         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
11822         Added test for mips-mips-riscos5.
11823
11824 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11825
11826         * configure.in: use mh-hp300 for 68k HP hosts
11827
11828 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11829
11830         * configure: add support for CONFIG_SHELL, so that you can use
11831         some alternate shell for evaluating configure scripts
11832
11833 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
11834
11835         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
11836         in configure script to bug-gdb@prep.ai.mit.edu when building
11837         distribution archive.
11838         * Makefile.in (COMPRESS):  Remove def.
11839         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
11840         gdb.tar.Z and make-gdb.tar.Z respectively.
11841         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
11842         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
11843         to convergence with 'taz' target in Makefile.in.
11844
11845 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11846
11847         * install.sh (dsttmp): use trap to ensure that tmp files go
11848         away on error conditions
11849
11850 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11851
11852         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
11853
11854 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11855
11856         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
11857         its parent is '/' not ''.
11858
11859         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
11860
11861 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
11862
11863         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
11864         that ${newsrcdir}/configure.in does.
11865
11866 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11867
11868         * test-build.mk: support for CONFIG_SHELL
11869
11870 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
11871
11872         * config.sub (netware):  Add as a basic system type.
11873
11874 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
11875
11876         * Makefile.in (Makefile): depend on configure.in.  Also drop the
11877           $(srcdir)/ from the dependency on Makefile.in.
11878
11879 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
11880
11881         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
11882         (h8300hhms is temporary until multi-libraries are implemented).
11883         * configure.in: Handle h8300h too.
11884
11885 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11886
11887         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
11888
11889 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
11890
11891         * configure:  Remove extraneous output when guessing host type.
11892         * config.guess:  Remove extraneous output when guessing using C
11893         compiler rather than uname, or when guessing fails.
11894
11895 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
11896
11897         * Makefile.in: remove all.cross and install.cross targets
11898
11899         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
11900           definitions
11901
11902 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
11903
11904         * configure.in (target sh): Build gprof.
11905
11906 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11907
11908         * config.sub: change -solaris to -solaris2
11909
11910 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11911
11912         * configure.in: Use config/mh-riscos for mips-*-sysv*.
11913
11914 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
11915
11916         * configure: Correct error message for missing Makefile.in to
11917         print correct directory.
11918
11919 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11920
11921         * install.sh: kludge around 386BSD shell bug
11922
11923 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
11924
11925         * config.guess:  Recognize NeXT.
11926         * config.guess:  Recognize i486-ncr-sysv4.
11927         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
11928
11929 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
11930
11931         * Makefile.in (MAKEINFOFLAGS): New variable.
11932         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
11933         * build-all.mk, test-build.mk: Pass down --no-split as
11934         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
11935
11936 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
11937
11938         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
11939
11940 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
11941
11942         * Makefile.in (libg++.tar.z):  New rule.
11943         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
11944         * Makefile.in (taz):  Only do a single chmod.
11945
11946 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
11947
11948         * install.sh: don't use dirname anymore (replaced with sed usage)
11949
11950 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
11951
11952         * Makefile.in:  Change extension for gzip'd files from '.z' to
11953         '.gz' per new FSF standard usage.
11954
11955 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
11956
11957         * configure: put quotes around the final value of program_transform_name
11958
11959 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11960
11961         * Makefile.in: new install.sh support; update install-info rules
11962
11963 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
11964
11965         * configure.in: Build diff for crosses, but not for go32 host.
11966
11967         * configure.in: Build gprof only for native, and don't build it
11968         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
11969
11970 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
11971
11972         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
11973
11974 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
11975
11976         * configure.in (host_tools): Add prms.
11977
11978 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11979
11980         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
11981         with $(FLAGS_TO_PASS) on the command line
11982
11983         * config.sub: Recognize lynx and lynxos
11984
11985 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
11986
11987         * config.sub: Accept -ecoff*, not just -ecoff.
11988
11989 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
11990
11991         * Makefile.in (taz): Use .gz suffix instead of .z.
11992         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
11993         names.
11994
11995 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11996
11997         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
11998
11999 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12000
12001         * Makefile.in (install-no-fixedincludes):  install gcc last, so
12002         that rebuilds that might happen during 'make install' don't get
12003         bogus gcc include files
12004
12005 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
12006
12007         Change from Utah for HPPA support:
12008         * config.guess: Recognize hppa1.x-hp-bsd.
12009
12010 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
12011
12012         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
12013         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
12014
12015 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
12016
12017         * config.sub: Add support for rom68k and bug boot monitors.
12018
12019 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
12020
12021         * Makefile.in: Make all-opcodes depend on all-bfd.
12022
12023 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
12024
12025         * config.guess: Added special check for i[34]86-univel-sysv4*.
12026
12027 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
12028
12029         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
12030         the processor rather than assuming i486.
12031
12032 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12033
12034         * config.guess: Recognize SunOS6 as Solaris3.
12035
12036 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
12037
12038         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
12039         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
12040
12041 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
12042
12043         * build-all.mk (all-cross): New target for Canadian Cross.
12044         Added Q2 go32 targets.
12045         * test-build.mk: Configure go32 cross sparclite-aout and
12046         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
12047         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
12048
12049 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12050
12051         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
12052         GO32 hosted toolchains
12053
12054 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
12055
12056         * configure: change  so "-exec-prefix" gets passed down rather
12057         than "-exec_prefix" so autoconf generated Makefiles get the
12058         exec_prefix set right.
12059
12060 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12061
12062         * config.guess: get the Solaris2 minor version number
12063
12064         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
12065
12066 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
12067
12068         * config.guess: Recognize some Sequent platforms.
12069
12070 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12071
12072         * Makefile.in: added the vault-install target
12073
12074         * configure.in: actually use the Sun3 makefile fragment that's in
12075         config, also added the release dir to configdirs
12076
12077 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
12078
12079         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
12080
12081 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12082
12083         * configure.in: remove some program from Alpha targetted toolchains
12084
12085 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
12086
12087         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
12088         gprof.
12089         (taz): Run "make diststuff" in those directories instead of "make
12090         proto-dir".  Look for "VERSION=" only at start of line in subdir
12091         Makefile.  Use "gzip -9" for compression.
12092         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
12093         (binutils.tar.z): New target.
12094
12095 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
12096
12097         * Makefile.in (taz): Include gpl.texinfo.
12098
12099 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
12100
12101         * Makefile.in (setup-dirs): Merged into "taz" target.
12102         (taz): Only do `proto-dir' stuff if a directory is actually needed
12103         for this target.
12104
12105 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
12106
12107         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
12108         (FLAGS_TO_PASS): Pass down MUNCH_NM.
12109         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
12110         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
12111         (gcc-no-fixedincludes): Correct for current gcc Makefile.
12112
12113 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
12114
12115         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
12116         config.sub, and move-if-change to gdb testsuite distribution
12117         archive, so the testsuite can be extracted, configured, and
12118         run separately from the gdb distribution.  Blow away the Chill
12119         tests that require a Chill compiled executable, since GNU Chill
12120         is not yet publically available.
12121
12122 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12123
12124         * test-build.mk: set environment variables in a single command,
12125         instead of a list of assignments and exports
12126
12127         * config.guess: recognize Alpha/OSF1 systems
12128
12129 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
12130
12131         * configure: Change help message to prefer --options rather than
12132           -options.
12133
12134 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
12135
12136         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
12137         zippy@ecst.csuchico.edu.
12138         * config.guess: Recognize miniframe.
12139
12140 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
12141
12142         * Makefile.in: Use srcroot to find runtest rather than rootme.
12143         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
12144
12145 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
12146
12147         * test-build.mk: Extensive additions to support building on a
12148         machine other than the host.
12149
12150 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
12151
12152         * configure (tooldir): Fix for i386-aix again.
12153
12154 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
12155
12156         * configure, Makefile.in:  Change definition of $(tooldir)
12157         to match the FSF.
12158
12159 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
12160
12161         * config.guess:  Recognize i[34]86/SVR4.
12162
12163 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
12164
12165         * Makefile.in (all-gdb): gdb depends on sim.
12166
12167 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
12168
12169         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
12170         at the same time we make the prototype gdb directory.
12171         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
12172         files at the same time as the gdb base release distribution.
12173
12174 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
12175
12176         * Makefile.in (check): Use individual check targets rather than
12177         DO_X rule.
12178         (check-gcc): Added.
12179
12180 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
12181
12182         * config.sub: Use sysv3.2 not sysv32 for canonical OS
12183         for System V release 3.2.
12184
12185 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
12186
12187         * config.sub: Recognize hppaosf.
12188         * configure.in: Do configure ld/binutils/gas for it.
12189
12190 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
12191
12192         * configure (tooldir): Alter syntax used to set this, for systems
12193         where "\$" isn't handled right, like i386-aix.
12194
12195 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
12196
12197         * configure: Pass program-transform-name, not
12198         program_transform_name, to recursive configures.
12199
12200 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
12201
12202         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
12203         of gas+ld+binutils.
12204
12205 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
12206
12207         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
12208
12209 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12210
12211         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
12212
12213 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
12214
12215         * Makefile.in (PRMS): Set back to all-prms.
12216
12217 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
12218
12219         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
12220         targets, rather than for MIPS hosts.
12221
12222 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12223
12224         * configure.in: add comment for --with-x default values
12225
12226         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
12227
12228         * Makefile.in: add check-* targets for each of the directories in
12229         the tree.  Add a definition of RUNTEST that will use the one we
12230         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
12231
12232 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
12233
12234         * configure.in: Removed obsolete references to bfd_target and
12235         target_makefile_frag.
12236
12237         * build-all.mk: Set assorted targets for Q2.
12238         * config.sub: Recognize z8k-sim and h8300-hms.
12239         * test-build.mk: Really don't pass host to configure.
12240         (HOLES): Added uname.
12241
12242 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
12243
12244         * configure: Handle an empty program-prefix, program-suffix or
12245         program-transform-name correctly.
12246
12247 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
12248
12249         * build-all.mk: -G 8 no longer required for MIPS targets.
12250         * test-build.mk: Don't pass host argument to configure; make it
12251         guess.
12252
12253 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
12254
12255         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
12256         * Makefile.in (COMPRESS):  New macro, like GZIP.
12257
12258 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
12259
12260         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
12261
12262         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
12263         with gas currently defaults to -G 0.
12264
12265 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
12266
12267         * Makefile.in (all-flex): flex depends on byacc.
12268
12269         * build-all.mk: If host not specified, use config.guess.  Pass TAG
12270         to test-build.mk as RELEASE_TAG.
12271         * test-build.mk (configargs): New variable containing arguments to
12272         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
12273         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
12274
12275         * config.guess: Use /bin/uname when checking -X argument on SCO,
12276         to avoid invoking GNU uname which doesn't understand -X.
12277
12278         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
12279
12280         * configure.in: Build gas for mips-*-*.
12281
12282 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
12283
12284         * Makefile.in (all.normal): insert missing backslash.
12285
12286 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
12287
12288         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
12289
12290         * Makefile.in: Complete overhaul to merge many almost identical
12291         targets.
12292
12293 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
12294
12295         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
12296         (gdb.tar.Z): Adjusted.
12297
12298         * Makefile.in (setup-dirs, taz): New targets; should be general
12299         enough to adapt for gdb sometime.  Build only .z file.
12300         (gas.tar.z): New target.
12301
12302 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
12303
12304         * build-all.mk: Use CC=cc -Xs on Solaris.
12305
12306 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
12307
12308         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
12309         for handling BISON for FSF releases.
12310
12311 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
12312
12313         * configure: Actually implement the change zoo just documented.
12314
12315 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
12316
12317         * configure: when using config.guess, only set target_alias when
12318         it's not already been set (ie, on the command line)
12319
12320 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12321
12322         * Makefile.in: add installcheck target, set PRMS to install-prms
12323
12324 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12325
12326         * configure: add support for package_makefile_fragment, handle the
12327         case where a directory has a configure.in file but no Makefile.in
12328         more gracefully (with an actual understandable error message, even);
12329         add support for --without (and add this to the usage message); also
12330         explicitly add a --host=${host_alias} to the command line when
12331         config.guess is used
12332
12333 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
12334
12335         * configure: Must use both --host and --target in recursive calls.
12336
12337 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
12338
12339         * Makefile.in: Change deja-gnu to dejagnu.
12340
12341 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
12342
12343         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
12344
12345 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12346
12347         * configure.in: canonicalize all instances to *-*-solaris2*,
12348         also strip out a number of tools to not build for go32 host
12349
12350 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
12351
12352         * config.guess: add GPL.
12353
12354         * Makefile.in, config.guess, config.sub, configure: bump
12355           copyrights to 93.
12356
12357 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
12358
12359         * Makefile.in (do-info): Removed obsolete check for existence of
12360         localenv file.
12361
12362         * Makefile.in (MAKEOVERRIDES): Define to be empty.
12363
12364 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12365
12366         * Makefile.in: a couple of 'else true' for decstation,
12367         support for TclX
12368
12369         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
12370
12371 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
12372
12373         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
12374
12375 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
12376
12377         * config.guess: Recognize i386-ibm-aix (PS/2).
12378         * configure.in: Use config/mh-aix386 file for it.
12379
12380 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
12381
12382         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
12383         CC_FOR_TARGET instead.
12384         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
12385
12386 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
12387
12388         * Makefile.in: Add sim to list of directories sent with gdb
12389
12390 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
12391
12392         * configure.in: Put back mips-dec-bsd* case.
12393
12394 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
12395
12396         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
12397         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
12398         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
12399
12400 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12401
12402         * configure.in: remove no-op mips-dec-bsd* in "case $target"
12403
12404         * Makefile.in (dir.info): only run gen-info-dir if it exists,
12405         (install-info): install dir.info only if it exists,
12406         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
12407
12408 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
12409
12410         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
12411         gas for mips-dec-bsd.
12412
12413 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
12414
12415         * configure (makesrcdir): If ${srcdir} is relative and not ".",
12416         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
12417
12418 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
12419
12420         * configure.in: Added "dejagnu" to hosttools list.
12421
12422 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
12423
12424         * config.sub, configure.in, config.guess:  Add support
12425         for Bosx, an AIX variant from Bull.
12426         Patches from F.Pierresteguy@frcl.bull.fr.
12427
12428 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
12429
12430         * devo/dejagnu: Initial creation of devo/dejagnu.
12431         Migrated dejagnu testcases and support files for testing software
12432         tools to reside as subdirectories, currently called "testsuite",
12433         within the directory of the software tool.  Migrated all programs,
12434         support libraries, etc. beloging to dejagnu proper from
12435         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
12436         with no modifications.  The changes to these files which will
12437         allow them to configure, build, and execute properly will be made
12438         in a future update.
12439
12440 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
12441
12442         * Makefile.in: Change send_pr to send-pr.
12443         * configure.in: Likewise.
12444         * send_pr: Renamed directory to send-pr.
12445
12446 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
12447
12448         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
12449
12450 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
12451
12452         * README:  Update for gdb-4.8 release.
12453         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
12454         gdb-xxx.tar.z (gzip'd) file also.
12455
12456 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12457
12458         * Makefile.in: make all-diff depend on all-libiberty
12459
12460 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
12461
12462         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
12463
12464 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12465
12466         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
12467
12468 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
12469
12470         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
12471         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
12472         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
12473
12474 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12475
12476         * Makefile.in:  makeinfo binary is in a new location
12477
12478 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
12479
12480         * config.sub: Accept -ecoff as an OS.
12481
12482         * Makefile.in: Various changes to eliminate a level of make
12483         recursion and reduce the required command line length.
12484         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
12485         sub-makes.
12486         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
12487         variables holding settings for specific sub-makes.
12488         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
12489         in terms of BASE_FLAGS_TO_PASS.
12490         (TARGET_LIBS): New variable listing directories which use
12491         TARGET_FLAGS_TO_PASS.
12492         (subdir_do): Eliminated.
12493         (do-*): New set of targets to replace subdir_do.
12494         (various): All targets which used subdir_do now depend on do-*.
12495         (local-clean): Renamed from do_clean.
12496         (local-distclean): New target, dependency of distclean and
12497         realclean.
12498         (install-info): Don't create directories.  Depend on dir.info
12499         rather than calling make recursively.
12500         (install-dir.info): Eliminated.
12501         (install-info-dirs): Create all info directories here.
12502         (dir.info): Depend upon do-install-info.
12503
12504         * test-build.mk (HOLES): Added false.
12505
12506 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
12507
12508         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
12509
12510 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12511
12512         * Makefile.in (info): remove dependency on all-texinfo.  The
12513         problem was really in texinfo/C, not at this level.
12514
12515 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
12516
12517         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
12518
12519 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
12520
12521         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
12522         GDB releases.
12523
12524 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
12525
12526         * configure: Include srcdir in message about target of link not
12527         being found.  Don't convert `-' to `_' in `with' options being
12528         passed to subdirs.
12529
12530 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12531
12532         * configure.in: add uudecode to host_tools
12533
12534         * Makefile.in: added {all,install}-uudecode targets, added them to
12535         the appropriate lists
12536
12537 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
12538
12539         * Makefile.in (all-gcc): Added dependency on all-gas.
12540
12541         * configure.in (mips-*-*): Build ld and binutils.
12542
12543 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
12544
12545         * configure: check return code from mkdir, print error message and
12546           exit on failure.
12547
12548 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
12549
12550         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
12551
12552 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
12553
12554         * test-build.mk (HOLES): Added tar, cpio and uudecode.
12555
12556 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
12557
12558         * config.sub (h8500):  Recognize this as a cpu type.
12559
12560 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12561
12562         * configure: source directory missing is no longer a warning
12563
12564         * configure.in: recognize irix[34]* instead of irix[34]
12565
12566         * Makefile.in: define and pass down X11_LIB
12567
12568 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
12569
12570         * guess-systype: Renamed to ...
12571         * config.guess:  ... by popular request.
12572         * configure.in, Makefile.in:  Update accordingly.
12573
12574 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
12575
12576         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
12577         + Add Convex, Cray/Unicos, and Encore/Multimax support.
12578         + Execute ./dummy instead of assuming . is in PATH.
12579
12580 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
12581
12582         * guess-systype:  New shell script.  Attempts to guess the
12583         canonical host name of the executing host.
12584         Only a few hosts are supported so far.
12585         * configure:  Call guess-systype if no host is specified.
12586
12587 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
12588
12589         * Makefile.in (gcc-no-fixedincludes): Made to work with current
12590         gcc Makefile.
12591
12592
12593 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
12594
12595         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
12596         (all-gcc, install-gcc, subdir_do): Use it.
12597
12598 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
12599
12600         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
12601
12602 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
12603
12604         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
12605           set exclusively by configure, using configure.in .
12606
12607 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12608
12609         * test-build.mk: set $PATH for all builds
12610
12611         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
12612
12613 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
12614
12615         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
12616         the one used in gcc/Makefile.in, so that a null expansion doesn't
12617         override the one needed to build gcc with a native cc.
12618
12619
12620 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
12621
12622         * configure: Accept -with arguments.
12623
12624 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
12625
12626         * Makefile.in: added h8300sim
12627
12628 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
12629
12630         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
12631         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
12632         (all-cygnus, native, build-cygnus): Make
12633         $(canonhost)-stamp-3stage-done, not $(host)....
12634         * test-build.mk (stamp-3stage-compared): Use tail +10c for
12635         i386-sco3.2v4.  Added else true to if command.
12636
12637 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
12638
12639         * config.sub: (from FSF) Sequent uses a BSD-like OS.
12640
12641 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
12642
12643         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
12644
12645 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12646
12647         * configure.in: don't remove binutils from Solaris builds
12648
12649 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
12650
12651         * Makefile.in: get rid of earlier definitions for *clean,
12652         also handle the recursive info rule better
12653
12654 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
12655
12656         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
12657         do more-or-less the right thing.
12658
12659 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
12660
12661         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
12662         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
12663
12664 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12665
12666         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
12667         $(host_canonical).
12668
12669         * configure.in: split the configdirs list into 4 categories (native
12670         v. cross, library v. tool) and handle the cross-only and native-
12671         only in more reasonable (and correct!) way.
12672
12673 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
12674
12675         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
12676         configdirs anymore.
12677
12678 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12679
12680         * Makefile.in: extensive cleanup::  removed all of the explicit
12681         clean-* targets, collapsed many wrappers around subdir_do into
12682         one, added additional targets to satisfy standards.texi, deleted
12683         some old targets, some changes for consistency
12684
12685 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12686
12687         * configure.in: handle some programs as cross-only, and others as
12688         native only
12689
12690         * test-build.mk: handle partial holes in a more generic manner
12691
12692         * Makefile.in: m4 depends on libiberty
12693
12694 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12695
12696         * configure.in: add m4, textutils, fileutils, sed, shellutils,
12697         time, wdiff, and find to configdirs
12698
12699         * Makefile.in: all, clean, and install rules for the new programs
12700         added to configure.in
12701
12702 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12703
12704         * configure.in: use mh-sun for all *-sun-* hosts
12705
12706 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12707
12708         * Makefile.in: define flags for X11 include files and library file
12709         locations, pass them down to the programs that need this info
12710
12711         * build-all.mk: added a 'native' target, to 3stage the native toolchain
12712
12713 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12714
12715         * configure.in: start building libg++ for HP-UX targets
12716
12717 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
12718
12719         * README:  Update references to files moved into etc/.
12720
12721 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
12722
12723         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
12724         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
12725
12726 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
12727
12728         * configure: accept dash as well as underscore in long option
12729         names for FSF compatibility.
12730
12731 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
12732
12733         * config.sub: added -sco3.2v4 support from FSF.
12734
12735 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12736
12737         * configure.in: expand the section that adds or removes
12738         directories from the list of programs to build, to handle native
12739         vs. cross in addition to host v. native
12740
12741 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
12742
12743         * Makefile.in:  Replace C++ in macro names with CXX.
12744         This is less likely to break ...
12745
12746 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12747
12748         * test-build.mk: add -w to GNU_MAKE
12749
12750 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12751
12752         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
12753         add 'sparc' to list of recognized cpus.  This needed to make
12754         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
12755         Delete some redundant ose68 variants.  Recognize -wrs as an os,
12756         then changes that into $CPU-wrs-vxworks.
12757
12758         * configure.in: remove most references to gdbtest, regularize
12759         target based program removal
12760
12761         * test-build.mk: import from p3 tree (many fixes and changes)
12762
12763 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
12764
12765         * Makefile.in: added rules to handle tcl, tk, and expect
12766
12767         * configure.in: handle those directories if they exist
12768
12769 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12770
12771         * config.sub: removed bogus hppabsd and hppahpux names, since
12772         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
12773
12774 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12775
12776         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
12777         depends upon all-xiberty
12778
12779         * Makefile.in: changes from p3, including:
12780
12781         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
12782
12783         * Makefile.in (XTRAFLAGS): include newlib directories if
12784         newlib/Makefile exists, rather than if host != target.
12785
12786         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
12787
12788         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
12789         from the same source tree and not building a cross-compiler.  This
12790         matters for the libg++ configuration if reconfiguring a tree that
12791         has already been installed.
12792
12793         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
12794
12795         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
12796         pick up the machine and system specific header files.
12797
12798         * Makefile.in: added AS_FOR_TARGET, passed down in
12799         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
12800         the C compiler to use to create programs which are run in the
12801         build environment, set it to default to $(CC), and passed it down
12802         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
12803
12804         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
12805
12806         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
12807         We need them for unusual native builds, like systems without
12808         ranlib.
12809
12810         * configure: also define $(host_canonical) and
12811         $(target_canonical), which are the full, canonical names for the
12812         given host and target
12813
12814 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
12815
12816         * Makefile.in:  Added separate definitions for C++.
12817
12818 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
12819
12820         * configure.in (configdirs):  Add deja-gnu.
12821
12822 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
12823
12824         * README:  Update for configure.texi and gdb-4.7 release.
12825
12826 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
12827
12828         * Makefile.in:  Move "all" target to top of file.
12829         Previously, first target was ".PHONY" which caused BSD4.4 make
12830         to build .PHONY when make was run without arguments.
12831
12832 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
12833
12834         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
12835         Library-copylefted code in libiberty.
12836
12837 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
12838
12839         * config.sub:  Replace m68kmote with plain old m68k.
12840
12841 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
12842
12843         * Makefile.in:  Remove space from blank line, avoid Make complaints.
12844
12845 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
12846
12847         * config.sub: Complain if no argument is given.  Added support for
12848         386bsd as OS and target alias.
12849
12850 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
12851
12852         * Makefile.in (XTRAFLAGS): include newlib directories if
12853         newlib/Makefile exists, rather than if host != target.
12854
12855 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
12856
12857         * config.sub: recognize sparclite-wrs-vxworks.
12858
12859         * Makefile.in (install-xiberty): added *-xiberty make rules (from
12860         p3.) Added clean-xiberty to clean.
12861
12862 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12863
12864         * configure.in: use *-*-* instead of nested cases for host and target
12865
12866 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
12867
12868         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
12869         from the same source tree and not building a cross-compiler.  This
12870         matters for the libg++ configuration if reconfiguring a tree that
12871         has already been installed.
12872
12873 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
12874
12875         * config.sub (i486v/i486v4):  Merge in from FSF version.
12876
12877 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
12878
12879         * configure: only set PWD if it is already set.
12880
12881 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
12882
12883         * configure: just set PWD=`pwd` at the top, since Ultrix sh
12884         doesn't have unset and all success paths (and most error paths)
12885         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
12886         to just ${PWD} to avoid confusion.)
12887
12888 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
12889
12890         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
12891         even for a native compilation.
12892
12893 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
12894
12895         Changes to make the gdb.tar.Z rule work better.
12896
12897         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
12898         (DEVO_SUPPORT):  Add configure.texi.
12899         (bfd-ilrt.tar.Z):  Remove ancient rule.
12900
12901 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
12902
12903         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
12904         pick up the machine and system specific header files.
12905
12906         * configure.in, config.sub: added new target m68010-adobe-scout,
12907         with alias of adobe68k.  Changed configure.in to check for
12908         -scout before -sco* to avoid a false match.
12909
12910         * Makefile.in: added AS_FOR_TARGET, passed down in
12911         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
12912         the C compiler to use to create programs which are run in the
12913         build environment, set it to default to $(CC), and passed it down
12914         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
12915
12916 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
12917
12918         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
12919         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
12920         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
12921         FOR_TARGET variants, to newlib and libg++.
12922
12923 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
12924
12925         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
12926         first.
12927
12928 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
12929
12930         * config.sub:  Accept `elf' as an environment.
12931
12932 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
12933
12934         * Makefile.in (all-opcodes):  cd into the right directory
12935
12936 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
12937
12938         * configure: added -program_transform_name option, used as
12939         argument to sed when installing programs.
12940         configure.texi: added documentation for -program_prefix,
12941         -program_suffix and -program_transform_name.
12942
12943 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
12944
12945         * config.sub:  Accept i486 where i386 ok.
12946
12947 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
12948
12949         * config.sub: accept we32k
12950
12951 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
12952
12953         * config.sub, configure.in: accept OSE68000 and OSE68k.
12954
12955         * Makefile.in: don't create all directories for ``make install'';
12956         let the subdirectories create the ones they need.
12957
12958 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12959
12960         * COPYING: new file, GPL v2
12961
12962 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12963
12964         * Makefile.in: use the new gen-info-dir, which needs a template
12965         argument (which also lives in texinfo)
12966
12967         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
12968
12969 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
12970
12971         * config.sub (ncr3000):  Change i386 to i486.
12972
12973 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12974
12975         * Makefile.in: add install-rcs, install-grep to
12976         install-no-fixedincludes, removed install-bison and install-libgcc
12977
12978 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
12979
12980         * configure.in: grab the HPUX makefile fragment if on HPUX
12981
12982 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
12983
12984         * Makefile.in: eradicate bison spoor (ditto libgcc).
12985          configure.in: recognise m68{k,000}-ericsson-OSE.
12986          es1800 is alias for m68k-ericsson-OSE
12987
12988 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12989
12990         * configure.in: rearrange the parts that remove programs from
12991         configdirs, based now on HOST==TARGET or by canonical triple.
12992
12993 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12994
12995         * test-build.mk: recurse explicitly with -f test-build.mk when
12996           appropriate.  predicate stage3 and comparison on the existence
12997           of gcc.  That is, if gcc isn't around, we aren't three-staging.
12998           On very clean, also remove ...stamp-co.  Build in-place before
12999           doing other builds.
13000
13001 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
13002
13003         * Makefile.in, configure.in: add tgas
13004
13005 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
13006
13007         * Makefile.in: a number of changes merged in from progressive.
13008
13009         * configure.in: add libm.
13010
13011         * .cvsignore: ignore some stuff that comes from test-build.mk.
13012
13013 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
13014
13015         * config.sub:  Add es1800 (m68k-ericsson-es1800).
13016
13017 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
13018
13019         * configure: Add program_suffix (parallel to program_prefix)
13020         * Makefile.in: adjust directory-creating script for losing decstation
13021
13022 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
13023
13024         * configure:  Minor $subdir-related fixes.
13025
13026 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
13027
13028         * configure: fix various problems with propogating
13029         makefile_target_frag in subdirs.
13030         * configure.in: config libgcc if its there
13031
13032 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
13033
13034         * config.sub:  HPPA merge.
13035
13036 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
13037
13038         * Makefile.in:  Replace all-bison with all-byacc in all
13039         dependency lines for other tools (which now use byacc).
13040
13041 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
13042
13043         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
13044
13045 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
13046
13047         * Makefile.in: make gprof rules similar to byacc rules (instead of
13048         vestigal $(unsubdir) that didn't work...)
13049
13050 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
13051
13052         * config.sub:  Add support for Linux.
13053         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
13054         (at least for libg++).
13055
13056 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
13057
13058         * configure.texi: fix doc for the -nfp option to configure
13059
13060 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
13061
13062         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
13063
13064 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
13065
13066         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
13067         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
13068         * configure.in: added solaris* host_makefile_frag hook.
13069
13070 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13071
13072         * config.sub: changed recognition of m68000 so that various
13073         m68k types can be specified via m680[01234]0
13074
13075 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13076
13077         * config.sub (basic_machine): fix sed so that '-foo' isn't
13078         completely substituted out while .+'-foo' loses the '-foo'
13079
13080 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
13081
13082         * config.sub ($os): Add -aout.
13083
13084 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
13085
13086         * configure:  If host_makefile_frag is absolute, don't
13087         prefix ${invsubdir} (relevant to libg++ auto-configure).
13088
13089 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
13090
13091         * Makefile.in (tooldir): Define it.
13092         (all-ld): Depend on all-flex.
13093
13094 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
13095
13096         * Makefile.in (check):  Fix libg++ special case.
13097
13098 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
13099
13100         * configure: do not bury `pwd` into config.status, thus do fewer
13101           pwd's.
13102
13103         * configure: print the "Building in" message only when building in
13104           other than "." AND verbose.
13105
13106         * configure: remove -s, rework -v to better accommodate guested
13107           configures.
13108
13109         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
13110
13111 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
13112
13113         * Makefile.in: macroize flags passed on recursion.  remove
13114           fileutils.
13115
13116 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
13117
13118         * configure: get makesrcdir right for subdirs deeper than 1.
13119
13120         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
13121           install.
13122
13123 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
13124
13125         * Makefile.in: don't print subdir_do or recursion lines.
13126
13127 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
13128
13129         * standards.texi: added menu item.
13130
13131         * Makefile.in: build and install standards.info.
13132
13133         * standards.texi: new file.
13134
13135 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
13136
13137         * configure: test for and move config.status pieces from
13138           ${subdir}/.
13139
13140 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
13141
13142         * configure:  Test for existance of files before trying to mv
13143         them, to avoid numerous non-existance messages.
13144
13145 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
13146
13147         * configure: correct final line of config.status.
13148
13149         * configure: patch from eggert.  Avoids a protection problem if
13150           the original Makefile.in is read only.
13151
13152         * configure: use move-if-change from gcc to create config.status.
13153           Some makefiles depend on config.status to tell if a directory
13154           has been reconfigured for a different host.  This change
13155           prevents those directories from remaking everything in the case
13156           where the reconfig was only intended to rebuild a Makefile.
13157
13158         * configure: test for config.sub with "config.sub sun4" rather
13159           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
13160           host alias from a missing config.sub.
13161
13162 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
13163
13164         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
13165           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
13166
13167 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
13168
13169         * configure: mkdir ${subdir} as needed.
13170
13171 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
13172
13173         * Makefile.in,configure.in: added autoconf.
13174
13175 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
13176
13177         * Makefile.in: no longer pass against on recursion.
13178
13179         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
13180           definitions are not inherited.
13181
13182         * configure: correct makesrcdir when subdir is .
13183
13184 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
13185
13186         * configure:  Add support for 'subdirs' variable, which is
13187         like 'configdirs', except that configure doesn't re-invoke
13188         itself for subdirs, it just creates a Makefile for each subdir.
13189         * configure.texi:  Document subdirs.
13190
13191 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13192
13193         * configure.in: added flex to configdirs
13194
13195 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
13196
13197         * Makefile.in: remove clean-stamps from clean.
13198
13199 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
13200
13201         * configure.in:  Add gdbtest to configdirs.
13202
13203 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
13204
13205         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
13206         to recursive makes.
13207         * configure.in:  Recognize new ncr3000 config.
13208
13209 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
13210
13211         * Makefile.in, configure.in: removed references to gdbm.
13212
13213 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
13214
13215         * config.sub:  Don't canonicalize os value
13216         newsos* to bsd (readline needs to check for newsos).
13217         (This fix was earlier made Jan 31, but got re-broken.)
13218
13219 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
13220
13221         * configure.in:  sco is an os, not a vendor!
13222
13223         * configure:  Quote $( better.  Keep various shells happy.
13224
13225 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
13226
13227         * Makefile.in: eliminate stamp-files.
13228
13229 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
13230
13231         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
13232           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
13233
13234 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
13235
13236         * config.sub:  fix iris/iris3.
13237
13238 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
13239
13240         * configure: re-add -rm.
13241
13242 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
13243
13244         * Maskefile.in: add .stmp-rcs to all.
13245
13246         * configure.in: remove gas from rs6000 build, use aix host fragment.
13247
13248 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
13249
13250         * configure: pass down site_option during recursion.
13251
13252 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
13253
13254         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
13255
13256 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
13257
13258         * configure: Change exec_prefix so that it really defaults to prefix.
13259
13260 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
13261
13262         * Makefile.in, configure.in:  Add support for mmalloc library.
13263
13264 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
13265
13266         * Makefile.in: add stmp dependencies for a few more things.
13267
13268 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
13269
13270         * configure: adjusted error message on objdir/srcdir configure
13271           collision, per john's suggestion.
13272
13273         * Makefile.in: add libiberty stmp to all and all.cross.
13274
13275 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
13276
13277         * Makefile.in: remove force dependencies, add grep to all.
13278
13279 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
13280
13281         * Makefile.in: drop flex.  make stamp files work.
13282
13283         * configure: added test for conflicting configuration in srcdir,
13284           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
13285           gets cranky.  use relative paths for configure and srcdir
13286           whenever possible.  Send some error messages to stderr that were
13287           going to stdout.
13288
13289 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
13290
13291         * Makefile.in:  Fix libg++ rule to check for gcc directory
13292         before using gcc/gcc.  Also pass XTRAFLAGS.
13293
13294 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
13295
13296         * Makefile.in: added stmp-files so that directories aren't polled
13297           when they are already built.
13298
13299         * configure.texi: fixed a node pointer problem.
13300
13301 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
13302
13303         * config.sub configure.in gdb/configure.in
13304         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
13305         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
13306         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
13307
13308 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
13309
13310         * configure: -recurring becomes -silent.  corrected help message
13311           for -site= option.
13312
13313         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
13314
13315 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
13316
13317         * configure: when building Makefile for crosses, replace
13318           tooldir and program_prefix.  default srcdir from location of
13319           config.sub.  remove "for host in hosts" and "for target in
13320           targets" loops.
13321
13322 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
13323
13324         * Makefile.in: Do not pass bindir or mandir to cvs.
13325
13326 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
13327
13328         * Makefile.in, configure.in: removed traces of namesubdir,
13329           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
13330           copyrights to '92, changed some from Cygnus to FSF.
13331
13332         * configure.texi: remove most references to multiple hosts,
13333           multiple targets, subdirs, etc.
13334
13335         * configure.man: removed rcsid. reference config.sub not
13336           config.subr.
13337
13338         * Makefile.in: mkdir $(infodir) on install-info.
13339
13340 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
13341
13342         * configure.texi:  Explain better about .gdbinit and about
13343         the environment that configure.in sections run in.
13344
13345 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
13346
13347         * configure.in:  Ultrix is only a decstation if it's a MIPS.
13348
13349 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
13350
13351         * README:  DOC.configure => cfg-paper.texi.
13352
13353 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
13354
13355         * config.sub (near case $os):  Don't convert newsos* to bsd!
13356
13357 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
13358
13359         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
13360         the number of copies of COPYING that go into the GDB tar file.
13361
13362 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
13363
13364         * bfd/configure.in, gdb/config/mh-i386sco,
13365         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
13366         Fix SCO configuration stuff.
13367
13368 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
13369
13370         * Makefile.in:  For libg++, make sure the -I pointing
13371         to the gcc directory goes *after* all the libg++-local -I flags.
13372         Also, move just-gcc dependency from just-libg++ to all-libg++.
13373
13374 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
13375
13376         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
13377
13378 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
13379
13380         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
13381
13382 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
13383
13384         * config.sub:  Add stratus configuration frags.  Also
13385         submitted to FSF.
13386
13387 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
13388
13389         * Makefile.in (DEV_SUPPORT):  add configure.man.
13390
13391         * config.sub(Decode manufacturer-specific):  add -none*.
13392
13393 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
13394
13395         * Makefile.in:  remove form feeds to make Sun's make happy.
13396         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
13397
13398 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
13399
13400         * Makefile.in (AR_FLAGS):  Make quieter.
13401
13402 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
13403
13404         * configure.in:  Add libg++.
13405         * configure:  When verbose, don't output the command line at each
13406         level; it will be unremarkably the same as the previous version,
13407         which will be the same as what the user typed.
13408
13409 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
13410
13411         * configure.in, Makefile.in: fix clean-info, add flex.  add
13412           fileutils.
13413
13414         * configure: be less sensitive to spaces in Makefile.in.  Do not
13415           look for sources in "..".  Doing so breaks subdirectories that
13416           might have their own configure.  If a subdir has it's own
13417           configure script, use it.
13418
13419 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
13420
13421         * cfg-paper.texi: some changes suggested by rms.
13422
13423 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
13424
13425         * config.sub:  Merge in some small additions from the FSF version,
13426         taken from the gcc distribution, to bring the Cygnus and FSF
13427         versions into closer sync.
13428
13429 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
13430
13431         * configure.in:  Changed svr4 references to sysv4.
13432
13433 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
13434
13435         * configure: added -V for version number option.
13436
13437 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
13438
13439         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
13440           renamed from DOC.configure to cfg-paper.texi.
13441
13442 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
13443
13444         * configure, config.subr, config.sub: config.subr is now
13445           config.sub again.
13446
13447 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
13448
13449         * configure.texi: new file, in progress.
13450
13451         * Makefile.in: build info file and install the man page for
13452           configure.
13453
13454         * configure.man: new file, first cut.
13455
13456         * configure: find config.subr again now that configuration "none"
13457           has gone.  removed all traces of the -ansi option.  removed all
13458           traces of the -languages option.
13459
13460         * config.subr: resync from rms.
13461
13462 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
13463
13464         * configure, config.sub, config.subr: merge config.sub into
13465           config.subr, call the result config.subr, remove config.sub, use
13466           config.subr.
13467
13468         * Makefile.in: revised install for dir.info.
13469
13470 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
13471
13472         * configure.in: add decstation host makefile frag.
13473
13474         * Makefile.in: BISON now bison -y again.  also install-gcc on
13475           install.  clean-gdbm on clean.  infodir belongs in datadir.
13476           Make directories for info install.  Build dir.info here then
13477           install it.
13478
13479 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
13480
13481         * Makefile.in: fix for bad directory tests.
13482
13483 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
13484
13485         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
13486           regexp.  -srcdir relative was being handled incorrectly.
13487
13488         * Makefile.in: unwrapped some for loops so that parallel makes
13489           work again and so one can focus one's attention on a particular
13490           package.
13491
13492 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
13493
13494         * configure: added PWD as a stand in for `pwd` (for speed). use
13495           elif wherever possible.  make -srcdir work without -objdir.
13496           -objdir= commented out.
13497
13498 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
13499
13500         * configure: +options become --options.  -subdirs commented out.
13501           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
13502           Makefile now at top of generated Makefile.  Removed cvs log
13503           entries.  added -srcdir.  create .gdbinit only if there is one
13504           in ${srcdir}.
13505
13506         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
13507           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
13508           and mandir now keyed off datadir by default.
13509
13510 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
13511
13512         * Freshly created ChangeLog.
13513
13514 \f
13515 Local Variables:
13516 mode: change-log
13517 left-margin: 8
13518 fill-column: 76
13519 version-control: never
13520 End: