OSDN Git Service

30a5c973815d595b08f04818df3f6d91befdeec4
[pf3gnuchains/gcc-fork.git] / ChangeLog
1 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
2
3         * MAINTAINERS (Various Maintainers): Add myself as
4         auto-vectorizer maintainer.
5
6 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
7
8         PR libjava/32098
9         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
10
11 2007-05-30  Richard Guenther  <rguenther@suse.de>
12
13         * MAINTAINERS (Various Maintainers): Add myself as
14         auto-vectorizer maintainer.
15
16 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
17
18         PR bootstrap/29382
19         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
20         * configure: Rebuilt.
21
22 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
23
24         * MAINTAINERS (Write After Approval): Removed my name.
25
26 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
27
28         * MAINTAINERS (Write After Approval): Remove myself.
29
30 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
31
32         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
33
34 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
35
36         * ltmain.sh: Update from ToT Libtool.
37         * libtool.m4: Update from ToT Libtool.
38         * ltsugar.m4: New. Update from ToT Libtool.
39         * ltversion.m4: New. Update from ToT Libtool.
40         * ltoptions.m4: New. Update from ToT Libtool.
41         * ltconfig: Remove.
42         * ltcf-c.sh: Remove.
43         * ltcf-cxx.sh: Remove.
44         * ltcf-gcj.sh: Remove.
45
46 2007-05-22  Ollie Wild  <aaw@google.com>
47
48         * MAINTAINERS (Write After Approval): Add myself.
49
50 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
51
52         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
53         stage_cflags.
54         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
55         Remove CFLAGS/LIBCFLAGS.
56         (configure-stage[+id+]-[+prefix+][+module+],
57         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
58         * Makefile.in: Regenerate.
59
60 2007-05-15  Diego Novillo  <dnovillo@google.com>
61
62         * MAINTAINERS: Update e-mail address.
63
64 2007-05-15  Revital Eres  <eres@il.ibm.com>
65
66         * MAINTAINERS (Write After Approval): Add myself.
67
68 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
69
70         * MAINTAINERS (Write After Approval): Updated my address.
71
72 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
73
74         * MAINTAINERS (Write After Approval): Add myself.
75
76 2007-05-11  Silvius Rus  <rus@google.com>
77
78         * MAINTAINERS (Write After Approval): Add myself.
79
80 2007-04-23  Tom Tromey  <tromey@redhat.com>
81
82         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
83
84 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
85
86         * MAINTAINERS (cpplib): Rename to ...
87         (libcpp): ... this.  Add C/C++ front end maintainers.
88
89 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
90
91         * config-ml.in: Pass ${ml_config_env} to configure calls.
92
93 2007-04-04  Christian Bruel  <christian.bruel@st.com>
94
95         * MAINTAINERS (Write After Approval): Add myself.
96         
97 2007-04-02  Dave Korn  <dave.korn@artimi.com>
98
99         * MAINTAINERS (Write After Approval): Add myself.
100
101 2007-03-31  Tobias Burnus  <burnus@net-b.de>
102
103         * MAINTAINERS (fortran 95 front end): Add myself.
104
105 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
106
107         * MAINTAINERS (Write After Approval): Add myself.
108         
109 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
110
111         * MAINTAINERS (Modulo Scheduler): Add myself.
112
113 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
114
115         * MAINTAINERS (fortran 95 front end): Add myself.
116         (c++ front end): whitespace fix.
117
118 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
119
120         * MAINTAINERS (Write After Approval): Add myself.
121
122 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
123
124         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
125         of glob.  Quote arguments with single quotes too.
126         * configure: Regenerate.
127
128 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
129
130         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
131         * Makefile.in: Regenerate
132
133 2007-03-07  Andreas Schwab  <schwab@suse.de>
134
135         * configure: Regenerate.
136
137 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
138
139         * configure.ac: Add "--with-pdfdir" configure option,
140         which defines pdfdir variable.
141         * Makefile.def (target=fixincludes): Add install-pdf to
142         missing targets.
143         (recursive_targets): Add install-pdf target.
144         (flags_to_pass): Add pdfdir.
145         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
146         target.
147         * configure: Regenerate
148         * Makefile.in: Regenerate
149
150 2007-02-28  Eric Christopher  <echristo@apple.com>
151
152         Revert:
153         2006-12-07  Mike Stump  <mrs@apple.com>
154
155         * Makefile.def (dependencies): Add dependency for
156         install-target-libssp and install-target-libgomp on
157         install-gcc.
158         * Makefile.in: Regenerate.
159
160 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
161
162         * configure: Regenerate.
163         * configure.ac: Move statements after variable declarations.
164
165 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
166
167         * MAINTAINERS: Add myself as sh maintainer.
168
169 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
170
171         * configure.ac: Adjust for loop syntax.
172         * configure: Regenerate.
173
174 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
175
176         * configure: Rebuilt.
177
178 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
179
180         * configure.ac: Drop multiple occurrences of --enable-languages,
181         and fix its quoting.
182         * configure: Rebuilt.
183
184 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
185             Nathan Sidwell  <nathan@codesourcery.com>
186             Vladimir Prus  <vladimir@codesourcery.com
187             Joseph Myers  <joseph@codesourcery.com>
188
189         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
190         * configure: Regenerate.
191
192 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
193
194         * ltconfig (freebsd*): Default to elf.
195
196 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
197
198         * configure.ac (target_libraries): Move libgcc before libiberty.
199         * configure: Regenerated.
200
201 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
202             Paolo Bonzini  <bonzini@gnu.org>
203
204         PR bootstrap/30753
205         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
206         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
207         * configure: Regenerated.
208
209 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
210
211         * MAINTAINERS (Language Front End Maintainers): Update my mail
212         address.
213
214 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
215
216         PR bootstrap/30748
217         * configure.ac: Correct syntax for Solaris ksh.
218         * configure: Regenerated.
219
220 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
221
222         * configure.ac: Sync with src.
223         * configure: Regenerate.
224
225 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
226
227         * Makefile.in: Regenerate.
228
229 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
230
231         * config.sub: Sync with src.
232
233 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
234
235         * Makefile.tpl (build_alias, host_alias, target_alias): Use
236         noncanonical equivalents.
237         * configure.in: Rename to...
238         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
239         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
240         target_noncanonical.  Use them.  Rewrite removal of configure
241         arguments for autoconf 2.59.  Discard variable settings.  Force
242         program_transform_name for native tools.
243
244         * Makefile.in: Regenerated.
245         * configure: Regenerated with autoconf 2.59.
246
247 2007-02-07  Roman Zippel <zippel@linux-m68k.org>
248
249         * MAINTAINERS (Write After Approval): Add myself.
250
251 2007-01-31  Andreas Schwab  <schwab@suse.de>
252
253         * Makefile.tpl (LDFLAGS): Substitute it.
254         * Makefile.in: Regenerate.
255
256 2007-01-30 Andrey Belevantsev <abel@ispras.ru>
257
258         * MAINTAINERS (Write After Approval): Add myself.
259
260 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
261
262         * MAINTAINERS (spu port): Add myself.
263
264 2007-01-23  Richard Guenther  <rguenther@suse.de>
265
266         PR bootstrap/30541
267         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
268         * Makefile.tpl (GNATBIND): Substitute it.
269         (GNATMAKE): Likewise.
270         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
271         of STAGE_PREFIX.
272         * Makefile.in: Regenerate.
273         * configure: Regenerate.
274
275 2007-01-18  Mike Stump  <mrs@apple.com>
276
277         * configure.in: Re-enable -Werror for gcc builds.
278
279 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
280
281         * MAINTAINERS (Write After Approval): Add myself.
282
283 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
284
285         * configure.in: Change == to = in test command.
286         * configure: Regenerate.
287
288 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
289             Nick Clifton  <nickc@redhat.com>
290             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
291
292         * configure.in (build_configargs, host_configargs, target_configargs):
293         Remove build/host/target parameters.
294         (host_libs): Add gmp and mpfr.
295         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
296         * Makefile.def (gmp, mpfr): New.
297         (gcc): Remove target.
298         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
299         target_os, target_vendor): New.
300         (configure): Add host_alias/target_alias arguments.  Adjust invocations.
301         * configure: Regenerate.
302         * Makefile.in: Regenerate.
303
304 2007-01-11  Matt Fago  <fago@earthlink.net>
305
306         * configure.in: Try to link to functions only in mpfr 2.2.x
307         to improve robustness of configure tests.
308         * configure: Regenerate.
309
310 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
311
312         * MAINTAINERS: Add myself as i386 maintainer.
313
314 2007-01-08  Jan Hubicka  <jh@suse.cz>
315
316         * MAINTAINERS: Add myself as i386 maintainer.
317
318 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
319
320         * configure.in: Add support for an x86_64-mingw* target.
321         * configure: Regenerate.
322
323 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
324
325         * Makefile.tpl (all-target): Correct @if conditional for target
326         modules.
327         * configure.in: Omit libiberty if building only target libgcc.
328         * configure, Makefile.in: Regenerated.
329
330 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
331
332         * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
333         * configure: Regenerate.
334
335 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
336
337         * Makefile.def (target_modules): Add libgcc.
338         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
339         * Makefile.tpl (clean-target-libgcc): Delete.
340         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
341         on gcc even for bootstrapped modules.  Rewrite handling of
342         lang_env_dependencies to loop over target_modules.
343         * configure.in (target_libraries): Add target-libgcc.
344         * Makefile.in, configure: Regenerated.
345
346 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
347
348         * configure.in: Reorganize recognition of languages.  Add
349         --enable-stage1-languages.  Show supported languages for the chosen
350         target rather than all recognized languages.
351         * configure: Regenerate.
352
353 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
354
355         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
356         * Makefile.in: Regenerate.
357
358 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
359
360         * configure.in: Warn that MPFR 2.2.0 is buggy.
361         * configure: Regenerate.
362
363 2006-12-27  Ian Lance Taylor  <iant@google.com>
364
365         * configure.in: When removing Makefiles to force a reconfigure, also
366         remove prev-DIR*/Makefile.
367         * configure: Regenerate.
368
369 2006-12-22  Andreas Schwab  <schwab@suse.de>
370
371         * configure: Regenerate with correct autoconf version.
372
373 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
374
375         * configure.in: add AC_SUBST for *_FOR_TARGET.
376         * configure: Regenerate.
377
378 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
379
380         * configure.in: Simplify logic for rejecting languages that cannot
381         be built.  Separate the case when a language is unsupported,
382         from the case when the user chooses not to build a language.
383
384 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
385
386         * configure.in: Remove "$build" case for powerpc-*-darwin* since
387         it only affects bootstrap and could be tested on "$host" as well.
388         * configure: Regenerate.
389         * config/mh-ppc-darwin: Add to the stage1 cflags here.
390
391 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
392
393         PR bootstrap/29544
394         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
395         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
396         move here comment from Makefile.tpl.
397         * Makefile.tpl: Move some definitions higher in the file.
398         (STAGE1_CHECKING): New.
399         * configure.in: Add --enable-stage1-checking.
400         * configure: Regenerate.
401         * Makefile.in: Regenerate.
402
403 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
404
405         * MAINTAINERS: Add myself as build system maintainer.
406
407 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
408
409         * MAINTAINERS (Write After Approval): Add myself.
410
411 2006-12-13  Eric Christopher  <echristo@apple.com>
412
413         * MAINTAINERS: Add myself as darwin maintainer.
414
415 2006-12-11  Ian Lance Taylor  <ian@airs.com>
416
417         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
418
419 2006-12-11  Joern Rennecke <joern.rennecke@arc.com>
420
421         MAINTAINERS: Update my entry.
422
423 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
424
425         * configure.in:  Handle spu makefile frag.
426         * Makefile.tpl (MAINT): Define
427         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
428         * configure: Regenerate.
429         * Makefile.in: Regenerate.
430
431 2006-12-11  Ben Elliston  <bje@au.ibm.com>
432
433         * config.guess: Import latest version.
434         * config.sub: Likewise.
435
436 2006-12-11  Ben Elliston  <bje@au.ibm.com>
437
438         * configure.in (spu-*-*): Don't skip target-libiberty.
439         * configure: Regenerate.
440
441 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
442
443         PR bootstrap/30134
444         * configure.in: Correct x86 darwin support for libjava to powerpc
445         and i?86 only.
446         * configure: Regenerate.
447
448 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
449
450         * configure.in: Add x86 darwin support for libjava.
451         * configure: Regenerate.
452
453 2006-12-07  Mike Stump  <mrs@apple.com>
454
455         * Makefile.def (dependencies): Add dependency for
456         install-target-libssp and install-target-libgomp on
457         install-gcc.
458         * Makefile.in: Regenerate.
459
460 2006-12-04  Richard Guenther  <rguenther@suse.de>
461
462         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
463         (Non-Algorithmic Maintainers): Move over non-algorithmic
464         loop optimizer maintainers, add myself as a non-algorithmic
465         middle-end maintainer.
466
467 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
468
469         * MAINTAINERS (Write After Approval): Add myself.
470
471 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
472
473         * configure.in: Update error message for missing GMP/MPFR.
474
475         * configure: Regenerate.
476
477 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
478
479         * configure.in: Update MPFR version in error message.
480
481         * configure: Regenerate.
482
483 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
484
485         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
486         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
487         --with-gmp-lib): New flags.
488
489         * configure: Regenerate.
490
491 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
492
493         * MAINTAINERS (Write After Approval): Change my email address.
494
495 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
496
497         * MAINTAINERS (Write After Approval): Add myself.
498
499 2006-11-22  Philipp Thomas <pth@suse.de>
500
501         * MAINTAINERS (i18n): Update e-mail address.
502
503 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
504
505         * MAINTAINERS (spu port): Add myself as maintainer.
506         (Write After Approval): Remove myself.
507
508 2006-11-22  Ben Elliston  <bje@au.ibm.com>
509
510         * configure.in (skipdirs): Don't build libssp for SPU.
511         * configure: Regenerate.
512
513 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
514
515         * MAINTAINERS (spu port): Add myself as maintainer.
516         (libobjc): Update my email address.
517
518 2006-11-21  Andrea Bona  <andrea.bona@st.com>
519
520         * MAINTAINERS (Write After Approval): Add myself.
521
522 2006-11-20  Trevor Smigiel <trevor_smigiel@playstation.sony.com>
523
524         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
525         * configure : Rebuilt.
526
527 2006-11-20  Trevor Smigiel <trevor_smigiel@playstation.sony.com>
528
529         * MAINTAINERS (Write After Approval): Add myself.
530
531 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
532
533         * MAINTAINERS (Write After Approval): Add myself.
534
535 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
536
537         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
538         libmpfr.a.
539         * configure: Regenerate.
540
541 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
542
543         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
544         (unstage): Test for stage_last presence.
545
546         PR bootstrap/29802
547         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
548         * Makefile.in: Regenerate.
549
550 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
551
552         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
553         maintainers.
554
555 2006-11-14  Erven Rohou  <erven.rohou@st.com>
556
557         * MAINTAINERS (Write After Approval): Add myself.
558
559 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
560
561         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
562         and stageN-package/Makefile.
563         * Makefile.in: Regenerated.
564
565 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
566
567         * configure.in: Remove target-libgloss from noconfigdirs for
568         bfin-*-*.
569         * configure: Regenerated.
570
571 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
572
573         * configure.in (have_gmp): Only error if the gcc directory exists.
574
575         * configure: Regenerate.
576
577 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
578
579         * configure.in: Robustify error message for missing GMP/MPFR.
580
581         * configure: Regenerate.
582
583 2006-10-31  Stephen M. Webb <stephen.webb@bregmasoft.com>
584
585         * MAINTAINERS (Write After Approval): Add myself.
586
587 2006-10-30  Uros Bizjak <ubizjak@gmail.com>
588
589         * MAINTAINERS: Change email address.
590
591 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
592
593         * MAINTAINERS (Write After Approval): Add myself.
594
595 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
596
597         * MAINTAINERS (Write After Approval): Add myself.
598
599 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
600
601         * MAINTAINERS (Write After Approval): Move myself to
602         Write After Approval section.
603
604 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
605
606         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
607         need_gmp anymore.
608         * configure: Regenerate.
609
610 2006-10-16  Tobias Burnus  <burnus@net-b.de>
611
612         * MAINTAINERS (Write After Approval): Add myself.
613
614 2006-10-16  Ben Elliston  <bje@au.ibm.com>
615
616         * config.guess: Import latest version.
617         * config.sub: Likewise.
618
619 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
620
621         * Makefile.def: Added pdf target handling.
622         * Makefile.tpl: Added pdf target handling.
623         * Makefile.in: Regenerated.
624
625 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
626
627         * MAINTAINERS: Add self as score port maintainer.
628
629 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
630
631         * MAINTAINERS (Write After Approval): Add myself.
632
633 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
634
635         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
636         or newer.
637         * configure: Regenerated.
638
639 2006-09-27  Dave Brolley  <brolley@redhat.com>
640
641         * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
642         $s instead of $r.
643         * configure: Regenerated.
644
645 2006-09-26  Thiemo Seufer  <ths@mips.com>
646
647         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
648         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
649         * configure: Regenerate.
650
651 2006-09-24  Graeme Peterson <gridly@gmail.com>
652
653         * MAINTAINERS (Write After Approval): Remove myself.
654
655 2006-09-22  Chao-ying Fu  <fu@mips.com>
656
657         * MAINTAINERS (Write After Approval): Add myself.
658
659 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
660
661         * MAINTAINERS: Add self as soft-fp maintainer.
662
663 2006-09-09  Anatoly Sokolov <aesok@post.ru>
664
665         * MAINTAINERS: Add myself as avr maintainer.
666         Remove Marek Michalkiewicz as avr maintainer.
667
668 2006-09-07  Roberto Costa  <roberto.costa@st.com>
669
670         * MAINTAINERS (Write After Approval): Add myself.
671
672 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
673
674         * configure.in: Never build newlib for a Mingw host.
675         Never build newlib as Mingw target library.
676         Test the existence of winsup/cygwin for building a Cygwin newlib,
677         rather than just winsup.
678         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
679         building a Mingw target.
680         * configure: Regenerate.
681
682 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
683
684         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
685
686 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
687
688         * config.guess: Import from src (was more updated).
689         * config.sub: Likewise.
690
691 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
692
693         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
694         * configure: Regenerated.
695
696 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
697
698         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
699         for stages after the first.
700
701 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
702
703         * Makefile.def: Add dependencies for configure-opcodes
704         on configure-intl and all-opcodes on all-intl.
705         * Makefile.in: Regenerated.
706
707 2006-07-13  Ben Elliston  <bje@au.ibm.com>
708
709         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
710
711 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
712
713         Port to hosts whose 'sort' and 'tail' implementations
714         treat operands with leading '+' as file names, as POSIX
715         has required since 2001.  However, make sure the code still
716         works on pre-POSIX hosts.
717         * ltmain.sh: Don't assume "sort +2" is equivalent to
718         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
719
720 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
721
722         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
723
724 2006-07-04  Peter O'Gorman  <peter@pogma.com>
725
726         * ltconfig: chmod 644 before ranlib during install.
727
728 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
729
730         PR bootstrap/18058
731         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
732         if the bootstrap compiler is a GCC version that supports it.
733         * configure: Regenerate.
734
735 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
736
737         * configure.in: Fix thinkos in previous check-in.
738         * configure: Regenerate.
739
740 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
741
742         PR other/27063
743         * configure.in: Test subdir_requires and give an appropriate
744         error message.
745         * configure: Regenerate.
746
747 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
748
749         * MAINTAINERS (Write After Approval): Add myself.
750
751 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
752
753         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
754
755 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
756
757         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
758
759 2006-06-20  David Ayers  <d.ayers@inode.at>
760
761         PR bootstrap/28072
762         * configure.in: Add target-boehm-gc to noconfigdirs depending on
763         whether target-libjava is being configured instead of whether the
764         java front end is enabled.
765         * configure: Regenerate.
766
767 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
768
769         PR target/27540
770         * configure.in: Only enable libgomp on IRIX 6.
771         * configure: Regenerate.
772
773 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
774
775         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
776         too.
777         * Makefile.in: Regenerate.
778
779 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
780
781         * config-ml.in: Alter CCASFLAGS to include special
782         multilib options the same as is done for CFLAGS.
783
784 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
785
786         * configure.in: Don't enable libgomp on hpux10.
787         * configure: Rebuilt.
788
789 2006-06-12  David Ayers  <d.ayers@inode.at>
790
791         PR bootstrap/27963
792         PR target/19970
793         * configure.in: Remove target-boehm-gc from noconfigdirs where
794         ${libgcj} is specified.
795         * configure: Regenerate.
796
797 2006-06-06  Carlos O'Donell <carlos@codesourcery.com>
798
799         Sync from src:
800
801         * configure.in: Sync.
802         * configure: Regenerated.
803
804         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
805
806         * Makefile.def: Added dependencies from sim and gdb on intl, and
807         added configure dependencies to everything with an all dependency
808         on intl.
809         * Makefile.in: Regenerated.
810
811 2006-06-06  David Ayers  <d.ayers@inode.at>
812
813         PR libobjc/13946
814         * Makefile.def: Add dependencies for libobjc which boehm-gc.
815         * Makefile.in: Regenerate.
816         * configure.in: Add --enable-objc-gc at toplevel and have it
817         enable boehm-gc for Objective-C.
818         Remove target-boehm-gc from libgcj.
819         Add target-boehm-gc to target_libraries.
820         Add target-boehm-gc to noconfigdirs where ${libgcj}
821         is specified.
822         Assert that boehm-gc is supported when requested for Objective-C.
823         Only build boehm-gc if needed either for Java or Objective-C.
824         * configure: Regenerate.
825
826 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
827
828         PR 27674
829         * Makefile.tpl (configure-[+prefix+][+module+],
830         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
831         Remove rule to unstage bootstrapped modules.
832         (stage_current): New.
833         * Makefile.in: Regenerate.
834
835 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
836
837         * MAINTAINERS (Write After Approval): Update my e-mail address.
838
839 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
840
841         * include/libiberty.h: Declare pex_run_in_environment.
842
843 2006-05-31  Asher Langton  <langton2@llnl.gov>
844
845         * MAINTAINERS (Write After Approval): Add myself.
846
847 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
848
849         * Makefile.def (bfd, opcodes): Fix lib_path.
850         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
851         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
852         * Makefile.in: Regenerate.
853
854 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
855
856         * Makefile.in: Regenerate.
857
858 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
859
860         * Makefile.def: Add install-html target. Add datarootdir
861         docdir and htmldir to flags_to_pass.
862         * Makefile.tpl: Add install-html target.
863         * Makefile.in: Regenerate.
864         * configure.in: Add --with-datarootdir, --with-docdir, and
865         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
866         * configure: Regenerate.
867
868 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
869
870         * configure.in: Enable gprof for cross builds.
871         * configure: Regenerate.
872
873 2006-05-22  Richard Guenther  <rguenther@suse.de>
874
875         Revert
876         2006-01-31  Richard Guenther  <rguenther@suse.de>
877         Paolo Bonzini  <bonzini@gnu.org>
878
879         * Makefile.def (target_modules): Add libgcc-math target module.
880         * configure.in (target_libraries): Add libgcc-math target library.
881         (--enable-libgcc-math): New configure switch.
882         * Makefile.in: Re-generate.
883         * configure: Re-generate.
884         * libgcc-math: New toplevel directory.
885
886 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
887             Andreas Tobler  <a.tobler@schweiz.ch>
888
889         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
890         * configure: Rebuilt.
891
892 2006-05-12  Sandra Loosemore <sandra@codesourcery.com>
893
894         * MAINTAINERS (Write After Approval): Add myself.
895
896 2006-05-01  DJ Delorie  <dj@redhat.com>
897
898         * configure.in: Restore CFLAGS if GMP isn't present.
899         * configure: Regenerate.
900
901 2006-05-01  Richard Guenther  <rguenther@suse.de>
902
903         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
904         maintainer.
905
906 2006-04-30  Kenneth Zadeck <zadeck@naturalbridge.com>
907
908         * MAINTAINERS (Write After Approval): Add myself.
909
910 2006-04-28  Jan Beulich  <jbeulich@novell.com>
911
912         * MAINTAINERS (Write After Approval): Add myself.
913
914 2006-04-18  DJ Delorie  <dj@redhat.com>
915
916         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
917         reference libgloss so that libssp can be built in a combined
918         tree.
919         * configure: Regenerate.
920
921 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
922
923         * MAINTAINERS (Write After Approval): Add myself.
924
925 2006-04-05  Ben Elliston  <bje@au.ibm.com>
926
927         * configure.in: Require makeinfo 4.4 or higher.
928         * configure: Regenerate.
929
930 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
931
932         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
933         Rearrange the entries of other libraries to have them in one place.
934
935 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
936
937         * MAINTAINERS (Write After Approval): Remove myself.
938         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
939
940 2006-03-14  Richard Guenther  <rguenther@suse.de>
941
942         * configure: Regenerate with autoconf 2.13.
943
944 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
945
946         * MAINTAINERS: Use my work address.
947
948         * MAINTAINERS: Update my E-mail address.
949
950 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
951
952         * configure.in: Handle --disable-<component> generically.
953         * configure: Regenerate.
954
955 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
956
957         PR libgcj/17311
958         * ltmain.sh: Don't use "$finalize_rpath" for compile.
959
960 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
961
962         * MAINTAINERS (Write After Approval):  Remove myself.
963         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
964
965 2006-02-21  Rafael Avila de Espindola <rafael.espindola@gmail.com>
966
967         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
968         (TARGET_CONFIGDIRS): Remove.
969         * configure.in: Remove AC_SUBST(target_configdirs).
970         * Makefile.in, configure: Regenerated.
971
972 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
973
974         * MAINTAINERS (Write After Approval):  Remove myself.
975         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
976
977 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
978
979         PR bootstrap/25670
980
981         * Makefile.tpl ([+compare-target+]): Print explanation messages.
982
983         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
984         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
985         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
986         BUILD_PREFIX, BUILD_PREFIX_1.
987         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
988
989         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
990         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
991
992         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
993         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
994         of `cat stage_current`.  Always provide the `r' and `s' variables.
995         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
996         a single shell execution.
997         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
998         bootstrapped modules, make the stage1 module if the build was not
999         started yet, else build the current stage.
1000         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
1001         (all-build, all-host, all-target, [+make_target+]-host,
1002         [+make_target+]-target): Do not use \-continued lines.
1003         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
1004         (current_stage, restrap, stage_last): New.
1005
1006         * Makefile.in: Regenerate.
1007         * configure: Regenerate.
1008
1009 2006-02-19  Bud Davis  <jmdavis@link.com>
1010
1011         * MAINTAINERS (Write After Approval):  Remove myself.
1012         (Language Front End Maintainers):  Add myself as fortran 95
1013         maintainer and update e-mail address.
1014
1015 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
1016
1017         * MAINTAINERS (Write After Approval):  Remove myself.
1018         (Language Front End Maintainers):  Add myself as fortran 95
1019         maintainer.
1020
1021 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
1022
1023         * MAINTAINERS (Write After Approval): Add myself.
1024
1025 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
1026
1027         * MAINTAINERS (Write After Approval):  Remove myself.
1028         (Language Front End Maintainers):  Add myself as
1029         fortran 95 maintainer.
1030
1031 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
1032
1033         Sync from src:
1034
1035         2005-12-27  Leif Ekblad  <leif@rdos.net>
1036
1037         * configure.in: Add support for RDOS target.
1038         * configure: Regenerate.
1039
1040 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
1041             Andreas Schwab  <schwab@suse.de>
1042
1043         * configure: Regenerate.
1044
1045 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
1046
1047         * configure.in (enable_libgomp): Add AIX.
1048         * configure: Regenerate.
1049
1050 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
1051
1052         * MAINTAINERS (Write After Approval): Add myself.
1053
1054 2006-02-03  Lee Millward  <lee.millward@gmail.com>
1055
1056         * MAINTAINERS (Write After Approval): Add myself.
1057
1058 2006-01-31  Richard Guenther  <rguenther@suse.de>
1059         Paolo Bonzini  <bonzini@gnu.org>
1060
1061         * Makefile.def (target_modules): Add libgcc-math target module.
1062         * configure.in (target_libraries): Add libgcc-math target library.
1063         (--enable-libgcc-math): New configure switch.
1064         * Makefile.in: Re-generate.
1065         * configure: Re-generate.
1066         * libgcc-math: New toplevel directory.
1067
1068 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
1069
1070         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
1071         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
1072         the assembler, linker and binutils.
1073         * configure: Regenerate.
1074
1075 2006-01-22  Dirk Mueller  <dmueller@suse.de>
1076
1077         * MAINTAINERS (Write After Approval): Add myself.
1078
1079 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
1080
1081         * configure: Regenerate.
1082
1083 2006-01-18  Richard Henderson  <rth@redhat.com>
1084             Jakub Jelinek  <jakub@redhat.com>
1085             Diego Novillo  <dnovillo@redhat.com>
1086
1087         * libgomp: New directory.
1088         * Makefile.def: Add target_module libgomp.
1089         * Makefile.in: Regenerate.
1090         * configure.in (target_libraries): Add target-libgomp.
1091         * configure: Regenerate.
1092
1093 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
1094
1095         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
1096         @ from continuation.
1097         * Makefile.in: Rebuilt.
1098
1099 2006-01-04  Chris Lattner  <sabre@gnu.org>
1100
1101         * MAINTAINERS (Write After Approval): Add myself.
1102
1103 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
1104
1105         PR bootstrap/24252
1106
1107         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
1108         * Makefile.tpl (OBJDUMP): New.
1109         (EXTRA_HOST_FLAGS): Add it.
1110         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
1111
1112         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
1113         to use symbolic links between directories.  Avoid race conditions
1114         or make them harmless.
1115         * configure.in: Do not try to use symbolic links between directories.
1116
1117         * Makefile.def (LEAN): Pass.
1118         * Makefile.tpl (LEAN): Define.
1119         (stage[+id+]-start): Accept that the previous directory does not
1120         exist, if the bootstrap is lean.
1121         (stage[+id+]-bubble): Invoke lean bootstrap commands after
1122         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
1123         configure substitution.
1124         ([+compare-target+]): Likewise.
1125         ([+bootstrap-target+]-lean): New.
1126         * configure.in: Remove lean bootstrap support from here.
1127
1128         * Makefile.in: Regenerate.
1129         * configure: Regenerate.
1130
1131 2006-01-04  Ben Elliston  <bje@au.ibm.com>
1132
1133         * MAINTAINERS (libdecnumber): Add myself.
1134
1135 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
1136
1137         * libtool-ldflags: New script.
1138
1139 2006-01-02  Andreas Schwab  <schwab@suse.de>
1140
1141         * configure.in: When reconfiguring remove Makefile in
1142         all stage directories.
1143         * configure: Regenerate.
1144
1145 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
1146
1147         * MAINTAINERS: Update my email address.
1148
1149 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
1150
1151         Revert Ada-related part of the previous change.
1152
1153         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
1154         Do not pass.
1155         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
1156         * Makefile.in: Regenerate.
1157         * configure.in: Do not include mt-ppc-aix target fragment.
1158         * configure: Regenerate.
1159
1160 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
1161
1162         * configure.in: Select appropriate fragments for PowerPC/AIX.
1163         * configure: Regenerate.
1164
1165         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
1166         BOOT_CFLAGS, BOOT_LDFLAGS.
1167         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
1168         BOOT_CFLAGS, BOOT_LDFLAGS.
1169         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
1170         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
1171         (stage): Fail if we cannot complete the work.
1172         * Makefile.in: Regenerate.
1173
1174 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
1175
1176         * configure.in: Replace ms1 with mt.
1177         * configure: Rebuilt.
1178
1179 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
1180
1181         * MAINTAINERS: Update my email address.
1182
1183 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
1184
1185         * Makefile.tpl (all, do-[+make_target+], do-check, install,
1186         install-host-nogcc): Don't invoke $(stage) at the end.
1187         * Makefile.in: Regenerate.
1188
1189 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
1190
1191         * configure.in: Flip the top-level bootstrap switch.
1192         * configure: Regenerate.
1193
1194 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
1195
1196         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
1197         $(stage) and $(unstage).
1198         (EXTRA_TARGET_FLAGS): Correct double-quoting.
1199         (all): Remove stray semicolon.
1200         (local-distclean): Don't handle multilib.tmp and multilib.out.
1201         (install.all): Set $s for consistency.
1202         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
1203         check_multilibs setting.  Always make the install directory.
1204         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
1205         Correct @if/@endif.
1206         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
1207         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
1208         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
1209         (multilib.out): Remove.
1210         * Makefile.in: Regenerated.
1211
1212 2005-12-12  Carlos O'Donell <carlos@codesourcery.com>
1213
1214         * MAINTAINERS (Write After Approval): Add myself.
1215
1216 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
1217
1218         * MAINTAINERS: Add myself as mt maintainer.
1219
1220         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
1221
1222 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
1223
1224         * MAINTAINERS: Change email address.
1225
1226 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
1227
1228         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
1229         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
1230         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
1231         Find in-tree tools if available.
1232         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
1233         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
1234         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
1235         (COMPILER_*_FOR_TARGET): New.
1236         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
1237         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
1238         (CONFIGURED_*, USUAL_*): Remove.
1239         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
1240         STRIP): Use autoconf substitutions.
1241         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
1242         COMPILER_NM_FOR_TARGET): New.
1243         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
1244
1245         (all): Make all-host and all-target in parallel.
1246         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
1247         that $$r and $$s are set before invoking a recursive make.
1248         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
1249         ([+bootstrap-target+]): Inline most of the `all' target.
1250
1251 2005-11-29  Ben Elliston  <bje@au.ibm.com>
1252
1253         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
1254         from the gcc build directory.
1255         * Makefile.in: Regenerate.
1256
1257 2005-11-29  Ben Elliston  <bje@au.ibm.com>
1258
1259         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
1260         depend on all-libdecnumber.
1261         * configure.in (host_libs): Include libdecnumber.
1262         * Makefile.in: Regenerate.
1263         * configure: Likewise.
1264
1265 2005-11-29  Ben Elliston  <bje@au.ibm.com>
1266
1267         * libdecnumber: Import decNumber sources from the dfp-branch.
1268
1269 2005-11-21  Kean Johnston  <jkj@sco.com>
1270
1271         * config.sub, config.guess: Sync from upstream sources.
1272
1273 2005-11-21  Ben Elliston  <bje@au.ibm.com>
1274
1275         Import from Autoconf sources:
1276
1277         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
1278         * config/move-if-change: Don't output "$2 is unchanged";
1279         suggested by Ben Elliston.  Handle weird characters correctly.
1280
1281 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
1282
1283         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
1284         to match upstream libtool for darwin.
1285
1286 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
1287
1288         * Makefile.def: Remove gdb dependencies for gdbtk.
1289         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
1290         (configure-gdb, install-gdb): New rules.
1291         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
1292         * Makefile.in, configure: Regenerated.
1293
1294 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
1295
1296         * MAINTAINERS (Write After Approval): Add myself.
1297
1298 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
1299
1300         * MAINTAINERS (Write After Approval): Add myself.
1301
1302 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
1303
1304         * MAINTAINERS (alias analysis): Add Daniel Berlin and
1305         Diego Novillo.
1306
1307 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
1308
1309         PR bootstrap/24297
1310         * Makefile.tpl (do-[+make-target+], do-check, install,
1311         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
1312         are set before recursing.
1313         * Makefile.in: Regenerate.
1314
1315 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
1316
1317         PR bootstrap/18939
1318         * Makefile.def (gcc) <target>: Fix thinko.
1319         * Makefile.in: Regenerate.
1320
1321 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
1322
1323         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
1324         * configure: Regenerate.
1325
1326 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
1327
1328         * MAINTAINERS (Write After Approval): Add self.
1329
1330 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
1331
1332         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
1333         target-libffi, target-qthreads, target-libjava, and
1334         targetlibobjc.
1335         * configure: Regenerate.
1336
1337 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
1338
1339         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
1340         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
1341         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
1342         (USUAL_OBJDUMP_FOR_TARGET): New.
1343         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
1344         * configure.in: Check for $OBJDUMP_FOR_TARGET.
1345         * configure, Makefile.in: Regenerated.
1346
1347 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
1348
1349         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
1350         before other host packages.
1351
1352 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
1353
1354         * MAINTAINERS: Add self as sh libraries/configury maintainer.
1355
1356 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
1357
1358         PR bootstrap/22340
1359
1360         * configure.in (default_target): Remove.
1361         * Makefile.tpl (all): Do not use prerequisites as subroutines
1362         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
1363         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
1364         use prerequisites as subroutines.
1365         (check-host, check-target): New.
1366         (bootstrap configure & all targets): Do not use stage*-start
1367         if the directory layout is already ok.
1368         (non-bootstrap configure & all targets): Prepend a $(unstage).
1369         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
1370         (NOTPARALLEL): Remove.
1371         (unstage, stage variables): New variables.
1372         (unstage, stage targets): Simply expand to those variables.
1373
1374         * configure: Regenerate.
1375         * Makefile.in: Regenerate.
1376
1377 2005-10-04  James E Wilson  <wilson@specifix.com>
1378
1379         * Makefile.def (lang_env_dependencies): Add libmudflap.
1380         * Makefile.in: Regenerate.
1381
1382 2005-10-03  Andreas Schwab  <schwab@suse.de>
1383
1384         Backport from libtool CVS:
1385         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
1386
1387         * ltmain.sh: add support for installing into temporary
1388         staging area (e.g. 'make install DESTDIR=...')
1389
1390 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
1391
1392         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
1393         * configure: Regenerated.
1394
1395 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
1396
1397         * configure: Regenerate with the correct
1398         autoconf version.
1399
1400 2005-09-30  Catherine Moore  <clm@cm00re.com>
1401
1402         * configure.in (bfin-*-*): New.
1403         * configure: Regenerated.
1404
1405 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
1406
1407         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
1408         (LIPO_FOR_TARGET): New.
1409         (CONFIGURED_LIPO_FOR_TARGET): New.
1410         (USUAL_LIPO_FOR_TARGET): New.
1411         (STRIP_FOR_TARGET): New.
1412         (CONFIGURED_STRIP_FOR_TARGET): New.
1413         (USUAL_STRIP_FOR_TARGET): New.
1414         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
1415         STRIP_FOR_TARGET.
1416         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
1417         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
1418         * Makefile.in: Regenerate.
1419         * configure: Regenerate.
1420
1421 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
1422
1423         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
1424         (rs6000-*-aix*): Same.
1425         * configure: Regenerate.
1426
1427 2005-09-16  Tom Tromey  <tromey@redhat.com>
1428
1429         * MAINTAINERS: Add self as java maintainer.
1430
1431 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
1432
1433         * configure.in: Recognize f95 in the --enable-languages option,
1434         and substitute it for fortran, issuing a warning.
1435         * configure: Regenerate.
1436
1437 2005-08-30  Phil Edwards  <phil@codesourcery.com>
1438
1439         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
1440         * configure:  Regenerated.
1441
1442 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
1443
1444         * MAINTAINERS: Add self as ms1 maintainer.
1445
1446 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
1447
1448         * Makefile.def (libssp): Add to lang_env_dependencies.
1449         * Makefile.in: Regenerate.
1450
1451 2005-08-18  Ian Lance Taylor  <ian@airs.com>
1452
1453         * MAINTAINERS: Add myself as middle-end maintainer.
1454
1455 2005-08-17  Christian Groessler  <chris@groessler.org>
1456
1457         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
1458         * Makefile.in: Regenerate.
1459
1460 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
1461
1462         * MAINTAINERS (write after approval): Added myself.
1463
1464 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
1465
1466         * MAINTAINERS (Write After Approval): Add myself.
1467
1468 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
1469
1470         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
1471         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
1472         Look for alternate names of the target cc and c++
1473         * configure: Regenerate.
1474
1475 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
1476
1477         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
1478         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
1479         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
1480         tools; remove code to manually set them.
1481         (Target tools): Look in the environment for them.
1482         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
1483         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
1484         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
1485         build directory.
1486         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
1487         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
1488         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
1489         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
1490         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
1491         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
1492         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
1493         * configure: Regenerate.
1494         * Makefile.in: Regenerate.
1495
1496 2005-07-28  Ben Elliston  <bje@au.ibm.com>
1497
1498         * MAINTAINERS: Update for removed CPU targets.
1499
1500 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
1501
1502         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
1503         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
1504         * Makefile.in: Regenerated.
1505
1506 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
1507
1508         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
1509         (CFLAGS_FOR_TARGET): Use it.
1510         (CXXFLAGS_FOR_TARGET): Likewise.
1511         * Makefile.in: Regenerated.
1512         * configure.in (--with-build-sysroot): New option.
1513         * configure: Regenerated.
1514
1515 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
1516
1517         * Makefile.tpl: Wrap install between unstage and stage
1518         * Makefile.in: Regenerate.
1519
1520 2005-07-21  Eric Christopher  <echristo@apple.com>
1521
1522         * MAINTAINERS: Update affiliation.
1523
1524 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
1525
1526         * MAINTAINERS: Add self as crx port maintainer.
1527
1528 2005-07-20  DJ Delorie  <dj@redhat.com>
1529
1530         * MAINTAINERS: Add self as m32c maintainer.
1531
1532 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
1533
1534         * all files: Update FSF address.
1535
1536 2005-07-15  Eric Christopher  <echristo@redhat.com>
1537
1538         * MAINTAINERS: Change affiliation.
1539
1540 2005-07-14  Jim Blandy  <jimb@redhat.com>
1541
1542         * configure.in: Add cases for Renesas m32c.
1543         * configure: Regenerated.
1544
1545 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
1546
1547         * COPYING.LIB: Update from fsf.org.
1548
1549 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
1550
1551         * COPYING, compile, config.guess,
1552         config.sub, install-sh, missing, mkinstalldirs,
1553         symlink-tree, ylwrap: Sync from upstream sources.
1554         * config-ml.in: Update FSF address.
1555
1556 2005-07-13  Eric Christopher  <echristo@redhat.com>
1557
1558         * configure.in: Add toplevel noconfigdir support for tpf.
1559         * configure: Regenerate.
1560
1561 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
1562
1563         PR ada/22340
1564
1565         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
1566         * Makefile.in: Regenerate.
1567
1568 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
1569
1570         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
1571         Brolley to write-after-approval.
1572
1573 2005-07-07  Andreas Schwab  <schwab@suse.de>
1574
1575         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
1576         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
1577         * Makefile.in: Regenerated.
1578
1579 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
1580
1581         * configure.in: Don't build sim or rda when targetting darwin.
1582         * configure: Regenerate.
1583
1584 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
1585
1586         * configure.in: Add --enable-libssp and --disable-libssp.
1587         * configure: Regenerate with autoconf-2.13.
1588
1589 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
1590
1591         * Makefile.def (target_modules): Add libssp.
1592         * configure.in (target_libraries): Add target-libssp.
1593         * configure: Rebuilt.
1594         * Makefile.in: Rebuilt.
1595
1596 2005-07-01  Zack Weinberg  <zackw@panix.com>
1597
1598         * MAINTAINERS: Change email address.  Resign from maintainership.
1599
1600 2005-07-01  Richard Guenther  <rguenther@suse.de>
1601
1602         * MAINTAINERS: Change my e-mail address and affiliation.
1603
1604 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
1605
1606         * Makefile.def (stagefeedback): Come after profile.
1607         Define profiledbootstrap target.
1608         * Makefile.tpl (profiledbootstrap): Remove.
1609         (stageprofile-end): Zap stagefeedback.
1610         (stagefeedback-start): Copy all .gcda files, not only GCC's.
1611         * Makefile.in: Regenerate.
1612
1613 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
1614
1615         * MAINTAINERS: Update my email address.
1616
1617 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
1618
1619         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
1620         In 'cpp' stanza, support '#line' as well as '# '.
1621
1622 2005-06-08  Andreas Schwab  <schwab@suse.de>
1623
1624         * MAINTAINERS: Move myself from 'Write After Approval' to
1625         'CPU Port Maintainers' section as m68k maintainer.
1626
1627 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
1628
1629         * configure.in (unsupported_languages): New macro.
1630         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
1631         non-ported target libraries in noconfigdirs.
1632         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
1633         non-linux-gnu.  Remove libgcj_ex_libffi.
1634         <lang_frag loop>: Set add_this_lang=no if the language is in
1635         unsupported_languages.
1636         * configure: Regenerate.
1637
1638 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
1639
1640         * configure.in: Fix typo in handling of --with-mpfr-dir.
1641         * configure: Regenerate.
1642
1643 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
1644
1645         * MAINTAINERS: Update my email address.
1646
1647 2005-06-02  Jim Blandy  <jimb@redhat.com>
1648
1649         * config.sub: Add cases for the Renesas m32c.  (This patch has been
1650         accepted into the master sources.)
1651
1652 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
1653             Michael Snyder  <msnyder@redhat.com>
1654             Stan Cox  <scox@redhat.com>
1655
1656         * configure.in: Set noconfigdirs for ms1.
1657
1658         * configure: Regenerate.
1659
1660 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
1661
1662         * MAINTAINERS (Write After Approval): Add self.
1663
1664 2005-06-01  Josh Conner  <jconner@apple.com>
1665
1666         * MAINTAINERS (Write After Approval): Add self.
1667
1668 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
1669
1670         * MAINTAINERS: Update my email address.
1671
1672 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
1673
1674         * MAINTAINERS (Write After Approval): Add self.
1675
1676 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
1677
1678         * MAINTAINERS (Write After Approval): Remove self.
1679
1680 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
1681
1682         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
1683         (Dependencies): Consider target modules for bootstrap dependencies.
1684         Make target bootstrap modules depend on each stage's gcc.
1685         * Makefile.in: Regenerate.
1686
1687 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
1688
1689         * Makefile.def (configure-gcc): Depend on binutils having been built.
1690         (all-gcc): No need to do it here.
1691         * Makefile.in: Regenerate.
1692
1693 2005-05-19  Paul Brook  <paul@codesourcery.com>
1694
1695         * configure.in: Rewrite misleading error message when requested
1696         language cannot be built.
1697         * configure: Regenerate.
1698
1699 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
1700
1701         * ylwrap: Import from Automake 1.9.5.
1702
1703 2005-05-13  David Ung  <davidu@mips.com>
1704
1705         * MAINTAINERS (Write After Approval): Add self.
1706
1707 2005-05-09  Mike Stump  <mrs@apple.com>
1708
1709         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
1710         lt_cv_sys_max_cmd_len for now.
1711
1712 2005-05-09  Stan Cox  <scox@redhat.com>
1713
1714         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
1715
1716 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
1717
1718         * README.SCO: Update the URL.
1719
1720 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
1721
1722         * ltconfig: Define file_list_spec.  Pass file_list_spec and
1723         with_gnu_ld to libtool.
1724         * ltcf-c.sh (aix[45]): Define file_list_spec.
1725         * ltcf-cxx.sh (aix[45]): Same.
1726         * ltcf-gcj.sh (aix[45]): Same.
1727         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
1728         exists, write list of input files to temporary file.
1729
1730 2005-05-04  Mike Stump  <mrs@apple.com>
1731
1732         * configure.in: Always pass --target to target configures as
1733         otherwise rebuilds that do --recheck will fail.
1734         * confiugure: Rebuilt.
1735
1736 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
1737
1738         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
1739         STAGE_HOST_EXPORTS.
1740         (configure, all): Add bootstrap support.
1741         (Host modules, target modules): Pass post-stage1 flags and exports.
1742         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
1743         * Makefile.in: Regenerate.
1744
1745 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
1746
1747         * configure: Regenerate.
1748
1749 2005-04-27  Mike Stump  <mrs@apple.com>
1750
1751         * MAINTAINERS: Add self as darwin maintainer.
1752
1753 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
1754
1755         * config.sub: Update from master copy.
1756
1757 2005-04-21  Mike Stump  <mrs@apple.com>
1758
1759         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
1760         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
1761
1762 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
1763
1764         * configure.in <crisv32-*-*, cris-*-*>: New local variable
1765         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
1766         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
1767         "*-*-elf" and "*-*-linux*".
1768         * configure: Regenerate.
1769
1770 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
1771
1772         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
1773
1774 2005-04-12  Mike Stump  <mrs@apple.com>
1775
1776         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
1777
1778 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
1779
1780         * MAINTAINERS (Write After Approval): Add myself.
1781
1782 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
1783
1784         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
1785
1786 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
1787
1788         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
1789         (TARGET_CONFIGARGS): Include --with-target-subdir.
1790         (configure, all): New macros.  Use them throughout.
1791         * Makefile.in: Regenerate.
1792
1793 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
1794
1795         * MAINTAINERS (Write After Approval): Add myself.
1796
1797 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1798
1799         * MAINTAINERS: Remove 'loop unrolling' maintainer.
1800
1801 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
1802
1803         * MAINTAINERS: Move John Carr to Write After Approval.
1804
1805 2005-03-30  J"orn Rennecke <joern.rennecke@st.com>
1806
1807         * config/mh-mingw32: Delete.
1808         * configure.in: Don't use it.
1809         * configure: Regenerate.
1810
1811 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
1812
1813         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
1814         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
1815         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
1816         (HOST_LIB_PATH): Generate from Makefile.def.
1817         (TARGET_LIB_PATH): Likewise.
1818         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
1819         * Makefile.in: Regenerate.
1820         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
1821         (RPATH_ENVVAR): Include Darwin case.
1822         * configure: Regenerate.
1823
1824 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
1825
1826         * MAINTAINERS (Various Maintainers): Remove self.
1827         (Write After Approval): Add self.
1828
1829 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
1830
1831         * MAINTAINERS (Various Maintainers): Add self.
1832
1833 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
1834
1835         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
1836         * configure: Regenerate.
1837
1838 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
1839
1840         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
1841         gcc_version, and gcc_version_trigger from set of flags to pass.
1842         * Makefile.tpl: Remove definitions of above variables.
1843         (config.status): Remove dependency on $(gcc_version_trigger).
1844         * Makefile.in: Regenerate.
1845         * configure.in: Do not reference config/gcc-version.m4 nor
1846         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
1847         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
1848         * configure: Regenerate.
1849
1850 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
1851             Andrew Pinski <pinskia@physics.uc.edu>
1852
1853         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
1854         * Makefile.in: Regenerate.
1855
1856 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
1857
1858         * MAINTAINERS (Write After Approval): Add myself.
1859
1860 2005-03-03  David Ayers  <d.ayers@inode.at>
1861
1862         * MAINTAINERS (Write After Approval): Add myself.
1863
1864 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
1865
1866         PR libgcj/20160
1867         * ltmain.sh: Avoid creating archives with components that have
1868         duplicate basenames.
1869
1870 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
1871
1872         PR bootstrap/20250
1873         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
1874         instead of check.
1875         * Makefile.in: Regenerate.
1876
1877 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
1878
1879         * Makefile.in: Regenerate to fix conflict between the previous two
1880         patches.
1881
1882 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
1883
1884         PR bootstrap/17383
1885         * Makefile.def (target_modules): Remove "stage", now unnecessary.
1886         * Makefile.tpl (HOST_SUBDIR): New substitution.
1887         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
1888         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
1889         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
1890         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
1891         (Host modules, Bootstrapped modules): Use it.
1892         (Build modules, Target modules): Do not create symlink trees,
1893         always configure out-of-srcdir.
1894         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
1895         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
1896         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
1897         $(HOST_SUBDIR).  Create a symlink for host_subdir.
1898
1899         * Makefile.in: Regenerate.
1900         * configure: Regenerate.
1901
1902 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
1903
1904         Merged from libada-gnattools-branch:
1905         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
1906
1907         * gnattools: New directory.
1908         * Makefile.def: Add gnattools as a module, depending on target-libada.
1909         * Makefile.in: Regenerate.
1910         * configure.in: Include gnattools in host_tools; disable it if ada
1911         is disabled.
1912         * configure: Regenerate.
1913
1914 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
1915
1916         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
1917         treelang maintainer.
1918         (Write After Approval): Remove myself.
1919
1920 2005-02-23  Paul Schlie  <schlie@comcast.net>
1921
1922         * configure.in: Allow darwin targeted ports to build tk, itcl and
1923         libgui.
1924         * configure: Regenerate.
1925
1926 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
1927
1928         PR libgcj/10353
1929         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
1930         * configure: Regenerate.
1931
1932 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
1933
1934         * MAINTAINERS (Write After Approval): Add myself.
1935
1936 2005-02-10  Ian Lance Taylor  <ian@airs.com>
1937
1938         * MAINTAINERS: Update my e-mail address.
1939
1940 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
1941
1942         * MAINTAINERS (Write After Approval): Add myself.
1943
1944 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
1945
1946         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
1947         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
1948         target-libgloss when not *-*-elf and *-*-aout.
1949         * configure: Regenerate.
1950
1951 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
1952
1953         * MAINTAINERS: Remove obsolete entries.
1954
1955         * MAINTAINERS (Write After Approval): Add Michael Matz.
1956
1957 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
1958
1959         * MAINTAINERS: Remove self as cpplib maintainer.
1960
1961 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
1962
1963         * install-sh, config.sub: Import from upstream.
1964
1965 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
1966
1967         PR bootstrap/18222
1968         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
1969         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
1970         * Makefile.in: Regenerate.
1971
1972 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
1973
1974         * MAINTAINERS: Update my email address.
1975
1976 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
1977             Andreas Schwab  <schwab@suse.de>
1978
1979         PR bootstrap/18033
1980         * config-ml.in: Eval option if surrounded by single quotes.
1981
1982 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
1983
1984         Revert 2004-12-28 Makefile changes, a better fix will be
1985         applied to mainline and src after GCC 4.0 branches.
1986
1987 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
1988
1989         PR bootstrap/17383
1990
1991         * Makefile.def (target_modules): Remove stage parameter,
1992         it is always true now.
1993         * Makefile.tpl (configure-build-[+module+],
1994         configure-target-[+module+]): Always build symlink tree
1995         for the directory and for include.  BUILD_SUBDIR and
1996         TARGET_SUBDIR cannot be . anymore.
1997         * Makefile.in: Regenerate.
1998
1999 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
2000
2001         Revert 2004-12-08 Makefile changes.
2002
2003 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
2004
2005         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
2006         cygwin, mingw.
2007
2008 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
2009
2010         * configure.in (sh64-*-*): Reenable gprof.
2011         * configure: Regenerate.
2012
2013 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
2014
2015         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
2016         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
2017         (EXTRA_TARGET_FLAGS): Add PICFLAG.
2018         * Makefile.in: Regenerate.
2019
2020 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
2021
2022         * MAINTAINERS: Update my email address.
2023
2024 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
2025
2026         * Makefile.tpl: Generate normal dependencies if the LHS module is
2027         not bootstrapped.
2028         * Makefile.in: Regenerate.
2029
2030 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
2031
2032         * configure.in: Include config/gxx-include-dir.m4.  Use
2033         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
2034         * configure: Regenerate.
2035
2036 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
2037
2038         * config.if: Delete.
2039         * configure.in: Set libstdcxx_incdir directly.
2040         * configure: Regenerate.
2041
2042 2004-12-02  Eric Christopher  <echristo@redhat.com>
2043
2044         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
2045         * Makefile.in: Regenerate.
2046
2047 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
2048
2049         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
2050         * configure: Regenerate.
2051
2052 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
2053
2054         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
2055         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
2056         * configure: Regenerate.
2057
2058 2004-12-01  Eric Christopher  <echristo@redhat.com>
2059
2060         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
2061         of things to remove.
2062
2063 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
2064
2065         * MAINTAINERS (Write After Approval): Update my e-mail address.
2066
2067 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
2068
2069         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
2070         from CVS libtool to always pass_all.
2071
2072 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2073
2074         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
2075         (hppa*64*-*-*): Delete incorrect comment.
2076         * configure: Rebuilt.
2077
2078 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
2079
2080         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
2081
2082 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
2083
2084         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
2085         from CVS libtool to always pass_all.
2086
2087 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
2088
2089         * install-sh, compile: Import from automake.
2090
2091 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
2092
2093         * config.guess, config.sub:  Import from savannnah.
2094
2095 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
2096
2097         * MAINTAINERS (Write After Approval): Add myself
2098
2099 2004-11-12  Mike Stump  <mrs@apple.com>
2100
2101         * Makefile.def: Add html support.
2102         * Makefile.tpl: Likewise.
2103         * Makefile.in: Regenerate.
2104
2105 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
2106
2107         PR 18423
2108         * configure.in: Remove all instances of build-fixincludes from
2109         noconfigdirs.
2110         (build_configargs): Supply --target to subdirectories.
2111         * configure: Regenerate.
2112
2113         * Makefile.def: Make gcc install depend on fixincludes install.
2114         * Makefile.in: Regenerate.
2115
2116 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
2117
2118         * MAINTAINERS: Add myself as gcc testsuite maintainer.
2119
2120 2004-11-11  Paul Brook  <paul@codesourcery.com>
2121
2122         * MAINTAINERS: Add self as arm maintainer.  Update email address.
2123
2124 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
2125
2126         * configure.in (noconfigdirs) [mmix-*-*]: Disable
2127         target-libgfortran.
2128         * configure: Regenerate.
2129
2130 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
2131
2132         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
2133         like CC.
2134
2135 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
2136
2137         * Makefile.def (host fixincludes): Specify missing targets.
2138         * Makefile.in: Regenerate.
2139
2140 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
2141
2142         * MAINTAINERS: Add myself
2143
2144 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
2145
2146         * MAINTAINERS (Write After Approval): Add myself.
2147
2148 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
2149
2150         * Makefile.def: Build fixincludes for the host, too.
2151         * Makefile.in: Regenerate.
2152         * configure.in (host_tools): Add fixincludes.
2153         * configure: Regenerate.
2154
2155 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
2156
2157         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
2158         * configure: Regenerated.
2159
2160 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
2161
2162         PR other/17783
2163         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
2164         * configure: Regenerated.
2165
2166 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
2167
2168         * README.SCO: Update per FSF instructions.
2169
2170 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
2171
2172         PR target/18151
2173         * configure.in (case ${target}): Do not build fixincludes for avr.
2174         * configure: Regenerated.
2175
2176 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
2177
2178         * configure.in (case ${target}): Do not build fixincludes
2179         on platforms where it is not used.
2180         * configure: Regenerated.
2181
2182 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
2183
2184         * configure.in: Use an absolute path to install-sh.
2185         * configure: Regenerated.
2186
2187 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
2188
2189         * MAINTAINERS (Write After Approval): Add myself.
2190
2191 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
2192
2193         * MAINTAINERS: Remove from Write After Approval those that are
2194         already maintainers.
2195
2196 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
2197
2198         * MAINTAINERS:  Update my email address.
2199
2200 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
2201
2202         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
2203         * configure: Regenerate.
2204
2205 2004-10-07  J"orn Rennecke <joern.rennecke@st.com>
2206
2207         * MAINTAINERS:  Update my email address.
2208
2209 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
2210
2211         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
2212         entries belonging to this category.
2213
2214 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
2215
2216         * MAINTAINERS: Update my e-mail address.
2217
2218 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
2219
2220         Fix wrong conflict resolution in:
2221
2222         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
2223
2224         * Makefile.in: Regenerate.
2225         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
2226         in the recursive `make', instead of hardwiring `all'.
2227         (Autogenerated TARGET-* variables): New.
2228
2229 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
2230
2231         * configure.in: Enable target-libgloss for crx-*-*.
2232         * configure: Regenerate.
2233
2234 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
2235
2236         * MAINTAINERS (Various Maintainers): Move the "windows,
2237         cygwin, mingw" maintainer to ...
2238         (OS Port Maintainers): ... here.
2239
2240 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
2241
2242         * MAINTAINERS (Write After Approval): Remove those that are
2243         maintainers of some subsystem.
2244
2245 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
2246
2247         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
2248         * ltcf-cxx.sh (tpf*): Likewise.
2249         * ltconfig (tpf*): Add TPF OS configuration support.
2250
2251 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
2252
2253         * MAINTAINERS: Change my email address to my new work account.
2254
2255 2004-09-24  Michael Roth  <mroth@nessie.de>
2256
2257         * configure.in (--without-headers): Add missing double quotes.
2258         * configure: Regenerate.
2259
2260 2004-09-24  Kelley Cook <kcook@gcc.gnu.org>
2261
2262         * ylwrap: Revert to previous version.
2263
2264 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
2265
2266         PR bootstrap/17369
2267         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
2268         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
2269         SET_GCC_LIB_PATH_CMD.
2270         (BASE_TARGET_EXPORTS): Likewise.
2271         * Makefile.in: Regenerated.
2272
2273         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
2274         * configure: Regenerated.
2275
2276 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
2277
2278         * config.guess: New upstream version
2279         * compile, depcomp, install-sh, ylwrap: Likewise.
2280
2281 2004-09-19  Roger Sayle  <roger@eyesopen.com>
2282
2283         * config/mh-x86omitfp: New host makefile fragment.  Add
2284         -fomit-frame-pointer to the default BOOT_CFLAGS.
2285         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
2286         * configure: Regenerate.
2287
2288 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
2289
2290         PR target/11572
2291         * configure.in (*-*-darwin*): Renable libobjc.
2292         * configure: Regenerate.
2293
2294 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
2295
2296         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
2297
2298 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
2299
2300         * Makefile.def: Remove libbanshee.
2301         * Makefile.tpl: Ditto.
2302         * configure.in: Ditto.
2303         * Makefile.in: Regen.
2304         * configure: Ditto.
2305
2306 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
2307
2308         * ltmain.sh: Use $pic_object as $non_pic_object if
2309         $non_pic_object=none.
2310
2311 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
2312
2313         * missing: Import latest version from master repository.
2314
2315 2004-09-06  Nick Clifton  <nickc@redhat.com>
2316
2317         * config.sub: Import latest version from master repository.
2318         * config.guess: Likewise.
2319         This includes these changes:
2320
2321         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
2322
2323         * config.sub: Handle crisv32, alias etraxfs.
2324         * config.guess (crisv32:Linux:*:*): Handle.
2325
2326         2004-08-13  Brad Smith  <brad@comstyle.com>
2327
2328         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
2329         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
2330
2331         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
2332
2333         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
2334         assume the processor is a powerpc.  This is because coreutils
2335         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
2336         in this case, due to a MacOS X bug that causes
2337         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
2338         to return a negative number.
2339         Problem reported by Petter Reinholdtsen in:
2340         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
2341
2342         2004-07-19  Ben Elliston  <bje@gnu.org>
2343
2344         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
2345
2346         2004-06-24  Ben Elliston  <bje@gnu.org>
2347
2348         * config.guess: Update copyright years.
2349         * config.sub: Likewise.
2350
2351         2004-06-22  Robert Millan  <robertmh@gnu.org>
2352
2353         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
2354         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
2355
2356         2004-06-22  Stanley F. Quayle <stan@stanq.com>
2357
2358         * config.guess (*:*VMS:*:*): New entry. Replaces
2359         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
2360         manufacturer.
2361
2362         2004-06-22  Ben Elliston  <bje@gnu.org>
2363
2364         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
2365         * config.sub: Likewise.
2366
2367         2004-06-22  Ben Elliston  <bje@gnu.org>
2368
2369         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
2370         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
2371
2372         2004-06-11  Ben Elliston  <bje@gnu.org>
2373
2374         * config.guess (pegasos:OpenBSD:*:*): Remove.
2375
2376         2004-06-11  Ben Elliston  <bje@gnu.org>
2377
2378         From Wouter Verhelst <wouter@grep.be>:
2379         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
2380
2381         2004-06-11  Ben Elliston  <bje@gnu.org>
2382
2383         * config.guess (luna88k:OpenBSD:*:*): New.
2384
2385         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
2386
2387         * config.guess (m32r*:Linux:*:*): New case.
2388         * config.sub: Handle m32rle.
2389
2390         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
2391
2392         From Jens Petersen  <petersen@redhat.com>:
2393         * config.sub: Handle sparcv8.
2394
2395         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
2396
2397         From Tom Smith <smith@cag.lkg.hp.com>:
2398         * config.guess: Version suffixes are equally significant on Tru64
2399         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
2400         prefix of "P" (patched kernel).
2401
2402         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
2403
2404         * config.sub: Add support for National Semiconductor CRX target.
2405
2406 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
2407
2408         * MAINTAINERS (Various Maintainers): Remove myself as web page
2409         maintainer, add myself as maintainer of build status lists.
2410
2411 2004-09-03  Jan Beulich  <jbeulich@novell.com>
2412
2413         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
2414         *-*-netware, but add target-libmudflap.
2415         Consolidate *-*-netware targets (of which really only i?86 exists)
2416         into a single entry.
2417         * configure: Likewise.
2418
2419 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
2420
2421         * Makefile.tpl (sorry): Remove.
2422         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
2423         (cleanstrap targets): Depend on distclean, not distclean-stage1.
2424         (do-clean): Clean per-stage directories too.
2425         (do-distclean): Run distclean-stage1 too.
2426         (.NOTPARALLEL): Enable during toplevel bootstrap.
2427         (stage[+id+]-bubble): Enable parallel execution during
2428         the recursive invocation.
2429         * Makefile.in: Regenerate.
2430
2431         Fix previous checkin:
2432
2433         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
2434         include.
2435         * configure.in: Fix indentation.
2436         * configure: Regenerate.
2437
2438 2004-08-31  Robert Bowdidge <bowdidge@apple.com>
2439
2440         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
2441         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
2442         * configure: regenerate
2443         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
2444         -mdynamic-no-pic
2445
2446
2447 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
2448
2449         * Makefile.def (build_modules): Add fixincludes.
2450         (dependencies): Make gcc depend on fixincludes.
2451         * configure.in (build_tools): Add fixincludes.
2452         (build_configdirs): Always include build_libs.
2453         * Makefile.in: Regenerate.
2454         * configure: Regenerate.
2455
2456 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
2457
2458         * Makefile.def (bootstrap stages): Add 'lean' parameter.
2459         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
2460         phony targets; do not generate timestamp files.
2461         (distclean-stageN): Remove references to their timestamp files.
2462         (restageN, touch-stageN): Remove.
2463         (stageN-bubble): Rewritten.
2464         (compare): Support lean bootstraps.
2465         * Makefile.in: Regenerate.
2466
2467         * configure.in: Only warn when bootstrapping but
2468         build != host or build != target.  Support lean bootstraps.
2469         * configure: Regenerate.
2470
2471 2004-08-26  Phil Edwards  <phil@codesourcery.com>
2472
2473         * configure.in:  Give a better error message if GMP/MPFR are missing
2474         and a language needing them has been requested.
2475         * configure:  Regenerated.
2476
2477 2004-08-25  Phil Edwards  <phil@codesourcery.com>
2478
2479         * configure.in:  Print a list of available language front-ends if
2480         a requested one is missing.  Tidy stray tab characters.
2481         * configure:  Regenerated.
2482
2483 2004-08-19  Michael Koch  <konqueror@gmx.de>
2484
2485         * gcc/doc/install.texi: Update entry about automake for libjava.
2486
2487 2004-08-17  Robert Millan  <robertmh@gnu.org>
2488
2489         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
2490         (instead of FreeBSD).
2491         * configure: Regenerate.
2492
2493 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
2494
2495         * Makefile.in: Regenerate.
2496         * configure: Regenerate.
2497
2498         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
2499         stage_*_flags.
2500         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
2501         for bootstrapped modules if toplevel bootstrap is going.
2502         (GCC bootstrap): Generate per-stage targets for all bootstrapped
2503         modules.  Adjust for changes in Makefile.def.  Enable several
2504         rules even in non-bootstrap mode, just to avoid peppering the
2505         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
2506         (stage-[+prev+]-bubble): Remove.
2507
2508         * Makefile.def (Dependencies): Depend on all-build-bison,
2509         all-build-flex, all-build-byacc, all-build-texinfo, rather
2510         than the host variations.
2511         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
2512         with BUILD_SUBDIR.
2513         (BISON): Update for recent Bisons.
2514         (YACC): Fix typo.
2515         (cross): Depend on all-build.
2516         (all): Do not depend on all-build.
2517         (prebootstrap): Remove.
2518         (dep-kind): Accept separate prefixes for MODULE and ON variables.
2519         (Prebootstrap dependencies): Add them to the per-stage targets
2520         and to all-prebootstrap.
2521         * configure.in (build_configdirs): Always enable build_tools.
2522         (BUILD_DIR_PREFIX): Remove.
2523
2524         * Makefile.def (gcc): Add target variable.
2525         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
2526         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
2527         in the recursive `make', instead of hardwiring `all'.
2528         (Autogenerated TARGET-* variables): New.
2529
2530 2004-08-13  Brian Booth  <bbooth@redhat.com>
2531
2532         * MAINTAINERS: Remove myself from write-after-approval.
2533
2534 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
2535
2536         * src-release: Stop distributing mmalloc with gdb (which doesn't
2537         use it).
2538         * Makefile.def: GDB doesn't depend on mmalloc anymore.
2539         * Makefile.in: Regenerate.
2540
2541 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
2542
2543         * configure.in (arm*-*-eabi*): New target.
2544         * configure: Regenerate.
2545
2546 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
2547
2548         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
2549         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
2550         (Dependencies): New section.
2551         * Makefile.tpl (Dependencies): Generate from Makefile.def.
2552         (configure-target-[+module+]): Depend on maybe-all-gcc
2553         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
2554         (toplevel profiledbootstrap): Fix dependencies.
2555         * Makefile.in: Regenerate.
2556
2557 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
2558
2559         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
2560         target-libiberty to noconfigdirs.
2561         * configure: Regenerate.
2562
2563 2004-08-03  Paul Brook  <paul@codesourcery.com>
2564
2565         * configure.in: Check for MPFR as well as GMP.
2566         * configure: Regenerate.
2567
2568 2004-08-01  Robert Millan  <robertmh@gnu.org>
2569
2570         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
2571         libmudflap for all GNU-based systems (with Glibc).
2572         * configure: Regenerate.
2573
2574 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
2575
2576         * Makefile.def (host-modules): Add gcc.
2577         * Makefile.in: Regenerate.
2578         * Makefile.tpl (sorry): New rule.
2579         (configure-host, all-host, [+make_target+]-host, do-check,
2580         install-host): Do not add gcc as a special case.
2581         (host modules): Add a small special-casing for gcc.  Export
2582         extra_make_flags through the environment.
2583         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
2584         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
2585         other recursive targets for gcc): Remove.
2586
2587         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
2588         (stage, unstage): New rules.
2589         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
2590         distclean-stage[+id+]): Use stage_current.
2591         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
2592         the stage*-start rules.
2593
2594 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
2595
2596         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
2597         use -all_load flag.
2598
2599 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
2600
2601         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
2602         * configure: Regenerate.
2603
2604 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
2605
2606         * maintainer-scripts/gcc_release: Revert yesterday's change.
2607
2608 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
2609
2610         * MAINTAINERS: Add myself to write-after-approval.
2611
2612 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
2613
2614         * libf2c: Removed.
2615         * gcc/gccbug.in: Updated because of libf2c removal.
2616         * maintainer-scripts/gcc_release: Ditto.
2617
2618 2004-07-09  Loren J. Rittle <ljrittle@acm.org>
2619
2620         * configure.in: Build libmudflap by default on FreeBSD.
2621         * configure: Regenerated.
2622
2623 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
2624
2625         * configure.in: Do not build libmudflap by default on non-GNU/Linux
2626         systems.
2627         * configure: Regenerated.
2628
2629 2004-07-08 John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2630
2631         PR target/16344
2632         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
2633         feedback based compiler.
2634         * Makefile.in: Rebuilt.
2635
2636 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
2637
2638         * Makefile.def (host_modules): Set bootstrap=true for flex.
2639         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
2640         * Makefile.in: Rebuilt.
2641
2642 2004-07-07  Jan Hubicka  <jh@suse.cz>
2643
2644         * MAINTAINERS: Add self as a profile feedback maintainer.
2645
2646 2004-07-05  Phil Edwards  <phil@codesourcery.com>
2647
2648         * configure.in:  Do not prepend $srcdir to /dev/null in
2649         makefile fragments.
2650         * configure:  Regenerate.
2651
2652 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
2653
2654         * Makefile.def (build_modules): Add bison, byacc, flex,
2655         m4, texinfo.
2656         (flags_to_pass): Add FLEX.
2657         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
2658         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
2659         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
2660         DEFAULT_MAKEINFO): Remove.
2661         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
2662         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
2663         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
2664         objdir or else use configured tool.
2665         (all-build): New.
2666         (all): Depend on it.
2667         (Build module dependencies): Add.
2668         * Makefile.in: Regenerate.
2669         * configure.in: Better support for multiple build modules,
2670         matching what is done for host/target modules.  Do not look
2671         for "plausible" locations of build tools if Canadian cross.
2672         Use autoconf's AC_PROG_CC to find a C compiler.  Define
2673         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
2674         * configure: Regenerate.
2675
2676 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
2677
2678         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
2679         * Makefile.in: Regenerate.
2680
2681 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
2682
2683         * Makefile.tpl (configure-build-[+module+],
2684         configure-[+module+], configure-target-[+module+]): Pass
2685         [+extra_configure_args+].
2686         (all-build-[+module+], all-[+module+], check-[+module+],
2687         install-[+module+], [+make_target+]-[+module+],
2688         all-target-[+module+], check-target-[+module+],
2689         install-target-[+module+], [+make_target+]-target-[+module+]):
2690         Pass [+extra_make_args+].
2691         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
2692         (GCC_HOST_EXPORTS): Remove.
2693         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
2694         cross, check-gcc, check-gcc-c++, install-gcc,
2695         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
2696         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
2697         * Makefile.in: Regenerate.
2698
2699 2004-06-21  Matthew Sachs  <msachs@apple.com>
2700
2701         * MAINTAINERS: Added self to write-after-approval.
2702
2703 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
2704
2705         * configure.in: Check for srcdir/winsup rather than build directory
2706         winsup.
2707         * configure: Regenerate.
2708
2709 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
2710
2711         * configure.in: Don't build Cygwin native newlib if winsup
2712         directory is missing.  Emit warning instead.
2713         * configure: Regenerate.
2714
2715 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
2716
2717         * Makefile.tpl (touch-stage[+id+]): New.
2718         (restage[+prev+]): Depend on touch-stage[+id+].
2719
2720         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
2721         Use it throughout.
2722
2723         * Makefile.def: Add profile and feedback bootstrap stages.
2724         Remove next field from bootstrap stages.
2725         * Makefile.tpl (LN, LN_S): Substitute.
2726         (stageN-start, stageN-end): Use double-colon rules, to
2727         provide a hook for additional setup commands.
2728         (distclean-stageN-gcc, restageN): Create dependencies from
2729         [+prev+], not from [+next+].
2730         (stageN-bubble): Add commands for successive stages from
2731         [+prev+], using double-colon rules.
2732         (all-stageN-gcc): Fix typo.
2733         (stagefeedback-start, profiledbootstrap): New.
2734         * Makefile.in: Regenerate.
2735         * configure.in: Call ACX_PROG_LN.
2736         * configure: Regenerate.
2737
2738 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
2739
2740         * MAINTAINERS (Write After Approval): Add myself.
2741
2742 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
2743
2744         * MAINTAINERS (Write After Approval): Add myself.
2745
2746 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
2747
2748         * configure.in: Fix --enable-bootstrap breakage introduced in trees
2749         without gcc.
2750         * configure: Regenerate.
2751
2752 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
2753
2754         * Makefile.tpl: Fix typo.
2755         * Makefile.in: Regenerate.
2756
2757 2004-06-01  Paolo Bonzini <bonzini@gnu.org>
2758
2759         * configure.in: Remove new- prefix from toplevel
2760         bootstrap targets.
2761         * configure: Regenerate.
2762
2763 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
2764
2765         * Makefile.tpl (all.normal): Rename to all.
2766         (all): Replace with a rule to pick the default
2767         target from configure.
2768         (all-gcc, configure-gcc): Use conditionals to
2769         do nothing when toplevel bootstrap is going on.
2770         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
2771         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
2772         * configure.in: Support --enable-bootstrap.
2773
2774         * Makefile.def: Remove new- prefix from toplevel
2775         bootstrap targets.
2776         * Makefile.tpl: Likewise.
2777
2778         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
2779         target.
2780
2781         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
2782         $(RECURSE_FLAGS) to recursive invocation of make.
2783
2784         * Makefile.in: Regenerate.
2785         * configure: Regenerate.
2786
2787 2004-05-30  Andreas Jaeger  <aj@suse.de>
2788             Jim Wilson <wilson@specifixinc.com>
2789
2790         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
2791         like CC.
2792
2793 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
2794
2795         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
2796         * configure: Regenerate.
2797
2798 2004-05-25  Daniel Jacobowitz  <drow@false.org>
2799
2800         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
2801         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
2802         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
2803         targets.
2804         * Makefile.in: Regenerate.
2805
2806 2004-05-24  Paolo Bonzini <bonzini@gnu.org>
2807
2808         * configure.in: Test the ability to symlink directories.
2809         * configure: Regenerate.
2810
2811         * Makefile.def (bootstrap-stage): New definitions.
2812         * Makefile.tpl (configure-stage1-gcc,
2813         configure-stage2-gcc, configure-stage3-gcc,
2814         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
2815         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
2816         new-restage3, compare): Autogenerate, see Makefile.in
2817         entry for behavioral changes.
2818         (distclean-stage1, new-stage1-start, new-stage1-end,
2819         new-stage1-bubble, distclean-stage2, new-stage2-start,
2820         new-stage2-end, new-stage2-bubble, distclean-stage3,
2821         new-stage3-start, new-stage3-end): New autogenerated targets.
2822         (objext, prebootstrap, BOOT_CFLAGS,
2823         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
2824         targets.
2825
2826         * Makefile.in: Regenerate.
2827         (distclean-stage1, new-stage1-start, new-stage1-end,
2828         new-stage1-bubble, distclean-stage2, new-stage2-start,
2829         new-stage2-end, new-stage2-bubble, distclean-stage3,
2830         new-stage3-start, new-stage3-end): New targets.
2831         (all-stage1-gcc): Move prebootstrap dependency from here...
2832         (configure-stage1-gcc): ...to here.
2833         (new-bootstrap): Use bubble targets.
2834         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
2835         Use per-stage distclean targets.
2836         (configure-stage1-gcc, configure-stage2-gcc,
2837         configure-stage3-gcc, all-stage1-gcc,
2838         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
2839         Use new-stageN-start to prepare the tree.
2840
2841 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
2842
2843         * Makefile.def (host_modules): add libcpp.
2844         * Makefile.tpl: Add dependencies on and for libcpp.
2845         * Makefile.in: Regenerate.
2846         * configure.in: Add libcpp host module.
2847         * configure: Regenerate.
2848
2849 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
2850
2851         * Makefile.tpl: Whenever a recursive target is defined, wrap
2852         it in a special @if/@endif block, and prepare its maybe
2853         dependency in the @if/@endif block
2854         * configure.in: Instead of writing maybe dependencies, remove
2855         the @if/@endif statements, and remove the @if/@endif blocks
2856         that remain.
2857         * configure: Regenerate.
2858         * Makefile.in: Regenerate.
2859
2860 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
2861
2862         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
2863
2864 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
2865
2866         PR bootstrap/15120
2867         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
2868         * */configure: Rebuilt.
2869
2870 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
2871
2872         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
2873         of libf2c.
2874         * configure, Makefile.in: Regenerate.
2875
2876 2004-05-13  Tobias SchlÃÂüter  <tobi@gcc.gnu.org>
2877
2878         * MAINTAINERS (Write After Approval): Add myself.
2879
2880 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
2881
2882         Merge from tree-ssa-20020619-branch.
2883
2884         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
2885         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
2886         (HOST_GMPLIBS): Define.
2887         (HOST_GMPINC): Define.
2888         (TARGET_LIB_PATH): Add libmudflap.
2889         (GFORTRAN_FOR_TARGET): Define.
2890         (configure-build*): Export GFORTRAN.
2891         (configure-gcc): Export GMPLIBS and GMPINC.
2892         (all-gcc): Add maybe-all-libbanshee.
2893         (configure-target-libgfortran): Define.
2894         * Makefile.in: Regenerate.
2895         * configure.in (host_libs): Add libbanshee.
2896         (target_libraries): Add target-libmudflap and target-libgfortran.
2897         Add --with-libbanshee.
2898         Handle --disable-libmudflap.
2899         (*-*-freebsd*): Use with_gmp.
2900         Add $(libgcj) to noconfigdirs.
2901         * configure: Regenerate.
2902         * depcomp: New file.
2903         * MAINTAINERS: Add tree-ssa maintainers.
2904
2905 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
2906
2907         * MAINTAINERS (Various Maintainers): Add myself.
2908
2909 2004-04-30  Brian Ford  <ford@vss.fsi.com>
2910
2911         * MAINTAINERS (Write After Approval): Add myself.
2912
2913 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
2914
2915         * MAINTAINERS (Write After Approval): Add myself.
2916
2917 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
2918
2919         * config/acx.m4: Fix fastcompare support for new-bootstrap.
2920         * configure: Regenerate.
2921
2922 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
2923
2924         Revert:
2925         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
2926
2927         * Makefile.def (flags_to_pass): Remove *dir variables that
2928         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
2929         as well as prefix and exec_prefix.
2930         * Makefile.in: Regenerate.
2931
2932 2004-04-26  Robert Millan  <robertmh@gnu.org>
2933
2934         Add patches from libtool CVS.
2935         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
2936         * ltconfig: Likewise.
2937         * ltcf-c.sh: Likewise.
2938         * ltcf-cxx.sh: Likewise.
2939         * ltcf-gcj.sh: Likewise.
2940
2941 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
2942
2943         * Makefile.def (host_modules): Mark with the bootstrap
2944         flag packages on which gcc depends.
2945         * Makefile.tpl (all-bootstrap): Use it.
2946         * Makefile.in: Regenerate.
2947
2948 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
2949
2950         * Makefile.def (flags_to_pass): Remove *dir variables that
2951         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
2952         as well as prefix and exec_prefix.
2953         * Makefile.in: Regenerate.
2954
2955 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
2956
2957         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
2958         * configure: Regenerate.
2959         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
2960         * gcc/Makefile.tpl (compare): Use the result of the test.
2961         * gcc/Makefile.in: Regenerate.
2962
2963 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
2964
2965         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
2966         Always relocate gcc and prev-gcc to the original names, even
2967         if the build fails.
2968         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
2969         New targets.
2970
2971 2004-04-23  Laurent GUERBY <laurent@guerby.net>
2972
2973         * MAINTAINERS: Update my email address.
2974
2975 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2976
2977         * configure.in (mips*-*-irix5*): Enable ld.
2978         * configure: Regenerate.
2979
2980 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2981
2982         * configure: Regenerate.
2983
2984 2004-04-15  James E Wilson  <wilson@specifixinc.com>
2985
2986         * Makefile.tpl (configure-[+module+], configure-gcc,
2987         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
2988         Set and export LDFLAGS.
2989         * Makefile.in: Regenerate.
2990
2991 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
2992
2993         * MAINTAINERS: Add myself to write-after-approval.
2994
2995 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
2996
2997         PR bootstrap/14871
2998         * Makefile.tpl: If we don't have built-in-tree target tools,
2999         use the ones found by configure rather than hacking around with
3000         program_transform_name.
3001         * configure.in: Give Makefile.tpl the information necessary
3002         to do that.
3003         * Makefile.in: Regenerate.
3004         * configure: Regenerate.
3005
3006 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
3007
3008         PR bootstrap/14760
3009         * configure.in: When computing baseargs, strip *all* copies of
3010         offending options.  Also, don't match/substitute the trailing space,
3011         so that this actually works when two similar options are separated by
3012         only one space.
3013         * configure: Regenerate.
3014
3015 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
3016
3017         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
3018         (rs6000-*-aix*): Same.
3019         * configure: Regenerate.
3020
3021 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
3022
3023         * MAINTAINERS: Add myself to write-after-approval.
3024
3025 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
3026
3027         * MAINTAINERS: Add myself to write-after-approval.
3028
3029 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
3030
3031         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
3032         STRICT_WARN, WARN_CFLAGS flags passed down to make.
3033         * Makefile.in: Regenerate.
3034
3035         * configure.in (top level bootstrap support): Rework --enable-werror
3036         to set @stage2_werror_flag@.
3037         * configure: Regenerate.
3038         * Makefile.tpl (top level bootstrap support): Pass
3039         @stage2_werror_flag@ down to configure in stages 2 and 3.
3040         * Makefile.in: Regenerate.
3041
3042 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
3043
3044         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
3045         for stages 2 and 3 as well as in make.  As a consequence, remove
3046         OUTPUT_OPTION (now detected by configure) from the flags passed down
3047         to make.
3048         * Makefile.in: Regenerate.
3049
3050         * Makefile.tpl (new-bootstrap): Fix typo.
3051         * Makefile.in: Regenerate.
3052
3053 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
3054
3055         * Makefile.tpl: Rearrange by moving recursive_targets rules
3056         into their proper sections.
3057         * Makefile.tpl (top level bootstrap support): Move disabling
3058         of coverage flags from 'make' to 'configure'; improve comments.
3059         * Makefile.in: Regenerate.
3060
3061         * Makefile.tpl (experimental top level bootstrap) Move stage1
3062         language setting from all- target to configure- target; disable
3063         intermodule optimization in stage 1; prevent gratuitous rebuilds
3064         of stage 1.
3065         * Makefile.in: Regenerate.
3066         * configure.in: Comma-separate stage 1 language list for top
3067         level bootstrap.
3068         * configure: Regenerate.
3069
3070         * Makefile.tpl: Clean up experimental top level bootstrap support:
3071         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
3072         prev-gcc in configure- targets as well as all- targets.
3073         * Makefile.in: Regenerate.
3074
3075 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
3076
3077         * compile: New file imported from automake.
3078
3079 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
3080
3081         * configure.in: Remove symbolic link section.
3082         * configure: Regenerate.
3083         * Makefile.tpl (links): Remove.
3084         * Makefile.in: Regenerate.
3085
3086 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
3087             Nathanael Nerode  <neroden@gcc.gnu.org>
3088
3089         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
3090         Set with AC_CHECK_PROGS.
3091         * configure.in: Fix comment typo from last patch.
3092         * configure: Regenerate.
3093
3094 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
3095
3096         * Makefile.tpl: Introduce experimental top level bootstrap support.
3097         * Makefile.in: Regenerate.
3098         * configure.in: Introduce support for top level bootstrap.
3099         * configure: Regenerate.
3100
3101 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
3102             Paolo Bonzini  <bonzini@gnu.org>
3103
3104         PR bootstrap/14522
3105         * configure.in: Cope with shells that do not support unquoted ^
3106         * configure: Regenerate.
3107
3108 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
3109             Paolo Bonzini  <bonzini@gnu.org>
3110
3111         PR bootstrap/14522
3112         * configure.in: Cope with shells that do not support nesting
3113         quotes inside quoted backquote substitutions.
3114         * configure: Regenerate.
3115
3116 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
3117
3118         PR bootstrap/14522
3119         * configure.in: Fix escaping of $.
3120         * configure: Regenerate.
3121
3122 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
3123
3124         * configure: Regenerate, since I forgot to while committing Paolo's
3125         changes.
3126
3127 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
3128
3129         PR ada/14131
3130         Move language detection to the top level.
3131         * configure.in: Find default values for the tools as
3132         soon as possible.  Disable ada if GNAT is not found.
3133         Emit error message about missing languages.  Expand
3134         --enable-languages=all for the gcc subdirectory.
3135
3136 2004-03-10  Ben Elliston  <bje@gnu.org>
3137
3138         * MAINTAINERS: Update my email address.
3139
3140 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
3141
3142         * ltconfig: Disable building static libraries if building shared
3143         libraries on AIX 5L.
3144
3145 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
3146
3147         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
3148         and disable libgcj.
3149         * configure: Regenerated.
3150
3151 2004-03-01  Brian Booth  <bbooth@redhat.com>
3152
3153         * MAINTAINERS: Add myself to write-after-approval.
3154
3155 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
3156
3157         * MAINTAINERS: Add myself to write-after-approval.
3158
3159 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
3160
3161         PR bootstrap/7087
3162         * Makefile.tpl: Guard XFOO sed statements better.
3163         * Makefile.tpl: Add dependency for configure-target-libada.
3164         * Makefile.in: Regenerate (incidentally fixes broken
3165         commit when libada-branch was merged).
3166
3167 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
3168
3169         * MAINTAINERS: Add myself to write-after-approval.
3170
3171 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
3172
3173         * MAINTAINERS: Add Nicola Pero and myself as libobjc
3174         maintainers.
3175
3176 2004-02-20  Andrew Cagney  <cagney@redhat.com>
3177
3178         * config.guess: Update from version 2003-10-16 to 2004-02-16.
3179         * config.sub: Update from version 2003-11-03 to 2004-02-16.
3180
3181 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
3182
3183         PR bootstrap/11932
3184         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
3185
3186 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
3187
3188         * MAINTAINERS: Added myself to write-after-approval.
3189
3190 2004-02-14  Michael Koch  <konqueror@gmx.de>
3191
3192         * MAINTAINERS: Added myself to write-after-approval.
3193
3194 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
3195
3196         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
3197         some OS port maintainers to OS port maintainers section.
3198
3199 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
3200
3201         * MAINTAINERS: Add self.
3202
3203 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
3204
3205         * MAINTAINERS: Alphabetize.
3206
3207 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
3208
3209         * MAINTAINERS: Remove myself.
3210
3211 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
3212
3213         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
3214         (rs6000-*-aix*): Same.
3215         * configure: Regenerate.
3216
3217 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
3218
3219         * configure.in (host): Add in missing $noconfigdirs to defines.
3220         * configure: Regenerate.
3221
3222 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
3223             Nathanael Nerode  <neroden@gcc.gnu.org>
3224
3225         PR ada/6637, PR ada/5911
3226         Merge with libada-branch:
3227         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
3228         with appropriate dependencies. Add --enable-libada configure switch.
3229         * configure, Makefile.in: Regenerate.
3230
3231 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
3232
3233         * MAINTAINERS: Add myself to write-after-approval.
3234
3235 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3236
3237         * configure.in: Don't pass --with-stabs on IRIX 5 either.
3238         * configure: Regenerate.
3239
3240 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
3241
3242         Merge from upstream:
3243
3244         * ltmain.in: When setting IFS to '~', be careful about user
3245         arguments that contain '~'.
3246
3247         2004-02-04  Peter O'Gorman  <peter@pogma.com>
3248
3249         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
3250         Also test $base_compile against $CC with escaped arguments. Bug
3251         reported by Geoff Keating <geoffk@apple.com>.
3252
3253 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
3254
3255         * MAINTAINERS: Remove i960 port.
3256
3257 2004-01-23  DJ Delorie  <dj@redhat.com>
3258
3259         * Makefile.def (target_modules) [libiberty]: Don't stage.
3260         * Makefile.in: Rebuilt.
3261
3262 2004-01-20  Caroline Tice  <ctice@apple.com>
3263
3264         * MAINTAINERS: Add myself to write-after-approval.
3265
3266 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
3267
3268         * MAINTAINERS: Update my email address.
3269
3270 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
3271
3272         * MAINTAINERS: Add myself to write-after-approval.
3273
3274 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3275
3276         * MAINTAINERS: Remove entries without email address.
3277
3278 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
3279
3280         * MAINTAINERS: Add myself to write-after-approval.
3281
3282 2004-01-15  Steven Bosscher  <stevenb@suse.de>
3283
3284         * MAINTAINERS: Update my email address.
3285
3286 2004-01-14  Loren J. Rittle <ljrittle@acm.org>
3287
3288         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
3289         * Makefile.tpl (configure-target-[+module+]): Support stage.
3290         * Makefile.in: Rebuilt.
3291
3292 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
3293
3294         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
3295
3296 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
3297
3298         * MAINTAINERS: Add myself as a MIPS maintainer.
3299
3300 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
3301
3302         * configure.in: Use ./config.cache, not config.cache.
3303         * configure: Regenerate.
3304         * Makefile.tpl: Special-casing not needed for GCC any more.
3305         * Makefile.in: Regenerate.
3306
3307         * configure.in: Don't share a cache file for host dirs.
3308         * configure: Regenerate.
3309
3310         * config-ml.in: Don't mess with the cache file.
3311
3312 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
3313
3314         * MAINTAINERS: Move myself from 'Write After Approval' to
3315         'CPU Port Maintainers' section as SPARC maintainer.
3316
3317 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
3318
3319         * Makefile.tpl: Make GCC use a separate config.cache.
3320         * Makefile.in: Regenerate.
3321
3322         PR bootstrap/11932, PR bootstrap/11933
3323         (I don't know if it will fix either of them, but it relates
3324         to them.)
3325         * configure.in: Don't use shared config.cache for target
3326         directories.
3327         * configure: Regenerate.
3328
3329 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
3330
3331         * MAINTAINERS: Add myself to 'Write After Approval' section.
3332
3333 2003-12-31  Roger Sayle  <roger@eyesopen.com>
3334
3335         * configure.in (ia64*-*-hpux*): Disable building java libraries.
3336         * configure: Regenerated.
3337
3338 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
3339
3340         * MAINTAINERS: Remove the mn10200 maintainer.
3341
3342 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
3343
3344         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
3345         * configure: Regenerated.
3346
3347 2003-12-16  Jan Hubicka  <jh@suse.cz>
3348
3349         * MAINTAINERS: Add myself as callgraph maintainer.
3350
3351 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
3352
3353         * configure.in (raw_libstdcxx_flags): Remove the leading space.
3354         * configure: Regenerate.
3355
3356 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3357
3358         * MAINTAINERS: Move myself from 'Bug database only accounts' to
3359         'Write After Approval' section. Update email.
3360
3361 2003-12-01  James Lemke <jim@wasabisystems.com>
3362
3363         * MAINTAINERS (Write After Approval): Add myself.
3364
3365 2003-11-20  Matt Thomas  <matt@3am-software.com>
3366
3367         * MAINTAINERS: Add myself as a vax port maintainer.
3368
3369 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
3370
3371         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
3372         (configure-build-[+module+], configure-[+module+]): Likewise.
3373         (configure-target-[+module+], configure-gcc, config.status): Likewise.
3374         * Makefile.in: Regenerate.
3375
3376 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
3377
3378         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
3379         shared/dylibed libraries.
3380         * ltmain.sh: Likewise.
3381         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
3382         * ltcf-cxx.sh: Likewise.
3383         * ltcf-gcj.sh: Likewise.
3384         * ltconfig: Likewise.
3385
3386 2003-11-17  Stan Cox  <scox@redhat.com>
3387
3388         * MAINTAINERS: Add myself as iq2000 port maintainer.
3389
3390 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
3391
3392         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
3393         * Makefile.in: Regenerate.
3394
3395 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
3396
3397         * config.sub: Update to 2003-11-03 version.
3398
3399 2003-10-20  Phil Edwards  <phil@codesourcery.com>
3400
3401         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
3402         * configure:  Regenerate.
3403
3404 2003-10-20  Nicolas Pitre <nico@cam.org>
3405
3406         * MAINTAINERS: Add myself to 'Write After Approval' section.
3407
3408 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
3409
3410         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
3411
3412 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
3413
3414         * MAINTAINERS: Update my email address.
3415
3416 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3417
3418         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
3419
3420 2003-10-17 Ralph Loader  <rcl@ihug.co.nz>
3421
3422         * MAINTAINERS: Add myself to 'Write After Approval' section.
3423
3424 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
3425
3426         * config.guess: Update to 2003-10-16 version.
3427         * config.sub: Update to 2003-10-16 version.
3428
3429 2003-10-15 David Daney  <ddaney@avtrex.com>
3430
3431         * MAINTAINERS: Added myself to 'Write After Approval' section.
3432
3433 2003-10-15  Falk Hueffner  <falk@debian.org>
3434
3435         * MAINTAINERS: Move myself from 'Bug database only accounts' to
3436         'Write After Approval' section. Update email.
3437
3438 2003-10-14  Roger Sayle  <roger@eyesopen.com>
3439
3440         * MAINTAINERS: Move myself from 'Write After Approval' to
3441         'Various Maintainers' section as middle-end maintainer.
3442
3443 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
3444
3445         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
3446         HOST_FLAGS_TO_PASS.
3447         * Makefile.in: Regenerate.
3448
3449 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
3450
3451         * config.guess: Update to 2003-10-07 version.
3452         * config.sub: Update to 2003-10-07 version.
3453
3454 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3455
3456         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
3457         * ltconfig (irix5*, irix6*): Don't override version_type.
3458
3459 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
3460
3461         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
3462         * configure: Rebuilt
3463         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
3464         * Makefile.in: Rebuilt
3465
3466 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
3467
3468         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
3469
3470 2003-09-30  Carlo Wood  <carlo@alinoe.com>
3471
3472         * MAINTAINERS (Write After Approval): Add myself.
3473
3474 2003-09-29  Paul Koning  <ni1d@arrl.net>
3475
3476         * MAINTAINERS: Move myself from "Write After Approval"
3477         to CPU platform maintainers for pdp11 platform.
3478
3479 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
3480
3481         * MAINTAINERS: Move myself from 'Write After Approval' to
3482         'Various Maintainers' section as libffi testsuite maintainer.
3483
3484 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
3485
3486         * configure.in: Pass a computed --program-transform-name
3487         to subconfigures.
3488         * configure: Regenerated.
3489
3490 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
3491
3492         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
3493         * Makefile.in: Regenerate.
3494
3495         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
3496         * Makefile.in: Regenerate.
3497
3498 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
3499
3500         * MAINTAINERS: Move myself from 'Write After Approval'
3501         to 'Various Maintainers' (objective-c) section.
3502
3503 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
3504
3505         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
3506         quoting.
3507         * configure: Regenerated.
3508
3509 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
3510
3511         * MAINTAINERS (Write After Approval): Add myself to write after
3512         approval list.
3513
3514 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
3515
3516         * MAINTAINERS (Write After Approval): Add myself.
3517
3518 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
3519
3520         * MAINTAINERS: Update my e-mail address.
3521
3522 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
3523
3524         * libtool.m4 (LD): Correct powerpc64 host match.
3525
3526 2003-09-06  James E Wilson  <wilson@tuliptree.org>
3527
3528         * MAINTAINTERS: Update my affiliation and email address.
3529
3530 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
3531
3532         * MAINTAINERS (Write After Approval): Add myself.
3533
3534 2003-09-04  DJ Delorie  <dj@redhat.com>
3535
3536         * configure: Regenerate.
3537
3538 2003-09-04  Robert Millan  <robertmh@gnu.org>
3539
3540         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
3541
3542 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3543
3544         * configure.in: Ensure arguments to sed are properly spaced.
3545         * configure: Regenerate.
3546
3547 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
3548
3549         * MAINTAINERS: Update my e-mail address.
3550
3551 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
3552
3553         * MAINTAINERS (Write After Approval): Add myself.
3554
3555 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
3556
3557         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
3558         * configure: Regenerated.
3559
3560 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
3561
3562         * MAINTAINERS: Update my email address.
3563
3564 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
3565
3566         * configure.in:  Use newline instead of semicolon when assuming
3567         shell arguments in a for loop.
3568         * configure:  Regenerated.
3569
3570 2003-08-22  Jason Eckhardt  <jle@rice.edu>
3571
3572         * MAINTAINERS: Resurrect the i860 maintainer.
3573
3574 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
3575
3576         PR 8180
3577         * configure.in: When testing with_libs and with_headers, treat
3578         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
3579         * configure: Regenerate.
3580
3581         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
3582         make, shell, etc.
3583         (baseargs): Likewise.
3584         * configure: Regenerate.
3585
3586 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
3587
3588         * MAINTAINERS (Write After Approval): Add myself.
3589
3590 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
3591
3592         * configure.in: Disable libgcj for darwin not on powerpc.
3593         * configure: Rebuild.
3594
3595 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
3596
3597         * config-ml.in, symlink-tree: Add license.
3598
3599 2003-08-03  Richard Stallman  <rms@gnu.org>
3600             Eben Moglen  <moglen@columbia.edu>
3601
3602         * README.SCO: New file.
3603
3604 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
3605
3606         * Makefile.tpl (check, check-c++): Express dependencies using
3607         dependencies rather than commands.
3608         * Makefile.in: Regenerate.
3609
3610 2003-08-01  Andrew Cagney  <cagney@redhat.com>
3611
3612         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
3613         * configure: Ditto.
3614
3615 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
3616
3617         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
3618         * Makefile.in: Update.
3619
3620 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
3621
3622         * configure.in: Enable libgcj for darwin.
3623         * configure: Rebuild.
3624
3625 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
3626
3627         * config-ml.in:  Use ac_configure_args directly instead of
3628         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
3629         actually seen.
3630
3631 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
3632
3633         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
3634         creating target and build subdirs to build all parent dirs as needed.
3635         * Makefile.in: Rebuild.
3636         * configure.in: Don't build dirs explicitly here.
3637         * configure: Rebuild.
3638
3639 2003-07-26  Paul Brook  <paul@nowt.org>
3640
3641         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
3642
3643 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
3644
3645         * Makefile.tpl (all-make): Depend on intl.
3646         * Makefile.in: Rebuilt.
3647
3648 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
3649
3650         * install-sh:  Update to newer upstream versions (associated with
3651         aclocal 1.7).
3652         * mkinstalldirs:  Likewise.
3653         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
3654
3655 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
3656
3657         * MAINTAINERS: Move self from Bug database only accounts
3658         to write-after-approval.
3659
3660 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
3661
3662         * config.if: Remove unused libc_interface determination.
3663
3664 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
3665
3666         * MAINTAINERS: Move self from write-after-approval to
3667         build machinery (*.in).
3668
3669 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
3670
3671         PR bootstrap/11273
3672         PR bootstrap/11408
3673         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
3674         unused INSTALL_PROGRAM_ARGS.
3675         * configure.in: Use AC_PROG_INSTALL.
3676         * Makefile.in: Regenerate.
3677         * configure: Regenerate.
3678
3679 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
3680
3681         * MAINTAINERS: Alphabetize.
3682
3683 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
3684
3685         * configure: Rebuilt.
3686         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
3687         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
3688         newlib nor libgloss.
3689         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
3690         * configure.in (am33_2.0-*-linux*): Added.
3691
3692 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
3693
3694         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
3695         * configure: Regenerate.
3696
3697 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
3698
3699         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
3700         * Makefile.in: Regenerate.
3701
3702 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
3703
3704         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
3705         * Makefile.in: Regenerate.
3706
3707 2003-07-04  H.J. Lu <hongjiu.lu@intel.com>
3708
3709         * Makefile.tpl: Replace PWD with PWD_COMMAND.
3710         * Makefile.in: Regenerated.
3711
3712         * config-ml.in: Replace PWD with PWD_COMMAND.
3713
3714 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
3715
3716         * intl: New directory; see intl/ChangeLog for details.
3717         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
3718         * Makefile.tpl: all-gcc depends on maybe-all-intl.
3719         * Makefile.in: Regenerate.
3720
3721 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
3722
3723         * configure.in: Clean up config-lang.in handling.  Delete
3724         useless assignment to "subdirs".
3725         * configure: Regenerate.
3726
3727 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
3728
3729         * configure.in: Rename 'target_libs' to 'target_libraries'.
3730         Remove useless reference to 'target_libs'.
3731         * configure: Regenerate.
3732
3733 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
3734
3735         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
3736         * Makefile.in: Regenerate.
3737
3738 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
3739
3740         * Makefile.def: Introduce flags_to_pass.
3741         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
3742         * Makefile.in: Regenerate.
3743
3744 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
3745
3746         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
3747         and target-libgloss.
3748         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
3749         <h8300*-*-*>: Disable libf2c and ${libgcj}.
3750         * configure: Regenerate.
3751
3752 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
3753
3754         * configure.in: Update testsuite_flags to new location.
3755         * configure. Regenerate.
3756
3757 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
3758
3759         * Makefile.tpl: Remove BUILD_CC stuff.
3760         * Makefile.in: Regenerate.
3761
3762 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
3763
3764         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
3765
3766 2003-06-16  Graeme Peterson <gp@qnx.com>
3767
3768         * MAINTAINERS (Write After Approval): Add myself.
3769
3770 2003-06-14  H.J. Lu <hongjiu.lu@intel.com>
3771
3772         * config.guess: Update to 2003-06-12 version.
3773         * config.sub: Update to 2003-06-13 version.
3774
3775 2003-06-12  H.J. Lu <hongjiu.lu@intel.com>
3776
3777         * config.guess: Update to 2003-06-06 version.
3778         * config.sub: Update to 2003-06-06 version.
3779
3780 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3781
3782         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
3783         * configure. Regenerate.
3784
3785 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
3786
3787         * configure.in: Disable serial configure by default.
3788         * configure: Regenerate.
3789         * Makefile.tpl: Abolish .NOTPARALLEL.
3790         * Makefile.in: Regenerate.
3791
3792         * Makefile.tpl: Replace {build,host,target}_canonical by
3793         {build,host,target}.
3794         * Makefile.in: Regenerate.
3795
3796         * Makefile.tpl: Fix stupid pasto.
3797         * Makefile.in: Regenerate.
3798
3799 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
3800
3801         * Makefile.tpl: Remove bogus conditional.
3802         * Makefile.in: Regenerate.
3803
3804 2003-06-05  Jan Hubicka  <jh@suse.cz>
3805
3806         * Makefile.tpl (profiledbootstrap): New target.
3807         * Makefile.in (profiledbootstrap): New target.
3808
3809 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
3810
3811         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
3812         Pinski. Remove user names from other bugzilla-only maintainers.
3813
3814 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
3815
3816         * Makefile.tpl: Make 'recursive targets' using autogen rather
3817         than shell loop.  Remove duplicate 'clean' targets and false
3818         comments.
3819         * Makefile.def: Add systematic dependencies to 'recursive' targets.
3820         Add systematic method of specifying missing targets in subdirs.
3821         Add copyright boilerplate.
3822         * Makefile.in: Regenerate.
3823         * configure.in: Add 'recursive targets' to maybe list.
3824         * configure: Regenerate.
3825
3826         * MAINTAINERS: "GNATS only" -> "Bug database only".
3827
3828         * Makefile.tpl: Rename [+target+] to [+make_target+].
3829         * Makefile.def: Rename 'target' to 'make_target'.
3830
3831 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
3832
3833         * MAINTAINERS: Add self as options handling maintainer.
3834
3835 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
3836
3837         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
3838         been too long since I touched those ports.
3839
3840 2003-05-28  DJ Delorie  <dj@redhat.com>
3841
3842         * Makefile.tpl: Make maybe-check-gcc .PHONY.
3843         * Makefile.in: Regenerate.
3844
3845 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
3846
3847         * configure.in: Use curly braces in the definition of tooldir.
3848         * configure: Regenerate.
3849
3850 2003-05-21  DJ Delorie  <dj@redhat.com>
3851
3852         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
3853         newlib or libgloss.
3854         * Makefile.in: Regenerate.
3855
3856 2003-05-21  DJ Delorie  <dj@redhat.com>
3857
3858         * Makefile.tpl: Add missing empty maybe-check-gcc target.
3859         * Makefile.in: Regenerate.
3860
3861 2003-05-20  Ian Lance Taylor  <ian@airs.com>
3862
3863         * MAINTAINERS: Update my e-mail address.
3864
3865 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
3866
3867         * configure.in: Switch more things to use maybe dependencies.
3868         * Makefile.tpl: Switch more things to use maybe dependencies.
3869         Factor out common code from autogen IF statements.
3870         * configure: Regenerate.
3871         * Makefile.in: Regenerate.
3872
3873 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
3874
3875         * configure.in: Accept i[3456789]86 for machine type.
3876         * configure: Regenerate.
3877
3878 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
3879
3880         * configure.in: Switch more things to use maybe dependencies.
3881         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
3882         * configure: Regenerate.
3883         * Makefile.tpl: Switch more things to use maybe dependencies.
3884         * Makefile.in: Regenerate.
3885
3886 2003-05-16  Andreas Schwab  <schwab@suse.de>
3887
3888         * Makefile.tpl (install-opcodes): Define.
3889         * Makefile.in: Rebuild.
3890
3891 2003-05-13  Andreas Jaeger  <aj@suse.de>
3892
3893         * config.guess: Update to 2003-05-09 version.
3894         * config.sub: Update to 2003-05-09 version.
3895
3896 2003-05-13  Michael Eager <eager@mvista.com>
3897
3898         * configure.in: Correct sed script so that options in quotes are not
3899         deleted.
3900         * configure: Rebuild.
3901
3902 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
3903
3904         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
3905         and $$s/newlib/libc/sys/cygwin32 include paths.
3906         * configure: Ditto.
3907
3908 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
3909
3910         * MAINTAINERS: Update my email addresses.
3911
3912 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
3913
3914         * config-ml.in: Propagate INSTALL variables.
3915
3916 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3917
3918         * MAINTAINERS: Remove duplicate entries in Write After Approval.
3919
3920 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
3921
3922         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
3923         * Makefile.in: Regenerate.
3924
3925 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
3926
3927         * MAINTAINERS (GNATS only): Add Falk Hueffner.
3928
3929 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
3930
3931         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
3932
3933 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
3934
3935         * Makefile.tpl: Clean $(BUILD_SUBDIR).
3936         * Makefile.in: Regenerated.
3937
3938 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
3939
3940         * MAINTAINERS (Write After Approval): Upgrade myself from
3941         GNATS only to write-after-approval. Update my mail address.
3942
3943 2003-04-25  Loren J. Rittle <ljrittle@acm.org>
3944
3945         (OS Port Maintainers: freebsd): Add myself.
3946
3947 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
3948
3949         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
3950
3951 2003-04-22  Kean Johnston  <jkj@sco.com>
3952
3953         * MAINTAINERS (SCO ports): Added myself.
3954
3955 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
3956
3957         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
3958
3959 2003-04-19  Kean Johnston  <jkj@sco.com>
3960
3961         * MAINTAINERS (Write After Approval): Add myself.
3962
3963 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3964
3965         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
3966         * Makefile.in: Regenerate.
3967
3968 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
3969
3970         * configure.in (powerpc64*-*-linux*): Remove.
3971         * configure: Rebuilt.
3972
3973 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
3974
3975         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
3976         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
3977         and restrap.
3978         * Makefile.in:  Regenerate.
3979
3980 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
3981
3982         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
3983         * configure: Regenerated.
3984
3985 2003-04-15  DJ Delorie  <dj@redhat.com>
3986
3987         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
3988
3989 2003-04-13  Nick Clifton  <nickc@redhat.com>
3990
3991         * config-ml.in: Remove support for --disable-aix removing
3992         call-aix multilibs.
3993
3994 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
3995
3996         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
3997         * */configure: Rebuilt.
3998
3999 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
4000
4001         * MAINTAINERS: Add my email address.
4002
4003 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
4004
4005         * MAINTAINERS (Write After Approval): Add myself.
4006
4007 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
4008
4009         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
4010         * Makefile.in: Regenerate.
4011
4012 2003-03-14  Michael Chastain  <mec@shout.net>
4013
4014         * Makefile.in: Regenerate with correct Makefile.def.
4015
4016 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
4017
4018         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
4019         Make macro.
4020         * Makefile.in: Regenerate.
4021         * configure.in: Clean up gxx_include_dir logic.
4022         * configure: Regenerate.
4023
4024 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
4025
4026         * MAINTAINERS (Write After Approval): Add myself.
4027
4028 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
4029
4030         * MAINTAINERS: Update my mail address.
4031
4032 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4033
4034         * configure.in (gxx_include_dir): Fix typo.
4035         * configure: Regenerated.
4036
4037 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
4038
4039         * Makefile.tpl: Reindent.
4040         * Makefile.in: Regenerate.
4041         * configure.in: Reindent.  Don't set unused variables.
4042         * configure: Regenerate.
4043
4044 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
4045
4046         * configure.in: Include $(build_tooldir)/sys-include in
4047         FLAGS_FOR_TARGET.
4048         * configure: Regenerated.
4049
4050 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
4051
4052         * Makefile.tpl: Always pass down RANLIB.
4053         * Makefile.in: Regenerate.
4054
4055         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
4056         * Makefile.in: Regenerate.
4057         * configure.in: Remove unused logic relating to --enable-shared
4058         and --enable-threads.  Remove bogus comments.  Remove redundant
4059         noconfigdirs.
4060         * configure: Regenerate.
4061
4062         * configure.in: Replace ${libstdcxx_version} by its value.
4063         Remove reference to mh-dgux.
4064         * configure: Regenerate.
4065
4066 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
4067
4068         * MAINTAINERS (Write After Approval): Add myself.
4069
4070 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
4071
4072         * Makefile.tpl: Rearrange.
4073         * Makefile.in: Regenerate.
4074
4075 2003-02-25  Uwe Stieber <uwe@wwws.de>
4076
4077         * configure.in: Add support for kaOS as cross build target system.
4078         * configure: Regenerated.
4079
4080 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
4081
4082         * MAINTAINERS (Write after approval): Add myself.
4083
4084 2003-02-21  James E Wilson  <wilson@tuliptree.org>
4085
4086         * MAINTAINERS: Update my email address.
4087
4088 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
4089
4090         * MAINTAINERS: Add self to blanket write privs. section.
4091
4092 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
4093
4094         * Makefile.tpl: Add definition of CPPFLAGS to pass into
4095         configure-target-* as some target builds may require additional
4096         flags for preprocessor tests.
4097         * Makefile.in: Regenerated.
4098
4099 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
4100
4101         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
4102         * ltconfig: Handle it.
4103         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
4104         auto-detecting it.
4105
4106         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
4107         it is used as argument to $CC.
4108         * ltcf-gcj.sh: Likewise.
4109
4110         * configure.in: Introduce --enable-maintainer-mode.
4111         * configure: Rebuilt.
4112         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
4113         for maintainer mode.
4114         * Makefile.in: Rebuilt.
4115
4116 2003-02-18  Jason Merrill  <jason@redhat.com>
4117
4118         * Makefile.tpl (check-c++): Allow parallelism.
4119
4120 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4121
4122         * MAINTAINERS: Remove John Carr (who never actually had access to
4123         gcc.gnu.org).
4124
4125 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
4126
4127         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
4128         don't configure target-libobjc.
4129         * configure: Regenerate.
4130
4131 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4132
4133         * Makefile.tpl (RANLIB): Define.
4134         * Makefile.in: Regenerate.
4135
4136 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
4137
4138         * MAINTAINERS: Update my email.
4139
4140 2003-02-06  Keith R Seitz  <keiths@redhat.com>
4141
4142         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
4143         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
4144         * Makefile.in: Regenerated.
4145         * configure.in: Remove all traces of snavigator, db, and grep.
4146         * configure: Regenerated.
4147
4148 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4149
4150         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
4151         After Approval.
4152
4153 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
4154
4155         * MAINTAINERS (Write after approval): Add myself.
4156
4157 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
4158
4159         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
4160         * Makefile.in: Regenerated.
4161
4162 2003-01-30  Roger Sayle  <roger@eyesopen.com>
4163
4164         * config.guess: Updated to 2003-01-30's version.
4165         * config.sub: Updated to 2003-01-28's version.
4166
4167 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
4168
4169         * config.if: If gcc_version is already set, just use it.  Don't set
4170         gcc_version_trigger if it's already set, otherwise set it to
4171         gcc/version.c, but only if the file exists.  If it is not set and
4172         gcc/version.c does not exist, try to extract the version number from
4173         $CC.
4174
4175 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
4176
4177         * MAINTAINERS: Add myself to write-after-approval list.
4178
4179 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
4180
4181         * configure.in:  Revert 24Jan change.
4182         * configure:  Regenerate.
4183
4184 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4185
4186         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
4187         entry of HJ Lu.
4188
4189 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
4190
4191         * configure.in: Revert previous change.
4192         * configure: Regenerate.
4193
4194 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
4195
4196         * configure.in: Make rda native-only.
4197         * configure: Regenerate.
4198
4199 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
4200
4201         * MAINTAINERS: Move myself from GNATS-only-accounts to
4202         write-after-approval.
4203
4204 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
4205
4206         * configure.in: Add missing \.
4207         * configure: Rebuilt.
4208
4209 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
4210
4211         * configure.in (baseargs): Avoid using \| in sed regular
4212         expressions.
4213         * configure: Rebuilt.
4214
4215 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
4216
4217         * configure.in (baseargs): Remove all supported forms of
4218         --cache-file, --srcdir, --host, --build and --target options
4219         from argument lists.
4220         * configure: Rebuilt.
4221
4222 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
4223
4224         * MAINTAINERS: Add myself to write-after-approval list.
4225
4226 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
4227
4228         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
4229         * configure: Rebuilt.
4230
4231 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
4232
4233         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
4234         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
4235         * Makefile.in: Regenerate.
4236         * configure: Regenerate.
4237
4238 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
4239
4240         * configure.in: Remove Makefile in build, host and target modules
4241         unless configure was run with --no-recursion.
4242         * configure: Rebuilt.
4243
4244 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
4245
4246         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
4247         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
4248         * Makefile.in: Regenerate.
4249
4250 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
4251
4252         * config.guess: Update to 2003-01-03 version.
4253         * config.sub: Update to 2003-01-03 version.
4254
4255 2003-01-07  Christopher Faylor  <cgf@redhat.com>
4256
4257         * configure: Regenerate with proper autoconf 2.13.
4258
4259 2003-01-07  Christopher Faylor  <cgf@redhat.com>
4260
4261         * configure.in: Add AC_PREREQ for consistency.
4262         * configure: Regenerate.
4263
4264 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
4265
4266         * configure.in (GDB_TK): Add tcl directories conditional on
4267         gdb/gdbtk directory being present.
4268         * configure: Regenerate.
4269
4270 2003-01-04 John David Anglin  <dave.anglin@nrc.ca>
4271
4272         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld used
4273         by gcc if LD is not defined and we are not doing a Canadian Cross.
4274         * configure: Rebuilt.
4275
4276 2002-12-31  Tom Tromey  <tromey@redhat.com>
4277
4278         * Makefile.in: Rebuilt.
4279         * Makefile.def (target_modules) [libffi]: Allow installation.
4280
4281 2002-12-31  Andreas Schwab  <schwab@suse.de>
4282
4283         * configure.in: Fix use of $program_transform_name.
4284         * configure: Regenerated.
4285
4286 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
4287
4288         * configure.in (baseargs): Don't remove first configure argument.
4289         * configure: Regenerated.
4290
4291 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
4292
4293         * Makefile.tpl (local-distclean): Don't remove...
4294         (multilib.ts): ... this.  Moved into...
4295         (multilib.out): ... this.  Don't use sub-make.
4296         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
4297         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
4298         (configure-build-[+module+], configure-[+module+],
4299         configure-target-[+module+], configure-gcc): ... these.  Test
4300         for Makefile existence.  Drop config.status from dependencies.
4301         * Makefile.in: Rebuilt.
4302         * configure.in: Move gcc-version-trigger to the end of
4303         ac_configure_args.  Add comments to maybedep.tmp and
4304         serdep.tmp.  Introduce --disable-serial-configure.  Remove
4305         nonopt from baseargs, matching and removing corresponding
4306         whitespace while at it.
4307         * configure: Rebuilt.
4308
4309 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
4310
4311         * configure.in (host_configargs): Replace reference to
4312         no-longer-defined buildopts with --build=${build_alias}.
4313         * configure: Rebuilt.
4314
4315         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
4316         program_transform_name to standard idiom.
4317         (AUTOGEN, AUTOCONF): Define.
4318         (Makefile.in): Use $(AUTOGEN).
4319         (Makefile): Depend on config.status, and use autoconf-style rule to
4320         build it.  Move original commands to...
4321         (config.status): ... this new target.
4322         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
4323         $(AUTOCONF).
4324         * Makefile.in: Rebuilt.
4325
4326 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
4327
4328         * Makefile.tpl: Fix dramatic bustage due to change in
4329         program_transform_name.
4330         * Makefile.in: Regenerate.
4331
4332         * configure.in: Remove unnecessary PATH setting.
4333         * configure: Regnerate.
4334
4335         * configure.in: Don't default to unprefixed tools unless
4336         the native tools will work.
4337         * configure: Regenerate.
4338
4339         * configure.in: Convert to autoconf script.  Blow away lots
4340         of now-redundant Makefile fragments.
4341         * configure: Generate using Autoconf.
4342         * Makefile.tpl: Rewrite to reflect autoconfiscation.
4343         * Makefile.in: Regenerate.
4344
4345 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
4346
4347         * configure: Fix stupid bug where RANLIB was mistakenly included.
4348
4349         * configure.in: Rename (buildargs, hostargs, targargs) to
4350         (build_configargs, host_configargs, target_configargs).
4351
4352         * configure.in: Move logic out of sed statement.
4353
4354         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
4355         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
4356
4357 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
4358
4359         * config.sub: Import from master repository
4360         * config.guess: Ditto
4361
4362 2002-12-24  Andreas Schwab  <schwab@suse.de>
4363
4364         * Makefile.tpl (multilib.out): Fix missing space.
4365         * Makefile.in: Regenerate.
4366
4367 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
4368
4369         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
4370         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
4371         * Makefile.in: Regenerate.
4372         * configure.in: Remove unnecessary leftovers.
4373
4374 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
4375
4376         * configure.in (extra_ranlibflags_for_target): New variable.
4377         (*-*-darwin): Add -c to ranlib commands.
4378         * configure (tooldir): Handle extra_ranlibflags_for_target.
4379
4380 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
4381
4382         * Makefile.tpl: Revert HJL's change.
4383         * Makefile.in: Regenerated.
4384         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
4385         always.
4386
4387 2002-12-19  Andreas Schwab  <schwab@suse.de>
4388
4389         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
4390         * Makefile.in: Regenerate.
4391
4392 2002-12-18  H.J. Lu <hjl@gnu.org>
4393
4394         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
4395         * Makefile.in: Regenerated.
4396
4397         * configure.in (build_prefix): New. Substitute.
4398
4399 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
4400
4401         * Makefile.tpl: Don't let real targets depend on phony targets.
4402         * Makefile.in: Regenerate.
4403
4404         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
4405         * Makefile.in: Regenerate.
4406
4407 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
4408
4409         * config.sub: Import from master repository
4410         * config.guess: Ditto
4411
4412 2002-12-16  Jason Merrill  <jason@redhat.com>
4413
4414         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
4415         previous 'make bootstrap'.
4416         * Makefile.in: Regenerate.
4417
4418 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
4419
4420         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
4421
4422 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
4423
4424         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
4425         * Makefile.in: Regenerate.
4426
4427 2002-12-13  Jason Merrill  <jason@redhat.com>
4428
4429         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
4430         library tests.
4431         (check-c++): Just depend on it and check-target-libstdc++-v3.
4432         * Makefile.in: Regenerate.
4433
4434 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
4435
4436         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
4437         * Makefile.in: Rebuilt.
4438
4439 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
4440
4441         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
4442
4443 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
4444
4445         * configure: Fix bug put in by gremlins.
4446
4447         * Makefile.tpl: Substitute more autoconfily.
4448         * configure: Substitute more autoconfily.
4449         * Makefile.in: Regenerate.
4450
4451 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
4452
4453         * config.sub: Import from master repository
4454         * config.guess: Ditto
4455         * MAINTAINERS: Added Svein Seldal under write after approval
4456
4457 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
4458
4459         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
4460         * Makefile.in (all-sim): Ditto.
4461
4462 2002-12-06  DJ Delorie  <dj@redhat.com>
4463
4464         * Makefile.tpl: Change configure dependencies to not have real
4465         targets depend on phony targets.
4466
4467 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
4468
4469         * configure.in: Revert unintentional change.
4470
4471         * Makefile.tpl: Change dependency for */multilib.out so that
4472         it works when gcc isn't in the tree.
4473
4474         * configure.in: Substitute more.
4475         * configure: Run subconfigures from the Makefile.
4476         * Makefile.tpl: Run subconfigures from the Makefile; add a few
4477         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
4478
4479 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4480
4481         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
4482
4483 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
4484
4485         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
4486         and corresponding dependencies.
4487         * Makefile.in: Regenerate.
4488
4489         * configure.in (host_tools): Order binutils, gas and ld for
4490         convenience in running the testsuites.
4491
4492         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
4493         * Makefile.in: Regenerate.
4494         * configure.in: Introduce rules to serialize subconfigure runs.
4495
4496         * configure.in: Introduce BASE_CC_FOR_TARGET.
4497         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
4498         Realize configure-build-* targets.  Realize configure-target-* targets.
4499         * Makefile.in: Regenerate.
4500
4501 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
4502
4503         * configure: Move gcc_version_trigger stuff from here...
4504         * configure.in: ...to here.
4505
4506         * configure.in: Separate subconfigure options added by this file from
4507         options given by the user.  Add machinery to put args for host
4508         subconfigures into the Makefile.
4509
4510         * Makefile.tpl: Remove 'vault' targets.
4511         * Makefile.tpl: Reorder and comment dependencies.
4512         * Makefile.in: Regenerate.
4513
4514 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
4515         * configure.in: Fix my broken commit of previous patch. (sigh)
4516
4517 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
4518
4519         * configure.in: Move host-specific darwin noconfigdirs into
4520         the host-specific section.
4521
4522 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
4523
4524         * configure.in: Move host-specific darwin noconfigdirs into
4525         the host-specific section.
4526
4527 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
4528
4529         * configure: Remove skip-this-dir support.
4530         * Makefile.tpl: Remove skip-this-dir support.
4531
4532         * Makefile.tpl: Remove leftover support for non-autoconfiscated
4533         subdirectories.
4534         * Makefile.in: Regenerate.
4535
4536         * Makefile.tpl: Strip out useless setting of 'dir'.
4537         * Makefile.in: Regenerate.
4538
4539 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
4540
4541         * configure.in: Fix deeply stupid bug.
4542
4543         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
4544         shell code in CXX_FOR_TARGET
4545         * Makefile.def: Introduce raw_cxx.
4546         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
4547         RAW_CXX_FOR_TARGET.
4548         * Makefile.in: Regenerate.
4549
4550 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
4551
4552         * Makefile.tpl: Remove unnecessary ifs.
4553         * Makefile.in: Regenerate.
4554
4555         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
4556         dependencies.  Maybe-ize build-libiberty.  Create dummy install
4557         targets for 'no_install' modules.
4558         * configure: Move GDB_TK substitution to configure.in.  Move
4559         build_modules stuff to configure.in.
4560         * configure.in: Implement soft dependency machinery.  Maybe-ize
4561         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
4562         * Makefile.in: Regenerate.
4563
4564 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
4565
4566         * Makefile.tpl: Make all-target, install-target behave similarly
4567         to all, install (only hitting configured targets).  Eliminate
4568         unused macro defintions.
4569
4570         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
4571         build != host.
4572
4573         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
4574
4575         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
4576
4577         * configure.in: Produce lists of subdir targets we're actually
4578         configuring.  Remove references to "dosrel".
4579         * Makefile.tpl: Let configure set which subdir targets are hit.
4580         Remove install-cross; clean up install; remove ALL.  Remove
4581         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
4582         Autogenerate host module targets.  Remove empty dependency lines
4583         and redundant dependency; rearrange slightly.
4584         * Makefile.def: Add host-side libtermcap, utils.
4585
4586         * Makefile.in: Regenerate.
4587
4588 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4589
4590         * ltconfig (osf[345]): Append $major to soname_spec.
4591         Reflect this in library_names_spec.
4592         * ltmain.sh (osf): Prefix $major with . for use as extension.
4593
4594 2002-11-19  Andreas Jaeger  <aj@suse.de>
4595
4596         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
4597         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
4598         and sparc64 GNU/Linux systems.
4599
4600 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
4601
4602         * MAINTAINERS: Update email.
4603
4604 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4605
4606         * MAINTAINERS: Complete James Dennett's entry.
4607
4608 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
4609
4610         * MAINTAINERS (Write After Approval): Add myself.
4611
4612 2002-11-13  Bruce Korb  <bkorb@gnu.org>
4613
4614         * Makefile.tpl: syntactic cleanup
4615
4616 2002-11-13 Stuart Hastings <stuart@apple.com>
4617
4618         * MAINTAINERS: Add myself to write-after-approval list.
4619
4620 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
4621
4622         * Makefile.def: Add list of recursive targets to autogenerate.
4623         Add build_modules.
4624         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
4625         targets.  Autogenerate *-build-* targets.
4626         * Makefile.in: Regenerate.
4627
4628 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
4629
4630         * configure: More autoconf-style substitutions.
4631         * Makefile.tpl: More autoconf-style substitutions.
4632         * Makefile.in: Regenerate.
4633
4634 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
4635
4636         * configure: Substitute more variables in a more autoconf-friendly
4637         way.  Simplify slightly.
4638         * Makefile.tpl: Make more variables substitutable in an
4639         autoconf-friendly way.
4640         * Makefile.in: Regenerate.
4641
4642 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
4643
4644         * MAINTAINERS (Write After Approval): Add myself.
4645
4646 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
4647
4648         * configure.in (v810*): Remove special setting of tools.
4649
4650         * configure: Add support for extra required flags for ar or nm.
4651         * configure.in (aix4.3+): Use above support for target-specific
4652         issues, rather than using config/mt-aix43.
4653
4654 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
4655
4656         * configure: Remove 'removing', which doesn't work.  Replace $subdir
4657         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
4658         with $srcdir.  Reformat indentation.  Substitute some variables
4659         formerly hard-coded in the Makefile for build=host.
4660         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
4661         * Makefile.def: Autogenerate more.
4662         * Makefile.in: Regenerate.
4663
4664 2002-11-04  Adam Nemet  <anemet@lnxw.com>
4665
4666         * MAINTAINERS (Write After Approval): Add myself.
4667
4668 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
4669
4670         * Makefile.def (host_modules): Add rda.
4671         * Makefile.in: Regenerate.
4672         * configure.in (target_tool): Add target-rda to list.
4673
4674 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4675
4676         * MAINTAINERS: Remove "co-maintainer" note for web pages.
4677
4678 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
4679
4680         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
4681         and restrap targets to this rule.
4682         * Makefile.in:  Regenerate.
4683
4684 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4685
4686         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
4687         GNATS only accounts.
4688
4689 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
4690
4691         * configure.in (i[3456]86-*-linux*): Add check to disable
4692         ${libgcj} for glibc1.
4693
4694 2002-10-24  Denis Chertykov  <denisc@overta.ru>
4695
4696         * MAINTAINERS: Add myself as ip2k port maintainer.
4697
4698 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
4699
4700         * configure.in: Add tic4x target.
4701
4702 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
4703
4704         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
4705         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
4706         * Makefile.in: Regenerate.
4707
4708         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
4709         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
4710         * Makefile.in: Regenerate.
4711
4712 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
4713
4714         * MAINTAINERS: Add myself as web pages co-maintainer.
4715
4716 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
4717
4718         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
4719         * Makefile.in: Regenerate.
4720
4721 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
4722
4723         * MAINTAINERS: Add myself and Nathan Sidwell
4724         <nathan@codesourcery.com> as VxWorks maintainers.
4725
4726 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
4727
4728         * Makefile.def: Remove order dependency comments.
4729         * Makefile.tpl: Add explicit install-install dependencies.
4730         * Makefile.in: Regenerate.
4731
4732         * Makefile.tpl: Remove material now in src-release.  (Finally!)
4733         * Makefile.in: Regenerate.
4734
4735         * Makefile.tpl: Add configure-target (for src-release in src)
4736         * Makefile.in: Regenerate.
4737
4738 2002-09-30  Nick Clifton  <nickc@redhat.com>
4739
4740         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
4741
4742 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
4743
4744         * configure.in (s390*-*-linux*): Enable libgcj.
4745
4746 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
4747
4748         * configure: Revert accidentally applied changes.
4749
4750         * Makefile.tpl: Make more autoconf-friendly.
4751         * Makefile.in: Regenerate.
4752         * configure: Make substitution more autoconf-like.
4753
4754 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
4755
4756         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
4757         single entry to handle all these.
4758         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
4759         libjava on arm-*-elf.
4760
4761 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
4762
4763         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
4764         things that depend on them.
4765
4766 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
4767
4768         * Makefile.tpl: Make subsituted variables more autoconfy.
4769         * Makefile.in: Regenerate.
4770         * configure: Make seds more autoconfy.
4771
4772 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
4773
4774         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
4775         * Makefile.in: Regenerate.
4776         * configure.in: Rewrite sed statements to look autoconfy.
4777
4778         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
4779         all-target-foo on configure-target-foo.
4780         * Makefile.def: Ditto.
4781         * Makefile.in: Rebuild.
4782
4783 2002-09-25  Andrew Haley  <aph@redhat.com>
4784
4785         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
4786
4787 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
4788
4789         * Makefile.def: New file.
4790         * Makefile.tpl: New file.
4791         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
4792         * contrib/gcc_update: Note that Makefile.in is a generated file.
4793
4794         * configure.in: Minor rearrangement.  Simplify tests.
4795
4796 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
4797
4798         * configure.in (with_headers): Skip copy if value is "yes".
4799         (with_libs): Likewise.
4800
4801 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
4802
4803         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
4804         * configure.in (sh*-*-pe*): Ditto.
4805         * configure.in (mips*-*-pe*): Ditto.
4806         * configure.in (*arm-wince-pe): Ditto.
4807
4808         * configure.in: Rearrange.
4809
4810 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
4811
4812         * MAINTAINERS: Update my email address.
4813
4814 2002-08-30  Paul Koning  <pkoning@equallogic.com>
4815
4816         * MAINTAINERS: (Write After Approval): Add myself.
4817
4818 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
4819
4820         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
4821
4822 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
4823
4824         * MAINTAINERS: Change my mailing address.
4825
4826 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
4827
4828         * MAINTAINERS (Write After Approval): Remove myself.
4829         (Various Maintainers: c++ runtime libs): Add myself.
4830
4831 2002-08-20  Loren J. Rittle <ljrittle@acm.org>
4832
4833         * MAINTAINERS (Write After Approval): Remove myself.
4834         (Various Maintainers: c++ runtime libs): Add myself.
4835
4836 2002-08-15  Eric Christopher  <echristo@redhat.com>
4837
4838         * config.sub: Import from master repository.
4839         * config.guess: Ditto.
4840
4841 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
4842
4843         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
4844         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
4845         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
4846
4847 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
4848
4849         * MAINTAINERS: Add self to rs6000 vector extensions.
4850
4851 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
4852
4853         * libiberty/configure: Reverted unintended yesterday's check in.
4854
4855 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
4856
4857         * boehm-gc/configure, libf2c/configure: Rebuilt.
4858         * libffi/configure, libiberty/configure: Ditto.
4859         * libjava/configure, libobjc/configure: Ditto.
4860         * libstdc++-v3/configure, zlib/configure: Ditto.
4861         Merged from binutils:
4862         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
4863         From Steve Ellcey <sje@cup.hp.com>:
4864         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
4865         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
4866         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
4867         IA64.
4868         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
4869         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
4870         soname_spec, sys_lib_search_path_spec): Ditto.
4871
4872 2002-08-06  Federico G. Schwindt <fgsch@olimpo.com.br>
4873
4874         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
4875
4876 2002-08-04  H.J. Lu  (hjl@gnu.org)
4877
4878         * configure.in (mips*-*-linux*): Don't skip target-libffi.
4879
4880 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
4881
4882         * MAINTAINERS (Write After Approval): Add myself.
4883
4884 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
4885
4886         * configure.in: Move generic linux case to end.  Copy generic
4887         linux noconfigdirs to mips*-*-linux* entry and new
4888         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
4889
4890 2002-07-19  Michael Matz  <matz@suse.de>
4891
4892         * MAINTAINERS: Add myself as ra* maintainer.
4893
4894 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
4895
4896         * config.guess: Update to 2002-07-09 version.
4897         * config.sub: Update to 2002-07-03 version.
4898
4899 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
4900
4901         * MAINTAINERS: Fix typo in a maintainer email address.
4902
4903 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
4904
4905         * configure.in: Remove two redundant tests.
4906
4907 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4908
4909         * configure.in (mips*-*-irix6*o32): Enable stabs.
4910
4911 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
4912
4913         * configure.in: Don't build grez.
4914         * Makefile.in: Ditto.
4915
4916         * Makefile.in: Remove references to bsp, cygmon, libstub.
4917         * configure.in: Ditto.
4918
4919         * configure.in: Remove leftover reference to gdbtest.
4920
4921 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
4922
4923         * configure.in (gxx_include_dir):  Change to match versioned
4924         C++ headers if --enable-version-specific-runtime-libs is used.
4925
4926 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
4927
4928         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
4929
4930 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
4931
4932         * configure.in: Make --without-x work.
4933
4934 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
4935
4936         * configure.in: Rearrange target Makefile fragment collection.
4937
4938         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
4939         cvs[src].
4940         * configure.in: Ditto.
4941
4942 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
4943
4944         * MAINTAINERS (Write After Approval): Update my e-mail address.
4945
4946 2002-06-24  Ben Elliston  <bje@redhat.com>
4947
4948         * configure.in (host_tools): Remove cgen.
4949
4950         * Makefile.in (all-cgen): Remove; runs from its source directory.
4951         (check-cgen, install-cgen, clean-cgen): Likewise.
4952         (all-opcodes): Do not depend on all-cgen.
4953         (all-sim): Likewise.
4954
4955 2002-07-01  Nathanael Nerode <neroden@gcc.gnu.org>
4956
4957         * Makefile.in: Eliminate 'apache' targets.
4958         * configure.in: Eliminate 'apache' targets.
4959
4960         * configure.in: Eliminate redundant tests.  Reorganize.
4961
4962         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
4963
4964         * config-ml.in: Eliminate references to Cygnus configure.
4965
4966         * Makefile.in: Eliminate references to building emacs.
4967
4968 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
4969
4970         * MAINTAINERS: Update my email address.
4971
4972 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
4973
4974         * config.if (libstdcxx_incdir): Version C++ headers.
4975         (cxx_incdir): Remove.
4976
4977 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
4978
4979         * MAINTAINERS (Write After Approval): Add self.
4980
4981 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
4982
4983         * configure.in: Add support for ip2k.
4984
4985 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
4986
4987         * configure.in: Fix AIX configury bug.
4988
4989 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
4990
4991         * MAINTAINERS (Write After Approval): Add self.
4992
4993 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
4994
4995         * configure.in: replace ${topsrcdir} with ${srcdir}
4996
4997         * configure.in: Move definition of libstdcxx_flags
4998         right above usage, rather than waaay earlier.
4999
5000         * configure.in: Pull definition of is_cross_compiler earlier.
5001
5002         * configure.in: Rearrange a little.
5003
5004         * configure.in: Remove references to librx.
5005         * Makefile.in: Remove references to librx.
5006
5007 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
5008
5009         * config.sub: Add support for avr target.
5010         Import from master sources, rev 1.255
5011
5012 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
5013
5014         * configure, .cvsignore:  Revert previous change...
5015         * Makefile:  ...delete.
5016
5017 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
5018
5019         * configure.in: Eliminate ${gasdir} variable.
5020
5021 2002-06-18  Dave Brolley  <brolley@redhat.com>
5022
5023         * configure.in: Add support for frv.
5024         * config.sub: Add support for frv.
5025
5026 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
5027
5028         * configure:  Remove garbage from previous commit.
5029
5030 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
5031
5032         * configure:  For in-source builds, make a subdir and re-exec there.
5033         * Makefile:  New file.  Pass targets through to build directory.
5034         * .cvsignore:  No longer ignore "Makefile".
5035
5036 2002-06-16  Douglas Rupp  <rupp@gnat.com>
5037
5038         * MAINTAINERS (Write After Approval): Add self.
5039
5040 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5041
5042         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
5043
5044 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
5045
5046         * configure.in (vax-*-netbsd*): Re-enable gas.
5047
5048 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
5049
5050         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
5051         BUILD_PREFIX_1, to correct nomenclature.
5052         * configure: Likewise.
5053
5054         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
5055         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
5056
5057 2002-05-31  Olaf Hering  <olh@suse.de>
5058
5059         * config-ml.in: Propogate DESTDIR also.
5060
5061 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
5062
5063         * configure.in (vax-*-netbsd*): Don't build gas for this
5064         platform.
5065
5066 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
5067
5068         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
5069         and libgcj for AVR.
5070
5071 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
5072
5073         * MAINTAINERS (Write After Approval): Add myself.
5074
5075 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
5076
5077         * config.guess: Update to 2002-05-22 version.
5078         * config.sub: Likewise.
5079
5080 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5081
5082         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
5083         * config-ml.in: Likewise.
5084         * configure: Likewise.
5085         * configure.in: Likewise.
5086
5087 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
5088
5089         * MAINTAINERS: Update my email address.
5090
5091 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
5092
5093         * configure.in: Simplify makefile fragment collection.
5094
5095         * configure.in: Remove code to build emacs.
5096
5097         * configure.in : Remove --srcdir argument from targargs and buildargs
5098         (it's always overridden in the Makefile anyway).  Rearrange a bit.
5099
5100         * configure: Move some logic to configure.in.
5101         * configure.in: Move some logic from configure.
5102
5103 2002-05-11  Tom Tromey  <tromey@redhat.com>
5104
5105         * MAINTAINERS: Reflect libgcj reality.
5106
5107 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
5108
5109         * Makefile.in: Honour DESTDIR.
5110
5111 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
5112
5113         * config.guess: Import 2002-03-20 version.
5114         * config.sub: Import 2002-04-26 version.
5115
5116 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5117
5118         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
5119
5120 2002-05-07  Tim Josling  <tej@melbpc.org.au>
5121
5122         * MAINTAINERS: Add self.
5123
5124 2002-05-06  Loren J. Rittle <ljrittle@acm.org>
5125
5126         * ltmain.sh: Detect and handle object name conflicts
5127         while piecewise linking a static library.
5128
5129 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
5130
5131         * configure.in (noconfigdirs): Don't disable libgcj on
5132         sparc64-*-solaris* and sparcv9-*-solaris*.
5133
5134 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
5135
5136         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
5137
5138 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
5139
5140         * configure.in (FLAGS_FOR_TARGET): Do not add
5141         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
5142         on i[3456]86-*-linux*.
5143
5144 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
5145
5146         * configure.in (noconfigdirs): Replace [ ] with test.
5147
5148         * configure.in (noconfigdirs): Do not add target-newlib if
5149         target == i[3456]86-*-linux*, and host == target.
5150
5151 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
5152
5153         * configure.in: delete reference to absent file
5154
5155         * configure.in: replace '[' with 'test'
5156
5157         * configure.in: Eliminate references to gash.
5158         * Makefile.in: Eliminate references to gash.
5159
5160         * configure.in: remove useless references to 'pic' makefile fragments.
5161
5162         * configure.in: (*-*-windows*) Finish removing.
5163
5164         * configure.in: Eliminate redundant test for libgui.
5165
5166 2002-04-29  Roger Sayle  <roger@eyesopen.com>
5167
5168         * MAINTAINERS: Add self and realphabetize.  Update entries
5169         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
5170         entry for a29k port maintainer.
5171
5172 2002-04-26      Joel Sherrill <joel@OARcorp.com>
5173
5174         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
5175         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
5176
5177 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
5178
5179         * configure.in: remove references to dead files
5180
5181 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
5182
5183         * MAINTAINERS: Add information about purpose of this file.
5184
5185 2002-04-18  Tom Tromey  <tromey@redhat.com>
5186
5187         * configure.in: Disallow configuring libgcj when it is already
5188         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
5189         Solaris 2.8 by default.  For PR libgcj/6158.
5190
5191 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
5192
5193         * configure.in:  Move default CC setting out of config/mh-* fragments
5194         directly into here.
5195
5196 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
5197
5198         * configure.in: don't even try to configure or make a subdirectory
5199         if there's no configure script for it.
5200
5201 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
5202
5203         * MAINTAINERS: Remove chill maintainers.
5204         * Makefile.in (CHILLFLAGS): Remove.
5205         (CHILL_LIB): Remove.
5206         (TARGET_CONFIGDIRS): Remove libchill.
5207         (CHILL_FOR_TARGET): Remove.
5208         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
5209         CHILL_LIB.
5210         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
5211         (CHECK_TARGET_MODULES): Likewise.
5212         (INSTALL_TARGET_MODULES): Likewise.
5213         (CLEAN_TARGET_MODULES): Likewise.
5214         (configure-target-libchill): Remove.
5215         (all-target-libchill): Remove.
5216         * configure.in (target_libs): Remove target-libchill.
5217         Do not compute CHILL_FOR_TARGET.
5218         * libchill: Remove directory.
5219
5220 2002-04-11  DJ Delorie  <dj@redhat.com>
5221
5222         * Makefile.in, configure.in: Sync with binutils, entries
5223         follow...
5224
5225 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
5226
5227         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
5228         (do-tar, do-bz2): New rules.
5229         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
5230         (gdb-tar): New rule.
5231         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
5232         (insight_dejagnu.tar): New rule.
5233         (insight.tar): New rule.
5234         (gdb+dejagnu.tar): New rule.
5235         (gdb.tar): New rule.
5236
5237 2002-02-01  Mo DeJong  <supermo@bayarea.net>
5238
5239         * Makefile.in: Add all-tix to deps for all-snavigator
5240         so that tix is built when building snavigator.
5241
5242 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
5243
5244         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
5245         ld and gdb are not supported.
5246
5247 2002-01-07  Mark Salter  <msalter@redhat.com>
5248
5249         * configure.in: Remove target-bsp and target-cygmon from arm builds.
5250         Allow target-libgloss to be built for arm, strongarm, and xscale.
5251
5252 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
5253
5254         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
5255         options for i[3456]86-pc-linux* native builds.
5256
5257 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
5258
5259         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
5260         files from .po files for a distribution.
5261
5262 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
5263
5264         * configure.in: Enable libstdc++-v3 for h8300 targets.
5265
5266 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
5267
5268         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
5269         version from bfd/.
5270
5271 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
5272
5273         * Makefile.in (VER): When present, extract the version number from
5274         the file version.in.
5275
5276 2001-05-24  Tom Rix <trix@redhat.com>
5277
5278         * configure.in : enable ld for aix
5279
5280 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5281
5282         * config.guess: Add linux target for S/390.
5283
5284 2000-11-07  Philip Blundell  <pb@futuretv.com>
5285
5286         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
5287
5288 2000-11-03  Philip Blundell  <pb@futuretv.com>
5289
5290         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
5291         files.
5292
5293 2001-01-15  Ben Elliston  <bje@redhat.com>
5294
5295         * configure.in (host_tools): Add sid.
5296         Always configure cgen.
5297
5298 2000-11-24  Nick Clifton  <nickc@redhat.com>
5299
5300         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
5301
5302
5303 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
5304
5305         * Makefile.in (ALL_MODULES): Add all-cgen.
5306         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
5307         (all-cgen): New target.
5308         (all-opcodes,all-sim): Depend on all-cgen.
5309         * configure.in (host_tools): Add cgen.
5310         Only configure cgen if --enable-cgen-maint.
5311
5312 2002-04-09  Loren J. Rittle <ljrittle@acm.org>
5313
5314         * configure.in: Add *-*-freebsd* configurations.
5315
5316 2002-04-08  Tom Tromey  <tromey@redhat.com>
5317
5318         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
5319         Fixes PR libgcj/6068.
5320
5321 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
5322
5323         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
5324
5325 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5326
5327         * configure.in (alpha*-dec-osf*): Enable libgcj.
5328
5329 2003-03-27  Matthew Gingell <gingell@gnat.com>
5330
5331         * MAINTAINERS (Write After Approval): Add myself.
5332
5333 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
5334
5335         Fix for: PR bootstrap/3591, target/5676
5336         * configure.in (mcore-pe): Disable the configuration of
5337         libstdc++-v3 since exceptions are not supported.
5338
5339 2002-03-20  Anthony Green  <green@redhat.com>
5340
5341         * configure.in: Enable libgcj for xscale-elf target.
5342
5343 Tue Mar 19 09:05:08 2002  J"orn Rennecke <joern.rennecke@superh.com>
5344
5345         * MAINTAINERS:  Update my email address.
5346
5347 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
5348
5349         * ltmain.sh (relink_command): Fix typo in previous change.
5350
5351 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
5352
5353         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
5354         (relink_command): Added --tag flags.
5355         (mode=install): If relinking fails; error out.
5356
5357 2002-03-12  Richard Henderson  <rth@redhat.com>
5358
5359         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
5360         .NOTPARALLEL tag.
5361         (do-check): Rename from check.
5362         (check): Allow parallel check.
5363
5364 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
5365
5366         * MAINTAINERS: Add myself as maintainer for xtensa port.
5367         Fix alphabetical order in CPU port maintainer list.
5368         Remove myself from Write After Approval list.
5369
5370 2002-03-11  Richard Henderson  <rth@redhat.com>
5371
5372         * Makefile.in (.NOTPARALLEL): Add fake tag.
5373
5374 2002-03-07  H.J. Lu  (hjl@gnu.org)
5375
5376         * configure.in: Enable gprof for mips*-*-linux*.
5377
5378 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
5379
5380         * MAINTAINERS (Write After Approval): Add myself.
5381
5382 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
5383
5384         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
5385         libjava.
5386         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
5387
5388 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
5389
5390         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
5391         because its Makefile is there; test for the executable instead.
5392
5393 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
5394
5395         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
5396         libstdc++-v3 and libjava.
5397
5398 2002-02-11  Adam Megacz <adam@xwt.org>
5399
5400         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
5401         boehm-gc
5402
5403 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
5404
5405         * config.guess: Updated to 2002-01-30's version.
5406         * config.sub: Updated to 2002-02-01's version.
5407         Contribute sh64-elf.
5408         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
5409         * configure.in: Added sh64-*-*.
5410
5411 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
5412
5413         * MAINTAINERS: Belatedly add myself to write after approval list.
5414
5415 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
5416
5417         * MAINTAINERS: Put self in as maintainer for x86-64 port.
5418         Remove self as Write After Approval.
5419
5420 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
5421
5422         * MAINTAINERS: Put self in as maintainer for contrib/regression
5423         directory.
5424
5425 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
5426
5427         * MAINTAINERS:  Update my email address.
5428
5429 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
5430
5431         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
5432         target-libiberty, and target-libgloss.  Skip Java-related
5433         libraries if not supported for NetBSD on target CPU.
5434
5435 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
5436
5437         * install-sh: Use _inst.$$_ for temp file name.
5438
5439 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
5440
5441         * MAINTAINERS (Write After Approval): Move my contact info
5442         from here...
5443         (OS Port Maintainers): ...to here (netbsd).
5444
5445 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
5446
5447         * MAINTAINERS (Write After Approval): Add myself.
5448
5449 2002-01-17  H.J. Lu <hjl@gnu.org>
5450
5451         * Makefile.in (all-fastjar): Also depend on all-libiberty.
5452         (all-target-fastjar): Also depend on all-target-libiberty.
5453
5454 2002-01-16  H.J. Lu  (hjl@gnu.org)
5455
5456         * config.guess: Import from master sources, rev 1.225.
5457         * config.sub: Import from master sources, rev 1.238.
5458
5459 2002-01-16  Kazu Hirata  <kazu@hxi.com>
5460
5461         * MAINTAINERS (Write After Approval): Remove myself.
5462
5463 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
5464
5465         * MAINTAINERS (Write After Approval): Add myself.
5466
5467 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
5468
5469         * MAINTAINERS: Add self as docs co-maintainer.
5470
5471 2001-12-11  Matthias Klose  <doko@debian.org>
5472
5473         * MAINTAINERS (Write After Approval): Add myself.
5474
5475 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
5476
5477         * MAINTAINERS: Update my email address.
5478
5479 2001-12-07  Turly O'Connor  <turly@apple.com>
5480         * MAINTAINERS (Write After Approval): Add myself.
5481         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
5482         (rs6000_initialize_trampoline): Call __trampoline_setup for
5483         ABI_DARWIN too.
5484         * darwin-tramp.asm: New file, implements __trampoline_setup.
5485         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
5486
5487 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
5488
5489         * MAINTAINERS (Write After Approval): Add myself.
5490
5491 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
5492
5493         * configure, configure.in: Use temp file for long sed commands.
5494
5495 2001-12-03  Laurent Guerby  <guerby@acm.org>
5496
5497         * config.sub: Update to version 1.232 on subversion.
5498
5499 2001-12-03  Ben Elliston  <bje@redhat.com>
5500
5501         * MAINTAINERS: Update mail address for config.* patches.
5502
5503 2001-11-27  DJ Delorie <dj@redhat.com>
5504             Zack Weinberg  <zack@codesourcery.com>
5505
5506         When build != host, create libiberty for the build machine.
5507
5508         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
5509         CONFIG_ARGUMENTS.
5510         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
5511         New variables.
5512         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
5513         and rules.
5514         (all.normal): Depend on ALL_BUILD_MODULES.
5515         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
5516         (all-build-libiberty): Depend on configure-build-libiberty.
5517
5518         * configure: Calculate and substitute proper value for
5519         ALL_BUILD_MODULES.
5520         * configure.in: Create the build subdirectory.
5521         Calculate and substitute TARGET_CONFIGARGS (formerly
5522         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
5523
5524 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
5525
5526         * MAINTAINERS (write-after-approval): Add self.
5527
5528 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
5529
5530         * MAINTAINERS (GNATS only accounts): Remove self.
5531
5532 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
5533
5534         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
5535         libf2c.
5536
5537 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
5538
5539         * MAINTAINERS (Write After Approval): Add self.
5540
5541 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
5542
5543         * MAINTAINERS: mips and s390 are also CPU ports.
5544
5545 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
5546
5547         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
5548
5549 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
5550
5551         * MAINTAINERS: Alphabetize.
5552
5553 2001-11-09  Kazu Hirata  <kazu@hxi.com>
5554
5555         * MAINTAINERS (Various maintainers: h8 port): Add myself.
5556
5557 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
5558
5559         * MAINTAINERS (Various maintainers: hppa port): Added myself.
5560
5561 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
5562
5563         * configure.in (--enable-languages): Be more permissive about
5564         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
5565
5566 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
5567
5568         * config.sub: Import from master sources, rev. 1.230.
5569         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
5570
5571 2001-11-07  Laurent Guerby  <guerby@acm.org>
5572
5573         * MAINTAINERS (Write After Approval): Add self.
5574
5575 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
5576
5577         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
5578
5579 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
5580
5581         * config.sub: Import from master sources, rev 1.226.
5582         * config.guess: Import from master sources, rev 1.216.
5583
5584 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
5585
5586         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
5587         * MAINTAINERS: Add self as maintainer of MMIX port.
5588         Remove old after-approval entry.
5589
5590 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
5591
5592         * ChangeLog, configure: Fix spelling errors.
5593
5594 2001-10-20  Brendan Kehoe  <brendan@zen.org>
5595
5596         * MAINTAINERS: Tweak my address.
5597
5598 Thu Oct 11 21:50:15 2001  J"orn Rennecke <amylaar@onetel.net.uk>
5599
5600         * MAINTAINERS: Update my email address.
5601
5602 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
5603
5604         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
5605         * MAINTAINERS: Add self as maintainer of CRIS port.
5606
5607 2001-10-10  Geert Bosch  <bosch@gnat.com>
5608
5609         * MAINTAINERS (Various maintainers: Ada front end):
5610         Added Robert Dewar.
5611
5612 2001-10-03  David Billinghurst <David.Billinghurst@riotinto.com>
5613
5614         * MAINTAINERS (Write After Approval): Added self
5615
5616 2001-10-02  Geert Bosch  <bosch@gnat.com>
5617
5618         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
5619
5620 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
5621
5622         * configure: Handle temporary files securely using mkdir.
5623
5624 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
5625
5626         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
5627
5628 2001-09-26  Will Cohen <wcohen@redhat.com>
5629
5630         * configure.in (*-*-linux*): Disable configuration of target-newlib
5631         and target-libgloss.
5632
5633 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
5634
5635         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
5636         RANLIB.
5637
5638 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
5639
5640         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
5641         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
5642         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
5643         avoid quotes nesting problems.
5644         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
5645         (DO_X): Export only variables that are set.
5646
5647 2001-09-19  Ben Elliston  <bje@redhat.com>
5648
5649         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
5650         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
5651         semantics.  Use the shell built-in "type" command instead.
5652
5653 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
5654
5655         Merged from gcc-3_0-branch:
5656         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
5657         * ltcf-c.sh: Use $objext, not $ac_objext.
5658         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
5659         * ltcf-cxx.sh: Add support for GNU.
5660         2001-07-22  Timothy Wall  <twall@redhat.com>
5661         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
5662         default settings if using GNU tools with that configuration.
5663         * ltcf-cxx.sh: Ditto.
5664         * ltcf-gcj.sh: Ditto.
5665         2001-07-21  Michael Chastain  <chastain@redhat.com>
5666         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
5667         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
5668         * ltmain.sh: Mark as gcc-local.
5669
5670 2001-08-30  Eric Christopher  <echristo@redhat.com>
5671             Jason Eckhardt  <jle@redhat.com>
5672
5673         * config.guess: Merge from master sources.
5674         * config.sub: Merge from master sources, add support for mipsisa32.
5675
5676 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
5677         * config.sub: Merge from master sources, rev 1.219.
5678         * MAINTAINERS: Add self as contact for stormy16 port.
5679
5680 2001-08-14  Zack Weinberg  <zackw@panix.com>
5681
5682         * config.sub: Merge from master sources, rev 1.218.
5683         * config.guess: Merge from master sources, rev 1.209.
5684
5685 2001-08-11  Graham Stott  <grahams@redhat.com>
5686
5687         * Makefile.in (check-c++): Add missing semicolon.
5688
5689 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
5690
5691         * MAINTAINERS (Various maitainers: predict.def): Added myself.
5692
5693 2001-07-30  Eric Christopher  <echristo@redhat.com>
5694
5695         * MAINTAINERS (Various maintainers: mips port): Added myself.
5696
5697 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
5698
5699         * configure.in (sh-*-linux*): New.
5700
5701 2001-07-27  Richard Henderson  <rth@redhat.com>
5702
5703         * .cvsignore: Add LAST_UPDATED.
5704
5705 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
5706
5707         * MAINTAINERS (Various maintainers: s390 port): Added myself.
5708
5709 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
5710
5711         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
5712
5713 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
5714
5715         * MAINTAINERS (Write After Approval): Added myself.
5716
5717 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
5718
5719         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
5720         and libgcj on m68hc11/m68hc12.
5721
5722 2001-06-27  H.J. Lu  (hjl@gnu.org)
5723
5724         * Makefile (CFLAGS_FOR_BUILD): New.
5725         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
5726
5727 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
5728
5729         * README: Remove version number.
5730
5731 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
5732
5733         * INSTALL/README: Update wrt. to the installation instructions now
5734         residing in gcc/doc/install.texi.
5735
5736 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
5737
5738         * README: Replace with a cut-down and updated version of gcc/README.
5739
5740 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
5741
5742         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
5743         multilibs to be disabled.
5744
5745 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
5746
5747         * MAINTAINERS (Write After Approval): Add myself.
5748
5749 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
5750
5751         * config.guess: Import CVS version 1.195.
5752         * config.sub: Import CVS version 1.212.
5753
5754 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
5755
5756         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
5757         gcc/xgcc is built, use -print-prog-name to find out the program
5758         name to use.
5759
5760 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
5761
5762         * config.guess:  Import CVS version 1.194.  All gcc-local changes
5763         appear to also be in the master copy.
5764         * config.sub:  Import CVS version 1.211.
5765
5766 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
5767
5768         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
5769         with_gcc]: Use `gcc -shared' to build a shared library.
5770
5771 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
5772
5773         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
5774         archives.
5775
5776 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5777
5778         * MAINTAINERS (Write After Approval): Add myself.
5779
5780 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
5781
5782         * configure.in (libstdcxx_flags): Do not try to execute
5783         libstdc++-v3/testsuite_flags until it exists.
5784
5785 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
5786
5787         * MAINTAINERS: Update my email address.
5788
5789 2001-05-31  Graham Stott  <grahams@redhat.com>
5790
5791         * MAINTAINERS (Write After Approval): Add myself.
5792
5793 2001-05-28  Simon Patarin <simon.patarin@inria.fr>
5794
5795         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
5796         libraries when using g++ with native linker.
5797
5798 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
5799
5800         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
5801
5802 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
5803
5804         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
5805         [aix4*|aix5*]: Prepend blank.
5806
5807 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
5808
5809         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
5810         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
5811         of subdir/configure scripts to use the new libtool.m4.
5812
5813 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
5814
5815         * MAINTAINERS (Write After Approval): Add myself.
5816
5817 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
5818
5819         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
5820
5821 2001-05-11  Ben Elliston  <bje@redhat.com>
5822
5823         * Makefile.in (all-sid): New target.
5824         (check-sid, clean-sid, install-sid): Likewise.
5825
5826 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
5827
5828         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
5829
5830 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
5831
5832         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
5833         libgcj.
5834
5835 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
5836
5837         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
5838         gcc/xgcc is built, use -print-prog-name to find out the program
5839         name to use.
5840
5841 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
5842
5843         * configure.in (noconfigdirs): Don't reset it from scratch in the
5844         target case; only append to it.
5845
5846         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
5847         sparc-*-solaris2.8]: Disable ${libgcj}.
5848
5849 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
5850
5851         * configure.in (libgcj_saved): Copy from $libgcj.
5852         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
5853         --disable-libgcj.
5854
5855 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
5856
5857         * MAINTAINERS: Remove self as MIPS maintainer and
5858         C front end maintainer.
5859
5860 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
5861
5862         * configure.in: Move *-chorusos target case to the proper switch.
5863         Disable libgcj.
5864
5865 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
5866
5867         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
5868         1.641.2.228.
5869
5870 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5871
5872         * Makefile.in (STAGE1_CFLAGS): Pass down.
5873
5874 2001-04-13  Alan Modra  <amodra@one.net.au>
5875
5876         * config.guess: Add hppa64-linux support.  Note for next import that
5877         this is already in the master file.
5878         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
5879
5880 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
5881
5882         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
5883         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
5884
5885 2001-04-11  Stan Shebs  <shebs@apple.com>
5886
5887         * MAINTAINERS: Add self as Darwin port maintainer.
5888
5889 2001-04-11  Alan Modra  <amodra@one.net.au>
5890
5891         * MAINTAINERS: Update my email address.
5892
5893 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
5894
5895         * ltcf-cxx.sh: Support creation of C++ shared libraries on
5896         recent versions of FreeBSD (release 3 or later).
5897         * ltconfig: On FreeBSD, -lc must not be provided when building
5898         a shared library or else the standard -pthread gcc option is
5899         rendered worthless to later users of the built library.
5900
5901 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
5902
5903         * MAINTAINERS: Add self and RTH as C front end maintainers.
5904
5905 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
5906
5907         * config.sub: Make sure to match an already-canonicalized
5908         machine name (eg. mn10300-unknown-elf).
5909
5910 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
5911
5912         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
5913         New macros.
5914         (bootstrap, cross): Use RECURSE_FLAGS.
5915         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
5916
5917 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
5918
5919         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
5920
5921 2001-03-22  Colin Howell  <chowell@redhat.com>
5922
5923         * Makefile.in (DO_X): Do not backslash single-quotes in
5924         backquotes (two places).
5925
5926 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
5927
5928         Re-installed:
5929         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
5930         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
5931         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
5932         * ltcf-cxx.sh: Likewise.
5933         * ltcf-gcj.sh: Likewise.
5934
5935 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
5936
5937         * MAINTAINERS: Add myself as "documentation co-maintainer".
5938
5939 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
5940
5941         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
5942         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
5943
5944 2001-03-19  Tom Tromey  <tromey@redhat.com>
5945
5946         * config-ml.in: Handle GCJ and GCJFLAGS.
5947
5948 2001-03-21  Michael Chastain  <chastain@redhat.com>
5949
5950         * Makefile.in: all-m4 depends on all-texinfo.
5951
5952 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
5953
5954         * MAINTAINERS: Add myself to write after approval list.
5955
5956 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
5957
5958         * Makefile.in (DO_X): Quote nested quotes.
5959
5960 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
5961
5962         * MAINTAINERS: Add myself to write after approval list.
5963
5964 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
5965
5966         * Makefile.in (DO_X): Use double quotes for quoting
5967         "RANLIB=$${RANLIB}".
5968
5969 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
5970
5971         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
5972
5973 2001-03-09  Nicola Pero <n.pero@mi.flashnet.it>
5974
5975         * configure.in: Only use `lang_requires' for languages athat are
5976         actually enabled.
5977
5978 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
5979
5980         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
5981
5982 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
5983
5984         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
5985
5986 2001-03-07  Tom Tromey  <tromey@redhat.com>
5987
5988         * configure.in: Allow config-lang.in to set `lang_requires' to list
5989         of other required languages.
5990
5991 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
5992
5993         * Makefile.in: Remove RANLIB definition. Use RANLIB
5994         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
5995         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
5996
5997 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
5998             Alexandre Oliva  <aoliva@redhat.com>
5999
6000         * Makefile.in (check-c++): Use tabs, not spaces.
6001
6002 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
6003
6004         * MAINTAINERS: add myself to Write After Approval list.
6005
6006 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
6007
6008         * Makefile.in (check-c++): New rule.
6009
6010         * configure.in (target_libs): Remove libg++.
6011         (noconfigdirs): Remove libg++.
6012         (noconfigdirs): Same.
6013         (noconfigdirs): Same.
6014         (noconfigdirs): Same.
6015
6016         * config-ml.in: Remove libg++ references.
6017
6018         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
6019         (ALL_TARGET_MODULES): Same.
6020         (configure-target-libg++): Remove.
6021         (all-target-libg++): Remove.
6022         (configure-target-libio): Remove.
6023         (all-target-libio): Remove.
6024         (check-target-libio): Remove.
6025         (.PHONY): Remove.
6026         (libg++.tar.bz2): Remove.
6027         (all-target-cygmon): Remove libio.
6028         (all-target-libstdc++): Remove.
6029         (configure-target-libstdc++): Remove.
6030         (TARGET_LIB_PATH): Remove libstdc++.
6031         (ALL_GCC_CXX): Remove libstdc++.
6032         (all-target-gperf): Correct.
6033
6034 2001-02-16  Nick Clifton  <nickc@redhat.com>
6035
6036         * configure.in (noconfigdirs): Allow configuration of texinfo
6037         for Cygwin hosts.
6038
6039 2001-02-15  Anthony Green  <green@redhat.com>
6040
6041         * configure: Introduce GCJ_FOR_TARGET.
6042         * configure.in: Ditto.
6043         * Makefile.in: Ditto.
6044
6045 2001-02-13  Andreas Schwab  <schwab@suse.de>
6046
6047         * MAINTAINERS: Update mail address.
6048
6049 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
6050
6051         * config.guess: Add linux target for S/390.
6052         * config.sub: Likewise.
6053
6054 2001-02-08  Chandrakala Chavva <cchavva@redhat.com>
6055
6056         * configure.in: for *-chorusos, don't config target-newlib and
6057         target-libgloss.
6058
6059 2001-02-06  Ben Elliston  <bje@redhat.com>
6060
6061         * configure: Output host type to stdout, not stderr.
6062
6063 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
6064
6065         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
6066         * ltcf-cxx.sh: Likewise.
6067
6068         * config.if: Assume enable_libstdcxx_v3 is defined.
6069
6070 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
6071
6072         Remove V2 C++ library.
6073         * configure.in: Remove --enable-libstdcxx_v3 support.
6074
6075 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
6076
6077         * include/demangle.h: Add prototype for java_demangle_v3.
6078
6079 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
6080
6081         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
6082
6083 2001-01-27  Richard Henderson  <rth@redhat.com>
6084
6085         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
6086
6087 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
6088
6089         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
6090         Don't unset, it's non-portable and no longer necessary, set to empty
6091         instead.
6092
6093 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
6094
6095         * ltconfig: Shell portability fix for the tagname validity check.
6096
6097 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
6098
6099         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
6100         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
6101
6102 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
6103
6104         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
6105
6106 2001-01-26  Tom Tromey  <tromey@redhat.com>
6107
6108         * configure.in: Allow libgcj to be built on Sparc Solaris.
6109
6110 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
6111
6112         * ltcf-c.sh: Add aix5 case.
6113         * ltcf-cxx.sh: Likewise.
6114         * ltconfig: Likewise.
6115
6116 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
6117
6118         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
6119         keep at least one of build_libtool_libs or build_old_libs set to
6120         yes.
6121
6122         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
6123         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
6124
6125 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
6126
6127         * configure.in: Enable libgcj on several additional platforms.
6128
6129 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
6130
6131         * configure.in: Enable libgcj for linux targets.
6132
6133 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
6134
6135         * MAINTAINERS (Write After Approval): Add myself.
6136
6137 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
6138
6139         * MAINTAINERS: Add myself as vax port maintainer.
6140
6141 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
6142
6143         * MAINTAINERS: Add myself as Mercury front-end maintainer.
6144
6145 2001-01-09  Mike Stump  <mrs@wrs.com>
6146
6147         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
6148         failures of subdirectories.
6149
6150 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
6151
6152         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
6153         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
6154         * ltcf-cxx.sh: Likewise.
6155         * ltcf-gcj.sh: Likewise.
6156         * ltconfig.sh: Fix typo.
6157
6158 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
6159
6160         * configure: handle DOS-style absolute paths.
6161
6162 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
6163
6164         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
6165
6166 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
6167
6168         * MAINTAINERS: Add myself as avr port co-maintainer.
6169
6170 2000-12-28  Ben Elliston  <bje@redhat.com>
6171
6172         * MAINTAINERS: Add myself under ``Write After Approval''.
6173
6174 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
6175
6176         * texinfo: Remove directory from GCC.
6177
6178 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
6179
6180         * COPYING: Update to current
6181         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
6182         to 19yy as example year in copyright notice).
6183
6184 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
6185
6186         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
6187         (libstdcxx_incdir): Pass down.
6188         * config.if: Remove expired bits for cxx_interface, add stub.
6189         (libstdcxx_incdir): Add variable for g++ include directory.
6190         * configure.in (gxx_include_dir): Use it.
6191
6192 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
6193
6194         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
6195         with old-email address from ``Write After Approval''.
6196
6197 2000-12-15  Andreas Jaeger  <aj@suse.de>
6198
6199         * configure.in: Handle lang_dirs.
6200
6201 2000-12-14  Tom Tromey  <tromey@redhat.com>
6202
6203         * MAINTAINERS: Removed brads.
6204
6205         * MAINTAINERS: Added gcj developers.
6206
6207 2000-12-13  Anthony Green  <green@redhat.com>
6208
6209         * configure.in: Disable libgcj for any target not specifically
6210         listed.  Disable libgcj for x86 and Alpha Linux until compatible
6211         with g++ abi.
6212
6213 2000-12-13  Mike Stump  <mrs@wrs.com>
6214
6215         * Makefile.in (local-distclean): Also remove fastjar.
6216
6217 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
6218
6219         * contrib/gcc_update: Add fastjar --touch entries.
6220
6221 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
6222
6223         * configure.in: Disable language-specific target libraries for
6224         languages that aren't enabled.
6225
6226 2000-12-10  Anthony Green  <green@redhat.com>
6227
6228         * configure.in: Define libgcj.  Disable libgcj target libraries for
6229         most targets.
6230
6231 2000-12-10  Neil Booth  <neilb@earthling.net>
6232
6233         * MAINTAINERS: Update mail address, remove from WAA list.
6234
6235 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6236
6237         * libjava: Imported from /cvs/java.
6238         * libffi: Likewise.
6239         * Boehm-gc: Likewise.
6240
6241 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6242
6243         * configure.in (target_libs): Revert 2000-12-08 patch.
6244         (noconfigdirs): Added target-libjava.
6245
6246 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
6247
6248         * djunpack.bat: removed.
6249
6250 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
6251
6252         * Makefile.in: handle DOS-style absolute paths.
6253         * config-ml.in: likewise.
6254         * symlink-tree: likewise.
6255
6256 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6257
6258         * fastjar: Imported.
6259
6260 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6261
6262         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
6263         libjava.
6264         * configure.in (target_libs): Removed `target-libjava'.
6265
6266 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6267
6268         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
6269         (ALL_MODULES): Added fastjar.
6270         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
6271         (all-target-libjava): all-fastjar replaces all-zip.
6272         (all-fastjar): Added.
6273         (configure-target-fastjar, all-target-fastjar): Likewise.
6274         * configure.in (host_tools): Added fastjar.
6275
6276 2000-12-07  Mike Stump  <mrs@wrs.com>
6277
6278         * Makefile.in (local-distclean): Remove leftover built files.
6279
6280 2000-11-24  Nick Clifton  <nickc@redhat.com>
6281
6282         * configure.in (xscale-elf): Add target.
6283         (xscale-coff): Add target.
6284
6285 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
6286
6287         * ltcf-cxx.sh: Support creation of C++ shared libraries on
6288         recent versions of FreeBSD (release 3 or later).
6289         * ltconfig: On FreeBSD, -lc must not be provided when building
6290         a shared library or else the standard -pthread gcc option is
6291         rendered worthless to later users of the built library.
6292
6293 2000-11-16  Fred Fish  <fnf@be.com>
6294
6295         * configure.in (enable_libstdcxx_v3): Fix typo,
6296         libstd++ -> libstdc++.
6297
6298 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6299
6300         * MAINTAINERS: Add self to Write After Approval list.
6301
6302 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
6303
6304         * MAINTAINERS: Update my email address.  Add myself to global write
6305         privs list.
6306
6307 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
6308
6309         * Makefile.in: Merge with src and libgcj.
6310         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
6311         configure-target-<library> when their configure scripts need the C
6312         or C++ library to have already been built to work properly.
6313         (do_proto_toplev): Set them to an empty string.
6314
6315         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
6316         (REALLY_SET_LIB_PATH): Use them.
6317
6318 2000-11-17  Stan Shebs  <shebs@apple.com>
6319
6320         * MAINTAINERS: Add self to Write After Approval list.
6321
6322 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
6323
6324         * configure: Provide the original toplevel configure arguments
6325         (including $0) to subprocesses in the environment rather than
6326         through gcc/configargs.h.
6327
6328 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
6329
6330         * MAINTAINERS: Remove references to cccp. Change C9X reference to
6331         C99.  Alphabetise "Write After Approval" list.
6332
6333 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
6334
6335         * configure: Turn on libstdc++ V3 by default.
6336
6337         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
6338         if we've got GCC.
6339
6340 2000-11-11  Philip Blundell  <philb@gnu.org>
6341
6342         * MAINTAINERS: Add self to Write After Approval list.
6343
6344 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
6345
6346         * ltcf-c.sh (aix4): Improve shared library configuration; require
6347         exporting symbols.
6348         * ltcf-cxx.sh (aix4): Define.
6349         * ltconfig (aix4): Define library and soname specs appropriate for
6350         AIX.  Define command to create export symbols list.
6351
6352 Mon Nov  6 14:19:35 2000  Christopher Faylor <cgf@cygnus.com>
6353
6354         * config.sub: Add support for Sun Chorus
6355
6356 2000-10-31  Nick Clifton  <nickc@redhat.com>
6357
6358         * MAINTAINERS: Rename <name>@cygnus.com addresses to
6359         <name>@redhat.com.  Also installed new email address for Clint
6360         Popetz.
6361
6362 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
6363
6364         * etc: Remove directory from GCC.
6365
6366 2000-10-16  Michael Meissner  <meissner@redhat.com>
6367
6368         * configure (gcc/configargs.h): Only create if there is a build GCC
6369         directory created.
6370
6371 2000-10-16  Matthias Klose  <doko@debian.org>
6372
6373         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
6374         when configured for libstdc++-v3.
6375
6376 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
6377
6378         * configure: Save configure arguments to gcc/configargs.h.
6379
6380 2000-10-04  Philipp Thomas  <pthomas@suse.de>
6381
6382         * config.guess: Import CVS version 1.157.
6383         * config.sub: Import CVS version 1.181.
6384
6385 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
6386
6387         * Makefile.in (bootstrap): avoid recursion if subdir missing
6388         (cross): ditto
6389         (do-proto-toplev): ditto
6390
6391 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
6392
6393         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
6394         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
6395
6396         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
6397         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
6398         all affected `configure' scripts.
6399
6400 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
6401
6402         * MAINTAINERS: Add self as cpplib co-maintainer.
6403
6404 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
6405
6406         * MAINTAINERS: Add self to Write After Approval list.
6407
6408 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6409
6410         * INSTALL/README: egcs -> GCC update.
6411
6412 Sun Sep 17 16:55:59 CEST 2000   Marc Espie <espie@cvs.openbsd.org>
6413
6414         * MAINTAINERS: Add myself to Write After Approval list.
6415
6416 2000-09-15  Kazu Hirata  <kazu@hxi.com>
6417
6418         * MAINTAINERS: Add myself to Write After Approval list.
6419
6420 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
6421
6422         * configure.in: Do not build byacc for hppa64.  Provide paths to the
6423         X11 libraries for hppa64.
6424
6425 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
6426
6427         * MAINTAINERS: Add myself as 68hc11 port maintainer.
6428
6429 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
6430
6431         * Makefile.in (all-zlib): Added dummy target.
6432
6433         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
6434         ltcf-gcj.sh: Updated from libtool multi-language branch.
6435
6436 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
6437
6438         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
6439         (bootstrap*): Depend on all-bootstrap.
6440
6441 2000-09-05  Philipp Thomas  <pthomas@suse.de>
6442
6443         * config.guess: Import CVS version 1.156.
6444         * config.sub: Import CVS version 1.179.
6445
6446 2000-09-02  Anthony Green  <green@cygnus.com>
6447
6448         * Makefile.in (all-gcc): Depend on all-zlib.
6449         (CLEAN_MODULES): Add clean-zlib.
6450         (ALL_MODULES): Add all-zlib.
6451         * configure.in (host_libs): Add zlib.
6452
6453 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
6454
6455         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
6456         crosses, but add gcc/include to the header search path for them.
6457
6458 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
6459
6460         * MAINTAINERS: Add self to Write After Approval list.
6461
6462 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6463
6464         * config.guess: Import CVS version 1.152.
6465         * config.sub: Import CVS version 1.177.
6466
6467 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
6468
6469         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
6470         $targargs to tell whether newlib is going to be built.
6471
6472         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
6473         $$r/TARGET_SUBDIR/libio for _G_config.h.
6474
6475 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
6476
6477         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
6478
6479 2000-08-22  DJ Delorie  <dj@redhat.com>
6480
6481         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
6482
6483 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
6484
6485         * config-ml.in (CC, CXX): Avoid trailing whitespace.
6486         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
6487         sub-configures.
6488
6489 2000-08-21  DJ Delorie  <dj@redhat.com>
6490
6491         * MAINTAINERS: Add self as a libiberty maintainer
6492
6493 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
6494
6495         * configure.in (libstdcxx_flags): Use
6496         libstdc++-v3/src/libstdc++.INC.
6497
6498 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
6499
6500         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
6501
6502 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
6503
6504         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
6505
6506         * configure: Make enable_threads and enable_shared defaults
6507         explicit.  Substitute enable_threads into generated Makefiles.
6508         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
6509         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
6510
6511 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
6512
6513         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
6514
6515 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
6516
6517         * config-ml.in (CC): Remove bogus duplicate quotation mark from
6518         previous delta.
6519
6520 2000-08-11  Jason Merrill  <jason@redhat.com>
6521
6522         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
6523         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
6524         (FLAGS_FOR_TARGET): Not here.
6525         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
6526
6527 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
6528
6529         * config-ml.in (CC, CXX): Don't introduce a leading space.
6530
6531 2000-08-07  DJ Delorie  <dj@delorie.com>
6532
6533         * MAINTAINERS: Add self as a DJGPP maintainer
6534
6535 2000-08-07  DJ Delorie  <dj@redhat.com>
6536
6537         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
6538         "if we're also building gcc, and it's a gcc that will run on the
6539         build machine, we want to use its includes instead of the system's
6540         default includes".
6541
6542 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
6543
6544         * MAINTAINERS: Add self to Write After Approval list.
6545
6546 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
6547
6548         * configure.in (libstdcxx_flags): Don't use `"'.
6549
6550         * config-ml.in: Adjust multilib search paths to the
6551         appropriate multilib tree.
6552
6553 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
6554
6555         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
6556         commas in $LANGUAGES.
6557
6558 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
6559
6560         * configure.in: Re-enable all references to libg++ and librx.
6561
6562 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
6563
6564         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
6565         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
6566         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
6567         * ltcf-cxx.sh (need_lc): Set based on postdeps.
6568
6569         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
6570
6571 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
6572
6573         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
6574         CXX_FOR_TARGET for sed.
6575
6576 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
6577
6578         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
6579         Do not override if already set in the environment or in configure.
6580         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
6581         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
6582
6583 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
6584
6585         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
6586         the libtool CVS tree multi-language branch.
6587         * ltconfig, ltmain.sh: Updated.
6588
6589 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
6590
6591         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
6592         (clean-target): Depend on it.
6593
6594         * Makefile.in (FLAGS_FOR_TARGET): New macro.
6595         (GCC_FOR_TARGET): Use it.
6596         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
6597         * configure.in: ... here.
6598         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
6599         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
6600
6601 2000-07-24  Eric Christopher  <echristo@cygnus.com>
6602
6603         * MAINTAINERS: Add self to Write After Approval list.
6604
6605 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
6606
6607         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
6608         (configure-target-libchill, configure-target-libobjc): Likewise.
6609
6610         * configure.in: Use the same cache file for all target libs.
6611         * config-ml.in: But different cache files per multilib variant.
6612
6613 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
6614
6615         * configure (topsrcdir): Don't use dirname.
6616
6617 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
6618
6619         * MAINTAINERS: Add self to Write After Approval list.
6620
6621 2000-07-20  Jason Merrill  <jason@redhat.com>
6622
6623         * configure.in: Remove all references to libg++ and librx.
6624
6625         * configure, configure.in, Makefile.in: Unify gcc and binutils.
6626
6627 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
6628
6629         * config.sub: Update to subversions version 2000-07-06.
6630
6631 2000-07-12  Andrew Haley  <aph@cygnus.com>
6632
6633         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
6634         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
6635
6636 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
6637
6638         * symlink-tree:  Check number of arguments.
6639
6640 2000-07-05  Jim Wilson  <wilson@cygnus.com>
6641
6642         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
6643         search path for a g++ extracted from the build tree.  This
6644         will allow link tests run by configure scripts in
6645         subdirectories to succeed.
6646
6647 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
6648
6649         * ltconfig: Add support for mips-dde-sysv4.2MP
6650
6651 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
6652
6653         * MAINTAINERS: Add myself as loop discovery maintainer.
6654
6655 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
6656
6657         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
6658         `os2'. Force ac_cv_exeext to be ".exe" in that case.
6659
6660 2000-06-19  Timothy Wall  <twall@cygnus.com>
6661
6662         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
6663         * config.sub: Add tic54x target.
6664
6665 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
6666
6667         * MAINTAINERS: Add self as Fortran maintainer,
6668         remove Craig Burley.
6669
6670 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
6671
6672         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
6673         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
6674
6675 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
6676
6677         * MAINTAINERS: Add self as i18n maintainer
6678
6679 20000-05-21  H.J. Lu  (hjl@gnu.org)
6680
6681         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
6682         directory are used if they exist. Make sure
6683         $(build_tooldir)/include is searched for header files,
6684         $(build_tooldir)/lib/ for library files.
6685         (GCC_FOR_TARGET): Likewise.
6686         (CXX_FOR_TARGET): Likewise.
6687
6688 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
6689
6690         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
6691
6692 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
6693
6694         * Makefile.in (configure-target-libiberty): Depend on
6695         configure-target-newlib.
6696
6697 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
6698
6699         * configure.in, Makefile.in: Merge all libffi-related
6700         configury stuff from the libgcj tree.
6701
6702 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
6703
6704         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
6705         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
6706
6707 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
6708
6709         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
6710         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
6711         current version information.  Add to proto-toplev directory.
6712         (gdb-taz): Build do-djunpack.
6713
6714 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
6715
6716         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
6717
6718 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
6719
6720         * MAINTAINERS: Add self to Write After Approval list.
6721
6722 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
6723
6724         * ltmain.sh: Preserve in relink_command any environment
6725         variables that may affect the linker behavior.
6726
6727 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
6728
6729         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
6730
6731 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
6732
6733         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
6734
6735 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
6736
6737         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
6738         with the version name.
6739
6740 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
6741
6742         * MAINTAINERS: Add self as bb-reorder maintainer.
6743
6744 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
6745
6746         * config.if: Tweak.
6747
6748 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
6749
6750         * djunpack.bat: New file.
6751
6752 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
6753
6754         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
6755         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
6756         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
6757         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
6758
6759 2000-04-16  Dave Pitts  <dpitts@cozx.com>
6760
6761         * config.sub (case $basic_machine): Change default for "ibm-*"
6762         to "openedition".
6763
6764 2000-04-13  Andreas Jaeger  <aj@suse.de>
6765
6766         * MAINTAINERS: Added myself.
6767
6768 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
6769
6770         * Makefile.in (gdb-taz): New target.  GDB specific archive.
6771         (do-md5sum): New target.
6772         (MD5PROG): Define.
6773         (PACKAGE): Default to TOOL.
6774         (VER): Default to a shell script.
6775         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
6776         md5 checksum generation.
6777         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
6778         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
6779         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
6780         insight.tar.bz2): Use gdb-taz to create archive.
6781
6782 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
6783
6784         * configure (warn_cflags): Delete.
6785
6786 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
6787
6788         * MAINTAINERS: Added myself.
6789
6790 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
6791             Martin v. Loewis  <martin@loewis.home.cs.tu-berlin.de>
6792
6793         * configure.in (enable_libstdcxx_v3): Add.
6794         (target_libs): Add bits here to switch between libstdc++-v2 and
6795         libstdc++-v3.
6796         * config.if: And this file too.
6797         * Makefile.in: Add libstdc++-v3 targets.
6798
6799 2000-04-05  Michael Meissner  <meissner@redhat.com>
6800
6801         * config.sub (d30v): Add d30v as a basic machine type.
6802
6803 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
6804
6805         * configure.in: -linux-gnu*, not -linux-gnu.
6806
6807 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
6808
6809         * MAINTAINERS: Add self in write-after-approval section.
6810
6811 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
6812
6813         * MAINTAINERS: Add self as ia64 port maintainer.
6814
6815 2000-03-08  Neil Booth  <NeilB@earthling.net>
6816
6817         * MAINTAINERS: Add self in write-after-approval section.
6818
6819 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
6820
6821         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
6822         (do-tar-bz2): Replace TOOL with PACKAGE.
6823         (gdb.tar.bz2): Remove GDBTK from GDB package.
6824         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
6825         dejagnu.tar.bz2): New packages.
6826
6827 2000-02-27  Andreas Jaeger  <aj@suse.de>
6828
6829         * configure.in: Add entry for mips*-*-linux*, move catch all
6830         *-*-*linux* entry below this one.
6831
6832 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
6833
6834         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
6835
6836 2000-02-24  Nick Clifton  <nickc@cygnus.com>
6837
6838         * config.sub: Support an OS of "wince".
6839
6840 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
6841
6842         * config.guess, config.sub: Updated to match config's 2000-02-15
6843         version.
6844
6845 2000-02-23  Linas Vepstas <linas@linas.org>
6846
6847         * config.sub: Add support for Linux/IBM 370.
6848         * configure.in: Likewise.
6849
6850 2000-02-22  Nick Clifton  <nickc@cygnus.com>
6851
6852         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
6853
6854 2000-02-20  Christopher Faylor <cgf@cygnus.com>
6855
6856         * config.guess: Guess "cygwin" rather than "cygwin32".
6857
6858 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6859
6860         * configure (gcc_version): When setting, narrow search to
6861         lines containing `version_string'.
6862
6863 2000-02-15  Denis Chertykov  <denisc@overta.ru>
6864
6865         * config.sub: Add support for avr target.
6866
6867 2000-02-14  Nick Clifton  <nickc@cygnus.com>
6868
6869         * MAINTAINERS: Add maintainers for MCore port.
6870
6871 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
6872
6873         * config.sub: Add mmix-knuth-mmixware.
6874
6875 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6876
6877         * MAINTAINERS: Pair cccp with cpplib maintainership.
6878
6879 2000-01-27  Christopher Faylor <cgf@redhat.com>
6880
6881         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
6882         structure stuff to -L library search.
6883         (CXX_FOR_TARGET): Ditto.
6884         (CROSS_CHECK_MODULES): Fix spelling mistake.
6885
6886 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
6887
6888         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
6889         the C++ compiler.
6890
6891 2000-01-12  Richard Henderson  <rth@cygnus.com>
6892
6893         * configure.in: Don't build some bits for beos.
6894
6895 2000-01-12  Joel Sherrill (joel@OARcorp.com)
6896
6897         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
6898         as include files.
6899
6900 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
6901
6902         * Add self as cpplib maintainer, as requested by Jason
6903         Merrill.  Correct my e-mail address.
6904
6905 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
6906
6907         * configure.in: Use mt-aix43 to handle *_TARGET defs,
6908         not mh-aix43.
6909
6910 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
6911
6912         * MAINTAINERS: Add myself to "write after approval" list.
6913
6914 1999-12-14  Richard Henderson  <rth@cygnus.com>
6915
6916         * config.guess (alpha-osf, alpha-linux): Detect ev67.
6917         * config.sub: Accept alphaev[78], alphaev8.
6918
6919 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
6920
6921         * config.guess, config.sub: Update from autoconf.
6922
6923 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
6924
6925         * MAINTAINERS:  update my playtime e-address.
6926
6927 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6928
6929         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
6930         necessary libraries are missing.
6931
6932 Fri Nov 19 11:22:31 MST 1999    Diego Novillo <dnovillo@cygnus.com>
6933
6934         * MAINTAINERS: Add new 'write after approval' maintainer.
6935
6936 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6937
6938         * MAINTAINERS: Add new Java maintainer.
6939
6940 1999-10-25  Andreas Schwab  <schwab@suse.de>
6941
6942         * configure: Fix quoting inside arguments of eval.
6943
6944 1999-10-21  Nick Clifton  <nickc@cygnus.com>
6945
6946         * config-ml.in: Allow suppression of some ARM multilibs.
6947
6948 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
6949
6950         * config.guess: Add OS/390 match pattern.
6951         * config.sub: Add mvs, openedition targets.
6952         * configure.in (i370-ibm-opened*): New.
6953
6954 1999-09-04  Steve Chamberlain  <sac@pobox.com>
6955
6956         * config.sub: Add support for configuring for pj.
6957
6958 1999-08-31  Nick Clifton  <nickc@cygnus.com>
6959
6960         * config.sub (maybe_os): Add support for configuring for fr30.
6961
6962 1999-08-25  Nick Clifton  <nickc@cygnus.com>
6963
6964         * configure.in: Do not configure or build ld for AIX
6965         platforms.  ld is known to be broken on these platforms.
6966
6967 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6968
6969         * config-ml.in: Pass compiler flag corresponding to multidirs to
6970         subdir configures.
6971
6972 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
6973
6974         * Makefile.in (LDFLAGS): Define.
6975
6976 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
6977
6978         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
6979         noconfigdirs.
6980         (*-*-cygwin*): Likewise.
6981
6982 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
6983
6984         * mkdep: New file.
6985         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
6986         (BINUTILS_SUPPORT_DIRS): Add mkdep.
6987
6988         From Eli Zaretskii <eliz@is.elta.co.il>:
6989         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
6990         long file name when using DJGPP on MS-DOS.
6991
6992 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
6993
6994         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
6995
6996 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
6997
6998         * Makefile.in (check-target-libio): Remove all-target-libstdc++
6999         dependency as this causes "make check" to globally "make all"
7000
7001 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
7002
7003         * configure.in (target_libs): Added target-zlib.
7004         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
7005         (CONFIGURE_TARGET_MODULES): Likewise.
7006         (CHECK_TARGET_MODULES): Likewise.
7007         (INSTALL_TARGET_MODULES): Likewise.
7008         (CLEAN_TARGET_MODULES): Likewise.
7009         (configure-target-zlib): New target.
7010         (all-target-zlib): Likewise.
7011         (all-target-libjava): Depend on all-target-zlib.
7012         (configure-target-libjava): Depend on configure-target-zlib.
7013
7014         * Makefile.in (configure-target-libjava): Depend on
7015         configure-target-newlib.
7016         (configure-target-boehm-gc): New target.
7017         (configure-target-qthreads): New target.
7018
7019         * configure.in (target_libs): Added target-qthreads.
7020         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
7021         (CONFIGURE_TARGET_MODULES): Likewise.
7022         (CHECK_TARGET_MODULES): Likewise.
7023         (INSTALL_TARGET_MODULES): Likewise.
7024         (CLEAN_TARGET_MODULES): Likewise.
7025         (all-target-qthreads): New target.
7026         (configure-target-libjava): Depend on configure-target-qthreads.
7027         (all-target-libjava): Depend on all-target-qthreads.
7028
7029         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
7030         (CONFIGURE_TARGET_MODULES): Likewise.
7031         (CHECK_TARGET_MODULES): Likewise.
7032         (INSTALL_TARGET_MODULES): Likewise.
7033         (CLEAN_TARGET_MODULES): Likewise.
7034         (all-target-libjava): New target.
7035         (all-target-boehm-gc): Likewise.
7036         * configure.in (target_libs): Added libjava, boehm-gc.
7037
7038 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
7039
7040         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
7041         configure.bat in SUPPORT_FILES.
7042         (gas+binutils.tar.bz2): Likewise.
7043
7044         * makeall.bat: Remove; obsolete.
7045
7046 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
7047
7048         From Mark Elbrecht:
7049         * configure.bat: Remove; obsolete.
7050
7051 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
7052
7053         * configure: Add -W -Wall to the default CFLAGS when compiling with
7054         gcc.
7055
7056 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
7057
7058         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
7059
7060 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
7061
7062         * configure.in: Build ld on IRIX6.
7063
7064 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
7065
7066         * Makefile.in: Change distribution targets to use bzip2 instead of
7067         gzip.
7068         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
7069         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
7070
7071 1999-06-04  Nick Clifton  <nickc@cygnus.com>
7072
7073         * config.sub: Add mcore target.
7074
7075 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
7076
7077         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
7078
7079 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
7080
7081         * config.guess (dummy): Changed to $dummy.
7082
7083 1999-05-24  Nick Clifton  <nickc@cygnus.com>
7084
7085         * config.sub: Tidied up case statements.
7086
7087 1999-05-22  Ben Elliston  <bje@cygnus.com>
7088
7089         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
7090         <jiro@din.or.jp>.
7091
7092         * config.guess: Merge with FSF version. Future changes will be
7093         more accurately recorded in this ChangeLog.
7094         * config.sub: Likewise.
7095
7096 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
7097
7098          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
7099
7100 1999-04-30  Tom Tromey  <tromey@cygnus.com>
7101
7102         * ltmain.sh: [mode link] Always use CC given by ltconfig.
7103
7104 1999-04-23  Tom Tromey  <tromey@cygnus.com>
7105
7106         * ltconfig, ltmain.sh: Update to libtool 1.2f.
7107
7108 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
7109
7110         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
7111         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
7112         Bad merge removed these two changes.
7113
7114 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
7115                           Martin Heller (Ing.-Buero_Heller@t-online.de)
7116
7117         * config.guess (interix Alpha): Add.
7118
7119 1999-04-11  Richard Henderson  <rth@cygnus.com>
7120
7121         * configure.in (i?86-*-beos*): Do config gperf; don't config
7122         gdb, newlib, or libgloss.
7123
7124 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
7125
7126         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
7127         link a trivial program with -mabi=64.  If it fails, remove mabi=64
7128         from multidirs.
7129
7130 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
7131
7132         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
7133
7134 1999-04-08  Nick Clifton  <nickc@cygnus.com>
7135
7136         * config.sub: Add support for mcore targets.
7137
7138 1999-04-07  Michael Meissner  <meissner@cygnus.com>
7139
7140         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
7141         not mt-ospace, in order to shut up assembler warning about using
7142         symbols that are named the same as registers.
7143
7144 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
7145
7146         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
7147         dependency list for all-target-cygmon.
7148
7149 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
7150
7151         * config-ml.in: Check $host, not $target, for selective multilibs.
7152         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
7153         thumb interworking, and underscore prefix multilibs.
7154
7155 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
7156
7157         * missing: Update to version from current automake.
7158
7159 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
7160
7161         * configure (gxx_include_dir): Removed.
7162
7163         * configure.in (gxx_include_dir): Handle it.
7164         * Makefile.in: Likewise.
7165
7166 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
7167
7168         * config.sub (mips64vr4111,mips64vr4111el) Add.
7169
7170 1999-03-21  Ben Elliston  <bje@cygnus.com>
7171
7172         * config.guess: Correct typo for detecting ELF on FreeBSD.
7173
7174 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
7175
7176         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
7177         config/mh-djgpp.
7178
7179 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
7180
7181         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
7182         all-target-newlib to dependency list for all-target-bsp.
7183
7184 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
7185
7186         * config.sub: Add i386-uwin support.
7187         * config.guess: Likewise.
7188
7189 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7190
7191         * configure.in: cleanup, add mh-*pic handling for arm, special
7192         case powerpc*-*-aix*
7193
7194 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
7195
7196         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
7197         can be built.
7198
7199 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
7200
7201         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
7202         targets.
7203
7204 1999-03-02  Nick Clifton  <nickc@cygnus.com>
7205
7206         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
7207
7208 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
7209
7210         * config.sub: Check for "cygwin*" rather than "cygwin32*"
7211
7212 1999-02-24  Nick Clifton  <nickc@cygnus.com>
7213
7214         * config.sub: Fix typo in arm recognition.
7215
7216 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
7217
7218         * configure.in (noconfigdirs): Changed target_configdirs to
7219         include target-bsp only for m68k-*-elf* and m68k-*-coff*
7220         rather than m68k-*-* since it is not known to work on
7221         m68k-aout. Ditto for arm-*-*oabi.
7222
7223 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
7224
7225         * configure.in (*-*-windows*): Remove, no longer used.
7226
7227 1999-02-19  Ben Elliston <bje@cygnus.com>
7228
7229         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
7230         Smart and improved by Andrew Cagney.
7231
7232 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
7233
7234         * config.guess: Recognize openbsd-*-hppa.
7235
7236 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
7237
7238         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
7239         only if it is not empty.
7240
7241 1999-02-17  Nick Clifton  <nickc@cygnus.com>
7242
7243         Patch from: Scott Bambrough <scottb@corelcomputer.com>
7244
7245         * config.guess: Modified to recognize uname's armv* syntax.
7246
7247         * config.sub: Modified to recognize uname's armv* syntax.
7248
7249 1999-02-17  Mark Salter  <msalter@cygnus.com>
7250
7251         * configure.in: Added target-bsp for sparclite.
7252
7253 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
7254
7255         * config.sub: Recognize alphapca5[67] and up to alphaev8.
7256
7257 1999-02-08  Nick Clifton  <nickc@cygnus.com>
7258
7259         * configure.in: Add support for strongarm port.
7260         * config.sub: Add support for strongarm target.
7261
7262 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
7263
7264         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
7265         the old name config/mh-cygwin32.
7266         Enable texinfo.
7267
7268 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
7269
7270         * configure.in: Do build ld for ix86 Solaris.
7271
7272 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
7273
7274         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
7275         $AR_FOR_TARGET.  Likewise for RANLIB.
7276
7277 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
7278
7279         * config.sub (oabi):  Recognize.
7280         * configure.in (arm-*-oabi):  Handle.
7281
7282 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
7283
7284         * config.guess: Improve detection of i686 on UnixWare 7.
7285
7286 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
7287
7288         * config.guess: Add support for i386-pc-interix.
7289         * config.sub: Likewise.
7290         * configure.in: Likewise.
7291
7292 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
7293
7294         * Makefile.in: Remove unneeded all-target-libio from
7295         from all-target-winsup target since it is now unneeded.
7296         Add all-target-libtermcap in its place since it is now
7297         needed.
7298
7299 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
7300
7301         * configure.in: makefile stub for cygwin target is probably
7302         unnecessary.  Remove it for now.
7303
7304 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
7305
7306         * configure.in: libtermcap.a should be built when cygwin is the
7307         target as well as the host.
7308         * config.guess: Allow mixed case in cygwin uname output.
7309         * Makefile.in: Add libtermcap target.
7310
7311 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
7312
7313         * config.sub: Clean up handling of hppa2.0.
7314
7315 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
7316
7317         * config.guess: Use C code to identify more HP machines.
7318
7319 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
7320
7321         * config.sub: Handle hppa2.0.
7322
7323 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
7324
7325         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
7326         cygmon for all sparclite targets, regardless of object format.
7327
7328 1998-12-15  Mark Salter  <msalter@cygnus.com>
7329
7330         * configure.in: Added target-bsp for several target architectures.
7331
7332         * Makefile.in: Added rules for bsp.
7333
7334 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
7335
7336         * config.guess: Improve detection of hppa2.0 processors.
7337
7338 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
7339
7340         * config.guess: Recognize FreeBSD using ELF automatically.
7341
7342 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
7343
7344         * configure (skip-this-dir): Add handling for new shell script, which
7345         might be created by a sub-directory's configure to indicate, this particular
7346         directory is "unwanted".
7347         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
7348
7349 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
7350
7351         * ltconfig: import from libtool, after changing libtool to
7352         account for the cygwin name change.
7353
7354 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
7355
7356         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
7357         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
7358
7359 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
7360
7361         * configure.in: Add libtermcap to list of cygwin dependencies.
7362
7363 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
7364
7365         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
7366         they include winsup/include when it's a cygwin target.
7367
7368 1998-11-12  Tom Tromey  <tromey@cygnus.com>
7369
7370         * configure.in (host_tools): Added zip.
7371         * Makefile.in (all-target-libjava): Depend on all-zip.
7372         (all-zip): New target.
7373         (ALL_MODULES): Added all-zip.
7374         (NATIVE_CHECK_MODULES): Added check-zip.
7375         (INSTALL_MODULES): Added install-zip.
7376         (CLEAN_MODULES): Added clean-zip.
7377
7378 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
7379
7380         * Makefile.in: lose "32" from comment about cygwin.
7381
7382 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
7383
7384         * configure.in: Use -Os to build target libraries for the fr30.
7385
7386 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
7387
7388         * config.sub: Add fr30.
7389
7390 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
7391
7392         * configure.in: drop "32" from config/mh-cygwin32.  Check
7393         cygwin* instead of cygwin32*.
7394         * config.sub: Check cygwin* instead of cygwin32*.
7395
7396 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
7397
7398         * config.guess: Match any version of Unixware7.
7399
7400 1998-10-20  Syd Polk  <spolk@cygnus.com>
7401
7402         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
7403         if desired.
7404
7405 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
7406
7407         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
7408         these if the appropriate directories and files to not exist.
7409
7410 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
7411
7412         * Makefile.in (DEVO_SUPPORT): Add config.if.
7413
7414 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
7415
7416         * configure: Add pattern to replace "build_tooldir"'s
7417         definition in the generated Makefile with "tooldir"'s
7418         actual value.
7419
7420 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
7421
7422         * config.sub: Bring back lost sparcv9.
7423
7424         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
7425
7426 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
7427
7428         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
7429         CC_FOR_TARGET and friends.
7430
7431 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
7432
7433         * Makefile.in (build_tooldir): New variable, same as tooldir.
7434         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
7435         -B$(build_tooldir)/bin/.
7436         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
7437
7438 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7439
7440         * README: Remove installation instructions and refer to the
7441         INSTALL directory instead.
7442
7443 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
7444
7445         * config.sub: Add support for i[34567]86-pc-udk.
7446         * configure.in: Likewise.
7447
7448 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
7449
7450         * Makefile.in: add bzip2 package building bits for user
7451         tools module
7452         * configure.in: ditto
7453
7454 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
7455
7456         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
7457         (ALL_TARGET_MODULES): Add all-target-libobjc.
7458         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
7459         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
7460         (all-target-libchill): Add dependencies.
7461         * configure.in (target_libs): Add libchill.
7462
7463 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
7464
7465         * configure.in (target_subdir): Remove duplicate line.
7466
7467 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
7468
7469         * Makefile.in (all-automake): fix dependencies.
7470
7471 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
7472
7473         * configure.in: Minor cleanups for building in the $(target_alias)
7474         subdir.
7475
7476 1998-09-22  Jim Wilson  <wilson@cygnus.com>
7477
7478         * Makefile.in (bootstrap): Set r and s before make all.  Use
7479         BASE_FLAGS_TO_PASS in make all.
7480         (cross): Likewise.
7481
7482 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
7483
7484         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
7485
7486 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
7487
7488         * config.sub: Fix typo in last change.
7489
7490 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
7491
7492         * config.sub: Add support for C4x target.
7493         * configure.in: Likewise.
7494
7495 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
7496
7497         * config.sub: Recognize sparcv9 just like sparc64.
7498
7499 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
7500
7501         * config.guess: Match "Pent II" or "PentII" for OpenServer.
7502
7503 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
7504
7505         * config.guess: Correctly identify Pentium II sco boxes.
7506
7507         * config.guess: Fix "tr" code.  From Weiwen Liu.
7508
7509 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
7510
7511         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
7512         stabs.
7513
7514 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
7515
7516         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
7517         (ALL_TARGET_MODULES): Add all-target-libchill.
7518         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
7519         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
7520         (all-target-libchill): Add dependencies.
7521         * configure.in (target_libs): Add libchill.
7522
7523 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
7524
7525         * config.guess: Avoid assumptions about "tr" behaves when
7526         LANG is set to something other than English.
7527
7528 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
7529
7530         * configure (gxx_include_dir): Changed to
7531         '${prefix}/include/g++'-${libstdcxx_interface}.
7532
7533         * config.if: New to determine the interfaces.
7534
7535 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
7536
7537         * config.guess: Detect and handle MPE/IX.
7538         * config.sub: Deal with MPE/IX.
7539
7540 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
7541
7542         * configure.in: Use mh-aix43.
7543
7544 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
7545
7546         * configure: Fix --without/--disable cases for gxx-include-dir.
7547
7548 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
7549
7550         * mdata-sh:  Imported.  Needed for automake support.
7551
7552 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
7553
7554         * Makefile.in (taz): Try "chmod -R og=u ." before
7555         "chmod og=u `find . -print`".
7556
7557 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
7558
7559         * configure.in: Add arm-elf and thumb-elf support.
7560
7561 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
7562
7563         * Makefile.in: Undo previous patch.
7564
7565 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
7566
7567         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
7568         to here ...
7569         (install-no-fixedincludes): and here
7570         (INSTALL_MODULES): ... from here.
7571
7572 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
7573
7574         * config.sub: Merge with FSF.
7575
7576         * config.guess: Merge with FSF.
7577
7578 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
7579
7580         * configure (extraconfigdirs): New variable.
7581         (SUBDIRS): Add extraconfigdirs and recurse on them too.
7582         * Makefile.in (all): Move higher in file.
7583         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
7584         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
7585         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
7586         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
7587         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
7588
7589 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
7590
7591         * Makefile.in (all-target-libjava): Depend on all-gcc and
7592         all-target-newlib.
7593         (configure-target-libjava): Depend on $(ALL_GCC).
7594
7595 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
7596
7597         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
7598         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
7599
7600 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
7601
7602         * INSTALL/README: Fix typo.
7603
7604 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
7605
7606         * ylwrap: Change absolute path checks to check for DOS style path
7607         names.
7608
7609         * ylwrap: Don't use a full path name if the source file is in the
7610         same directory.  From hjl@lucon.org (H.J. Lu).
7611
7612         * config-ml.in: Default to being verbose, to match Feb 18 change to
7613         configure.
7614
7615 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
7616
7617         Brought over from egcs:
7618
7619         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
7620
7621         * configure.in (target_subdir): Set to ${target_alias} instead
7622         of "libraries".
7623
7624         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
7625
7626         * configure.in (target_subdir): Set to libraries if enable_multilib.
7627
7628 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
7629
7630         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
7631         multilibs, force reconfiguration the first time we create
7632         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
7633
7634 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
7635
7636         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
7637         avoid confusion with --no-recursion.
7638
7639 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
7640
7641         * configure.in: Win32 hosts shouldn't use install -x
7642         * install-sh: remove -x option, and special .exe-handling
7643         hack.
7644
7645 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
7646
7647         * config.guess: Recognize i586-pc-beos.
7648         * configure.in: Don't build some bits for beos.
7649
7650 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
7651
7652         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
7653         CFLAGS default to -O2.
7654
7655         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
7656         when using GNU ld.
7657
7658 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
7659
7660         * ltmain.sh: Correct install when using a different shell.
7661
7662 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
7663
7664         * ltconfig, ltmain.sh: Update to libtool 1.2b.
7665
7666 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
7667
7668         * makefile.vms: Update to build binutils/makefile.vms.  Add install
7669         target.
7670
7671 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
7672
7673         * ltconfig: Update to correct AIX handling.
7674
7675 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
7676
7677         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
7678
7679         * configure.in (target_subdir): Set to ${target_alias} instead
7680         of "libraries".
7681
7682 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
7683
7684         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
7685         (Makefile): Depend on $(gcc_version_trigger).
7686
7687         * configure (gcc_version): Change default initializer to empty
7688         string.
7689         (gcc_version_trigger): New variable; pass this variable down
7690         to subdir configures to enable them checking gcc's version
7691         themselves. Emit make macros for both gcc_version vars.
7692         (topsrcdir): Initialize reliably.
7693         (recursion line): Remove --with-gcc-version=${gcc_version}.
7694
7695 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
7696
7697         * configure (enable_version_specific_runtime_libs): Implement new flag
7698         --enable-version-specific-runtime-libs which installs C++ runtime stuff
7699         in $(libsubdir); emit definition in each generated Makefile.
7700         (gxx_include_dir): Initialize depending on
7701         $enable_version_specific_runtime_libs.
7702
7703 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
7704
7705         * configure (gcc_version): Initialize properly depending on
7706         how and where configure is started.
7707         (recursion line): Pass a --with-gcc-version=${gcc_version}
7708         to configures in subdirs.
7709
7710 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
7711
7712         * configure.in (noconfigdirs): Add configure pattern for mips tx39
7713         cygmon
7714
7715 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
7716
7717         * configure.in: Add cygmon and libstub support for mn10200.
7718
7719 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
7720
7721         * configure (gcc_version): Add new variable describing the
7722         particular gcc version we're building.
7723         * Makefile.in (libsubdir): Add new macro for the directory
7724         in which the compiler finds executables, libraries, etc.
7725         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
7726         and libsubdir.
7727
7728 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
7729
7730         * Makefile.in (local-clean): Remove *.log.
7731         (warning.log): Built with warn_summary from build.log.
7732         (mail-report.log): Run test_summary.
7733         (mail-report-with-warnings.log): Run test_summary including
7734         warning.log in the report.
7735
7736 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
7737
7738         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
7739
7740 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
7741
7742         * Makefile.in (grep): Grep no longer depends on libiberty.
7743
7744 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
7745
7746         * Makefile.in: all-snavigator needs all-libgui.
7747
7748 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
7749
7750         * configure.in: Add cygmon and libstub support for mn10300.
7751
7752 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
7753
7754         * missing: Update to version from automake 1.3.
7755
7756         * ltmain.sh: On installation, don't get confused if the same name
7757         appears more than once in the list of library names.
7758
7759 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
7760
7761         * config.sub: Accept m68060 and m5200 as CPU names.
7762
7763 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
7764
7765         * configure: Use && rather than using -a in test, because odd
7766         strings can confuse test.
7767         * configure.in: Likewise.
7768
7769 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
7770
7771         * ltconfig, ltmain.sh: Bring in Visual C++ support.
7772
7773 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
7774
7775         * Makefile.in (boostrap2-lean, bootstrap3-lean,
7776         bootstrap4-lean): New targets.
7777
7778 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
7779
7780         * mpw-* Delete.  Not used.
7781
7782 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
7783
7784         * COPYING.LIB: Update FSF address.
7785
7786 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
7787
7788         * ltconfig, ltmain.sh: Update to libtool 1.2a.
7789
7790         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
7791         GAS_SUPPORT_DIRS.
7792
7793 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
7794
7795         * ltconfig, ltmain.sh: Avoid producing a version number if
7796         -version-info was not used.
7797
7798 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
7799
7800         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
7801         building with newlib.
7802
7803 1998-04-30  Paul Eggert  <eggert@twinsun.com>
7804
7805         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
7806         Solaris `make' causes it to continue to next definition.
7807
7808 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
7809
7810         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
7811         the right GUI libraries and files are installed along with GDB.
7812
7813 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
7814
7815         * configure.in: Change alpha to alpha* in several places.
7816
7817 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
7818
7819         * config.sub: Recognize sparc86x.
7820
7821 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
7822
7823         * configure.in (--enable-target-optspace): Remove debug echo.
7824
7825 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
7826
7827         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
7828
7829 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
7830
7831         * ltconfig: Update cygwin32 support.
7832
7833         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
7834         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
7835         (GDB_SUPPORT_DIRS): Likewise.
7836
7837 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
7838
7839         * configure.in (target_makefile_frag): If --enable-target-optspace,
7840         use -Os to compile target libraries rather than -O2.  Default to
7841         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
7842         not used.
7843         * configure.in (target_cflags): Ditto for d30v.
7844
7845 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
7846
7847         * Makefile.in (all-bfd): Depend on all-intl.
7848         (all-binutils): Likewise.
7849         (all-gas): Likewise.
7850         (all-gprof): Likewise.
7851         (all-ld): Likewise.
7852
7853 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
7854
7855         * configure.in (host_tools): Fix typo, lbtool -> libtool.
7856
7857 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
7858
7859         * Makefile.in (all-bfd): Depend upon all-libiberty.
7860
7861         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
7862
7863 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
7864
7865         * Makefile.in: Add libstub.
7866
7867         * configure.in: Ditto. Build libstub for targets that have cygmon
7868         support.
7869
7870 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
7871
7872         * configure.in: Don't set PICFLAG on ix86-cygwin32.
7873
7874 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
7875
7876         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
7877         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
7878
7879 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
7880
7881         * configure: Define DEFAULT_M4 by searching PATH.
7882         * Makfile.in: Use DEFAULT_M4.
7883
7884 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
7885
7886         * ltconfig: Add cygwin32 support.
7887
7888         * Makefile.in, configure.in: Add libtool as a native only directory
7889         to configure and build.
7890
7891 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
7892
7893         * Makefile.in (INSTALL_MODULES): Remove texinfo.
7894
7895 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
7896
7897         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
7898
7899 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
7900
7901         * Makefile.in: add ash make rules
7902         * configure.in: add ash to native_only and host_tools lists
7903
7904 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
7905
7906         * Makefile.in (all-gettext, all-intl): New targets.
7907         (ALL_MODULES): Added all-gettext, all-intl.
7908         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
7909         (INSTALL_MODULES): Added install-gettext, install-intl.
7910         (CLEAN_MODULES): Added clean-gettext, clean-intl.
7911
7912         * configure.in (host_tools): Added gettext.
7913         (native_only): Likewise.
7914         (noconfigdirs) [various cases]: Likewise.
7915         (host_libs): Added intl.
7916
7917 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
7918
7919         * configure: Do not disable building gdbtk for cygwin32 hosts.
7920
7921 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
7922
7923         * configure.in: Add thumb-coff target.
7924         * config.sub: Add thumb-coff target.
7925
7926 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
7927
7928         * Makefile.in: Revert yesterday's change.
7929         (all-target-winsup):  all-target-librx stays out of here.
7930
7931 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
7932
7933         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
7934         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
7935         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
7936         Remove references to librx and libg++.
7937
7938 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
7939
7940         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
7941         recursive makes
7942
7943 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
7944
7945         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
7946         for newlib directory.
7947         (CXX_FOR_TARGET): Likewise.
7948
7949 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
7950
7951         * ltconfig: Update after libtool/ltconfig.in change for
7952         hpux11.
7953
7954 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
7955
7956         * ltconfig, ltmain.sh: Update to libtool 1.2.
7957
7958 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
7959
7960         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
7961         (install-gcc-cross): Instead, override LANGUAGES here.
7962
7963 1998-03-18  Dave Love  <d.love@dl.ac.uk>
7964
7965         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
7966         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
7967
7968 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
7969
7970         * configure.in: Add Thumb-pe target.
7971
7972 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
7973
7974         * Makefile.in - changed sn targets to snavigator
7975         * configure.in - changed sn targets to snavigator
7976
7977 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
7978
7979         * config-ml.in: After building symlink tree call make distclean
7980         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
7981         to be the case for libiberty.
7982
7983 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
7984
7985         * configure: When making link, also check the current
7986         directory. The configure scripts may create one.
7987
7988 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
7989
7990         * config.sub: Accept alphapca56 and alphaev6 properly.
7991
7992 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7993
7994         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
7995
7996 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
7997
7998         * config.sub (sco5): Fix typo.
7999
8000 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
8001
8002         * Makefile.in (INSTALL_MODULES): Move install-tcl before
8003         install-itcl.
8004         (install-itcl): Remove dependency on install-tcl.
8005
8006 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
8007
8008         * configure.in: Remove libgloss from noconfigdirs for MN10300.
8009
8010 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
8011
8012         * configure.in: Don't build libgui for a cygwin32 target when not on
8013         a cygwin32 host.
8014
8015 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
8016
8017         * configure (redirect): Set to null, so default behavior of
8018         configure is now --verbose.
8019
8020 1998-02-16  Dave Love  <d.love@dl.ac.uk>
8021
8022         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
8023         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
8024
8025 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
8026
8027         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
8028         this change to sync Makefile.in with its ChangeLog entries.
8029
8030 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
8031
8032         * ltmain.sh (mkdir): Check that the directory doesn't exist
8033         before we exit with error, so that we don't get races during
8034         parallel builds.
8035
8036 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
8037
8038         * ltconfig, ltmain.sh: Update from libtool 1.0i.
8039
8040 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
8041
8042         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
8043         PICFLAG_FOR_TARGET.
8044         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
8045
8046         * configure: Emit a definition for the new macro enable_shared
8047         into each Makefile.
8048
8049 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
8050
8051         * configure.in (host_tools, native_only): Add libtool.
8052
8053 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
8054
8055         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
8056         Fix typo in ming config comment.
8057
8058 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
8059
8060         * ltconfig, ltmain.sh: Update from libtool 1.0h.
8061
8062 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
8063
8064         * config.sub: Add tic30 cases, and map c30 to tic30.
8065
8066 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
8067
8068         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
8069         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
8070         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
8071         (CLEAN_TARGET_MODULES): Similarly
8072         (all-target-libf2c): Add dependences.
8073         * configure.in (target_libs): Add libf2c.
8074
8075 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
8076
8077         * configure.in: Remove expect from noconfigdirs when target
8078         is cygwin32.  OK to build expect and dejagnu with Canadian
8079         Cross.
8080
8081 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
8082
8083         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
8084         host.
8085
8086         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
8087         and mingw32.
8088
8089 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
8090
8091         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
8092         here as it is not defined in the toplevel Makefile.
8093
8094 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
8095
8096         * configure (package_makefile_rules_frag): New variable, which names
8097         a file with generic rules, ...
8098         Change comment to mention we now have FIVE parts.
8099         * configure: Undo last change.
8100
8101 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
8102
8103         * config.guess: More accurate determination of HP processor types.
8104         * config.sub: More accurate determination of HP processor types.
8105
8106 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
8107
8108         * configure (package_makefile_frag): Move inserting the
8109         ${package_makefile_frag} to where it should be according
8110         to the comment.
8111
8112 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
8113
8114         * config.guess: Add support for Linux/ARM.
8115
8116 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
8117
8118         * .cvsignore: Remove *-info and *-install since they match
8119         release-info and mpw-install, which we don't want to just ignore.
8120
8121 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
8122
8123         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
8124
8125 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
8126
8127         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
8128         local_prefix to sub-make invocations.
8129
8130 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
8131
8132         * configure.in: Check makefile fragments in the source
8133         directory.
8134
8135 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
8136
8137         * configure.in: Check whether host and target makefile
8138         fragments exist before adding them to *_makefile_frag.
8139
8140 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
8141
8142         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
8143
8144 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
8145
8146         * configure.in: Make sure we only replace RPATH_ENVVAR on
8147         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
8148         regexp to sed.
8149
8150         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
8151         to sub-makes.
8152
8153 1998-01-13  Lee Iverson   (leei@ai.sri.com)
8154
8155         * config-ml.in (multi-do): LDFLAGS must include multilib
8156         designator.
8157
8158 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
8159
8160         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
8161
8162 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
8163
8164         * config.sub: Add mingw32 support.
8165         * configure.in: Likewise.
8166
8167 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
8168
8169         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
8170
8171 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
8172
8173         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
8174         * configure (gxx_include_dir): Provide a definition for subdirs
8175         which do not use autoconf.
8176
8177 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
8178
8179         * config.guess: Sync with egcs.  Picks up new alpha support,
8180         BeOS & some additional linux support.
8181
8182 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
8183
8184         * config.guess: HP 9000/803 is a PA1.1 machine.
8185
8186 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
8187
8188         * configure.in: It's alpha*-...
8189
8190 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
8191
8192         * configure.in (host_makefile_frag, target_makefile_frag):
8193         Handle multiple config files.
8194         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
8195         alpha-*-*.
8196
8197 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
8198
8199         * mkdep: New file.
8200
8201 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
8202
8203         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
8204
8205 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
8206
8207         * Makefile.in: Add libgui directory.
8208         (GDB_TK): Add all-libgui.
8209         * configure.in: Add libgui directory.
8210         * configure: Add all-libgui to GDB_TK.
8211
8212 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
8213
8214         * config-ml.in (multidirs): Add m32r to multilib list.
8215
8216 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
8217
8218         * Makefile.in (all-target-gperf): Change dependency to
8219         all-target-libstdc++.
8220
8221 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
8222
8223         * config.guess: Add BeOS support.
8224
8225 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
8226
8227         Source directory cvs renamed to cvssrc:
8228         * configure.in (host_tools): Change cvs to cvssrc.
8229         (native_only): Likewise.
8230         (noconfigdirs) [various cases]: Likewise.
8231         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
8232         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
8233         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
8234         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
8235         (all-cvssrc): Rename target from all-cvs.
8236
8237 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
8238
8239         * configure (gxx_include_dir): Fix thinko.
8240
8241 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
8242
8243         * Makefile.in (INSTALL_TARGET_CROSS): Define.
8244         (install-cross, install-gcc-cross): New targets.
8245
8246 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
8247
8248         * configure.in (noconfigdirs): Add support for Thumb target.
8249
8250         * config.sub (maybe_os): Add support for Thumb target.
8251
8252 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
8253
8254         * Makefile.in: Add rules for cygmon.
8255
8256         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
8257
8258 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
8259
8260         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
8261         * configure (gxx_include_dir): Provide a definition for subdirs
8262         which do not use autoconf.
8263
8264 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
8265
8266         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
8267         11/18/97 build
8268
8269 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
8270
8271         * From Franz Sirl.
8272         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
8273         found on RedHat Linux systems.
8274
8275 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
8276
8277         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
8278         guesses.
8279
8280 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
8281
8282         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
8283
8284 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
8285
8286         * ltmain.sh: If mkdir fails, check whether the directory was created
8287         anyhow by some other process.
8288
8289 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
8290
8291         * configure.in (d30v-*-*): Configure all directories.
8292
8293 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
8294
8295         * configure.in (d30v-*-*): Configure newlib, libiberty directories
8296         for the D30V.
8297
8298 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
8299
8300         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
8301
8302 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
8303
8304         * include/libiberty.h: Add extern "C" { so it can be used with C++
8305         progrms.
8306         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
8307         programs.
8308
8309 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
8310
8311         * configure.in (d30v-*-*): Configure GCC now.
8312
8313 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
8314
8315         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
8316         is no longer needed.
8317
8318 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
8319
8320         * Makefile.in: check-target-libio depends on all-target-libstdc++.
8321
8322 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
8323
8324         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
8325         targets using "$@" to provide support for similar but not identical
8326         targets without having to duplicate code.
8327
8328 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
8329
8330         * makefile.vms: Fix to work with DEC C.
8331
8332 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
8333
8334         * config.sub: Add mips-tx39-elf to marketing names.
8335
8336 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
8337
8338         * ltmain.sh: Handle symlinks in generated script.
8339
8340 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
8341
8342         * configure: Handle autoconf style directory options: --bindir,
8343         --datadir, --includedir, --infodir, --libdir, --libexecdir,
8344         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
8345         --sysconfdir.
8346         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
8347         (sharedstatedir, localstatedir, oldincludedir): New variables.
8348         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
8349         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
8350         sbindir, sharedstatedir, and sysconfdir.
8351
8352 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
8353
8354         * Makefile.in (bootstrap-lean): New target.
8355
8356 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
8357
8358         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
8359         sn, and gnuserv from noconfigdirs.
8360
8361 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
8362
8363         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
8364
8365 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
8366
8367         * Makefile.in (cross): New target.
8368
8369 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
8370                           Jeff Law         <law@cygnus.com>
8371
8372         * Makefile.in (bootstrap2, bootstrap3): New targets.
8373         (all-bootstrap): Remove outdated and confusing target.
8374         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
8375
8376 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
8377
8378         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
8379         windows.  Consistent with gdb/configure.
8380
8381 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
8382
8383         * configure.in: Name Linux target fragment.
8384
8385         * configure: Rewrite so that project Makefile fragment is inserted
8386         first and appears last in the resulting Makefile.
8387
8388 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
8389
8390         * Makefile.in (install-itcl): Install tcl first.
8391
8392 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
8393
8394         * configure.in: remove bison from noconfigdirs for Cygwin32 host
8395
8396 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
8397
8398         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
8399
8400         * configure.in (skipdirs): Add target-librx for Linux.
8401         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
8402
8403 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
8404
8405         * Makefile.in (bootstrap): New target.
8406
8407 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
8408
8409         * config.sub: Accept 'amigados' for backward compatibility.
8410
8411 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
8412
8413         * config.guess: Merge with FSF.
8414
8415 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
8416
8417         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
8418
8419 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
8420
8421         * config.sub: Add "marketing-names" patch.
8422
8423 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
8424
8425         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
8426
8427 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
8428
8429         * config.sub: Handle v850-elf.
8430
8431 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
8432
8433         * .cvsignore (*-install): Remove.
8434
8435 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
8436
8437         * ltconfig: Set CONFIG_SHELL in libtool.
8438         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
8439
8440 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
8441
8442         * configure.in (target_subdir): Set to libraries if enable_multilib.
8443
8444 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
8445
8446         * config.guess: Update from gcc directory.
8447
8448 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
8449
8450         * Makefile.in (all-sim): Depends on all-readline.
8451
8452 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
8453
8454         * Makefile.in (BISON, YACC): Use $$s.
8455         (all-bison): Depend on all-texinfo.
8456
8457 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
8458
8459         * Makefile.in (BISON): Add -L flag.
8460         (YACC): Likewise.
8461
8462 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
8463
8464         * configure.in (noconfigdirs): Add support for v850e target.
8465
8466         * config.sub (maybe_os): Add support for v850e target.
8467
8468 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
8469
8470         * configure.in (noconfigdirs): Add support for v850ea target.
8471
8472         * config.sub (maybe_os): Add support for v850ea target.
8473
8474 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
8475
8476         * config.sub: Add mipstx39.  Delete r3900.
8477
8478 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
8479
8480         * Makefile.in (all-autoconf): Depends on all-texinfo.
8481
8482 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
8483
8484         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
8485         eabi targets.
8486
8487 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
8488
8489         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
8490
8491         * configure: When handling a Canadian Cross, handle YACC as well as
8492         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
8493         * Makefile.in (all-bison): Depend upon all-texinfo.
8494
8495 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
8496
8497         * Makefile.in (BISON): bison, not byacc or bison -y.
8498         (YACC): bison -y or byacc or yacc.
8499         (various): Add *-bison as appropriate.
8500         (taz): No need to mess with BISON anymore.
8501
8502 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
8503
8504         * configure: If OSTYPE matches *win32*, try to find a good value for
8505         CONFIG_SHELL.
8506
8507 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
8508
8509         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
8510         configure.in if it is present.
8511
8512 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
8513
8514         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
8515
8516 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
8517
8518         * config.sub: Recognize `arc' cpu.
8519         * configure.in: Likewise.
8520         * config-ml.in: Likewise.
8521
8522 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
8523
8524         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
8525
8526 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
8527
8528         * configure: Changed sed delimiter from ':' to '|' when
8529         attempting to substitute ${config_shell} for SHELL. On
8530         NT ${config_shell} may contain a ':' in it.
8531
8532 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
8533
8534         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
8535
8536 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
8537
8538         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
8539
8540 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
8541
8542         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
8543
8544         * ylwrap: If the program is a relative path, force it to be
8545         absolute.
8546
8547 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
8548
8549         * configure (tooldir): Set BISON to `bison -y' and not just bison.
8550
8551 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
8552
8553         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
8554         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
8555         for libraries.
8556
8557 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
8558
8559         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
8560         separated by spaces.
8561
8562 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
8563
8564         * ylwrap: New file.
8565         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
8566
8567         * ltmain.sh: Handle /bin/sh at start of install program.
8568
8569         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
8570
8571         * ltconfig, ltmain.sh: New files, from libtool 1.0.
8572         * missing: New file, from automake 1.2.
8573
8574 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
8575
8576         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
8577         check-tk to CHECK_X11_MODULES.
8578
8579 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
8580
8581         * config.sub: Merge with FSF.
8582
8583 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
8584
8585         * config.guess: Merge with FSF.
8586
8587 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
8588
8589         * configure: Treat msdosdjgpp like go32.
8590         * configure.in: Likewise.  Don't remove gprof for go32.
8591
8592         * configure: Change Makefile.tem2 to Makefile.tm2.
8593
8594 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
8595
8596         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
8597
8598 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
8599
8600         * install-sh (chmodcmd): Set to null if the DST directory already
8601         exists.  Same as Nov 11th change.
8602
8603 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
8604
8605         * configure (GDB_TK): Needs itcl and tix.
8606
8607 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
8608
8609         * config.guess: Update from FSF.
8610
8611 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
8612
8613         * Makefile.in (GDB_TK): Depend on itcl and tix.
8614
8615 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
8616
8617         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
8618         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
8619         (INSTALL_SCRIPT): New variable.
8620         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
8621         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
8622         to -x.
8623         * install-sh: Add support for -x option.
8624
8625 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
8626
8627         * configure.in, Makefile.in: Treat tix like itcl.
8628
8629 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
8630
8631         * Makefile.in (WINDRES): New variable.
8632         (WINDRES_FOR_TARGET): New variable.
8633         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
8634         (EXTRA_HOST_FLAGS): Add WINDRES.
8635         (EXTRA_TARGET_FLAGS): Add WINDRES.
8636         (EXTRA_GCC_FLAGS): Add WINDRES.
8637         ($(DO_X)): Pass down WINDRES.
8638         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
8639         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
8640         DLLTOOL_FOR_TARGET.
8641
8642 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
8643
8644         * configure.in: configure sim before gdb for win32-x-ppc
8645
8646 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
8647
8648         Move gperf into the toplevel, from libg++.
8649         * configure.in (target_tools): Add target-gperf.
8650         (native_only): Add target-gperf.
8651         * Makefile.in (all-target-gperf): New target, depend on
8652         all-target-libg++.
8653         (configure-target-gperf): Empty rule.
8654         (ALL_TARGET_MODULES): Add all-target-gperf.
8655         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
8656         (CHECK_TARGET_MODULES): Add check-target-gperf.
8657         (INSTALL_TARGET_MODULES): Add install-target-gperf.
8658         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
8659
8660 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
8661
8662         * config.sub (mn10200): Recognize new basic machine.
8663
8664 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
8665
8666         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
8667         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
8668
8669 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
8670
8671         * configure.in: If we're building mips-sgi-irix6* native, turn on
8672         ENABLE_MULTILIB and set TARGET_SUBDIR.
8673
8674 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
8675
8676         * Makefile.in (all-sn): Depend on all-grep.
8677
8678 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
8679
8680         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
8681
8682         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
8683         Makefile.  From Jeff Makey <jeff@cts.com>.
8684         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
8685
8686         * Makefile.in (DISTBISONFILES): Remove.
8687         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
8688         $(DEFAULT_YACC).
8689
8690         * configure.in: Build itl, db, sn, etc., when building for native
8691         cygwin32.
8692
8693         * Makefile.in (LD): New variable.
8694         (EXTRA_HOST_FLAGS): Pass down LD.
8695         ($(DO_X)): Likewise.
8696
8697 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
8698
8699         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
8700
8701 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
8702
8703         * configure.in (targargs): Strip out any supplied --build argument
8704         before adding our own. Always add --build.
8705
8706 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
8707
8708         * configure.in (targargs): Pass --build if we're doing
8709         a cross-compile.
8710
8711 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
8712
8713         * configure: Use '|' instead of ":" as the separator in
8714         sed. Otherwise sed chokes on NT path names with drive
8715         designators. Also look for "?:*" as the leading characters in an
8716         absolute pathname.
8717
8718 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
8719
8720         * config.sub: Support for r3900.
8721
8722 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
8723
8724         * configure.in: Use install-sh, not install.sh.
8725
8726 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
8727
8728         * Makefile.in (taz): Improve check for BISON so it doesn't try to
8729         apply it twice.
8730
8731 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
8732
8733         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
8734         install-binutils.
8735
8736 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
8737
8738         * Makefile.in: Add automake targets.
8739         * configure.in (host_tools): Add automake.
8740
8741 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
8742
8743         * configure: Default CXX to c++, not gcc.
8744         * Makefile.in (CXX): Set to c++, not gcc.
8745         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
8746
8747 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
8748
8749         * install-sh: try appending a .exe if source file doesn't
8750         exist
8751
8752 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
8753
8754         * configure.in: Turn on multilib by default.
8755         (cross_only): Remove target-libiberty.
8756
8757         * Makefile.in (all-gcc): Don't depend on libiberty.
8758
8759 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
8760
8761         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
8762
8763 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
8764
8765         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
8766         (DISTBISONFILES): Add ld/Makefile.in
8767
8768 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
8769
8770         * configure.in: if target is cygwin32 but host isn't cygwin32,
8771         don't configure gdb tcl tk expect, not just gdb.
8772
8773 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
8774
8775         * configure.in: Added gnuserv everywhere sn appears.
8776
8777         * Makefile.in (ALL_MODULES): Added all-gnuserv.
8778         (CROSS_CHECK_MODULES): Added check-gnuserv.
8779         (INSTALL_MODULES): Added install-gnuserv.
8780         (CLEAN_MODULES): Added clean-gnuserv.
8781         (all-gnuserv): New target.
8782
8783 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
8784
8785         * config.guess: Fixes for MIPS OpenBSD systems.
8786
8787 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
8788
8789         * Makefile.in (INSTALL_XFORM): Remove.
8790         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
8791
8792         * mkinstalldirs: New file, copied from automake.
8793         * Makefile.in (installdirs): Rename from install-dirs.  Use
8794         mkinstalldirs.  Change all users.
8795         (DEVO_SUPPORT): Add mkinstalldirs.
8796
8797 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
8798
8799         * install-sh: Rename from install.sh.
8800         * Makefile.in (INSTALL): Change install.sh to install-sh.
8801         (DEVO_SUPPORT): Likewise.
8802
8803         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
8804         Graichen <graichen@rzpd.de>.
8805
8806 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
8807
8808         * config.guess: Recognize OpenBSD systems correctly.
8809
8810 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
8811
8812         * README, Makefile.in (ETC_SUPPORT): Remove references to
8813         cfg-paper*, configure.{texi,man,info*}._
8814
8815 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
8816
8817         * Makefile.in (all.normal): Ensure that gcc is built after all
8818         the x11 - ie gdb - targets.
8819
8820 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
8821
8822         * makefile.vms: Don't run conf-a-gas.
8823
8824 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
8825
8826         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
8827
8828 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
8829
8830         * configure.in: Remove noconfigdirs case since gdb also
8831         configures and builds for tic80-coff.
8832
8833 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
8834
8835         * configure: Set cache_file to config.cache.
8836         * Makefile.in (local-distclean): Remove config.cache.
8837
8838 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
8839
8840         * COPYING: Update FSF address.
8841
8842 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
8843
8844         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
8845         noconfigdirs.
8846
8847 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
8848
8849         * Makefile.in (install-dirs): Don't crash if prefix, and hence
8850         MAKEDIRS, is empty.
8851
8852 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
8853
8854         * config.sub: Tweak mn10300 entry.
8855
8856 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
8857
8858         * configure.in (host_tools): Put sim before gdb, so gdb's
8859         configure.tgt can determine if the simulator was configured.
8860
8861 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
8862
8863         * config.sub: Move BeOS $os case to be with other Cygnus
8864         local cases.
8865
8866 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
8867
8868         * config.sub: Remove misplaced comment that broke Linux.
8869
8870 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
8871
8872         * config.sub: Add BeOS support.
8873
8874 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
8875
8876         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
8877
8878 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
8879
8880         * configure.in (noconfigdirs): Remove tcl and tk from
8881         noconfigdirs for cygwin32 builds.
8882
8883 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
8884
8885         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
8886
8887 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
8888
8889         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
8890         make-all.com, use makefile.vms instead.
8891
8892 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
8893
8894         * config.sub: Accept -lnews*.
8895
8896 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
8897
8898         * configure.in (noconfigdirs): Disable target-newlib,
8899         target-examples and target-libiberty for d30v.
8900
8901 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
8902
8903         * configure.in (noconfigdirs): Enable ld for d30v.
8904
8905 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
8906
8907         * configure.in (tic80-*-*): Build compiler.
8908
8909 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
8910
8911         * configure.in (d30v-*): Remove sim directory from list of
8912         unsupported d30v directories
8913
8914 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
8915
8916         * config.sub, configure.in: Add d30v target cpu.
8917
8918 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
8919
8920         * makefile.vms: New file.
8921         * make-all.com: Remove.
8922
8923 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
8924
8925         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
8926
8927 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
8928
8929         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
8930
8931 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
8932
8933         * Makefile.in (ALL_MODULES): Added all-db.
8934         (CROSS_CHECK_MODULES): Addec check-db.
8935         (INSTALL_MODULES): Added install-db.
8936         (CLEAN_MODULES): Added clean-db.
8937
8938 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
8939
8940         * config.guess: Merge with latest FSF sources.
8941
8942 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
8943
8944         * Makefile.in (ALL_MODULES): Added all-itcl.
8945         (CROSS_CHECK_MODULES): Added check-itcl.
8946         (INSTALL_MODULES): Added install-itcl.
8947         (CLEAN_MODULES): Added clean-itcl.
8948
8949 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
8950
8951         * configure.in: build gdb for mn10200
8952
8953 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
8954
8955         * Makefile.in (all-target-winsup): Depend on all-target-libio.
8956
8957 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
8958
8959         * configure.in (tic80-*-*): Turn off most targets right now.
8960
8961 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
8962
8963         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
8964         rather than the makeinfo program.
8965         (do-info): Depend upon all-texinfo.
8966
8967 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
8968
8969         * configure.in: Remove uses of config/mh-linux.
8970
8971         * config.sub, config.guess: Merge with latest FSF sources.
8972
8973 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
8974
8975         * config.sub (case $basic_machine): Add tic80 entries.
8976
8977 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
8978
8979         * config.sub, config.guess: Merge with latest FSF sources.
8980
8981 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
8982
8983         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
8984         * mpw-config.in: Test for NewFolderRecursive.
8985         * mpw-install: Use symbolic name for startup filename.
8986         * mpw-README: Add various additional details.
8987
8988 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
8989
8990         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
8991
8992 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
8993
8994         * configure.in: Do build gcc and the target libraries for
8995         the mn10200.
8996
8997 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
8998
8999         * configure.in: don't avoid building gdb for mn10300 any more
9000         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
9001         instead of single-quoting it.
9002
9003 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
9004
9005         * configure.in: Don't use --with-stabs on IRIX 6.
9006
9007 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
9008
9009         * configure.in (m32r): Build gdb, libg++ now.
9010
9011 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
9012
9013         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
9014         directories from noconfigdirs.
9015
9016 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
9017
9018         * config.sub (basic_machine): added mips16 configuration
9019
9020 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9021
9022         * config.sub: Handle d10v-unknown.
9023
9024 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
9025
9026         * config.sub: Handle v850-unknown.
9027
9028 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
9029
9030         * Makefile.in: add findutils
9031         * configure.in: add findutils to list of host_tools
9032
9033 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
9034
9035         * config.sub: Handle mn10200 and mn10300.
9036
9037 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9038
9039         * configure.in (d10v-*): Do not build librx.
9040
9041 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
9042
9043         * configure.in (mn10300): Build everything except gdb & libgloss.
9044
9045 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
9046
9047         * config.guess:  Patch for Dansk Data Elektronik servers,
9048         from Niels Skou Olsen <nso@dde.dk>.
9049
9050         For ncr, use /bin/uname rather than uname, since GNU uname does not
9051         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
9052
9053         Patch for MIPS R4000 running System V,
9054         from Eric S. Raymond <esr@snark.thyrsus.com>.
9055
9056         Fix thinko for nextstep.
9057
9058         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
9059
9060         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
9061         * config.guess: Guess mips-dec-mach_bsd4.3.
9062
9063         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
9064         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
9065         release numbers.
9066         * config.guess (mips-mips-riscos*):  Emit just enough of the
9067         release number.
9068
9069         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
9070         * config.guess (sparc-auspex-sunos*):  Added.
9071         (f300-fujitsu-*): Added.
9072
9073         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
9074         * config.guess:  Recognize a Tadpole as a sparc.
9075
9076 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
9077
9078         * config.guess: Don't assume that NextStep version is either 2 or
9079         3.  NextStep 4 (aka OpenStep 4) has come out now.
9080
9081 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
9082
9083         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
9084         From Rik Faith <faith@cs.unc.edu>.
9085
9086 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
9087
9088         * config.sub: Contributions from bug-gnu-utils to:
9089         Support plain "hppa" (no version given) architecture, reported by
9090         OpenStep.
9091         OpenBSD like NetBSD.
9092         LynxOs is not a hardware supplier.
9093
9094         * config.guess: Contributions from bug-gnu-utils to add support for:
9095         OpenBSD like NetBSD.
9096         Stratus systems.
9097         More Pyramid systems.
9098         i[n>4]86 Intel chips.
9099         M680[n>4]0 Motorola chips.
9100         Use unknown instead of lynx for hardware manufacturer.
9101
9102 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
9103
9104         * install.sh (chmodcmd): Set to null if the DST directory already
9105         exists.
9106
9107 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9108
9109         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
9110         not use mt-ppc target Makefile fragment any more.
9111
9112 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
9113
9114         * configure.in (*-*-windows):  Exclude everything but those dirs
9115         needed to build windows.
9116
9117 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
9118
9119         * Makefile.in (all-target-winsup): Depend on all-target-librx.
9120
9121 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
9122
9123         * configure.in:  Exclude mmalloc from i386-windows.
9124
9125 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
9126
9127         * Undo my previous change.
9128
9129 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
9130
9131         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
9132         unconditionally.
9133         (MAKEOVERRIDES): Define (revert this part of October 18 change).
9134
9135 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
9136
9137         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
9138         host to add it's own flags.
9139
9140 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
9141
9142         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
9143
9144 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
9145
9146         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
9147         (CXX_FOR_TARGET): Likewise.
9148         (GCC_FOR_TARGET): Define.
9149         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
9150         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
9151         CC_FOR_TARGET was specified on the command line.
9152         (MAKEOVERRIDES): Don't define.
9153
9154 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
9155
9156         * configure.in (m32r): Fix spelling of libg++ libs.
9157
9158 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
9159
9160         * config.sub (-apple*): Remove, now redundant.
9161
9162 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
9163
9164         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
9165
9166         * configure: Rework yesterday's sed script patch.
9167
9168         * config.sub: Merge with FSF.
9169
9170 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
9171
9172         * config.guess:  Merge from FSF.
9173
9174         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
9175         * config.guess: Use pc instead of unknown, for pc clone systems.
9176         Change linux to linux-gnu.
9177
9178         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
9179         * config.guess: Avoid non-portable tr syntax.
9180
9181 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
9182
9183         * test-build.mk (HOLES): Add "xargs" for gdb.
9184
9185         * configure: Avoid hpux10.20 sed bug.
9186
9187 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
9188
9189         * configure.in:  Add support for windows host
9190         (that is a build done under the Microsoft build environment).
9191
9192 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
9193
9194         * Makefile.in: Replace all uses of srcroot with s, to shrink
9195         command line lengths.
9196
9197         Patches from Geoffrey Noer <noer@cygnus.com>:
9198         * configure.in: If configuring for newlib, pass --with-newlib to
9199         subdirectories.
9200         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
9201         -Bnewlib/ and -Lwinsup to gcc.
9202         (CXX_FOR_TARGET): Likewise.
9203
9204 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
9205
9206         * Makefile.in (ETC_SUPPORT): Add configure.
9207
9208 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
9209
9210         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
9211         host configuration file.
9212
9213 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
9214
9215         * configure.in: Break mn10x00 support into separate
9216         mn10200 and mn10300 configurations.
9217         * config.sub: Likewise.
9218
9219 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
9220
9221         * configure.in: Add lots of stuff to noconfigdirs for
9222         the mn10x00 targets.
9223
9224         * config.sub, configure.in: Add mn10x00 support.
9225
9226 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
9227
9228         * make-all.com: Call conf-a-gas, not config-a-gas.
9229
9230 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
9231
9232         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
9233         targets.
9234
9235 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
9236
9237         * mpw-README: Add much more detail for native PowerMac.
9238         * mpw-install: New file.
9239         * mpw-configure: Add --norecursion and --help options.
9240         * mpw-config.in: Translate readme and install files when
9241         copying to objdir.
9242         * mpw-build.in: Don't always depend on byacc and flex.
9243         (install-only-top): New action.
9244
9245 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
9246
9247         * configure.in:  You can now configure GDB for the v850.
9248
9249 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
9250
9251         * configure.in (noconfigdirs): Don't configure any C++ dirs
9252         if targeting D10V.
9253
9254 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
9255
9256         * config.sub: Recognize mips64vr5000.
9257
9258 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
9259
9260         * configure.in: Use a single line for host_tools and native_only.
9261
9262 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
9263
9264         * config.sub, configure.in: Add entries for m32r.
9265
9266 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
9267
9268         * Makefile.in (inet-install): Don't run install-gzip.
9269
9270 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
9271
9272         * configure.in:  Don't config lots of things for *-*-windows*.
9273
9274 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
9275
9276         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
9277         (host_libs, host_tools): Copy from configure.in.
9278         * mpw-configure: Don't complain about directories not found.
9279
9280 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9281
9282         * configure.in (i[345]86): Recognize i686 for pentium pro.
9283         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
9284         file.
9285
9286         * config.guess (i[345]86): Ditto.
9287
9288 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
9289
9290         * configure.in (noconfigdirs): Removed gdb for D10V.
9291
9292 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
9293
9294         * configure.in: Remove ld, target-libio, target-libg++, and
9295         target-libstdc++ from noconfigdirs.
9296
9297 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
9298
9299         * configure: Fix three locations where shell scripts were
9300         being run directly rather than with config_shell.
9301
9302 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
9303
9304         * configure.in (v850-*-*): Set up initial $noconfigdirs.
9305         * config.sub (basic_machine): Recognize v850.
9306
9307 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
9308
9309         * mpw-configure: Handle multiple enable/disable options and
9310         pass them down recursively, handle -c and -s flags appropriately
9311         depending on choice of compiler, add escape mechanism for
9312         quoted arguments to gC.
9313
9314 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9315
9316         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
9317         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
9318         so that -mrelocatable-lib and -mno-eabi are used.
9319
9320         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
9321         not support --print-multi-lib, don't abort.
9322
9323 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
9324
9325         * make-all.com: Run config-a-gas.
9326         * setup.com: Don't copy subdirectory files around.
9327
9328 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
9329
9330         * configure.in (*-*-ose): Remove exclusion of libgloss for this
9331         target, it now compiles correctly.
9332
9333 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
9334
9335         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
9336
9337 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
9338
9339         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
9340
9341 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
9342
9343         * configure.in (native_only): Add prms.
9344
9345 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
9346
9347         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
9348         (BINUTILS_SUPPORT_DIRS): Likewise.
9349
9350 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9351
9352         * configure.in (d10v-*-*): Don't configure ld or gdb until the
9353         d10v support is added.
9354
9355 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
9356
9357         * configure.in (d10v-*-*): New target.
9358
9359 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
9360
9361         * config.guess (HP 9000/811): Recognize this as a PA1.1
9362         machine.
9363
9364 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
9365
9366         * Makefile.in (do-tar-gz): New target, split out from tail end of
9367         taz target.  Run each command separately, don't use pipes.
9368         (taz): Use it.
9369
9370 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
9371
9372         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
9373         * mpw-build.in: No builds should depend on building byacc or flex,
9374         they are assumed to be installed already.
9375
9376 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9377
9378         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
9379         variable that CC_FOR_TARGET needs.
9380
9381 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9382
9383         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
9384         options have changed since the last time the subdirectory was
9385         configured, and if it has, reconfigure.
9386         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
9387         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
9388
9389 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
9390
9391         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
9392         CLEAN_MODULES): Add bash.
9393         (all-bash): New target.
9394
9395 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
9396
9397         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
9398
9399 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9400
9401         * config.sub (basic_machine): Recognize d10v as a valid processor.
9402
9403 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
9404
9405         * mpw-configure: Add support for --bindir.
9406         * mpw-build.in: Use a GCC-specific build script for GCC actions.
9407
9408 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
9409
9410         * configure.in: add bash, time, gawk to list of hosttools and things
9411         to only build for native toolchains
9412
9413 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
9414
9415         * Makefile.in (docdir): Remove.
9416
9417 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
9418
9419         * Makefile.in (datadir): Set to $(prefix)/share.
9420
9421 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
9422
9423         * configure.in: build diff and patch for cygwin32-hosted
9424         toolchains.
9425
9426 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
9427
9428         * config.sub: Accept -rtems*.
9429
9430 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
9431
9432         * configure.in: enable dosrel for cygwin32-hosted builds,
9433                 remove diff from the list of things not buildable
9434                 via Canadian Cross
9435
9436 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
9437
9438         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
9439         don't get ". ".
9440
9441 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
9442
9443         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
9444
9445 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
9446
9447         * Makefile.in (taz): Handle case where tex3patch didn't even get
9448         checked out.  Also, if it was found, put the symlink in a new util
9449         subdirectory.
9450
9451 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9452
9453         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
9454
9455 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
9456
9457         * config.sub: Recognize -openvms.
9458         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
9459         * make-all.com, setup.com: New files.
9460
9461 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
9462
9463         * Makefile.in (taz): tex3patch moved to texinfo/util.
9464
9465 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
9466
9467         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
9468         * configure.in: remove make from disable-if-Can-Cross list
9469                 enable gdb if ${host} and ${target} are cygwin32
9470
9471 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
9472
9473         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
9474         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
9475
9476 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
9477
9478         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
9479         distinguish sysv/svr4/bsd variants.
9480         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
9481
9482 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
9483
9484         * configure.in: Added copyright notice.
9485         * move-if-change: Added copyright notice.
9486
9487 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9488
9489         * configure.in (powerpcle-*-solaris*): Until we get shared
9490         libraries working, don't build gdb, sim, make, tcl, tk, or
9491         expect.
9492
9493 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
9494
9495         * config.guess:  Merge with FSF:
9496
9497         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
9498         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
9499
9500         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
9501         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
9502
9503         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
9504         * config.guess:  Combine two OSF1 rules.
9505         Also recognize field test versions.  From mjr@zk3.dec.com.
9506         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
9507         because GNU uname does not support -p.  From pmr@pajato.com.
9508
9509 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
9510
9511         * Makefile.in (MAKEDIRS): Removed $(tooldir).
9512
9513 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
9514
9515         * mpw-README: Document GCCIncludes.
9516
9517 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
9518
9519         * configure.in (alpha-*-linux*): Set enable_shared to yes.
9520
9521 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
9522
9523         * mpw-configure: Handle --enable-FOO and --disable-FOO.
9524
9525 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
9526
9527         * configure.in (*-*-cygwin32): Configure make.
9528
9529 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
9530
9531         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
9532
9533 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
9534
9535         * Makefile.in (all-inet): Depend on all-perl.
9536
9537         * Makefile.in (inet-install): New target.
9538
9539         * Makefile.in (all-inet): Depend on all-tcl.
9540         (all-inet): Depend on all-send-pr.
9541
9542 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9543
9544         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
9545         temporarily.
9546
9547 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
9548
9549         * configure.in: Don't configure --with-gnu-ld on AIX.
9550
9551 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
9552
9553         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
9554
9555 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
9556
9557         * Makefile.in (ALL_MODULES): Added all-inet.
9558         (CROSS_CHECK_MODULES): Added check-inet.
9559         (INSTALL_MODULES): Added install-inet.
9560         (CLEAN_MODULES): Added clean-inet.
9561         (all-indent): New target.
9562
9563         * configure.in (host_tools): Added inet.
9564         (native_only): Added inet.
9565         (noconfigdirs): Added inet.
9566
9567 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
9568
9569         * configure.in: Don't configure libgloss if we are not configuring
9570         newlib.
9571
9572 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
9573
9574         * configure.in: Don't configure libgloss for unsupported
9575         architectures.
9576
9577 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9578
9579         * Makefile.in (CLEAN_MODULES): Add clean-apache.
9580
9581 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
9582
9583         * Makefile.in (ALL_MODULES): Include all-apache.
9584         (CROSS_CHECK_MODULES): Include check-apache.
9585         (INSTALL_MODULES): Include install-apache.
9586         (all-apache): New target.
9587
9588         * configure.in: Added apache everywhere perl is seen.
9589
9590 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9591
9592         * Makefile.in: Add support for clean-{module} and
9593         clean-target-{module} rules.
9594
9595 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
9596
9597         * configure.in (*-*-ose) do not build libgloss.
9598
9599 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9600
9601         * config.guess (prep*:SunOS:5.*:*): Turn into
9602         powerpele-unknown-solaris2.
9603
9604 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
9605
9606         * configure.in: Permit --enable-shared to specify a list of
9607         directories.
9608
9609 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
9610
9611         * configure.in (host==solaris): Pass only the first word of $CC
9612         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
9613
9614 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
9615
9616         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
9617
9618 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
9619
9620         * Makefile.in (ALL_MODULES): Include all-perl.
9621         (CROSS_CHECK_MODULES): Include check-perl.
9622         (INSTALL_MODULES): Include install-perl.
9623         (ALL_X11_MODULES): Include all-guile.
9624         (CHECK_X11_MODULES): Include check-guile.
9625         (INSTALL_X11_MODULES): Include install-guile.
9626         (all-perl): New target.
9627         (all-guile): New target.
9628
9629         * configure.in (host_tools): Include perl and guile.
9630         (native_only): Include perl and guile.
9631         (noconfigdirs): Don't build guile and perl; no ports have been
9632         done.
9633
9634 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
9635
9636         * configure (--enable-*): Handle quoted option lists such as
9637         --enable-sim-cflags='-g0 -O' better.
9638
9639 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9640
9641         * Makefile.in ({,inst}all-target): New rule so we can make and
9642         install all of the target directories easily.
9643
9644 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9645
9646         * configure.in: Add missing global flag in sed substitution when
9647         deleting `target-' from ${configdirs}.
9648
9649 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
9650
9651         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
9652         option.
9653
9654         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
9655         config/mh-necv4.
9656
9657         * install.sh: Correct misspelling of transformbasename.
9658
9659         * config.guess: Recognize mips-*-sysv*.
9660
9661 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
9662
9663         * config.sub: Recognize mon960.
9664
9665 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
9666
9667         * configure: Restore Canadian Cross handling of BISON and LEX,
9668         removed in Feb 20 change.
9669
9670 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
9671
9672         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
9673         Mention make install.  Remove the old copyright date as well the
9674         clumsy and rather pointless copyright on the README file.
9675
9676 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
9677
9678         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
9679         Makefile after running symlink-tree, then run `make distclean' to
9680         avoid clobbering any generated files in srcdir.
9681
9682 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
9683
9684         * configure.in (m68k-*-netbsd*): Build everything now.
9685
9686 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
9687
9688         * Makefile.in (taz): Fix quoting.
9689
9690 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
9691
9692         * configure.in (sparclet-*-*): Build everything now.
9693
9694 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9695
9696         * configure.in (m68k-*-linux*): New host.
9697
9698 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
9699
9700         * configure: Check for bison before byacc.
9701
9702 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
9703
9704         * Makefile.in configure:  Change the way LEX and BISON/YACC are
9705         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
9706         searching PATH.  These are used as fallbacks by Makefile.in if
9707         flex/bison/byacc aren't in objdir.
9708
9709 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
9710
9711         * Makefile.in: Make everything which depends upon all-bfd also
9712         depend upon all-opcodes, in case --with-commonbfdlib is used.
9713
9714 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9715
9716         * configure.in (host *-*-cygwin32): Don't build gdb if we are
9717         building NT native compilers on Unix.
9718
9719 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
9720
9721         * configure.in: Don't get CC from the host Makefile fragment if we
9722         can find gcc in PATH, or if this is a Canadian Cross.  Move the
9723         Solaris test for /usr/ucb/cc to the post target script, just after
9724         the compiler sanity test.
9725
9726 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
9727
9728         * config.sub: Merge with FSF.
9729
9730 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
9731
9732         * Makefile.in (RPATH_ENVVAR): New variable.
9733         (REALLY_SET_LIB_PATH): Use it.
9734         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
9735
9736 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
9737
9738         * config.sub, configure.in: Recognize sparclet cpu.
9739
9740 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
9741
9742         * config.guess:  Support m68k-cbm-sysv4.
9743
9744 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9745
9746         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
9747         m68k-unknown-linuxaout from linker help string.  Put quotes around
9748         $ld_help_string.
9749
9750 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
9751
9752         * config.guess (powerpc-harris-powerunix): Add guess for port
9753         to new target.
9754
9755 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
9756
9757         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
9758
9759 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
9760
9761         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
9762         $(REALLY_SET_LIB_PATH) in Makefile.
9763         * Makefile.in (SET_LIB_PATH): New variable.
9764         (REALLY_SET_LIB_PATH): New variable.
9765         ($(DO_X)): Use $(SET_LIB_PATH).
9766         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
9767         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
9768         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
9769         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
9770         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
9771         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
9772         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
9773         (install-dosrel): Likewise.
9774         (all-opcodes): Depend upon all-libiberty.
9775
9776 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
9777
9778         * config.guess (*:CYGWIN*): New
9779
9780 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9781
9782         * Makefile.in (all-target-winsup): All all-target-libiberty.
9783
9784 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9785
9786         * configure.in (noconfigdirs): Add missing # in front of comment.
9787
9788 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
9789
9790         * configure.in: add second pass to things added to noconfigdirs
9791         so *-gm-magic can exclude libgloss properly.
9792
9793 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
9794
9795         * mpw-configure (extralibs_name, rez_name): Set correctly
9796         for MWC68K compiler.
9797
9798         * mpw-README: Add more info on the necessary build tools.
9799
9800 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
9801
9802         * configure.in, config.sub: Recognize cygwin32.
9803
9804 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
9805
9806         * config.guess, config.sub: Recognize A/UX.
9807
9808 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
9809
9810         * config.sub: Merge with gcc/config.sub.
9811
9812 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
9813
9814         * mpw-build.in (do-binutils): Add build of stamps.
9815
9816 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
9817
9818         * config.sub: Add recognition for mips64vr4100*-* targets.
9819
9820 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
9821
9822         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
9823         Add creation of gconfigargs with `--enable-shared' turned on.
9824         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
9825         ($(host)-stamp-stage3-configured): Likewise.
9826         (HOLES): Add chatr and ldd.
9827         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
9828
9829 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
9830
9831         * configure: Pass --nfp to recursive configures.
9832
9833 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
9834
9835         * Makefile.in (DLLTOOL): New.
9836         (DLLTOOL_FOR_TARGET): New.
9837         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
9838         (EXTRA_TARGET_FLAGS): Ditto.
9839         (EXTRA_GCC_FLAGS): Ditto.
9840         (CONFIGURE_TARGET_MODULES): Ditto.
9841         (DO_X): Ditto.
9842         * configure: Add DLLTOOL.
9843
9844 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
9845
9846         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
9847         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
9848         mh-sco, since old workarounds no longer needed, and don't
9849         build ld, since libraries have weak symbols in COFF.
9850
9851 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
9852
9853         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
9854
9855 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
9856
9857         * configure.in: Make sure that ${CC} can be used to compile an
9858         executable.
9859
9860 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
9861
9862         * Makefile.in (all-gdb): Depend on $(GDB_TK).
9863         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
9864         nothing depending on whether gdbtk is being built.
9865
9866 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
9867
9868         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
9869
9870 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
9871
9872         * configure.in (noconfigdirs): Put ld or gas in this early, if the
9873         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
9874
9875 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
9876
9877         * config-ml.in: Add support for
9878         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
9879         Simplify setting of multidirs from --disable-foo.
9880
9881 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9882
9883         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
9884         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
9885         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
9886         non-empty, pass them on to the  GCC make.
9887         (all-bootstrap): New rule that is like all-gcc, except it executes
9888         the GCC bootstrap rule instead of the GCC all rule.
9889
9890 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
9891
9892         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
9893
9894 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9895
9896         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
9897         DG/UX support.
9898
9899 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
9900
9901         * config.sub (i*86*) Change [345] to [3456]
9902
9903 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
9904
9905         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
9906         --with-gnu-ld=no.
9907
9908 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9909
9910         * config-ml.in (rs6000*, powerpc*): Add switches to control which
9911         AIX multilibs get built.
9912
9913 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9914
9915         * configure.in (i386-win32): Don't build expect if we're not
9916         building the tcl subdir.
9917
9918 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
9919
9920         * Makefile.in: (configure-target-examples, all-target-examples):
9921         New targets, configure and build example programs.
9922
9923 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
9924
9925         * mpw-configure: If an mpw-config.in generated a file mk.sed,
9926         use it as input to sedit the generated MPW makefile.
9927         * mpw-README: Add a suggestion about Gestalt.h.
9928
9929 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
9930
9931         * config.sub: Accept *-*-ieee*.
9932
9933 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
9934
9935         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
9936         Ronald F. Guilmette <rfg@monkeys.com>.
9937
9938 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9939
9940         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
9941         for powerpc-pe native.
9942         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
9943         (target==powerpc-pe): duplicate i386-win32 entry.
9944
9945 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
9946
9947         * configure.in (noconfigdirs): Exclude target-newlib for all versions
9948         of vxworks, not just vxworks5.1.
9949
9950 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
9951
9952         * mpw-configure: Add support for exec-prefix.
9953
9954 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
9955
9956         * config.guess: Recognize HP model 816 machines as having
9957         a PA1.1 processor.
9958
9959 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
9960
9961         * configure: Ignore new autoconf configure options.
9962
9963 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
9964
9965         * config.guess:  Recognize Pentium under SCO.
9966         From Robert Lipe <robertl@arnet.com>.
9967
9968 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
9969
9970         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
9971
9972 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
9973
9974         * configure.in: Don't configure gas for alpha-dec-osf*.
9975
9976 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
9977
9978         * configure.in: Default to --with-stabs for some targets for which
9979         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
9980         i[345]86*-*-unixware*.
9981
9982 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
9983
9984         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
9985         rather than basing it on the target.  Simplify handling of options
9986         controlling which directories to configure.  Remove extraneous
9987         slash in multi-clean target.
9988
9989 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
9990
9991         * config-ml.in: Prefix more variables with ml_ so they don't collide
9992         with configure's.
9993
9994 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
9995
9996         * configure: Don't turn -v into --v.
9997
9998 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
9999
10000         * configure.in (targargs): Fix typo.
10001
10002         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
10003
10004 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
10005
10006         * configure.in: Strip --host and --target options from
10007         CONFIG_ARGUMENTS, and always configure for --host only.  Add
10008         --with-cross-host option when building with a cross-compiler.
10009         * configure: Canonicalize the arguments put into config.status by
10010         always using `=' for an option with an argument.  Pass a presumed
10011         --host or --target explicitly.
10012
10013 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
10014
10015         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
10016         into general OS recognition case.
10017
10018 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
10019
10020         * configure.in (target_configdirs): add target-winsup only
10021         for win32 target systems.
10022
10023 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
10024
10025         * Makefile.in (all-target-libgloss): Depend upon
10026         configure-target-newlib, since when libgloss is built it looks to
10027         see if the newlib directory exists.
10028
10029 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
10030
10031         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
10032         cfg-ml-*.in.
10033
10034 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
10035
10036         * configure: Handle LD and LD_FOR_TARGET when configuring a
10037         Canadian Cross.
10038
10039 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
10040
10041         * configure.in (target_libs): add target-winsup.
10042         (target==i386-win32): add patch diff flex make to $noconfigdirs.
10043         (target==ppcle-pe): remove ld from $noconfigdirs.
10044
10045 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
10046
10047         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
10048         Preserve relative path names in $srcdir.  Build symlink tree if
10049         configuring cross target dir and srcdir=. (= no VPATH support).
10050         (configure-target-libg++): Depend on configure-target-librx.
10051         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
10052         * config-ml.in: New file.
10053         * symlink-tree: New file.
10054         * configure: Ensure srcdir="." if that's what it is.
10055
10056 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
10057
10058         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
10059         includes and FLEX_SKELETON setting.
10060         * mpw-configure (--with-gnu-ld): New option, controls whether
10061         to use PPCLink or ld with PowerMac GCC.
10062         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
10063         * mpw-config.in: Configure grez if targeting Mac.
10064
10065         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
10066         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
10067         just macos.
10068         * configure.in: Configure grez resource compiler if targeting Mac.
10069         * Makefile.in (all-grez, install-grez): New targets.
10070
10071 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
10072
10073         * configure: CXX defaults to gcc, not g++.  If we find
10074         gcc in the path, set CC to gcc -O2.
10075
10076 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
10077
10078         * configure: Default ${build} correctly.  Avoid picking up extra
10079         spaces when reading CC and CXX from Makefile.  When doing a
10080         Canadian Cross, use plausible default values for numerous
10081         variables.
10082         * configure.in: When doing a Canadian Cross, don't try to
10083         configure tools whose configure script can't handle it.
10084
10085 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
10086
10087         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
10088
10089 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10090
10091         * configure:  Remove dubious bug reporting address.
10092
10093 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10094
10095         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
10096         configure script, run that instead of this directory's configure.
10097         In either case, print a message that we're configuring the sub-dir.
10098
10099 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10100
10101         * configure.in: Before checking for the existence of various files,
10102         use sed to filter out "target-".
10103
10104 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
10105
10106         * Makefile.in (DO_X): Split rule to decrease command line length
10107         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
10108         (Philippe De Muyter).
10109
10110 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
10111
10112         * Makefile.in (all-patch): depend on all-libiberty.
10113
10114 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
10115
10116         * configure.in: If the only directory in target_configdirs which
10117         actually exists is libiberty, then set target_configdirs to empty,
10118         to avoid trying to build a target libiberty in a gas or gdb
10119         distribution.
10120
10121 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
10122
10123         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
10124         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
10125         systems.
10126
10127 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
10128
10129         * configure.in (copy_dirs): Use sys-include instead of include
10130         for --with-headers option.
10131
10132 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
10133
10134         * Makefile.in, configure.in: Make winsup builds work with
10135         new scheme.
10136
10137 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
10138
10139         * configure.in: Build the linker on AIX.
10140
10141 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10142
10143         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
10144         where needed.
10145
10146 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
10147
10148         * Makefile.in (all-gcc): Fix typo.
10149
10150 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10151
10152         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
10153
10154 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10155
10156         * configure.in:  Rename libFOO to target-libFOO, and xiberty
10157         to target-xiberty, to provide more flexibility.
10158         (target_subdir):  Define.  Create if cross.
10159         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
10160         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
10161         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
10162         check-libFOO -> check-target-libFOO, etc.
10163         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
10164         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
10165         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
10166         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
10167         allow ALL_GCC="" to only configure.
10168         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
10169         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
10170         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
10171
10172 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
10173
10174         * Makefile.in (taz): Build "info" in etc explicitly.
10175
10176 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
10177
10178         * configure.in:  Make sure that CC is undefined (as opposed to
10179         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
10180         problem with autoconf trying to configure on a host without GCC.
10181
10182 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
10183
10184         * mpw-configure: Set host alias from choice of host compiler,
10185         only use generic MPW Makefile sed if present, edit a file
10186         named "hacked_Makefile.in" instead of "Makefile.in" if present.
10187         * mpw-README: Add problem notes about CW6 and CW7.
10188
10189 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
10190
10191         * Makefile.in (taz): Use ";" instead of ";;".
10192
10193 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10194
10195         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
10196         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
10197         DISTDOCDIRS.
10198         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
10199         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
10200
10201 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10202
10203         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
10204         and gnats, because they are now subsumed by DISTSTUFFDIRS.
10205         Move bfd to DISTSTUFFDIRS.
10206
10207 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
10208
10209         * Makefile.in (X11_LIB): Removed.
10210         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
10211
10212         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
10213
10214 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
10215
10216         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
10217         names.
10218
10219 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
10220
10221         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
10222
10223 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
10224
10225         * configure.in (i[345]86-*-win32): Always build newlib.
10226         Don't configure cvs, autoconf or texinfo.
10227         * Makefile.in (LD_FOR_TARGET): New.
10228         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
10229         Pass down LD_FOR_TARGET.
10230
10231 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
10232
10233         * winsup: New directory.
10234         * Makefile.in: Build winsup.
10235         * configure.in: Winsup is configured when target is win32.
10236         Can only build win32 target GDB when native.
10237
10238 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
10239
10240         * config.guess: Recognize HP model 819 machines as having
10241         a PA 1.1 processor.
10242
10243 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
10244
10245         * configure: Fix sed loop which substitutes for CC and CXX to
10246         avoid bug found in various sed implementations.
10247
10248 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
10249
10250         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
10251         simulator.  Use standard powerpc-*-eabi*.
10252
10253 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
10254
10255         * configure.in: Stop putting gas and binutils in noconfigdirs for
10256         powerpc-*-aix* and rs6000-*-*.
10257
10258 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
10259
10260         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
10261         -mcall-aixdesc libraries.
10262
10263 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
10264
10265         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10266
10267         * config.sub (arm | armel | armeb): Fix shell syntax.
10268
10269 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
10270
10271         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
10272         -msoft-float and -mcpu=common support.
10273         (powerpc*-*-eabisim*): Add support for building -mcall-aix
10274         libraries.
10275
10276 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
10277
10278         * configure.in: Allow configuration and build of emacs19 for the alpha.
10279
10280 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
10281
10282         * configure.in (CC): Get ^CC, not just any old CC, from
10283         ${host_makefile_frag}.
10284
10285 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
10286
10287         * configure.in (CC): Try to get CC from
10288         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
10289
10290 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
10291
10292         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
10293         only if it exists in $(srcdir).
10294
10295 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
10296
10297         * configure: If CC and CXX are not set in the environment, set
10298         them, based on either an existing Makefile or on searching for gcc
10299         in PATH.  Substitute for CC and CXX in Makefile.
10300         * configure.in: Remove libm from target_libs.  Separate
10301         target_configdirs from configdirs.  If CC is not set in
10302         environment, try to get it from a host Makefile fragment.  Rewrite
10303         changes of configdirs to use skipdirs instead.  A few minor
10304         tweaks.  Take directories out of target_configdirs as they are
10305         taken out of configdirs.  Remove existing Makefile files from
10306         subdirectories.  Substitute for TARGET_CONFIGDIRS and
10307         CONFIG_ARGUMENTS in Makefile.
10308         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
10309         by configure.in.
10310         (CONFIG_ARGUMENTS): Likewise.
10311         (CONFIGURE_TARGET_MODULES): New variable.
10312         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
10313         ($(CONFIGURE_TARGET_MODULES)): New target.
10314         (configure-libg++, configure-libio): New targets.
10315         (all-libg++): Depend upon configure-libg++.
10316         (all-libio): Depend upon configure-libio.
10317         (configure-libgloss, all-libgloss): New targets.
10318         (configure-libstdc++): New target.
10319         (all-libstdc++): Depend upon configure-libstdc++.
10320         (configure-librx, all-librx): New targets.
10321         (configure-newlib): New target.
10322         (all-newlib): Depend upon configure-newlib
10323         (configure-xiberty): New target.
10324         (all-xiberty): Depend upon configure-xiberty.
10325
10326 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
10327
10328         * configure.in (host i[345]86-*-win32):  Expand the
10329         noconfigdirs again.
10330
10331 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
10332
10333         * mpw-configure: Fix sed command file name.
10334
10335 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
10336
10337         * configure.in (host i[345]86-*-win32): Reduce the
10338         noconfigdirs again.
10339
10340 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
10341
10342         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
10343         or powerpc*-*-pe*, since they are not yet supported.
10344
10345 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
10346
10347         Add PowerMac support and many other enhancements.
10348         * mpw-configure: New option --cc to select compiler to use,
10349         paste options set according to --cc into the generated
10350         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
10351         if mpw-make.sed is present.
10352         * mpw-config.in: Don't test for gC1, test for mpw-touch,
10353         add forward includes for PowerPC include files.
10354         * mpw-build.in: Build using Makefile.PPC if present.
10355         (do-byacc, etc): Remove separate version resource builds.
10356         (do-gas): Build "stamps" before "all".
10357         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
10358         * mpw-README: Update to reflect --cc option, PowerMac support,
10359         and recently-reported compatibility problems.
10360
10361 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
10362
10363         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
10364         embedded m68k systems (-aout, -coff, -elf, -vxworks).
10365         (--with-multilib-top): Pass to recursive invocations.
10366
10367 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
10368
10369         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
10370         v810-*-*.
10371
10372 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
10373
10374         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
10375         gdb, ld and opcodes on v810-*-*.
10376
10377 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
10378
10379         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
10380         (local-maintainer-clean): New target.
10381         (maintainer-clean): New target.
10382         (realclean): Just depend upon maintainer-clean.
10383
10384 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
10385
10386         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
10387
10388 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
10389
10390         * configure.in: Build ld in mips*-*-bsd* case.
10391
10392 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
10393
10394         * config.sub: Accept -lites* OS.  From Ian Dall.
10395
10396 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
10397
10398         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
10399         targets.
10400
10401 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
10402
10403         * configure.in: treat i386-win32 canadian cross the same as
10404         i386-go32 canadian cross.
10405
10406 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
10407
10408         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
10409         running under the simulator to build a reduced set of libraries.
10410         (powerpc-*-eabiaix): Add fine grained multilib support added to
10411         other powerpc targets yesterday.
10412
10413 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
10414
10415         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
10416         -disable-softfloat, -disable-relocatable, -disable-aix, and
10417         -disable-sysv to control which multilib libraries get built.
10418
10419 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
10420
10421         * configure: Add Makefile.tem to list of files to remove in trap
10422         handler.
10423
10424 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10425
10426         * config.guess (*Linux*):  Add missing "exit"s.
10427         Also, need specific check for alpha-unknown-linux (uses COFF).
10428
10429 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10430
10431         * config.guess:  Merge with FSF:
10432
10433         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
10434         * config.guess (AIX4): More robust release numbering discovery.
10435
10436         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
10437         * config.guess (i386-sequent-ptx): Properly get version number.
10438
10439         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
10440         * config.guess (mips:*:4*:UMIPS): New case.
10441
10442 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
10443
10444         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
10445         (i386-win32 host): Likewise.  Don't build readline.
10446
10447 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
10448
10449         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
10450         SUPPORT_FILES to submakes.
10451
10452 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
10453
10454         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
10455         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
10456         mpw-configure.
10457
10458 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
10459
10460         * configure.in (appdirs): Use =, not ==, in test expression when
10461         trying to build the text to print in the warning message for
10462         Solaris users.
10463
10464 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
10465
10466         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
10467
10468 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
10469
10470         * config.guess: Recognize lynx-2.3.
10471
10472 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
10473
10474         * config.sub (z8ksim): Deleted
10475         (z8k-*-coff): New, this is the one true name of the target.
10476
10477 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
10478
10479         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
10480
10481 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
10482
10483         * config.guess (*:Linux:*:*): First try asking the linker what the
10484         default object file format is (elf, aout, or coff).  Then if this
10485         fails, try previous methods.
10486
10487 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
10488
10489         * configure.in: Don't build newlib for *-*-vxworks5.1.
10490
10491 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
10492
10493         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
10494         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
10495
10496 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
10497
10498         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
10499
10500 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
10501
10502         * cfg-ml-com.in: New file.
10503         * cfg-ml-pos.in: New file.
10504
10505 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
10506
10507         * COPYING.NEWLIB: Add HP free copyright to list.
10508
10509 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
10510
10511         * config.sub: Recognize -eabi* for the system, not just -eabi.
10512
10513 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
10514
10515         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
10516         * config.sub, configure.in (win32): New target and host.
10517
10518 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
10519
10520         * configure.in: Add i386-pe configuration.
10521
10522 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
10523
10524         * mpw-build.in (install): Install GDB after LD.
10525
10526 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
10527
10528         * mpw-config.in (elf/mips.h): Always forward-include, needed
10529         for GDB to build.
10530
10531 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
10532
10533         * testsuite: New directory for customer acceptance and whole tool
10534         chain tests.
10535
10536 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
10537
10538         * configure: If per-host line isn't found, but AC_OUTPUT is found
10539         and a configure script exists, run it instead.
10540
10541 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10542
10543         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
10544
10545 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
10546
10547         * configure: Set build_{cpu,vendor,os,alias} to host values when
10548         --build isn't specified.
10549
10550 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
10551
10552         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
10553         (FLAGS_TO_PASS): Pass them.
10554         (EXTRA_TARGET_FLAGS): Ditto.
10555
10556 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
10557
10558         * Makefile.in (all-libg++): Depend on all-libstdc++.
10559
10560 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
10561
10562         * configure.in (noconfigdirs): Enable all packages for
10563           i386-unknown-netbsd.
10564
10565 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
10566
10567         * configure.in (noconfigdirs): Don't configure tk for i386-go32
10568         hosted builds (DOS builds)
10569
10570 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
10571
10572         Changes for ARM based on patches from Richard Earnshaw:
10573         * config.sub: Handle armeb and armel.
10574         * configure.in: Omit arm linker only for riscix.
10575
10576 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10577
10578         * config.guess:  Update from FSF.
10579
10580 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
10581
10582         * config.sub: Recognize powerpcle as the little endian variant of
10583         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
10584         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
10585         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
10586         temporarily.
10587
10588 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
10589
10590         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
10591
10592 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
10593
10594         * config.sub: Accept -lites* as a basic system type.
10595
10596 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
10597
10598         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
10599         installed, and if so return linuxoldld as the system name.
10600
10601 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
10602
10603         * config.guess: Add hppa1.1-hp-lites support.
10604
10605 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
10606
10607         * configure.in: Don't build newlib for m68k-vxworks5.1.
10608
10609 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
10610
10611         * configure.in (mips-sgi-irix6): Use mh-irix5.
10612
10613 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
10614
10615         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
10616
10617 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
10618
10619         * test-build.mk: Enable building of shared libraries on IRIX 5 and
10620         OSF/1.  Fix compiler flags.
10621         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
10622
10623 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
10624
10625         * configure.in: Recognize --with-newlib.
10626         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
10627
10628 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
10629
10630         * Makefile.in: move {all,check,install}-gdb from *_MODULES
10631         to *_X11_MODULES due to gdbtk needing X include files et al.
10632
10633 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
10634
10635         Merge in support for Mac MPW as a host.
10636         (Old change descriptions retained for informational value.)
10637
10638         * mpw-config.in: Add generic include forwards for cpu-specific
10639         include files in aout and elf directories.
10640
10641         * mpw-configure: Added copyright.
10642         * mpw-config.in: Check for presence of required build tools.
10643         (target_libs): Add newlib.
10644         (target_tools): Add examples.
10645         (Read Me): Generate as "Read Me for MPW" instead.
10646         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
10647         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
10648         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
10649
10650         * mpw-configure: Remove subdir-specific makefile hackery,
10651         delete mk.tmp after using it.
10652
10653         * mpw-build.in (all): Display start and end times.
10654
10655         * mpw-configure (host_canonical): Set.
10656         (target_cpu): Always add to makefiles.
10657         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
10658         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
10659         (mpw-mh-mpw): Look for in srcdir and srcroot.
10660         Use sed instead of mpw-edit-prefix to edit prefix definitions.
10661
10662         * mpw-build.in: (install-only): New target.
10663
10664         * mpw-configure (host_alias, target_alias): Rename from hostalias
10665         and targetalias, add into generated Makefile.
10666         (mk.tmp): If present, add into generated Makefile.
10667         * mpw-build.in (all-gas): Build config.h first before gas proper.
10668
10669         * mpw-configure (config.status): Write only if changed.
10670         * mpw-config.in (readline): Configure it (not built, just used for
10671         definitions).
10672
10673         * mpw-config.in (elf/mips.h): Add a forward include.
10674
10675         * mpw-config.in: Forward-include most .h files in include into
10676         extra-include.
10677         (readline): Don't build.
10678         mpw-build.in (install): Install GDB.
10679
10680         * mpw-configure (prefix, mpw_prefix): Handle it.
10681         * mpw-config.in (mmalloc, readline): Don't configure.
10682         * mpw-build.in (thisscript): Rename to ThisScript.
10683         Use mpw-build instead of BuildProgram everywhere.
10684         (mmalloc, readline): Don't build.
10685         * mpw-README: New file, basic documentation about the MPW port.
10686
10687         * mpw-config.in: Use forward-include to create include files.
10688
10689         * mpw-configure: Add more things to the top of each configured
10690         Makefile, including contents of config/mpw-mh-mpw.
10691         * mpw-config.in (extra-include): Create this directory and fill it
10692         with Posix-like include files when configuring.
10693
10694         * config.sub (apple, mac, mpw): Add various aliases.
10695
10696         * mpw-build.in: New file, top-level build script fragment for MPW.
10697         * mpw-configure: New file, configure script for MPW.
10698         * mpw-config.in: New file, config fragment for MPW.
10699
10700 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
10701
10702         * configure.in (host_libs): Remove glob, since it is gone from the
10703         sources.
10704
10705 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
10706
10707         * Makefile.in: define empty GDB_NLM_DEPS var.
10708
10709         * configure.in(target_makefile_frag): use config/mt-netware
10710         for netware targets.
10711
10712 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
10713
10714         * config.sub: Merge in recent FSF changes.  Remove linux special
10715         cases.
10716
10717 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
10718
10719         Revert this change:
10720
10721         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
10722
10723                 * build-all.mk: Use CC=cc -Xs on Solaris.
10724
10725 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
10726
10727         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
10728         stop using it.
10729         * Makefile.in: Nuke all references to glob subdirectory.
10730
10731 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
10732
10733         * configure.in: Fix --enable-shared logic in per-host.
10734
10735 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
10736
10737         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
10738
10739 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
10740
10741         * configure.in (noconfigdirs): Don't build gas on AIX, for
10742         powerpc*-*-aix* as well as for rs6000*-*-aix*.
10743
10744 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
10745
10746         * configure: Fix --cache-file to work if the file argument is a
10747         relative path.
10748
10749 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
10750
10751         * configure: If the --cache-file is used, pass it down to
10752         configure in subdirectories.
10753
10754 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
10755
10756         * config.sub: add vxworks29k configuration.
10757
10758 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
10759
10760         * Makefile.in (taz): Do "diststuff" part quietly.
10761
10762 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
10763
10764         * config.sub: Mini-merge with gcc/config.sub.
10765
10766 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
10767
10768         * config.guess (IRIX): Sed - to _.
10769
10770 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
10771
10772         * Makefile.in (source-vault, binary-vault): New targets.
10773
10774 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
10775
10776         * config.sub: Recognize -eabi as a basic system type.
10777
10778 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
10779
10780         * configure.in (enable_shared stuff): Fix typo.
10781
10782 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
10783
10784         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
10785
10786 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
10787
10788         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
10789
10790 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
10791
10792         * configure.in (rs6000-*-*): Don't build gas.
10793
10794 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
10795
10796         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
10797         reduce command line length.
10798         (AS_FOR_TARGET): Check for as.new, not Makefile.
10799         (NM_FOR_TARGET): Check for nm.new, not Makefile.
10800
10801 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10802
10803         * config.guess:  Merge from FSF.
10804
10805 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
10806
10807         * configure: Don't use $ when handling program_suffix.
10808
10809 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
10810
10811         * configure.in:  Configure tk for hppa/hpux.
10812
10813 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
10814
10815         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
10816
10817 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
10818
10819         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
10820         to LIBCXXFLAGS.  Tests are better run without it.
10821
10822 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
10823
10824         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
10825
10826 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
10827
10828         * configure.in (*-*-netware*): Don't configure xiberty.
10829
10830 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
10831
10832         * configure.in:  Remove tk from native_only list.
10833
10834 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
10835
10836         * build-all.mk: Add mips-ncd-elf target to sun4 targets
10837           for special NCD build.
10838
10839 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
10840
10841         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
10842         makeall.bat, they're only useful for binutils snapshots.
10843         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
10844         makeall.bat to specified SUPPORT_FILES.
10845
10846 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
10847
10848         * build-all.mk: Add Ericsson targets to sun4 and solaris
10849           hosts.  Add  BNR's sun4 target to solaris host, so their
10850           build-from-source will be tested in-house first.
10851
10852 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
10853
10854         * Makefile.in (LIBCFLAGS): New variable.
10855         (CFLAGS_FOR_TARGET): Ditto.
10856         (LIBCFLAGS_FOR_TARGET): Ditto.
10857         (LIBCXXFLAGS): Ditto.
10858         (CXXFLAGS_FOR_TARGET): Ditto.
10859         (LIBCXXFLAGS_FOR_TARGET): Ditto.
10860         (BASE_FLAGS_TO_PASS): Pass them.
10861         (EXTRA_TARGET_FLAGS): Ditto.
10862
10863         * configure.in: Support --enable-shared.
10864
10865 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
10866
10867         * configure.in (target_libs):  Include libstdc++ again.
10868         * config.guess:  Update from FSF (for FreeBSD).
10869
10870 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
10871
10872         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
10873         makeall.bat.
10874         (DISTDOCDIRS): Add `etc'.
10875         (ETC_SUPPORT_PFX): New variable.
10876         (taz): Include anything from etc starting with a word in
10877         ETC_SUPPORT_PFX.
10878
10879 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
10880
10881         * config.sub: Update for recent FSF changes.  Remove obsolete
10882         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
10883         spacing changes.
10884
10885 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
10886
10887         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
10888
10889         * config.guess:  Merge with FSF.
10890         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
10891
10892 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
10893
10894         * configure: Since the "trap 0" handler will override the exit
10895         status on many systems, only use it for "exit 1", and make it set
10896         a non-zero exit status; reset it before "exit 0".  Also, check
10897         exit status of config.sub, and error out if it failed.
10898
10899 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
10900
10901         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
10902         and install libgloss.
10903
10904 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
10905
10906         * Makefile.in (all-binutils): Depend upon all-byacc.
10907
10908         * configure.in: Don't build emacs on Irix 5.
10909
10910 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
10911
10912         * configure.in (*-*-netware*): Add libio.
10913
10914 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
10915
10916         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
10917         (CHECK_TARGET_MODULES): Ditto.
10918         (INSTALL_TARGET_MODULES): Ditto.
10919         (TARGET_LIBS): Ditto.
10920         (all-libstdc++): Note dependencies.
10921
10922 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
10923
10924         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
10925
10926 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
10927
10928         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
10929         -fexternal-templates.
10930
10931         * configure.in (target_libs): Add libstdc++.
10932         (noconfigdirs): Add libstdc++ as appropriate.
10933
10934 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10935
10936         * config.guess:  Update from FSF.
10937
10938 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
10939
10940         * configure: Use ${config_shell} when running ${configsub}.
10941
10942 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
10943
10944         * config.sub: No longer recognize h8300h.
10945
10946 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
10947
10948         * config.sub: Remove extraneous differences between config.sub and
10949         gcc/config.sub.
10950
10951 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
10952
10953         * Makefile.in (DISTSTUFFDIRS): Add gas.
10954
10955 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
10956
10957         * COPYING.NEWLIB: New file.
10958
10959 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10960
10961         * config.guess (HP-UX):  Patch from Harlan Stenn
10962         <harlan@landmark.com> to also emit release level.
10963
10964 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
10965
10966         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
10967
10968 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10969
10970         * config.sub:  Merge nextstep cleanup from FSF.
10971
10972 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
10973
10974         * configure.in (arm-*-*): Don't configure ld for this target.
10975
10976 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
10977
10978         * configure.in (*-*-netware): don't configure libg++, libio,
10979           librx, or newlib.
10980
10981 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
10982
10983         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
10984         configure ld--it works, but it doesn't support shared libraries.
10985
10986 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10987
10988         * config.guess (*-unknown-freebsd*):  Get rid of possible
10989         trailing "(Release)" in version string.
10990         Patch from Paul Richards <paul@isl.cf.ac.uk>.
10991
10992 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10993
10994         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
10995         Fix type: *-next-neststep -> *-next-nextstep.
10996
10997         * config.guess:  Merge from FSF:
10998
10999         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
11000
11001         * config.guess: Recognize powerpc-ibm-aix3.2.5.
11002
11003         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
11004
11005         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
11006         instead of UNIX_SV for UnixWare 1.0).
11007
11008 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
11009
11010         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
11011         to make gdb/nlm/* build after the compiler and linker.
11012
11013 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11014
11015         * config.guess (netbsd, freebsd, linux):  Accept any machine,
11016         not just i[34]86.
11017         (m68k-atari-sysv4):  Relocate to match FSF version.
11018
11019         * config.guess:  More merges from the FSF:
11020
11021         Add a space before function call or macro invocation.
11022
11023         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11024
11025         * config.guess: Add trap cmd to remove dummy.c and dummy when
11026         interrupted.
11027
11028         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11029
11030         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
11031         (dummy): Redirect stderr from compilation of dummy.c.
11032
11033         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
11034
11035         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
11036
11037 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
11038
11039         * configure: Accept and ignore --cache*, for compatibility with
11040         new autoconf.
11041
11042 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11043
11044         * config.guess:  Merge from FSF:
11045
11046         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
11047
11048         * config.guess (Pyramid*:OSx*:*:*): New case.
11049         (PATH): Add /.attbin at end for finding uname.
11050         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
11051
11052         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
11053
11054         * config.guess (M88*:DolphinOS:*:*): New case.
11055
11056         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
11057
11058         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
11059         to select whether to use ELF or COFF.
11060
11061         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
11062
11063         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
11064
11065         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
11066
11067         * config.guess: Guess the OS version for HPUX.
11068
11069         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
11070
11071         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
11072
11073 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
11074
11075         * configure.in: Recognize --with-headers, --with-libs, and
11076         --without-newlib.
11077         * Makefile.in (all-xiberty): Depend upon all-ld.
11078
11079 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
11080
11081         * configure.in: Change i[34]86 to i[345]86.
11082
11083 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
11084
11085         * configure (version): A few more tweaks to help message.
11086
11087 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11088
11089         * Makefile.in:  Remove (for now) librx as a host library,
11090         now that we're building it for target.
11091
11092 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
11093
11094         * configure: Fix up help message; from karl@owl.hq.ileaf.com
11095         (Karl Berry).
11096
11097 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11098
11099         * configure.in:  Also configure librx.
11100
11101 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11102
11103         * Makefile.in:  Update various rules to reflect that librx
11104         is now needed for libg++.
11105
11106 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
11107
11108         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
11109
11110 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
11111
11112         * configure.in: Configure the examples directory.
11113
11114 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
11115
11116         * configure: Simplify Jun 2 1994 change.
11117
11118 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
11119
11120         * change CC to /usr/latest/bin/gcc for lynx host builds, since
11121         /bin/gcc isn't good enough to build gcc.
11122
11123 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
11124
11125         * Makefile.in (GDB_SUPPORT_FILES): Remove
11126         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
11127         (gdb.tar.gz): Add new rule to use standard distribution building
11128         mechanism.
11129
11130 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11131
11132         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
11133         Bill Cox <bill@cygnus.com>.
11134
11135 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11136
11137         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
11138
11139 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
11140
11141         * configure:  Search current dir first in .gdbinit.
11142
11143 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11144
11145         * config.sub:  Recognize freebsd (merged from gcc config.sub).
11146
11147 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11148
11149         * config.sub:  Refer to NeXT's operating system as nextstep.
11150
11151         * config.sub (case $basic_machine):  Re-order the cases, to match
11152         the order in the FSF version (which is mostly alphabethical).
11153         Merge in some additions and changes from the FSF.
11154
11155 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
11156
11157         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
11158         * config.sub: Recognize cxux7.
11159         * configure.in: Use mh-cxux for m88k-harris-cxux*.
11160
11161 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11162
11163         * config.sub:  Fix typo powerpc -> powerpc-*.
11164
11165 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
11166
11167         * Makefile.in: `all-emacs19' depends on `all-byacc'.
11168
11169         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
11170         parallel with all-emacs and install-emacs).  Top-level command
11171         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
11172
11173 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
11174
11175         * test-build.mk ($(host)-stamp-stage2-installed): Remove
11176         $(relbindir)/make before doing ``make install'', and use
11177         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
11178         installing over running make binary.
11179         ($(host)-stamp-stage3-installed): Likewise.
11180
11181 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11182
11183         * config.guess: Recognize Mach.
11184
11185 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
11186
11187         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
11188         see whether --exec-prefix was used.
11189
11190 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11191
11192         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
11193
11194 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11195
11196         * Makefile.in: Add all-librx target similar to all-libproc.
11197
11198 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
11199
11200         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
11201         with post 1.2 uname bogosity.
11202
11203 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11204
11205         * configure: Remove temporary files on receipt of a signal.
11206
11207 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
11208
11209         * configure: If there is a package_makefile_frag, remove
11210         ${subdir}/Makefile.tem after copying it in.
11211
11212 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
11213
11214         * build_all.mk: support rs6000 lynx identifies itself as
11215         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
11216         since /bin/gcc is too feeble to compile a modern gcc.
11217
11218 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
11219
11220         * brought devo/test-build.mk update-to-date with progressive/
11221           test-build.mk. Add lynx targets and hppa flag info.
11222
11223 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11224
11225         * configure.in:  Use mh-ncrsvr43.  Patch from
11226         Tom McConnell <tmcconne@sedona.intel.com>.
11227
11228 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11229
11230         * config.guess (i386-unknown-bsdi):  No longer need to
11231         check #if defined(__bsdi__) && defined(__i386__).
11232
11233 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11234
11235         * configure: Set program_transform_nameoption correctly.
11236
11237 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
11238
11239         * brought build-all.mk update-to-date with progressive build-all.mk,
11240           added new targets and hppa info.
11241
11242 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11243
11244         * configure: If config.guess result is a prefix of the user
11245         specified target, assume a native build and use the user specified
11246         target as the host alias.  Remove SunOS patch suffix removal hack.
11247         * configure.in: Remove SunOS patch suffix removal hack.
11248
11249         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
11250         in NATIVE_CHECK_MODULES.
11251
11252 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
11253
11254         * Makefile.in: Rename HOST_ONLY to NATIVE.
11255         * configure: Delete SunOs patch suffix from host_canonical
11256           and build_canonical variables that are prepended to Makefiles.
11257         * configure.in: Add comments for easier maintenance.
11258
11259 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11260
11261         * Makefile.in: Add all-libproc target similar to all-gui.
11262
11263 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
11264
11265         * Makefile.in (CHECK_MODULES): split into
11266         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
11267
11268 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
11269
11270         * config.guess (i386-unknown-bsdi): New system to guess.
11271
11272 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11273
11274         * Makefile.in: Add all-gui target (but not yet build by "all").
11275
11276 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
11277
11278         * config.sub: Move deletion of patch suffix from here...
11279         * configure.in: To here, at Ian's suggestion.  The top-
11280           level scripts might need to know of a patch level.
11281
11282 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
11283
11284         * config.sub: Strip off patch suffix so rtl is recognized
11285           as a sunos4.1.3 machine, even though it's been patched.
11286
11287 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
11288
11289         * Makefile.in (INSTALL_LAST): Delete.
11290         (INSTALL_DOSREL): New.
11291
11292 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11293
11294         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
11295         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
11296         whether we pass down --with-gnu-ld anyhow.
11297
11298 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
11299
11300         * Makefile.in (INSTALL_LAST): Change operation so it works
11301         on more flavors of make.
11302         * configure.in (go32): Don't build libg++ or libio.
11303
11304 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
11305
11306         * Makefile.in (Move HOST_PREFIX_1 and friends up so
11307         they can be overriden by templates.
11308
11309 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
11310
11311         * configure.in (target==go32): Don't build gdb.
11312         * dosrel: New directory.
11313
11314 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
11315
11316         * configure.in (host==go32): Configure dosrel too.
11317         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
11318         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
11319         be set by incoming names or templates.
11320         (INSTALL_LAST): New rule.
11321
11322 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
11323
11324         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
11325
11326 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
11327
11328         * configure.in (appdirs): New variable.  Currently empty, but will
11329         be used in gas distribution.  If nonempty, lists a set of
11330         directories at least one of which must get configured, or top
11331         level configuration is considered to have failed.
11332         (rs6000-*-lynxos*): Use new file name.
11333
11334 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11335
11336         Eliminate XTRAFLAGS.
11337         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
11338         newlib include files using -idirafter, and also use -nostdinc.
11339         (CXX_FOR_TARGET): Likewise.
11340         (XTRAFLAGS): Removed.
11341         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
11342         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
11343         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
11344         ($(DO_X)): Don't pass down XTRAFLAGS.
11345
11346 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
11347
11348         * configure.in (mips*-dec-bsd*): New target; do build linker.
11349         (mips*-*-bsd*): New target; don't build linker.
11350
11351 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
11352
11353         * configure.in: support rs6000-*-lynxos* configuration.
11354         support sunos4 as a cross target.
11355
11356         * config.sub: look for lynx*, not lynx since the OS version may
11357         legitimately be part of the name.
11358
11359 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
11360
11361         * configure.in (i[34]86-*-sco*): Move to be with other i386
11362         targets.
11363         (romp-*-*): New target.  Skip various binary utilities.
11364         (vax-*-*): New target.  Don't build newlib.
11365         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
11366
11367 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
11368
11369         * configure.in: Only set host_makefile_frag if config
11370         directory exists.
11371
11372 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
11373
11374         * install.sh: If $dstdir exists, don't check whether each
11375         component does.
11376
11377 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11378
11379         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
11380
11381 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
11382
11383         * configure.in (*-*-lynxos*): Don't configure newlib for either
11384         native or cross Lynx.
11385
11386 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
11387
11388         * config.sub (sparc64-elf): Fix os.
11389         (z8k): Remove duplicate.
11390
11391 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11392
11393         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
11394         gcc/stmp-fixproto, to try to prevent fixproto from being run.
11395
11396 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
11397
11398         * configure: Make file links cleanly even if Lynx fails on
11399           an NFS symlink (at least fail cleanly).
11400
11401 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
11402
11403         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
11404         -XNh2000.
11405
11406 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
11407
11408         * configure: Unknown options are fatal again.
11409
11410 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
11411
11412         * configure: Ignore --x-includes and --x-libraries, for Autoconf
11413         compatibility.
11414
11415 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
11416
11417         * build-all.mk: Add `clean' target.
11418
11419 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11420
11421         * config.guess:  Add SINIX support.
11422         * configure.in:  Add mips-*-sysv4* support.
11423
11424 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
11425
11426         * build-all.mk: Document all useful targets.
11427         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
11428         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
11429
11430 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
11431
11432         * configure: Support --silent, --quiet.
11433
11434 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
11435
11436         * configure: Support --disable-FEATURE.
11437
11438 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11439
11440         * config.guess: Recognize NCR running SVR4.3.
11441
11442 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11443
11444         * config.guess:  Make BSDI generate i386-unknown-bsd386.
11445         Patch from Paul Eggert <eggert@twinsun.com>.
11446
11447 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11448
11449         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
11450
11451 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
11452
11453         * configure: Make unrecognized options give nonfatal warnings
11454         instead of fatal errors, and pass them to any subdirectory
11455         configures in case they recognize them.
11456         Make --x equivalent to --with-x.
11457
11458 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
11459
11460         * configure: Add --enable-* options.  Clean up usage message and
11461         some comments.
11462
11463 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
11464
11465         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
11466
11467 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
11468
11469         * configure.in (hppa*-*-*): Enable binutils.
11470
11471 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11472
11473         * config.sub: Recognize cisco.
11474
11475 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
11476
11477         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
11478
11479 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11480
11481         * config.guess: about target *-hitachi-hiuxwe2, don't print more
11482         than one configuration name.  Add comment.
11483
11484 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
11485
11486         * config.guess: about target *-hitachi-hiuxwe2, fixed
11487         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
11488         macro is incorrect.]
11489
11490 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11491
11492         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
11493         than the "make ls" stuff which used to be here.
11494
11495 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11496
11497         * config.guess:  Recognize i[34]86-unknown-freebsd.
11498         From Shawn M Carey <smcarey@rodan.syr.edu>.
11499
11500 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11501
11502         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
11503
11504 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
11505
11506         * config.guess: Check for ptx.
11507
11508 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
11509
11510         * config.sub: Add os9k checking.
11511
11512 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
11513
11514         * config.guess: Handle OSF1 running on HPPA processors
11515
11516 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
11517
11518         * configure: If subdir configure fails, print out a message with
11519         subdirectory name, in case subdir's configure code didn't identify
11520         itself.
11521
11522 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
11523
11524         * configure.in: Remove embedded newlines from configdirs.
11525         Avoid mismatches of substrings.  Fix matching strings at end
11526         of configdirs.
11527
11528 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
11529
11530         * config.guess:  Add Lynx/rs6000 config support.
11531
11532 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
11533
11534         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
11535
11536 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
11537
11538         * configure.in (hppa*-*-osf*): Treat this just like most other
11539         PA configurations (eg no binutils or ld).
11540         (hppa*-*-*elf*): These configurations have binutils and ld.
11541
11542 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
11543
11544         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
11545
11546 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11547
11548         * configure.in (rs6000-*-*): Build gas.
11549
11550 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
11551
11552         * Makefile.in:  Avoid bug in losing hpux sed.
11553
11554 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11555
11556         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
11557         for GDB and GDB has been fixed to not need it.
11558
11559 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
11560
11561         * config.guess: Recognize vax hosts.
11562
11563 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
11564
11565         * configure (while loop): Don't use "break 2" inside case
11566         statement -- the case statement isn't an enclosing loop.
11567
11568 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11569
11570         * config.guess:  Clean up NeXT support, to allow nextstep
11571         on Intel machines.  Make OS be nextstep.
11572
11573 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
11574
11575         * config.guess: Add alternate forms for Convex.
11576
11577 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
11578
11579         * configure:  Completely rewrite option processing.  Take
11580         advantage of pattern-matching to avoid invoking test frequently.
11581         Also clean up host and target defaulting logic.
11582
11583 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
11584
11585         * Makefile.in: Replace all occurrances of "rootme" with "r" and
11586         "$${rootme}" with "$$r", to increase the likelihood that the do-*
11587         commands (plus user environment) will fit SCO limits.
11588
11589 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11590
11591         * configure.in: Don't issue warnings about directories which are
11592         not being configured if -norecursion is set.  Correct test for
11593         --with-gnu-as and --with-gnu-ld to not get confused by substring
11594         matches.
11595
11596         * configure.in: Don't build gas for alpha-dec-osf1*.
11597
11598 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
11599
11600         * configure:  Back out Per's change of 12/19/1993.  It changes the
11601         behavior of configure in unexpected and confusing ways.
11602
11603         Also, use different delim char when calculating
11604         program_transform_name so that the name can contain slashes.
11605
11606 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
11607
11608         * configure.in, config.sub: Add support for VSTa micro-kernel.
11609
11610 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
11611
11612         * configure.in: Nuke hacks which were used to get a special
11613         version of GAS for HPPA configurations.
11614
11615 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
11616
11617         * configure:  If only ${target_alias} is given, use that
11618         as the default for ${host_alias}.
11619         * configure:  Add missing back-slashes before nested quotes.
11620
11621 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
11622
11623         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
11624
11625 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
11626
11627         * config.guess:  Recognize some Tektronix configurations.
11628         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
11629
11630 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
11631
11632         * config.sub: Match any flavor of SH.
11633
11634 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
11635
11636         * configure.in: Don't try to configure newlib for Alpha.
11637
11638 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11639
11640         * configure.in: Don't build ld for Irix 5.  Don't build gas,
11641         libg++ or libio for any Alpha target.
11642
11643         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
11644
11645 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
11646
11647         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
11648         default arguments -- so it tried to compress itself.
11649
11650 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
11651
11652         * configure.in (notsupp): ensure that a space is always at the end
11653           of the configdirs list, since the grep checks for an explicit space
11654
11655 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11656
11657         * configure.in (target i386-sysv4.2): don't build ld, since static
11658           versions of many libraries are not available.
11659
11660 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11661
11662         * config.guess: Recognize Apollos (using environment variables).
11663         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
11664
11665 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11666
11667         * config.guess: Recognize Sony news mips running newsos.
11668
11669 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
11670
11671         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
11672         "fi ; else" for bash.
11673
11674 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
11675
11676         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
11677
11678 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
11679
11680         * config.sub: accept unixware as an alias for svr4.2.
11681         Fix some inconsistancies with the gcc version.
11682
11683 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11684
11685         * Makefile.in (DISTDOCDIRS):  Add gdb.
11686
11687 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
11688
11689         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
11690
11691 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
11692
11693         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
11694         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
11695         this now.
11696
11697 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11698
11699         * config.sub: Accept hiux* as an OS name.
11700
11701         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
11702         etc/make-stds.texi.  The underscore came from gcc, and dje now
11703         agrees that RUNTESTFLAGS is the correct name.
11704
11705 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
11706
11707         * install.sh:  Remove 'set -e'.  It makes any conditionals
11708         in the script useless.
11709
11710         * config.guess: Automatically recognize arm-acorn-riscix
11711         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
11712
11713 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
11714
11715         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
11716
11717 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
11718
11719         * Makefile.in (DISTDOCDIRS): New variable.
11720         (taz): Edit local Makefile.in sooner, instead of proto-toplev
11721         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
11722
11723 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11724
11725         * configure.in (hppa target): check the source directory for the
11726           pagas sub-directory
11727
11728 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
11729
11730         * config.sub: Allow -aout* and -elf*.
11731
11732 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
11733
11734         * configure.in: Don't build ld on i386-solaris2, same as for
11735         sparc-solaris2.
11736
11737 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
11738
11739         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
11740
11741 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11742
11743         * configure.in:  Configure gdb for alpha.
11744
11745 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11746
11747         * Makefile.in (CXXFLAGS): Add -O.
11748
11749 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11750
11751         * config.guess: added support for DG Aviion
11752
11753 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
11754
11755         * configure.in: Produce warning message for subdirectories not
11756         configurable for this host/target combination.  Don't try to
11757         configure gdb for vms.
11758
11759 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
11760
11761         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
11762         appropriate files before making "diststuff".
11763         (DISTBISONFILES): New var: list of files to be edited.
11764         (DISTSTUFFDIRS): Add binutils.
11765
11766 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11767
11768         * config.sub: also handle mipsel and mips64el (for little endian mips)
11769
11770 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11771
11772         * configure.in: Add * to end of all OS names.
11773
11774 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
11775
11776         * configure.in: Build newlib for LynxOS native.
11777
11778 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11779
11780         * config.guess: Add support for delta 88k running SVR3.
11781
11782         * configure.in: Add comment about HP compiler vs. emacs.
11783
11784 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11785
11786         * configure.in: don't build ld on solaris2 (not a viable option
11787           due to bugs in getpwnam & getpwuid)
11788
11789 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
11790
11791         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
11792         config.guess will produce a full version number.
11793
11794 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11795
11796         * configure.in: Build linker and binutils for alpha-dec-osf1.
11797
11798 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11799
11800         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
11801         and gdb/testsuite/Makefile.in.
11802
11803 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11804
11805         * configure.in: recognize mips*- instead of mips-
11806
11807 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
11808
11809         * config.sub: Accept linux*coff and linux*elf as operating
11810         systems.
11811
11812 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11813
11814         * config.sub: Recognize mips64, and mips3 as an alias for it.
11815
11816 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11817
11818         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
11819         gdb knows how to handle OSF/1 shared libraries.
11820
11821 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11822
11823         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
11824         * config.guess: Recognize Hitachi's HIUX.
11825         * config.sub: Recognize h3050r* and hppahitachi.
11826         Remove redundant cases for hp9k[23]*.
11827
11828 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11829
11830         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
11831         if gas and ld are in the source tree and are in ${configdirs}.
11832         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
11833         --with options (but still pass them down on the command line,
11834         if they were explicitly specified).
11835
11836 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11837
11838         * configure: substitute SHELL value in Makefile.in with
11839         ${CONFIG_SHELL}
11840
11841 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11842
11843         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
11844         *-*-solaris2* targets.
11845
11846 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11847
11848         * Makefile.in: define M4, and pass it down to sub-makes;
11849         all-autoconf now depends on all-m4
11850
11851 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11852
11853         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
11854         presence of {ar,ranlib} instead of a configured directory
11855
11856 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
11857
11858         * config.guess: Accept 34?? as well as 33?? for NCR.
11859
11860 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11861
11862         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
11863         of 'gas' in sed commands, since 'gash' is now in the tree as well.
11864
11865 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11866
11867         * configure: grab values for $(CC) and $(CXX) from the
11868         environment, so that someone can do "CC=gcc configure; make" and
11869         have it work right (matching the way that autoconf works now)
11870
11871         * configure.in, Makefile.in: add support for gash, the tcl
11872         interface to Galaxy
11873
11874         * config.guess: add NetBSD variants (hp300, x86)
11875
11876 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
11877
11878         * install.sh: Support -d option (in the manner of SunOS 4 install,
11879         as it is more deterministic than that of GNU install)
11880         (chmodcmd): Set file to mode 755 by default (should also do default
11881         chgrp and chown, but I don't feel like dealing with that now)
11882
11883 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
11884
11885         * config.sub: Remove h8300hhms alias.
11886
11887 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11888
11889         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
11890
11891 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11892
11893         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
11894         as stmp-fixinc
11895
11896 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
11897
11898         * config.sub: recognize m88110-bug-coff.
11899
11900 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11901
11902         * Makefile.in (all-libio): all dependencies on the toolchain used
11903         to build this (gcc, gas, ld, etc)
11904
11905 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11906
11907         * config.guess: Deal with OSF/1 1.3 on alpha.
11908
11909 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11910
11911         * install.sh: add some 'else true' clauses for portability
11912
11913         * configure.in: don't build libio for h8[35]00-*-* targets
11914
11915 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
11916
11917         * Makefile.in:  Add support for new libio.
11918
11919 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11920
11921         * install.sh: If one command fails, don't try the rest.  Don't try
11922         to remove $dsttmp (via trap) unless we have already created it.
11923         If $src doesn't exist, detect it and exit with an error.
11924
11925         * config.guess: Recognize BSD on hp300.
11926
11927 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
11928
11929         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
11930         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
11931
11932 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
11933
11934         * Makefile.in (all-send-pr): depends on all-prms
11935
11936 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11937
11938         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
11939
11940 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11941
11942         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
11943         Added test for mips-mips-riscos5.
11944
11945 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11946
11947         * configure.in: use mh-hp300 for 68k HP hosts
11948
11949 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11950
11951         * configure: add support for CONFIG_SHELL, so that you can use
11952         some alternate shell for evaluating configure scripts
11953
11954 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
11955
11956         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
11957         in configure script to bug-gdb@prep.ai.mit.edu when building
11958         distribution archive.
11959         * Makefile.in (COMPRESS):  Remove def.
11960         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
11961         gdb.tar.Z and make-gdb.tar.Z respectively.
11962         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
11963         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
11964         to convergence with 'taz' target in Makefile.in.
11965
11966 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11967
11968         * install.sh (dsttmp): use trap to ensure that tmp files go
11969         away on error conditions
11970
11971 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11972
11973         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
11974
11975 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11976
11977         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
11978         its parent is '/' not ''.
11979
11980         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
11981
11982 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
11983
11984         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
11985         that ${newsrcdir}/configure.in does.
11986
11987 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11988
11989         * test-build.mk: support for CONFIG_SHELL
11990
11991 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
11992
11993         * config.sub (netware):  Add as a basic system type.
11994
11995 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
11996
11997         * Makefile.in (Makefile): depend on configure.in.  Also drop the
11998           $(srcdir)/ from the dependency on Makefile.in.
11999
12000 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
12001
12002         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
12003         (h8300hhms is temporary until multi-libraries are implemented).
12004         * configure.in: Handle h8300h too.
12005
12006 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12007
12008         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
12009
12010 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
12011
12012         * configure:  Remove extraneous output when guessing host type.
12013         * config.guess:  Remove extraneous output when guessing using C
12014         compiler rather than uname, or when guessing fails.
12015
12016 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
12017
12018         * Makefile.in: remove all.cross and install.cross targets
12019
12020         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
12021           definitions
12022
12023 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
12024
12025         * configure.in (target sh): Build gprof.
12026
12027 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12028
12029         * config.sub: change -solaris to -solaris2
12030
12031 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12032
12033         * configure.in: Use config/mh-riscos for mips-*-sysv*.
12034
12035 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
12036
12037         * configure: Correct error message for missing Makefile.in to
12038         print correct directory.
12039
12040 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12041
12042         * install.sh: kludge around 386BSD shell bug
12043
12044 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
12045
12046         * config.guess:  Recognize NeXT.
12047         * config.guess:  Recognize i486-ncr-sysv4.
12048         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
12049
12050 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
12051
12052         * Makefile.in (MAKEINFOFLAGS): New variable.
12053         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
12054         * build-all.mk, test-build.mk: Pass down --no-split as
12055         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
12056
12057 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
12058
12059         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
12060
12061 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
12062
12063         * Makefile.in (libg++.tar.z):  New rule.
12064         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
12065         * Makefile.in (taz):  Only do a single chmod.
12066
12067 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
12068
12069         * install.sh: don't use dirname anymore (replaced with sed usage)
12070
12071 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
12072
12073         * Makefile.in:  Change extension for gzip'd files from '.z' to
12074         '.gz' per new FSF standard usage.
12075
12076 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
12077
12078         * configure: put quotes around the final value of program_transform_name
12079
12080 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12081
12082         * Makefile.in: new install.sh support; update install-info rules
12083
12084 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
12085
12086         * configure.in: Build diff for crosses, but not for go32 host.
12087
12088         * configure.in: Build gprof only for native, and don't build it
12089         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
12090
12091 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
12092
12093         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
12094
12095 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
12096
12097         * configure.in (host_tools): Add prms.
12098
12099 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12100
12101         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
12102         with $(FLAGS_TO_PASS) on the command line
12103
12104         * config.sub: Recognize lynx and lynxos
12105
12106 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
12107
12108         * config.sub: Accept -ecoff*, not just -ecoff.
12109
12110 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
12111
12112         * Makefile.in (taz): Use .gz suffix instead of .z.
12113         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
12114         names.
12115
12116 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12117
12118         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
12119
12120 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12121
12122         * Makefile.in (install-no-fixedincludes):  install gcc last, so
12123         that rebuilds that might happen during 'make install' don't get
12124         bogus gcc include files
12125
12126 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
12127
12128         Change from Utah for HPPA support:
12129         * config.guess: Recognize hppa1.x-hp-bsd.
12130
12131 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
12132
12133         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
12134         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
12135
12136 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
12137
12138         * config.sub: Add support for rom68k and bug boot monitors.
12139
12140 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
12141
12142         * Makefile.in: Make all-opcodes depend on all-bfd.
12143
12144 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
12145
12146         * config.guess: Added special check for i[34]86-univel-sysv4*.
12147
12148 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
12149
12150         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
12151         the processor rather than assuming i486.
12152
12153 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12154
12155         * config.guess: Recognize SunOS6 as Solaris3.
12156
12157 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
12158
12159         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
12160         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
12161
12162 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
12163
12164         * build-all.mk (all-cross): New target for Canadian Cross.
12165         Added Q2 go32 targets.
12166         * test-build.mk: Configure go32 cross sparclite-aout and
12167         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
12168         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
12169
12170 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12171
12172         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
12173         GO32 hosted toolchains
12174
12175 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
12176
12177         * configure: change  so "-exec-prefix" gets passed down rather
12178         than "-exec_prefix" so autoconf generated Makefiles get the
12179         exec_prefix set right.
12180
12181 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12182
12183         * config.guess: get the Solaris2 minor version number
12184
12185         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
12186
12187 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
12188
12189         * config.guess: Recognize some Sequent platforms.
12190
12191 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12192
12193         * Makefile.in: added the vault-install target
12194
12195         * configure.in: actually use the Sun3 makefile fragment that's in
12196         config, also added the release dir to configdirs
12197
12198 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
12199
12200         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
12201
12202 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12203
12204         * configure.in: remove some program from Alpha targetted toolchains
12205
12206 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
12207
12208         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
12209         gprof.
12210         (taz): Run "make diststuff" in those directories instead of "make
12211         proto-dir".  Look for "VERSION=" only at start of line in subdir
12212         Makefile.  Use "gzip -9" for compression.
12213         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
12214         (binutils.tar.z): New target.
12215
12216 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
12217
12218         * Makefile.in (taz): Include gpl.texinfo.
12219
12220 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
12221
12222         * Makefile.in (setup-dirs): Merged into "taz" target.
12223         (taz): Only do `proto-dir' stuff if a directory is actually needed
12224         for this target.
12225
12226 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
12227
12228         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
12229         (FLAGS_TO_PASS): Pass down MUNCH_NM.
12230         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
12231         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
12232         (gcc-no-fixedincludes): Correct for current gcc Makefile.
12233
12234 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
12235
12236         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
12237         config.sub, and move-if-change to gdb testsuite distribution
12238         archive, so the testsuite can be extracted, configured, and
12239         run separately from the gdb distribution.  Blow away the Chill
12240         tests that require a Chill compiled executable, since GNU Chill
12241         is not yet publically available.
12242
12243 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12244
12245         * test-build.mk: set environment variables in a single command,
12246         instead of a list of assignments and exports
12247
12248         * config.guess: recognize Alpha/OSF1 systems
12249
12250 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
12251
12252         * configure: Change help message to prefer --options rather than
12253           -options.
12254
12255 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
12256
12257         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
12258         zippy@ecst.csuchico.edu.
12259         * config.guess: Recognize miniframe.
12260
12261 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
12262
12263         * Makefile.in: Use srcroot to find runtest rather than rootme.
12264         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
12265
12266 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
12267
12268         * test-build.mk: Extensive additions to support building on a
12269         machine other than the host.
12270
12271 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
12272
12273         * configure (tooldir): Fix for i386-aix again.
12274
12275 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
12276
12277         * configure, Makefile.in:  Change definition of $(tooldir)
12278         to match the FSF.
12279
12280 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
12281
12282         * config.guess:  Recognize i[34]86/SVR4.
12283
12284 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
12285
12286         * Makefile.in (all-gdb): gdb depends on sim.
12287
12288 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
12289
12290         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
12291         at the same time we make the prototype gdb directory.
12292         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
12293         files at the same time as the gdb base release distribution.
12294
12295 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
12296
12297         * Makefile.in (check): Use individual check targets rather than
12298         DO_X rule.
12299         (check-gcc): Added.
12300
12301 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
12302
12303         * config.sub: Use sysv3.2 not sysv32 for canonical OS
12304         for System V release 3.2.
12305
12306 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
12307
12308         * config.sub: Recognize hppaosf.
12309         * configure.in: Do configure ld/binutils/gas for it.
12310
12311 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
12312
12313         * configure (tooldir): Alter syntax used to set this, for systems
12314         where "\$" isn't handled right, like i386-aix.
12315
12316 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
12317
12318         * configure: Pass program-transform-name, not
12319         program_transform_name, to recursive configures.
12320
12321 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
12322
12323         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
12324         of gas+ld+binutils.
12325
12326 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
12327
12328         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
12329
12330 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12331
12332         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
12333
12334 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
12335
12336         * Makefile.in (PRMS): Set back to all-prms.
12337
12338 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
12339
12340         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
12341         targets, rather than for MIPS hosts.
12342
12343 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12344
12345         * configure.in: add comment for --with-x default values
12346
12347         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
12348
12349         * Makefile.in: add check-* targets for each of the directories in
12350         the tree.  Add a definition of RUNTEST that will use the one we
12351         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
12352
12353 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
12354
12355         * configure.in: Removed obsolete references to bfd_target and
12356         target_makefile_frag.
12357
12358         * build-all.mk: Set assorted targets for Q2.
12359         * config.sub: Recognize z8k-sim and h8300-hms.
12360         * test-build.mk: Really don't pass host to configure.
12361         (HOLES): Added uname.
12362
12363 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
12364
12365         * configure: Handle an empty program-prefix, program-suffix or
12366         program-transform-name correctly.
12367
12368 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
12369
12370         * build-all.mk: -G 8 no longer required for MIPS targets.
12371         * test-build.mk: Don't pass host argument to configure; make it
12372         guess.
12373
12374 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
12375
12376         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
12377         * Makefile.in (COMPRESS):  New macro, like GZIP.
12378
12379 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
12380
12381         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
12382
12383         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
12384         with gas currently defaults to -G 0.
12385
12386 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
12387
12388         * Makefile.in (all-flex): flex depends on byacc.
12389
12390         * build-all.mk: If host not specified, use config.guess.  Pass TAG
12391         to test-build.mk as RELEASE_TAG.
12392         * test-build.mk (configargs): New variable containing arguments to
12393         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
12394         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
12395
12396         * config.guess: Use /bin/uname when checking -X argument on SCO,
12397         to avoid invoking GNU uname which doesn't understand -X.
12398
12399         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
12400
12401         * configure.in: Build gas for mips-*-*.
12402
12403 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
12404
12405         * Makefile.in (all.normal): insert missing backslash.
12406
12407 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
12408
12409         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
12410
12411         * Makefile.in: Complete overhaul to merge many almost identical
12412         targets.
12413
12414 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
12415
12416         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
12417         (gdb.tar.Z): Adjusted.
12418
12419         * Makefile.in (setup-dirs, taz): New targets; should be general
12420         enough to adapt for gdb sometime.  Build only .z file.
12421         (gas.tar.z): New target.
12422
12423 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
12424
12425         * build-all.mk: Use CC=cc -Xs on Solaris.
12426
12427 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
12428
12429         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
12430         for handling BISON for FSF releases.
12431
12432 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
12433
12434         * configure: Actually implement the change zoo just documented.
12435
12436 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
12437
12438         * configure: when using config.guess, only set target_alias when
12439         it's not already been set (ie, on the command line)
12440
12441 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12442
12443         * Makefile.in: add installcheck target, set PRMS to install-prms
12444
12445 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12446
12447         * configure: add support for package_makefile_fragment, handle the
12448         case where a directory has a configure.in file but no Makefile.in
12449         more gracefully (with an actual understandable error message, even);
12450         add support for --without (and add this to the usage message); also
12451         explicitly add a --host=${host_alias} to the command line when
12452         config.guess is used
12453
12454 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
12455
12456         * configure: Must use both --host and --target in recursive calls.
12457
12458 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
12459
12460         * Makefile.in: Change deja-gnu to dejagnu.
12461
12462 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
12463
12464         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
12465
12466 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12467
12468         * configure.in: canonicalize all instances to *-*-solaris2*,
12469         also strip out a number of tools to not build for go32 host
12470
12471 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
12472
12473         * config.guess: add GPL.
12474
12475         * Makefile.in, config.guess, config.sub, configure: bump
12476           copyrights to 93.
12477
12478 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
12479
12480         * Makefile.in (do-info): Removed obsolete check for existence of
12481         localenv file.
12482
12483         * Makefile.in (MAKEOVERRIDES): Define to be empty.
12484
12485 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12486
12487         * Makefile.in: a couple of 'else true' for decstation,
12488         support for TclX
12489
12490         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
12491
12492 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
12493
12494         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
12495
12496 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
12497
12498         * config.guess: Recognize i386-ibm-aix (PS/2).
12499         * configure.in: Use config/mh-aix386 file for it.
12500
12501 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
12502
12503         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
12504         CC_FOR_TARGET instead.
12505         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
12506
12507 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
12508
12509         * Makefile.in: Add sim to list of directories sent with gdb
12510
12511 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
12512
12513         * configure.in: Put back mips-dec-bsd* case.
12514
12515 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
12516
12517         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
12518         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
12519         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
12520
12521 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12522
12523         * configure.in: remove no-op mips-dec-bsd* in "case $target"
12524
12525         * Makefile.in (dir.info): only run gen-info-dir if it exists,
12526         (install-info): install dir.info only if it exists,
12527         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
12528
12529 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
12530
12531         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
12532         gas for mips-dec-bsd.
12533
12534 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
12535
12536         * configure (makesrcdir): If ${srcdir} is relative and not ".",
12537         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
12538
12539 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
12540
12541         * configure.in: Added "dejagnu" to hosttools list.
12542
12543 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
12544
12545         * config.sub, configure.in, config.guess:  Add support
12546         for Bosx, an AIX variant from Bull.
12547         Patches from F.Pierresteguy@frcl.bull.fr.
12548
12549 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
12550
12551         * devo/dejagnu: Initial creation of devo/dejagnu.
12552         Migrated dejagnu testcases and support files for testing software
12553         tools to reside as subdirectories, currently called "testsuite",
12554         within the directory of the software tool.  Migrated all programs,
12555         support libraries, etc. beloging to dejagnu proper from
12556         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
12557         with no modifications.  The changes to these files which will
12558         allow them to configure, build, and execute properly will be made
12559         in a future update.
12560
12561 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
12562
12563         * Makefile.in: Change send_pr to send-pr.
12564         * configure.in: Likewise.
12565         * send_pr: Renamed directory to send-pr.
12566
12567 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
12568
12569         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
12570
12571 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
12572
12573         * README:  Update for gdb-4.8 release.
12574         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
12575         gdb-xxx.tar.z (gzip'd) file also.
12576
12577 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12578
12579         * Makefile.in: make all-diff depend on all-libiberty
12580
12581 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
12582
12583         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
12584
12585 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12586
12587         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
12588
12589 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
12590
12591         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
12592         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
12593         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
12594
12595 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12596
12597         * Makefile.in:  makeinfo binary is in a new location
12598
12599 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
12600
12601         * config.sub: Accept -ecoff as an OS.
12602
12603         * Makefile.in: Various changes to eliminate a level of make
12604         recursion and reduce the required command line length.
12605         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
12606         sub-makes.
12607         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
12608         variables holding settings for specific sub-makes.
12609         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
12610         in terms of BASE_FLAGS_TO_PASS.
12611         (TARGET_LIBS): New variable listing directories which use
12612         TARGET_FLAGS_TO_PASS.
12613         (subdir_do): Eliminated.
12614         (do-*): New set of targets to replace subdir_do.
12615         (various): All targets which used subdir_do now depend on do-*.
12616         (local-clean): Renamed from do_clean.
12617         (local-distclean): New target, dependency of distclean and
12618         realclean.
12619         (install-info): Don't create directories.  Depend on dir.info
12620         rather than calling make recursively.
12621         (install-dir.info): Eliminated.
12622         (install-info-dirs): Create all info directories here.
12623         (dir.info): Depend upon do-install-info.
12624
12625         * test-build.mk (HOLES): Added false.
12626
12627 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
12628
12629         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
12630
12631 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12632
12633         * Makefile.in (info): remove dependency on all-texinfo.  The
12634         problem was really in texinfo/C, not at this level.
12635
12636 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
12637
12638         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
12639
12640 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
12641
12642         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
12643         GDB releases.
12644
12645 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
12646
12647         * configure: Include srcdir in message about target of link not
12648         being found.  Don't convert `-' to `_' in `with' options being
12649         passed to subdirs.
12650
12651 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12652
12653         * configure.in: add uudecode to host_tools
12654
12655         * Makefile.in: added {all,install}-uudecode targets, added them to
12656         the appropriate lists
12657
12658 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
12659
12660         * Makefile.in (all-gcc): Added dependency on all-gas.
12661
12662         * configure.in (mips-*-*): Build ld and binutils.
12663
12664 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
12665
12666         * configure: check return code from mkdir, print error message and
12667           exit on failure.
12668
12669 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
12670
12671         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
12672
12673 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
12674
12675         * test-build.mk (HOLES): Added tar, cpio and uudecode.
12676
12677 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
12678
12679         * config.sub (h8500):  Recognize this as a cpu type.
12680
12681 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12682
12683         * configure: source directory missing is no longer a warning
12684
12685         * configure.in: recognize irix[34]* instead of irix[34]
12686
12687         * Makefile.in: define and pass down X11_LIB
12688
12689 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
12690
12691         * guess-systype: Renamed to ...
12692         * config.guess:  ... by popular request.
12693         * configure.in, Makefile.in:  Update accordingly.
12694
12695 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
12696
12697         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
12698         + Add Convex, Cray/Unicos, and Encore/Multimax support.
12699         + Execute ./dummy instead of assuming . is in PATH.
12700
12701 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
12702
12703         * guess-systype:  New shell script.  Attempts to guess the
12704         canonical host name of the executing host.
12705         Only a few hosts are supported so far.
12706         * configure:  Call guess-systype if no host is specified.
12707
12708 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
12709
12710         * Makefile.in (gcc-no-fixedincludes): Made to work with current
12711         gcc Makefile.
12712
12713
12714 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
12715
12716         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
12717         (all-gcc, install-gcc, subdir_do): Use it.
12718
12719 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
12720
12721         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
12722
12723 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
12724
12725         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
12726           set exclusively by configure, using configure.in .
12727
12728 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12729
12730         * test-build.mk: set $PATH for all builds
12731
12732         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
12733
12734 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
12735
12736         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
12737         the one used in gcc/Makefile.in, so that a null expansion doesn't
12738         override the one needed to build gcc with a native cc.
12739
12740
12741 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
12742
12743         * configure: Accept -with arguments.
12744
12745 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
12746
12747         * Makefile.in: added h8300sim
12748
12749 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
12750
12751         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
12752         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
12753         (all-cygnus, native, build-cygnus): Make
12754         $(canonhost)-stamp-3stage-done, not $(host)....
12755         * test-build.mk (stamp-3stage-compared): Use tail +10c for
12756         i386-sco3.2v4.  Added else true to if command.
12757
12758 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
12759
12760         * config.sub: (from FSF) Sequent uses a BSD-like OS.
12761
12762 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
12763
12764         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
12765
12766 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12767
12768         * configure.in: don't remove binutils from Solaris builds
12769
12770 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
12771
12772         * Makefile.in: get rid of earlier definitions for *clean,
12773         also handle the recursive info rule better
12774
12775 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
12776
12777         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
12778         do more-or-less the right thing.
12779
12780 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
12781
12782         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
12783         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
12784
12785 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12786
12787         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
12788         $(host_canonical).
12789
12790         * configure.in: split the configdirs list into 4 categories (native
12791         v. cross, library v. tool) and handle the cross-only and native-
12792         only in more reasonable (and correct!) way.
12793
12794 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
12795
12796         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
12797         configdirs anymore.
12798
12799 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12800
12801         * Makefile.in: extensive cleanup::  removed all of the explicit
12802         clean-* targets, collapsed many wrappers around subdir_do into
12803         one, added additional targets to satisfy standards.texi, deleted
12804         some old targets, some changes for consistency
12805
12806 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12807
12808         * configure.in: handle some programs as cross-only, and others as
12809         native only
12810
12811         * test-build.mk: handle partial holes in a more generic manner
12812
12813         * Makefile.in: m4 depends on libiberty
12814
12815 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12816
12817         * configure.in: add m4, textutils, fileutils, sed, shellutils,
12818         time, wdiff, and find to configdirs
12819
12820         * Makefile.in: all, clean, and install rules for the new programs
12821         added to configure.in
12822
12823 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12824
12825         * configure.in: use mh-sun for all *-sun-* hosts
12826
12827 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12828
12829         * Makefile.in: define flags for X11 include files and library file
12830         locations, pass them down to the programs that need this info
12831
12832         * build-all.mk: added a 'native' target, to 3stage the native toolchain
12833
12834 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12835
12836         * configure.in: start building libg++ for HP-UX targets
12837
12838 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
12839
12840         * README:  Update references to files moved into etc/.
12841
12842 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
12843
12844         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
12845         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
12846
12847 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
12848
12849         * configure: accept dash as well as underscore in long option
12850         names for FSF compatibility.
12851
12852 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
12853
12854         * config.sub: added -sco3.2v4 support from FSF.
12855
12856 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12857
12858         * configure.in: expand the section that adds or removes
12859         directories from the list of programs to build, to handle native
12860         vs. cross in addition to host v. native
12861
12862 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
12863
12864         * Makefile.in:  Replace C++ in macro names with CXX.
12865         This is less likely to break ...
12866
12867 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12868
12869         * test-build.mk: add -w to GNU_MAKE
12870
12871 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12872
12873         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
12874         add 'sparc' to list of recognized cpus.  This needed to make
12875         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
12876         Delete some redundant ose68 variants.  Recognize -wrs as an os,
12877         then changes that into $CPU-wrs-vxworks.
12878
12879         * configure.in: remove most references to gdbtest, regularize
12880         target based program removal
12881
12882         * test-build.mk: import from p3 tree (many fixes and changes)
12883
12884 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
12885
12886         * Makefile.in: added rules to handle tcl, tk, and expect
12887
12888         * configure.in: handle those directories if they exist
12889
12890 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12891
12892         * config.sub: removed bogus hppabsd and hppahpux names, since
12893         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
12894
12895 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12896
12897         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
12898         depends upon all-xiberty
12899
12900         * Makefile.in: changes from p3, including:
12901
12902         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
12903
12904         * Makefile.in (XTRAFLAGS): include newlib directories if
12905         newlib/Makefile exists, rather than if host != target.
12906
12907         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
12908
12909         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
12910         from the same source tree and not building a cross-compiler.  This
12911         matters for the libg++ configuration if reconfiguring a tree that
12912         has already been installed.
12913
12914         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
12915
12916         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
12917         pick up the machine and system specific header files.
12918
12919         * Makefile.in: added AS_FOR_TARGET, passed down in
12920         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
12921         the C compiler to use to create programs which are run in the
12922         build environment, set it to default to $(CC), and passed it down
12923         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
12924
12925         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
12926
12927         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
12928         We need them for unusual native builds, like systems without
12929         ranlib.
12930
12931         * configure: also define $(host_canonical) and
12932         $(target_canonical), which are the full, canonical names for the
12933         given host and target
12934
12935 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
12936
12937         * Makefile.in:  Added separate definitions for C++.
12938
12939 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
12940
12941         * configure.in (configdirs):  Add deja-gnu.
12942
12943 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
12944
12945         * README:  Update for configure.texi and gdb-4.7 release.
12946
12947 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
12948
12949         * Makefile.in:  Move "all" target to top of file.
12950         Previously, first target was ".PHONY" which caused BSD4.4 make
12951         to build .PHONY when make was run without arguments.
12952
12953 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
12954
12955         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
12956         Library-copylefted code in libiberty.
12957
12958 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
12959
12960         * config.sub:  Replace m68kmote with plain old m68k.
12961
12962 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
12963
12964         * Makefile.in:  Remove space from blank line, avoid Make complaints.
12965
12966 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
12967
12968         * config.sub: Complain if no argument is given.  Added support for
12969         386bsd as OS and target alias.
12970
12971 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
12972
12973         * Makefile.in (XTRAFLAGS): include newlib directories if
12974         newlib/Makefile exists, rather than if host != target.
12975
12976 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
12977
12978         * config.sub: recognize sparclite-wrs-vxworks.
12979
12980         * Makefile.in (install-xiberty): added *-xiberty make rules (from
12981         p3.) Added clean-xiberty to clean.
12982
12983 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12984
12985         * configure.in: use *-*-* instead of nested cases for host and target
12986
12987 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
12988
12989         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
12990         from the same source tree and not building a cross-compiler.  This
12991         matters for the libg++ configuration if reconfiguring a tree that
12992         has already been installed.
12993
12994 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
12995
12996         * config.sub (i486v/i486v4):  Merge in from FSF version.
12997
12998 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
12999
13000         * configure: only set PWD if it is already set.
13001
13002 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
13003
13004         * configure: just set PWD=`pwd` at the top, since Ultrix sh
13005         doesn't have unset and all success paths (and most error paths)
13006         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
13007         to just ${PWD} to avoid confusion.)
13008
13009 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
13010
13011         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
13012         even for a native compilation.
13013
13014 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
13015
13016         Changes to make the gdb.tar.Z rule work better.
13017
13018         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
13019         (DEVO_SUPPORT):  Add configure.texi.
13020         (bfd-ilrt.tar.Z):  Remove ancient rule.
13021
13022 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
13023
13024         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
13025         pick up the machine and system specific header files.
13026
13027         * configure.in, config.sub: added new target m68010-adobe-scout,
13028         with alias of adobe68k.  Changed configure.in to check for
13029         -scout before -sco* to avoid a false match.
13030
13031         * Makefile.in: added AS_FOR_TARGET, passed down in
13032         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
13033         the C compiler to use to create programs which are run in the
13034         build environment, set it to default to $(CC), and passed it down
13035         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
13036
13037 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
13038
13039         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
13040         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
13041         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
13042         FOR_TARGET variants, to newlib and libg++.
13043
13044 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
13045
13046         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
13047         first.
13048
13049 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
13050
13051         * config.sub:  Accept `elf' as an environment.
13052
13053 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
13054
13055         * Makefile.in (all-opcodes):  cd into the right directory
13056
13057 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
13058
13059         * configure: added -program_transform_name option, used as
13060         argument to sed when installing programs.
13061         configure.texi: added documentation for -program_prefix,
13062         -program_suffix and -program_transform_name.
13063
13064 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
13065
13066         * config.sub:  Accept i486 where i386 ok.
13067
13068 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
13069
13070         * config.sub: accept we32k
13071
13072 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
13073
13074         * config.sub, configure.in: accept OSE68000 and OSE68k.
13075
13076         * Makefile.in: don't create all directories for ``make install'';
13077         let the subdirectories create the ones they need.
13078
13079 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13080
13081         * COPYING: new file, GPL v2
13082
13083 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13084
13085         * Makefile.in: use the new gen-info-dir, which needs a template
13086         argument (which also lives in texinfo)
13087
13088         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
13089
13090 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
13091
13092         * config.sub (ncr3000):  Change i386 to i486.
13093
13094 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13095
13096         * Makefile.in: add install-rcs, install-grep to
13097         install-no-fixedincludes, removed install-bison and install-libgcc
13098
13099 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
13100
13101         * configure.in: grab the HPUX makefile fragment if on HPUX
13102
13103 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
13104
13105         * Makefile.in: eradicate bison spoor (ditto libgcc).
13106          configure.in: recognise m68{k,000}-ericsson-OSE.
13107          es1800 is alias for m68k-ericsson-OSE
13108
13109 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13110
13111         * configure.in: rearrange the parts that remove programs from
13112         configdirs, based now on HOST==TARGET or by canonical triple.
13113
13114 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
13115
13116         * test-build.mk: recurse explicitly with -f test-build.mk when
13117           appropriate.  predicate stage3 and comparison on the existence
13118           of gcc.  That is, if gcc isn't around, we aren't three-staging.
13119           On very clean, also remove ...stamp-co.  Build in-place before
13120           doing other builds.
13121
13122 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
13123
13124         * Makefile.in, configure.in: add tgas
13125
13126 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
13127
13128         * Makefile.in: a number of changes merged in from progressive.
13129
13130         * configure.in: add libm.
13131
13132         * .cvsignore: ignore some stuff that comes from test-build.mk.
13133
13134 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
13135
13136         * config.sub:  Add es1800 (m68k-ericsson-es1800).
13137
13138 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
13139
13140         * configure: Add program_suffix (parallel to program_prefix)
13141         * Makefile.in: adjust directory-creating script for losing decstation
13142
13143 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
13144
13145         * configure:  Minor $subdir-related fixes.
13146
13147 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
13148
13149         * configure: fix various problems with propogating
13150         makefile_target_frag in subdirs.
13151         * configure.in: config libgcc if its there
13152
13153 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
13154
13155         * config.sub:  HPPA merge.
13156
13157 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
13158
13159         * Makefile.in:  Replace all-bison with all-byacc in all
13160         dependency lines for other tools (which now use byacc).
13161
13162 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
13163
13164         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
13165
13166 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
13167
13168         * Makefile.in: make gprof rules similar to byacc rules (instead of
13169         vestigal $(unsubdir) that didn't work...)
13170
13171 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
13172
13173         * config.sub:  Add support for Linux.
13174         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
13175         (at least for libg++).
13176
13177 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
13178
13179         * configure.texi: fix doc for the -nfp option to configure
13180
13181 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
13182
13183         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
13184
13185 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
13186
13187         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
13188         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
13189         * configure.in: added solaris* host_makefile_frag hook.
13190
13191 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13192
13193         * config.sub: changed recognition of m68000 so that various
13194         m68k types can be specified via m680[01234]0
13195
13196 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13197
13198         * config.sub (basic_machine): fix sed so that '-foo' isn't
13199         completely substituted out while .+'-foo' loses the '-foo'
13200
13201 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
13202
13203         * config.sub ($os): Add -aout.
13204
13205 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
13206
13207         * configure:  If host_makefile_frag is absolute, don't
13208         prefix ${invsubdir} (relevant to libg++ auto-configure).
13209
13210 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
13211
13212         * Makefile.in (tooldir): Define it.
13213         (all-ld): Depend on all-flex.
13214
13215 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
13216
13217         * Makefile.in (check):  Fix libg++ special case.
13218
13219 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
13220
13221         * configure: do not bury `pwd` into config.status, thus do fewer
13222           pwd's.
13223
13224         * configure: print the "Building in" message only when building in
13225           other than "." AND verbose.
13226
13227         * configure: remove -s, rework -v to better accommodate guested
13228           configures.
13229
13230         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
13231
13232 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
13233
13234         * Makefile.in: macroize flags passed on recursion.  remove
13235           fileutils.
13236
13237 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
13238
13239         * configure: get makesrcdir right for subdirs deeper than 1.
13240
13241         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
13242           install.
13243
13244 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
13245
13246         * Makefile.in: don't print subdir_do or recursion lines.
13247
13248 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
13249
13250         * standards.texi: added menu item.
13251
13252         * Makefile.in: build and install standards.info.
13253
13254         * standards.texi: new file.
13255
13256 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
13257
13258         * configure: test for and move config.status pieces from
13259           ${subdir}/.
13260
13261 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
13262
13263         * configure:  Test for existance of files before trying to mv
13264         them, to avoid numerous non-existance messages.
13265
13266 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
13267
13268         * configure: correct final line of config.status.
13269
13270         * configure: patch from eggert.  Avoids a protection problem if
13271           the original Makefile.in is read only.
13272
13273         * configure: use move-if-change from gcc to create config.status.
13274           Some makefiles depend on config.status to tell if a directory
13275           has been reconfigured for a different host.  This change
13276           prevents those directories from remaking everything in the case
13277           where the reconfig was only intended to rebuild a Makefile.
13278
13279         * configure: test for config.sub with "config.sub sun4" rather
13280           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
13281           host alias from a missing config.sub.
13282
13283 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
13284
13285         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
13286           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
13287
13288 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
13289
13290         * configure: mkdir ${subdir} as needed.
13291
13292 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
13293
13294         * Makefile.in,configure.in: added autoconf.
13295
13296 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
13297
13298         * Makefile.in: no longer pass against on recursion.
13299
13300         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
13301           definitions are not inherited.
13302
13303         * configure: correct makesrcdir when subdir is .
13304
13305 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
13306
13307         * configure:  Add support for 'subdirs' variable, which is
13308         like 'configdirs', except that configure doesn't re-invoke
13309         itself for subdirs, it just creates a Makefile for each subdir.
13310         * configure.texi:  Document subdirs.
13311
13312 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13313
13314         * configure.in: added flex to configdirs
13315
13316 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
13317
13318         * Makefile.in: remove clean-stamps from clean.
13319
13320 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
13321
13322         * configure.in:  Add gdbtest to configdirs.
13323
13324 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
13325
13326         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
13327         to recursive makes.
13328         * configure.in:  Recognize new ncr3000 config.
13329
13330 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
13331
13332         * Makefile.in, configure.in: removed references to gdbm.
13333
13334 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
13335
13336         * config.sub:  Don't canonicalize os value
13337         newsos* to bsd (readline needs to check for newsos).
13338         (This fix was earlier made Jan 31, but got re-broken.)
13339
13340 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
13341
13342         * configure.in:  sco is an os, not a vendor!
13343
13344         * configure:  Quote $( better.  Keep various shells happy.
13345
13346 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
13347
13348         * Makefile.in: eliminate stamp-files.
13349
13350 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
13351
13352         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
13353           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
13354
13355 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
13356
13357         * config.sub:  fix iris/iris3.
13358
13359 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
13360
13361         * configure: re-add -rm.
13362
13363 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
13364
13365         * Maskefile.in: add .stmp-rcs to all.
13366
13367         * configure.in: remove gas from rs6000 build, use aix host fragment.
13368
13369 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
13370
13371         * configure: pass down site_option during recursion.
13372
13373 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
13374
13375         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
13376
13377 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
13378
13379         * configure: Change exec_prefix so that it really defaults to prefix.
13380
13381 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
13382
13383         * Makefile.in, configure.in:  Add support for mmalloc library.
13384
13385 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
13386
13387         * Makefile.in: add stmp dependencies for a few more things.
13388
13389 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
13390
13391         * configure: adjusted error message on objdir/srcdir configure
13392           collision, per john's suggestion.
13393
13394         * Makefile.in: add libiberty stmp to all and all.cross.
13395
13396 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
13397
13398         * Makefile.in: remove force dependencies, add grep to all.
13399
13400 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
13401
13402         * Makefile.in: drop flex.  make stamp files work.
13403
13404         * configure: added test for conflicting configuration in srcdir,
13405           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
13406           gets cranky.  use relative paths for configure and srcdir
13407           whenever possible.  Send some error messages to stderr that were
13408           going to stdout.
13409
13410 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
13411
13412         * Makefile.in:  Fix libg++ rule to check for gcc directory
13413         before using gcc/gcc.  Also pass XTRAFLAGS.
13414
13415 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
13416
13417         * Makefile.in: added stmp-files so that directories aren't polled
13418           when they are already built.
13419
13420         * configure.texi: fixed a node pointer problem.
13421
13422 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
13423
13424         * config.sub configure.in gdb/configure.in
13425         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
13426         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
13427         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
13428
13429 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
13430
13431         * configure: -recurring becomes -silent.  corrected help message
13432           for -site= option.
13433
13434         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
13435
13436 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
13437
13438         * configure: when building Makefile for crosses, replace
13439           tooldir and program_prefix.  default srcdir from location of
13440           config.sub.  remove "for host in hosts" and "for target in
13441           targets" loops.
13442
13443 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
13444
13445         * Makefile.in: Do not pass bindir or mandir to cvs.
13446
13447 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
13448
13449         * Makefile.in, configure.in: removed traces of namesubdir,
13450           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
13451           copyrights to '92, changed some from Cygnus to FSF.
13452
13453         * configure.texi: remove most references to multiple hosts,
13454           multiple targets, subdirs, etc.
13455
13456         * configure.man: removed rcsid. reference config.sub not
13457           config.subr.
13458
13459         * Makefile.in: mkdir $(infodir) on install-info.
13460
13461 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
13462
13463         * configure.texi:  Explain better about .gdbinit and about
13464         the environment that configure.in sections run in.
13465
13466 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
13467
13468         * configure.in:  Ultrix is only a decstation if it's a MIPS.
13469
13470 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
13471
13472         * README:  DOC.configure => cfg-paper.texi.
13473
13474 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
13475
13476         * config.sub (near case $os):  Don't convert newsos* to bsd!
13477
13478 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
13479
13480         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
13481         the number of copies of COPYING that go into the GDB tar file.
13482
13483 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
13484
13485         * bfd/configure.in, gdb/config/mh-i386sco,
13486         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
13487         Fix SCO configuration stuff.
13488
13489 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
13490
13491         * Makefile.in:  For libg++, make sure the -I pointing
13492         to the gcc directory goes *after* all the libg++-local -I flags.
13493         Also, move just-gcc dependency from just-libg++ to all-libg++.
13494
13495 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
13496
13497         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
13498
13499 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
13500
13501         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
13502
13503 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
13504
13505         * config.sub:  Add stratus configuration frags.  Also
13506         submitted to FSF.
13507
13508 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
13509
13510         * Makefile.in (DEV_SUPPORT):  add configure.man.
13511
13512         * config.sub(Decode manufacturer-specific):  add -none*.
13513
13514 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
13515
13516         * Makefile.in:  remove form feeds to make Sun's make happy.
13517         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
13518
13519 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
13520
13521         * Makefile.in (AR_FLAGS):  Make quieter.
13522
13523 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
13524
13525         * configure.in:  Add libg++.
13526         * configure:  When verbose, don't output the command line at each
13527         level; it will be unremarkably the same as the previous version,
13528         which will be the same as what the user typed.
13529
13530 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
13531
13532         * configure.in, Makefile.in: fix clean-info, add flex.  add
13533           fileutils.
13534
13535         * configure: be less sensitive to spaces in Makefile.in.  Do not
13536           look for sources in "..".  Doing so breaks subdirectories that
13537           might have their own configure.  If a subdir has it's own
13538           configure script, use it.
13539
13540 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
13541
13542         * cfg-paper.texi: some changes suggested by rms.
13543
13544 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
13545
13546         * config.sub:  Merge in some small additions from the FSF version,
13547         taken from the gcc distribution, to bring the Cygnus and FSF
13548         versions into closer sync.
13549
13550 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
13551
13552         * configure.in:  Changed svr4 references to sysv4.
13553
13554 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
13555
13556         * configure: added -V for version number option.
13557
13558 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
13559
13560         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
13561           renamed from DOC.configure to cfg-paper.texi.
13562
13563 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
13564
13565         * configure, config.subr, config.sub: config.subr is now
13566           config.sub again.
13567
13568 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
13569
13570         * configure.texi: new file, in progress.
13571
13572         * Makefile.in: build info file and install the man page for
13573           configure.
13574
13575         * configure.man: new file, first cut.
13576
13577         * configure: find config.subr again now that configuration "none"
13578           has gone.  removed all traces of the -ansi option.  removed all
13579           traces of the -languages option.
13580
13581         * config.subr: resync from rms.
13582
13583 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
13584
13585         * configure, config.sub, config.subr: merge config.sub into
13586           config.subr, call the result config.subr, remove config.sub, use
13587           config.subr.
13588
13589         * Makefile.in: revised install for dir.info.
13590
13591 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
13592
13593         * configure.in: add decstation host makefile frag.
13594
13595         * Makefile.in: BISON now bison -y again.  also install-gcc on
13596           install.  clean-gdbm on clean.  infodir belongs in datadir.
13597           Make directories for info install.  Build dir.info here then
13598           install it.
13599
13600 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
13601
13602         * Makefile.in: fix for bad directory tests.
13603
13604 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
13605
13606         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
13607           regexp.  -srcdir relative was being handled incorrectly.
13608
13609         * Makefile.in: unwrapped some for loops so that parallel makes
13610           work again and so one can focus one's attention on a particular
13611           package.
13612
13613 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
13614
13615         * configure: added PWD as a stand in for `pwd` (for speed). use
13616           elif wherever possible.  make -srcdir work without -objdir.
13617           -objdir= commented out.
13618
13619 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
13620
13621         * configure: +options become --options.  -subdirs commented out.
13622           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
13623           Makefile now at top of generated Makefile.  Removed cvs log
13624           entries.  added -srcdir.  create .gdbinit only if there is one
13625           in ${srcdir}.
13626
13627         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
13628           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
13629           and mandir now keyed off datadir by default.
13630
13631 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
13632
13633         * Freshly created ChangeLog.
13634
13635 \f
13636 Local Variables:
13637 mode: change-log
13638 left-margin: 8
13639 fill-column: 76
13640 version-control: never
13641 End: