OSDN Git Service

2006-12-29 Paolo Bonzini <bonzini@gnu.org>
[pf3gnuchains/gcc-fork.git] / ChangeLog
1 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
2
3         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
4         * Makefile.in: Regenerate.
5
6 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7
8         * configure.in: Warn that MPFR 2.2.0 is buggy.
9         * configure: Regenerate.
10
11 2006-12-27  Ian Lance Taylor  <iant@google.com>
12
13         * configure.in: When removing Makefiles to force a reconfigure, also
14         remove prev-DIR*/Makefile.
15         * configure: Regenerate.
16
17 2006-12-22  Andreas Schwab  <schwab@suse.de>
18
19         * configure: Regenerate with correct autoconf version.
20
21 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
22
23         * configure.in: add AC_SUBST for *_FOR_TARGET.
24         * configure: Regenerate.
25
26 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
27
28         * configure.in: Simplify logic for rejecting languages that cannot
29         be built.  Separate the case when a language is unsupported,
30         from the case when the user chooses not to build a language.
31
32 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
33
34         * configure.in: Remove "$build" case for powerpc-*-darwin* since
35         it only affects bootstrap and could be tested on "$host" as well.
36         * configure: Regenerate.
37         * config/mh-ppc-darwin: Add to the stage1 cflags here.
38
39 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
40
41         PR bootstrap/29544
42         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
43         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
44         move here comment from Makefile.tpl.
45         * Makefile.tpl: Move some definitions higher in the file.
46         (STAGE1_CHECKING): New.
47         * configure.in: Add --enable-stage1-checking.
48         * configure: Regenerate.
49         * Makefile.in: Regenerate.
50
51 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
52
53         * MAINTAINERS: Add myself as build system maintainer.
54
55 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
56
57         * MAINTAINERS (Write After Approval): Add myself.
58
59 2006-12-13  Eric Christopher  <echristo@apple.com>
60
61         * MAINTAINERS: Add myself as darwin maintainer.
62
63 2006-12-11  Ian Lance Taylor  <ian@airs.com>
64
65         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
66
67 2006-12-11  Joern Rennecke <joern.rennecke@arc.com>
68
69         MAINTAINERS: Update my entry.
70
71 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
72
73         * configure.in:  Handle spu makefile frag.
74         * config/mt-spu: New file.
75         * Makefile.tpl (MAINT): Define
76         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
77         * configure: Regenerate.
78         * Makefile.in: Regenerate.
79
80 2006-12-11  Ben Elliston  <bje@au.ibm.com>
81
82         * config.guess: Import latest version.
83         * config.sub: Likewise.
84
85 2006-12-11  Ben Elliston  <bje@au.ibm.com>
86
87         * configure.in (spu-*-*): Don't skip target-libiberty.
88         * configure: Regenerate.
89
90 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
91
92         PR bootstrap/30134
93         * configure.in: Correct x86 darwin support for libjava to powerpc
94         and i?86 only.
95         * configure: Regenerate.
96
97 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
98
99         * configure.in: Add x86 darwin support for libjava.
100         * configure: Regenerate.
101
102 2006-12-07  Mike Stump  <mrs@apple.com>
103
104         * Makefile.def (dependencies): Add dependency for
105         install-target-libssp and install-target-libgomp on
106         install-gcc.
107         * Makefile.in: Regenerate.
108
109 2006-12-04  Richard Guenther  <rguenther@suse.de>
110
111         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
112         (Non-Algorithmic Maintainers): Move over non-algorithmic
113         loop optimizer maintainers, add myself as a non-algorithmic
114         middle-end maintainer.
115
116 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
117
118         * MAINTAINERS (Write After Approval): Add myself.
119
120 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
121
122         * configure.in: Update error message for missing GMP/MPFR.
123
124         * configure: Regenerate.
125
126 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
127
128         * configure.in: Update MPFR version in error message.
129
130         * configure: Regenerate.
131
132 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
133
134         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
135         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
136         --with-gmp-lib): New flags.
137
138         * configure: Regenerate.
139
140 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
141
142         * MAINTAINERS (Write After Approval): Change my email address.
143
144 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
145
146         * MAINTAINERS (Write After Approval): Add myself.
147
148 2006-11-22  Philipp Thomas <pth@suse.de>
149
150         * MAINTAINERS (i18n): Update e-mail address.
151
152 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
153
154         * MAINTAINERS (spu port): Add myself as maintainer.
155         (Write After Approval): Remove myself.
156
157 2006-11-22  Ben Elliston  <bje@au.ibm.com>
158
159         * configure.in (skipdirs): Don't build libssp for SPU.
160         * configure: Regenerate.
161
162 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
163
164         * MAINTAINERS (spu port): Add myself as maintainer.
165         (libobjc): Update my email address.
166
167 2006-11-21  Andrea Bona  <andrea.bona@st.com>
168
169         * MAINTAINERS (Write After Approval): Add myself.
170
171 2006-11-20  Trevor Smigiel <trevor_smigiel@playstation.sony.com>
172
173         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
174         * configure : Rebuilt.
175
176 2006-11-20  Trevor Smigiel <trevor_smigiel@playstation.sony.com>
177
178         * MAINTAINERS (Write After Approval): Add myself.
179
180 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
181
182         * MAINTAINERS (Write After Approval): Add myself.
183
184 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
185
186         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
187         libmpfr.a.
188         * configure: Regenerate.
189
190 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
191
192         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
193         (unstage): Test for stage_last presence.
194
195         PR bootstrap/29802
196         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
197         * Makefile.in: Regenerate.
198
199 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
200
201         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
202         maintainers.
203
204 2006-11-14  Erven Rohou  <erven.rohou@st.com>
205
206         * MAINTAINERS (Write After Approval): Add myself.
207
208 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
209
210         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
211         and stageN-package/Makefile.
212         * Makefile.in: Regenerated.
213
214 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
215
216         * configure.in: Remove target-libgloss from noconfigdirs for
217         bfin-*-*.
218         * configure: Regenerated.
219
220 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
221
222         * configure.in (have_gmp): Only error if the gcc directory exists.
223
224         * configure: Regenerate.
225
226 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
227
228         * configure.in: Robustify error message for missing GMP/MPFR.
229
230         * configure: Regenerate.
231
232 2006-10-31  Stephen M. Webb <stephen.webb@bregmasoft.com>
233
234         * MAINTAINERS (Write After Approval): Add myself.
235
236 2006-10-30  Uros Bizjak <ubizjak@gmail.com>
237
238         * MAINTAINERS: Change email address.
239
240 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
241
242         * MAINTAINERS (Write After Approval): Add myself.
243
244 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
245
246         * MAINTAINERS (Write After Approval): Add myself.
247
248 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
249
250         * MAINTAINERS (Write After Approval): Move myself to
251         Write After Approval section.
252
253 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
254
255         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
256         need_gmp anymore.
257         * configure: Regenerate.
258
259 2006-10-16  Tobias Burnus  <burnus@net-b.de>
260
261         * MAINTAINERS (Write After Approval): Add myself.
262
263 2006-10-16  Ben Elliston  <bje@au.ibm.com>
264
265         * config.guess: Import latest version.
266         * config.sub: Likewise.
267
268 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
269
270         * Makefile.def: Added pdf target handling.
271         * Makefile.tpl: Added pdf target handling.
272         * Makefile.in: Regenerated.
273
274 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
275
276         * MAINTAINERS: Add self as score port maintainer.
277
278 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
279
280         * MAINTAINERS (Write After Approval): Add myself.
281
282 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
283
284         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
285         or newer.
286         * configure: Regenerated.
287
288 2006-09-27  Dave Brolley  <brolley@redhat.com>
289
290         * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
291         $s instead of $r.
292         * configure: Regenerated.
293
294 2006-09-26  Thiemo Seufer  <ths@mips.com>
295
296         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
297         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
298         * configure: Regenerate.
299
300 2006-09-24  Graeme Peterson <gridly@gmail.com>
301
302         * MAINTAINERS (Write After Approval): Remove myself.
303
304 2006-09-22  Chao-ying Fu  <fu@mips.com>
305
306         * MAINTAINERS (Write After Approval): Add myself.
307
308 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
309
310         * MAINTAINERS: Add self as soft-fp maintainer.
311
312 2006-09-09  Anatoly Sokolov <aesok@post.ru>
313
314         * MAINTAINERS: Add myself as avr maintainer.
315         Remove Marek Michalkiewicz as avr maintainer.
316
317 2006-09-07  Roberto Costa  <roberto.costa@st.com>
318
319         * MAINTAINERS (Write After Approval): Add myself.
320
321 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
322
323         * configure.in: Never build newlib for a Mingw host.
324         Never build newlib as Mingw target library.
325         Test the existence of winsup/cygwin for building a Cygwin newlib,
326         rather than just winsup.
327         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
328         building a Mingw target.
329         * configure: Regenerate.
330
331 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
332
333         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
334
335 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
336
337         * config.guess: Import from src (was more updated).
338         * config.sub: Likewise.
339
340 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
341
342         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
343         * configure: Regenerated.
344
345 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
346
347         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
348         for stages after the first.
349
350 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
351
352         * Makefile.def: Add dependencies for configure-opcodes
353         on configure-intl and all-opcodes on all-intl.
354         * Makefile.in: Regenerated.
355
356 2006-07-13  Ben Elliston  <bje@au.ibm.com>
357
358         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
359
360 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
361
362         Port to hosts whose 'sort' and 'tail' implementations
363         treat operands with leading '+' as file names, as POSIX
364         has required since 2001.  However, make sure the code still
365         works on pre-POSIX hosts.
366         * ltmain.sh: Don't assume "sort +2" is equivalent to
367         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
368
369 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
370
371         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
372
373 2006-07-04  Peter O'Gorman  <peter@pogma.com>
374
375         * ltconfig: chmod 644 before ranlib during install.
376
377 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
378
379         PR bootstrap/18058
380         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
381         if the bootstrap compiler is a GCC version that supports it.
382         * configure: Regenerate.
383
384 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
385
386         * configure.in: Fix thinkos in previous check-in.
387         * configure: Regenerate.
388
389 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
390
391         PR other/27063
392         * configure.in: Test subdir_requires and give an appropriate
393         error message.
394         * configure: Regenerate.
395
396 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
397
398         * MAINTAINERS (Write After Approval): Add myself.
399
400 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
401
402         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
403
404 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
405
406         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
407
408 2006-06-20  David Ayers  <d.ayers@inode.at>
409
410         PR bootstrap/28072
411         * configure.in: Add target-boehm-gc to noconfigdirs depending on
412         whether target-libjava is being configured instead of whether the
413         java front end is enabled.
414         * configure: Regenerate.
415
416 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
417
418         PR target/27540
419         * configure.in: Only enable libgomp on IRIX 6.
420         * configure: Regenerate.
421
422 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
423
424         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
425         too.
426         * Makefile.in: Regenerate.
427
428 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
429
430         * config-ml.in: Alter CCASFLAGS to include special
431         multilib options the same as is done for CFLAGS.
432
433 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
434
435         * configure.in: Don't enable libgomp on hpux10.
436         * configure: Rebuilt.
437
438 2006-06-12  David Ayers  <d.ayers@inode.at>
439
440         PR bootstrap/27963
441         PR target/19970
442         * configure.in: Remove target-boehm-gc from noconfigdirs where
443         ${libgcj} is specified.
444         * configure: Regenerate.
445
446 2006-06-06  Carlos O'Donell <carlos@codesourcery.com>
447
448         Sync from src:
449
450         * configure.in: Sync.
451         * configure: Regenerated.
452
453         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
454
455         * Makefile.def: Added dependencies from sim and gdb on intl, and
456         added configure dependencies to everything with an all dependency
457         on intl.
458         * Makefile.in: Regenerated.
459
460 2006-06-06  David Ayers  <d.ayers@inode.at>
461
462         PR libobjc/13946
463         * Makefile.def: Add dependencies for libobjc which boehm-gc.
464         * Makefile.in: Regenerate.
465         * configure.in: Add --enable-objc-gc at toplevel and have it
466         enable boehm-gc for Objective-C.
467         Remove target-boehm-gc from libgcj.
468         Add target-boehm-gc to target_libraries.
469         Add target-boehm-gc to noconfigdirs where ${libgcj}
470         is specified.
471         Assert that boehm-gc is supported when requested for Objective-C.
472         Only build boehm-gc if needed either for Java or Objective-C.
473         * configure: Regenerate.
474
475 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
476
477         PR 27674
478         * Makefile.tpl (configure-[+prefix+][+module+],
479         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
480         Remove rule to unstage bootstrapped modules.
481         (stage_current): New.
482         * Makefile.in: Regenerate.
483
484 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
485
486         * MAINTAINERS (Write After Approval): Update my e-mail address.
487
488 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
489
490         * include/libiberty.h: Declare pex_run_in_environment.
491
492 2006-05-31  Asher Langton  <langton2@llnl.gov>
493
494         * MAINTAINERS (Write After Approval): Add myself.
495
496 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
497
498         * Makefile.def (bfd, opcodes): Fix lib_path.
499         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
500         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
501         * Makefile.in: Regenerate.
502
503 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
504
505         * Makefile.in: Regenerate.
506
507 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
508
509         * Makefile.def: Add install-html target. Add datarootdir
510         docdir and htmldir to flags_to_pass.
511         * Makefile.tpl: Add install-html target.
512         * Makefile.in: Regenerate.
513         * configure.in: Add --with-datarootdir, --with-docdir, and
514         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
515         * configure: Regenerate.
516
517 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
518
519         * configure.in: Enable gprof for cross builds.
520         * configure: Regenerate.
521
522 2006-05-22  Richard Guenther  <rguenther@suse.de>
523
524         Revert
525         2006-01-31  Richard Guenther  <rguenther@suse.de>
526         Paolo Bonzini  <bonzini@gnu.org>
527
528         * Makefile.def (target_modules): Add libgcc-math target module.
529         * configure.in (target_libraries): Add libgcc-math target library.
530         (--enable-libgcc-math): New configure switch.
531         * Makefile.in: Re-generate.
532         * configure: Re-generate.
533         * libgcc-math: New toplevel directory.
534
535 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
536             Andreas Tobler  <a.tobler@schweiz.ch>
537
538         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
539         * configure: Rebuilt.
540
541 2006-05-12  Sandra Loosemore <sandra@codesourcery.com>
542
543         * MAINTAINERS (Write After Approval): Add myself.
544
545 2006-05-01  DJ Delorie  <dj@redhat.com>
546
547         * configure.in: Restore CFLAGS if GMP isn't present.
548         * configure: Regenerate.
549
550 2006-05-01  Richard Guenther  <rguenther@suse.de>
551
552         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
553         maintainer.
554
555 2006-04-30  Kenneth Zadeck <zadeck@naturalbridge.com>
556
557         * MAINTAINERS (Write After Approval): Add myself.
558
559 2006-04-28  Jan Beulich  <jbeulich@novell.com>
560
561         * MAINTAINERS (Write After Approval): Add myself.
562
563 2006-04-18  DJ Delorie  <dj@redhat.com>
564
565         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
566         reference libgloss so that libssp can be built in a combined
567         tree.
568         * configure: Regenerate.
569
570 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
571
572         * MAINTAINERS (Write After Approval): Add myself.
573
574 2006-04-05  Ben Elliston  <bje@au.ibm.com>
575
576         * configure.in: Require makeinfo 4.4 or higher.
577         * configure: Regenerate.
578
579 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
580
581         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
582         Rearrange the entries of other libraries to have them in one place.
583
584 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
585
586         * MAINTAINERS (Write After Approval): Remove myself.
587         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
588
589 2006-03-14  Richard Guenther  <rguenther@suse.de>
590
591         * configure: Regenerate with autoconf 2.13.
592
593 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
594
595         * MAINTAINERS: Use my work address.
596
597         * MAINTAINERS: Update my E-mail address.
598
599 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
600
601         * configure.in: Handle --disable-<component> generically.
602         * configure: Regenerate.
603
604 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
605
606         PR libgcj/17311
607         * ltmain.sh: Don't use "$finalize_rpath" for compile.
608
609 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
610
611         * MAINTAINERS (Write After Approval):  Remove myself.
612         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
613
614 2006-02-21  Rafael Avila de Espindola <rafael.espindola@gmail.com>
615
616         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
617         (TARGET_CONFIGDIRS): Remove.
618         * configure.in: Remove AC_SUBST(target_configdirs).
619         * Makefile.in, configure: Regenerated.
620
621 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
622
623         * MAINTAINERS (Write After Approval):  Remove myself.
624         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
625
626 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
627
628         PR bootstrap/25670
629
630         * Makefile.tpl ([+compare-target+]): Print explanation messages.
631
632         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
633         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
634         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
635         BUILD_PREFIX, BUILD_PREFIX_1.
636         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
637
638         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
639         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
640
641         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
642         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
643         of `cat stage_current`.  Always provide the `r' and `s' variables.
644         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
645         a single shell execution.
646         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
647         bootstrapped modules, make the stage1 module if the build was not
648         started yet, else build the current stage.
649         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
650         (all-build, all-host, all-target, [+make_target+]-host,
651         [+make_target+]-target): Do not use \-continued lines.
652         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
653         (current_stage, restrap, stage_last): New.
654
655         * Makefile.in: Regenerate.
656         * configure: Regenerate.
657
658 2006-02-19  Bud Davis  <jmdavis@link.com>
659
660         * MAINTAINERS (Write After Approval):  Remove myself.
661         (Language Front End Maintainers):  Add myself as fortran 95
662         maintainer and update e-mail address.
663
664 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
665
666         * MAINTAINERS (Write After Approval):  Remove myself.
667         (Language Front End Maintainers):  Add myself as fortran 95
668         maintainer.
669
670 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
671
672         * MAINTAINERS (Write After Approval): Add myself.
673
674 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
675
676         * MAINTAINERS (Write After Approval):  Remove myself.
677         (Language Front End Maintainers):  Add myself as
678         fortran 95 maintainer.
679
680 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
681
682         Sync from src:
683
684         2005-12-27  Leif Ekblad  <leif@rdos.net>
685
686         * configure.in: Add support for RDOS target.
687         * configure: Regenerate.
688
689 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
690             Andreas Schwab  <schwab@suse.de>
691
692         * configure: Regenerate.
693
694 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
695
696         * configure.in (enable_libgomp): Add AIX.
697         * configure: Regenerate.
698
699 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
700
701         * MAINTAINERS (Write After Approval): Add myself.
702
703 2006-02-03  Lee Millward  <lee.millward@gmail.com>
704
705         * MAINTAINERS (Write After Approval): Add myself.
706
707 2006-01-31  Richard Guenther  <rguenther@suse.de>
708         Paolo Bonzini  <bonzini@gnu.org>
709
710         * Makefile.def (target_modules): Add libgcc-math target module.
711         * configure.in (target_libraries): Add libgcc-math target library.
712         (--enable-libgcc-math): New configure switch.
713         * Makefile.in: Re-generate.
714         * configure: Re-generate.
715         * libgcc-math: New toplevel directory.
716
717 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
718
719         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
720         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
721         the assembler, linker and binutils.
722         * configure: Regenerate.
723
724 2006-01-22  Dirk Mueller  <dmueller@suse.de>
725
726         * MAINTAINERS (Write After Approval): Add myself.
727
728 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
729
730         * configure: Regenerate.
731
732 2006-01-18  Richard Henderson  <rth@redhat.com>
733             Jakub Jelinek  <jakub@redhat.com>
734             Diego Novillo  <dnovillo@redhat.com>
735
736         * libgomp: New directory.
737         * Makefile.def: Add target_module libgomp.
738         * Makefile.in: Regenerate.
739         * configure.in (target_libraries): Add target-libgomp.
740         * configure: Regenerate.
741
742 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
743
744         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
745         @ from continuation.
746         * Makefile.in: Rebuilt.
747
748 2006-01-04  Chris Lattner  <sabre@gnu.org>
749
750         * MAINTAINERS (Write After Approval): Add myself.
751
752 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
753
754         PR bootstrap/24252
755
756         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
757         * Makefile.tpl (OBJDUMP): New.
758         (EXTRA_HOST_FLAGS): Add it.
759         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
760
761         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
762         to use symbolic links between directories.  Avoid race conditions
763         or make them harmless.
764         * configure.in: Do not try to use symbolic links between directories.
765
766         * Makefile.def (LEAN): Pass.
767         * Makefile.tpl (LEAN): Define.
768         (stage[+id+]-start): Accept that the previous directory does not
769         exist, if the bootstrap is lean.
770         (stage[+id+]-bubble): Invoke lean bootstrap commands after
771         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
772         configure substitution.
773         ([+compare-target+]): Likewise.
774         ([+bootstrap-target+]-lean): New.
775         * configure.in: Remove lean bootstrap support from here.
776
777         * Makefile.in: Regenerate.
778         * configure: Regenerate.
779
780 2006-01-04  Ben Elliston  <bje@au.ibm.com>
781
782         * MAINTAINERS (libdecnumber): Add myself.
783
784 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
785
786         * libtool-ldflags: New script.
787
788 2006-01-02  Andreas Schwab  <schwab@suse.de>
789
790         * configure.in: When reconfiguring remove Makefile in
791         all stage directories.
792         * configure: Regenerate.
793
794 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
795
796         * MAINTAINERS: Update my email address.
797
798 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
799
800         Revert Ada-related part of the previous change.
801
802         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
803         Do not pass.
804         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
805         * Makefile.in: Regenerate.
806         * configure.in: Do not include mt-ppc-aix target fragment.
807         * configure: Regenerate.
808
809 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
810
811         * configure.in: Select appropriate fragments for PowerPC/AIX.
812         * configure: Regenerate.
813
814         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
815         BOOT_CFLAGS, BOOT_LDFLAGS.
816         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
817         BOOT_CFLAGS, BOOT_LDFLAGS.
818         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
819         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
820         (stage): Fail if we cannot complete the work.
821         * Makefile.in: Regenerate.
822
823 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
824
825         * configure.in: Replace ms1 with mt.
826         * configure: Rebuilt.
827
828 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
829
830         * MAINTAINERS: Update my email address.
831
832 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
833
834         * Makefile.tpl (all, do-[+make_target+], do-check, install,
835         install-host-nogcc): Don't invoke $(stage) at the end.
836         * Makefile.in: Regenerate.
837
838 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
839
840         * configure.in: Flip the top-level bootstrap switch.
841         * configure: Regenerate.
842
843 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
844
845         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
846         $(stage) and $(unstage).
847         (EXTRA_TARGET_FLAGS): Correct double-quoting.
848         (all): Remove stray semicolon.
849         (local-distclean): Don't handle multilib.tmp and multilib.out.
850         (install.all): Set $s for consistency.
851         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
852         check_multilibs setting.  Always make the install directory.
853         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
854         Correct @if/@endif.
855         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
856         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
857         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
858         (multilib.out): Remove.
859         * Makefile.in: Regenerated.
860
861 2005-12-12  Carlos O'Donell <carlos@codesourcery.com>
862
863         * MAINTAINERS (Write After Approval): Add myself.
864
865 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
866
867         * MAINTAINERS: Add myself as mt maintainer.
868
869         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
870
871 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
872
873         * MAINTAINERS: Change email address.
874
875 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
876
877         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
878         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
879         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
880         Find in-tree tools if available.
881         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
882         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
883         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
884         (COMPILER_*_FOR_TARGET): New.
885         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
886         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
887         (CONFIGURED_*, USUAL_*): Remove.
888         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
889         STRIP): Use autoconf substitutions.
890         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
891         COMPILER_NM_FOR_TARGET): New.
892         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
893
894         (all): Make all-host and all-target in parallel.
895         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
896         that $$r and $$s are set before invoking a recursive make.
897         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
898         ([+bootstrap-target+]): Inline most of the `all' target.
899
900 2005-11-29  Ben Elliston  <bje@au.ibm.com>
901
902         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
903         from the gcc build directory.
904         * Makefile.in: Regenerate.
905
906 2005-11-29  Ben Elliston  <bje@au.ibm.com>
907
908         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
909         depend on all-libdecnumber.
910         * configure.in (host_libs): Include libdecnumber.
911         * Makefile.in: Regenerate.
912         * configure: Likewise.
913
914 2005-11-29  Ben Elliston  <bje@au.ibm.com>
915
916         * libdecnumber: Import decNumber sources from the dfp-branch.
917
918 2005-11-21  Kean Johnston  <jkj@sco.com>
919
920         * config.sub, config.guess: Sync from upstream sources.
921
922 2005-11-21  Ben Elliston  <bje@au.ibm.com>
923
924         Import from Autoconf sources:
925
926         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
927         * config/move-if-change: Don't output "$2 is unchanged";
928         suggested by Ben Elliston.  Handle weird characters correctly.
929
930 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
931
932         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
933         to match upstream libtool for darwin.
934
935 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
936
937         * Makefile.def: Remove gdb dependencies for gdbtk.
938         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
939         (configure-gdb, install-gdb): New rules.
940         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
941         * Makefile.in, configure: Regenerated.
942
943 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
944
945         * MAINTAINERS (Write After Approval): Add myself.
946
947 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
948
949         * MAINTAINERS (Write After Approval): Add myself.
950
951 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
952
953         * MAINTAINERS (alias analysis): Add Daniel Berlin and
954         Diego Novillo.
955
956 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
957
958         PR bootstrap/24297
959         * Makefile.tpl (do-[+make-target+], do-check, install,
960         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
961         are set before recursing.
962         * Makefile.in: Regenerate.
963
964 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
965
966         PR bootstrap/18939
967         * Makefile.def (gcc) <target>: Fix thinko.
968         * Makefile.in: Regenerate.
969
970 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
971
972         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
973         * configure: Regenerate.
974
975 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
976
977         * MAINTAINERS (Write After Approval): Add self.
978
979 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
980
981         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
982         target-libffi, target-qthreads, target-libjava, and
983         targetlibobjc.
984         * configure: Regenerate.
985
986 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
987
988         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
989         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
990         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
991         (USUAL_OBJDUMP_FOR_TARGET): New.
992         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
993         * configure.in: Check for $OBJDUMP_FOR_TARGET.
994         * configure, Makefile.in: Regenerated.
995
996 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
997
998         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
999         before other host packages.
1000
1001 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
1002
1003         * MAINTAINERS: Add self as sh libraries/configury maintainer.
1004
1005 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
1006
1007         PR bootstrap/22340
1008
1009         * configure.in (default_target): Remove.
1010         * Makefile.tpl (all): Do not use prerequisites as subroutines
1011         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
1012         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
1013         use prerequisites as subroutines.
1014         (check-host, check-target): New.
1015         (bootstrap configure & all targets): Do not use stage*-start
1016         if the directory layout is already ok.
1017         (non-bootstrap configure & all targets): Prepend a $(unstage).
1018         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
1019         (NOTPARALLEL): Remove.
1020         (unstage, stage variables): New variables.
1021         (unstage, stage targets): Simply expand to those variables.
1022
1023         * configure: Regenerate.
1024         * Makefile.in: Regenerate.
1025
1026 2005-10-04  James E Wilson  <wilson@specifix.com>
1027
1028         * Makefile.def (lang_env_dependencies): Add libmudflap.
1029         * Makefile.in: Regenerate.
1030
1031 2005-10-03  Andreas Schwab  <schwab@suse.de>
1032
1033         Backport from libtool CVS:
1034         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
1035
1036         * ltmain.sh: add support for installing into temporary
1037         staging area (e.g. 'make install DESTDIR=...')
1038
1039 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
1040
1041         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
1042         * configure: Regenerated.
1043
1044 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
1045
1046         * configure: Regenerate with the correct
1047         autoconf version.
1048
1049 2005-09-30  Catherine Moore  <clm@cm00re.com>
1050
1051         * configure.in (bfin-*-*): New.
1052         * configure: Regenerated.
1053
1054 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
1055
1056         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
1057         (LIPO_FOR_TARGET): New.
1058         (CONFIGURED_LIPO_FOR_TARGET): New.
1059         (USUAL_LIPO_FOR_TARGET): New.
1060         (STRIP_FOR_TARGET): New.
1061         (CONFIGURED_STRIP_FOR_TARGET): New.
1062         (USUAL_STRIP_FOR_TARGET): New.
1063         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
1064         STRIP_FOR_TARGET.
1065         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
1066         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
1067         * Makefile.in: Regenerate.
1068         * configure: Regenerate.
1069
1070 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
1071
1072         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
1073         (rs6000-*-aix*): Same.
1074         * configure: Regenerate.
1075
1076 2005-09-16  Tom Tromey  <tromey@redhat.com>
1077
1078         * MAINTAINERS: Add self as java maintainer.
1079
1080 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
1081
1082         * configure.in: Recognize f95 in the --enable-languages option,
1083         and substitute it for fortran, issuing a warning.
1084         * configure: Regenerate.
1085
1086 2005-08-30  Phil Edwards  <phil@codesourcery.com>
1087
1088         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
1089         * configure:  Regenerated.
1090
1091 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
1092
1093         * MAINTAINERS: Add self as ms1 maintainer.
1094
1095 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
1096
1097         * Makefile.def (libssp): Add to lang_env_dependencies.
1098         * Makefile.in: Regenerate.
1099
1100 2005-08-18  Ian Lance Taylor  <ian@airs.com>
1101
1102         * MAINTAINERS: Add myself as middle-end maintainer.
1103
1104 2005-08-17  Christian Groessler  <chris@groessler.org>
1105
1106         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
1107         * Makefile.in: Regenerate.
1108
1109 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
1110
1111         * MAINTAINERS (write after approval): Added myself.
1112
1113 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
1114
1115         * MAINTAINERS (Write After Approval): Add myself.
1116
1117 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
1118
1119         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
1120         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
1121         Look for alternate names of the target cc and c++
1122         * configure: Regenerate.
1123
1124 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
1125
1126         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
1127         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
1128         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
1129         tools; remove code to manually set them.
1130         (Target tools): Look in the environment for them.
1131         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
1132         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
1133         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
1134         build directory.
1135         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
1136         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
1137         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
1138         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
1139         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
1140         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
1141         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
1142         * configure: Regenerate.
1143         * Makefile.in: Regenerate.
1144
1145 2005-07-28  Ben Elliston  <bje@au.ibm.com>
1146
1147         * MAINTAINERS: Update for removed CPU targets.
1148
1149 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
1150
1151         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
1152         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
1153         * Makefile.in: Regenerated.
1154
1155 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
1156
1157         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
1158         (CFLAGS_FOR_TARGET): Use it.
1159         (CXXFLAGS_FOR_TARGET): Likewise.
1160         * Makefile.in: Regenerated.
1161         * configure.in (--with-build-sysroot): New option.
1162         * configure: Regenerated.
1163
1164 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
1165
1166         * Makefile.tpl: Wrap install between unstage and stage
1167         * Makefile.in: Regenerate.
1168
1169 2005-07-21  Eric Christopher  <echristo@apple.com>
1170
1171         * MAINTAINERS: Update affiliation.
1172
1173 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
1174
1175         * MAINTAINERS: Add self as crx port maintainer.
1176
1177 2005-07-20  DJ Delorie  <dj@redhat.com>
1178
1179         * MAINTAINERS: Add self as m32c maintainer.
1180
1181 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
1182
1183         * all files: Update FSF address.
1184
1185 2005-07-15  Eric Christopher  <echristo@redhat.com>
1186
1187         * MAINTAINERS: Change affiliation.
1188
1189 2005-07-14  Jim Blandy  <jimb@redhat.com>
1190
1191         * configure.in: Add cases for Renesas m32c.
1192         * configure: Regenerated.
1193
1194 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
1195
1196         * COPYING.LIB: Update from fsf.org.
1197
1198 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
1199
1200         * COPYING, compile, config.guess,
1201         config.sub, install-sh, missing, mkinstalldirs,
1202         symlink-tree, ylwrap: Sync from upstream sources.
1203         * config-ml.in: Update FSF address.
1204
1205 2005-07-13  Eric Christopher  <echristo@redhat.com>
1206
1207         * configure.in: Add toplevel noconfigdir support for tpf.
1208         * configure: Regenerate.
1209
1210 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
1211
1212         PR ada/22340
1213
1214         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
1215         * Makefile.in: Regenerate.
1216
1217 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
1218
1219         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
1220         Brolley to write-after-approval.
1221
1222 2005-07-07  Andreas Schwab  <schwab@suse.de>
1223
1224         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
1225         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
1226         * Makefile.in: Regenerated.
1227
1228 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
1229
1230         * configure.in: Don't build sim or rda when targetting darwin.
1231         * configure: Regenerate.
1232
1233 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
1234
1235         * configure.in: Add --enable-libssp and --disable-libssp.
1236         * configure: Regenerate with autoconf-2.13.
1237
1238 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
1239
1240         * Makefile.def (target_modules): Add libssp.
1241         * configure.in (target_libraries): Add target-libssp.
1242         * configure: Rebuilt.
1243         * Makefile.in: Rebuilt.
1244
1245 2005-07-01  Zack Weinberg  <zackw@panix.com>
1246
1247         * MAINTAINERS: Change email address.  Resign from maintainership.
1248
1249 2005-07-01  Richard Guenther  <rguenther@suse.de>
1250
1251         * MAINTAINERS: Change my e-mail address and affiliation.
1252
1253 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
1254
1255         * Makefile.def (stagefeedback): Come after profile.
1256         Define profiledbootstrap target.
1257         * Makefile.tpl (profiledbootstrap): Remove.
1258         (stageprofile-end): Zap stagefeedback.
1259         (stagefeedback-start): Copy all .gcda files, not only GCC's.
1260         * Makefile.in: Regenerate.
1261
1262 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
1263
1264         * MAINTAINERS: Update my email address.
1265
1266 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
1267
1268         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
1269         In 'cpp' stanza, support '#line' as well as '# '.
1270
1271 2005-06-08  Andreas Schwab  <schwab@suse.de>
1272
1273         * MAINTAINERS: Move myself from 'Write After Approval' to
1274         'CPU Port Maintainers' section as m68k maintainer.
1275
1276 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
1277
1278         * configure.in (unsupported_languages): New macro.
1279         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
1280         non-ported target libraries in noconfigdirs.
1281         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
1282         non-linux-gnu.  Remove libgcj_ex_libffi.
1283         <lang_frag loop>: Set add_this_lang=no if the language is in
1284         unsupported_languages.
1285         * configure: Regenerate.
1286
1287 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
1288
1289         * configure.in: Fix typo in handling of --with-mpfr-dir.
1290         * configure: Regenerate.
1291
1292 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
1293
1294         * MAINTAINERS: Update my email address.
1295
1296 2005-06-02  Jim Blandy  <jimb@redhat.com>
1297
1298         * config.sub: Add cases for the Renesas m32c.  (This patch has been
1299         accepted into the master sources.)
1300
1301 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
1302             Michael Snyder  <msnyder@redhat.com>
1303             Stan Cox  <scox@redhat.com>
1304
1305         * configure.in: Set noconfigdirs for ms1.
1306
1307         * configure: Regenerate.
1308
1309 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
1310
1311         * MAINTAINERS (Write After Approval): Add self.
1312
1313 2005-06-01  Josh Conner  <jconner@apple.com>
1314
1315         * MAINTAINERS (Write After Approval): Add self.
1316
1317 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
1318
1319         * MAINTAINERS: Update my email address.
1320
1321 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
1322
1323         * MAINTAINERS (Write After Approval): Add self.
1324
1325 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
1326
1327         * MAINTAINERS (Write After Approval): Remove self.
1328
1329 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
1330
1331         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
1332         (Dependencies): Consider target modules for bootstrap dependencies.
1333         Make target bootstrap modules depend on each stage's gcc.
1334         * Makefile.in: Regenerate.
1335
1336 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
1337
1338         * Makefile.def (configure-gcc): Depend on binutils having been built.
1339         (all-gcc): No need to do it here.
1340         * Makefile.in: Regenerate.
1341
1342 2005-05-19  Paul Brook  <paul@codesourcery.com>
1343
1344         * configure.in: Rewrite misleading error message when requested
1345         language cannot be built.
1346         * configure: Regenerate.
1347
1348 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
1349
1350         * ylwrap: Import from Automake 1.9.5.
1351
1352 2005-05-13  David Ung  <davidu@mips.com>
1353
1354         * MAINTAINERS (Write After Approval): Add self.
1355
1356 2005-05-09  Mike Stump  <mrs@apple.com>
1357
1358         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
1359         lt_cv_sys_max_cmd_len for now.
1360
1361 2005-05-09  Stan Cox  <scox@redhat.com>
1362
1363         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
1364
1365 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
1366
1367         * README.SCO: Update the URL.
1368
1369 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
1370
1371         * ltconfig: Define file_list_spec.  Pass file_list_spec and
1372         with_gnu_ld to libtool.
1373         * ltcf-c.sh (aix[45]): Define file_list_spec.
1374         * ltcf-cxx.sh (aix[45]): Same.
1375         * ltcf-gcj.sh (aix[45]): Same.
1376         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
1377         exists, write list of input files to temporary file.
1378
1379 2005-05-04  Mike Stump  <mrs@apple.com>
1380
1381         * configure.in: Always pass --target to target configures as
1382         otherwise rebuilds that do --recheck will fail.
1383         * confiugure: Rebuilt.
1384
1385 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
1386
1387         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
1388         STAGE_HOST_EXPORTS.
1389         (configure, all): Add bootstrap support.
1390         (Host modules, target modules): Pass post-stage1 flags and exports.
1391         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
1392         * Makefile.in: Regenerate.
1393
1394 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
1395
1396         * configure: Regenerate.
1397
1398 2005-04-27  Mike Stump  <mrs@apple.com>
1399
1400         * MAINTAINERS: Add self as darwin maintainer.
1401
1402 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
1403
1404         * config.sub: Update from master copy.
1405
1406 2005-04-21  Mike Stump  <mrs@apple.com>
1407
1408         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
1409         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
1410
1411 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
1412
1413         * configure.in <crisv32-*-*, cris-*-*>: New local variable
1414         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
1415         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
1416         "*-*-elf" and "*-*-linux*".
1417         * configure: Regenerate.
1418
1419 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
1420
1421         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
1422
1423 2005-04-12  Mike Stump  <mrs@apple.com>
1424
1425         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
1426
1427 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
1428
1429         * MAINTAINERS (Write After Approval): Add myself.
1430
1431 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
1432
1433         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
1434
1435 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
1436
1437         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
1438         (TARGET_CONFIGARGS): Include --with-target-subdir.
1439         (configure, all): New macros.  Use them throughout.
1440         * Makefile.in: Regenerate.
1441
1442 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
1443
1444         * MAINTAINERS (Write After Approval): Add myself.
1445
1446 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1447
1448         * MAINTAINERS: Remove 'loop unrolling' maintainer.
1449
1450 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
1451
1452         * MAINTAINERS: Move John Carr to Write After Approval.
1453
1454 2005-03-30  J"orn Rennecke <joern.rennecke@st.com>
1455
1456         * config/mh-mingw32: Delete.
1457         * configure.in: Don't use it.
1458         * configure: Regenerate.
1459
1460 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
1461
1462         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
1463         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
1464         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
1465         (HOST_LIB_PATH): Generate from Makefile.def.
1466         (TARGET_LIB_PATH): Likewise.
1467         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
1468         * Makefile.in: Regenerate.
1469         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
1470         (RPATH_ENVVAR): Include Darwin case.
1471         * configure: Regenerate.
1472
1473 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
1474
1475         * MAINTAINERS (Various Maintainers): Remove self.
1476         (Write After Approval): Add self.
1477
1478 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
1479
1480         * MAINTAINERS (Various Maintainers): Add self.
1481
1482 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
1483
1484         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
1485         * configure: Regenerate.
1486
1487 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
1488
1489         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
1490         gcc_version, and gcc_version_trigger from set of flags to pass.
1491         * Makefile.tpl: Remove definitions of above variables.
1492         (config.status): Remove dependency on $(gcc_version_trigger).
1493         * Makefile.in: Regenerate.
1494         * configure.in: Do not reference config/gcc-version.m4 nor
1495         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
1496         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
1497         * configure: Regenerate.
1498
1499 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
1500             Andrew Pinski <pinskia@physics.uc.edu>
1501
1502         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
1503         * Makefile.in: Regenerate.
1504
1505 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
1506
1507         * MAINTAINERS (Write After Approval): Add myself.
1508
1509 2005-03-03  David Ayers  <d.ayers@inode.at>
1510
1511         * MAINTAINERS (Write After Approval): Add myself.
1512
1513 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
1514
1515         PR libgcj/20160
1516         * ltmain.sh: Avoid creating archives with components that have
1517         duplicate basenames.
1518
1519 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
1520
1521         PR bootstrap/20250
1522         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
1523         instead of check.
1524         * Makefile.in: Regenerate.
1525
1526 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
1527
1528         * Makefile.in: Regenerate to fix conflict between the previous two
1529         patches.
1530
1531 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
1532
1533         PR bootstrap/17383
1534         * Makefile.def (target_modules): Remove "stage", now unnecessary.
1535         * Makefile.tpl (HOST_SUBDIR): New substitution.
1536         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
1537         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
1538         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
1539         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
1540         (Host modules, Bootstrapped modules): Use it.
1541         (Build modules, Target modules): Do not create symlink trees,
1542         always configure out-of-srcdir.
1543         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
1544         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
1545         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
1546         $(HOST_SUBDIR).  Create a symlink for host_subdir.
1547
1548         * Makefile.in: Regenerate.
1549         * configure: Regenerate.
1550
1551 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
1552
1553         Merged from libada-gnattools-branch:
1554         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
1555
1556         * gnattools: New directory.
1557         * Makefile.def: Add gnattools as a module, depending on target-libada.
1558         * Makefile.in: Regenerate.
1559         * configure.in: Include gnattools in host_tools; disable it if ada
1560         is disabled.
1561         * configure: Regenerate.
1562
1563 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
1564
1565         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
1566         treelang maintainer.
1567         (Write After Approval): Remove myself.
1568
1569 2005-02-23  Paul Schlie  <schlie@comcast.net>
1570
1571         * configure.in: Allow darwin targeted ports to build tk, itcl and
1572         libgui.
1573         * configure: Regenerate.
1574
1575 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
1576
1577         PR libgcj/10353
1578         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
1579         * configure: Regenerate.
1580
1581 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
1582
1583         * MAINTAINERS (Write After Approval): Add myself.
1584
1585 2005-02-10  Ian Lance Taylor  <ian@airs.com>
1586
1587         * MAINTAINERS: Update my e-mail address.
1588
1589 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
1590
1591         * MAINTAINERS (Write After Approval): Add myself.
1592
1593 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
1594
1595         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
1596         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
1597         target-libgloss when not *-*-elf and *-*-aout.
1598         * configure: Regenerate.
1599
1600 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
1601
1602         * MAINTAINERS: Remove obsolete entries.
1603
1604         * MAINTAINERS (Write After Approval): Add Michael Matz.
1605
1606 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
1607
1608         * MAINTAINERS: Remove self as cpplib maintainer.
1609
1610 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
1611
1612         * install-sh, config.sub: Import from upstream.
1613
1614 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
1615
1616         PR bootstrap/18222
1617         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
1618         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
1619         * Makefile.in: Regenerate.
1620
1621 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
1622
1623         * MAINTAINERS: Update my email address.
1624
1625 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
1626             Andreas Schwab  <schwab@suse.de>
1627
1628         PR bootstrap/18033
1629         * config-ml.in: Eval option if surrounded by single quotes.
1630
1631 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
1632
1633         Revert 2004-12-28 Makefile changes, a better fix will be
1634         applied to mainline and src after GCC 4.0 branches.
1635
1636 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
1637
1638         PR bootstrap/17383
1639
1640         * Makefile.def (target_modules): Remove stage parameter,
1641         it is always true now.
1642         * Makefile.tpl (configure-build-[+module+],
1643         configure-target-[+module+]): Always build symlink tree
1644         for the directory and for include.  BUILD_SUBDIR and
1645         TARGET_SUBDIR cannot be . anymore.
1646         * Makefile.in: Regenerate.
1647
1648 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
1649
1650         Revert 2004-12-08 Makefile changes.
1651
1652 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
1653
1654         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
1655         cygwin, mingw.
1656
1657 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
1658
1659         * configure.in (sh64-*-*): Reenable gprof.
1660         * configure: Regenerate.
1661
1662 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
1663
1664         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
1665         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
1666         (EXTRA_TARGET_FLAGS): Add PICFLAG.
1667         * Makefile.in: Regenerate.
1668
1669 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
1670
1671         * MAINTAINERS: Update my email address.
1672
1673 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
1674
1675         * Makefile.tpl: Generate normal dependencies if the LHS module is
1676         not bootstrapped.
1677         * Makefile.in: Regenerate.
1678
1679 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
1680
1681         * configure.in: Include config/gxx-include-dir.m4.  Use
1682         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
1683         * configure: Regenerate.
1684
1685 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
1686
1687         * config.if: Delete.
1688         * configure.in: Set libstdcxx_incdir directly.
1689         * configure: Regenerate.
1690
1691 2004-12-02  Eric Christopher  <echristo@redhat.com>
1692
1693         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
1694         * Makefile.in: Regenerate.
1695
1696 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
1697
1698         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
1699         * configure: Regenerate.
1700
1701 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
1702
1703         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
1704         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
1705         * configure: Regenerate.
1706
1707 2004-12-01  Eric Christopher  <echristo@redhat.com>
1708
1709         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
1710         of things to remove.
1711
1712 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
1713
1714         * MAINTAINERS (Write After Approval): Update my e-mail address.
1715
1716 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
1717
1718         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
1719         from CVS libtool to always pass_all.
1720
1721 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1722
1723         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
1724         (hppa*64*-*-*): Delete incorrect comment.
1725         * configure: Rebuilt.
1726
1727 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
1728
1729         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
1730
1731 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
1732
1733         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
1734         from CVS libtool to always pass_all.
1735
1736 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
1737
1738         * install-sh, compile: Import from automake.
1739
1740 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
1741
1742         * config.guess, config.sub:  Import from savannnah.
1743
1744 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
1745
1746         * MAINTAINERS (Write After Approval): Add myself
1747
1748 2004-11-12  Mike Stump  <mrs@apple.com>
1749
1750         * Makefile.def: Add html support.
1751         * Makefile.tpl: Likewise.
1752         * Makefile.in: Regenerate.
1753
1754 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
1755
1756         PR 18423
1757         * configure.in: Remove all instances of build-fixincludes from
1758         noconfigdirs.
1759         (build_configargs): Supply --target to subdirectories.
1760         * configure: Regenerate.
1761
1762         * Makefile.def: Make gcc install depend on fixincludes install.
1763         * Makefile.in: Regenerate.
1764
1765 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
1766
1767         * MAINTAINERS: Add myself as gcc testsuite maintainer.
1768
1769 2004-11-11  Paul Brook  <paul@codesourcery.com>
1770
1771         * MAINTAINERS: Add self as arm maintainer.  Update email address.
1772
1773 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
1774
1775         * configure.in (noconfigdirs) [mmix-*-*]: Disable
1776         target-libgfortran.
1777         * configure: Regenerate.
1778
1779 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
1780
1781         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
1782         like CC.
1783
1784 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
1785
1786         * Makefile.def (host fixincludes): Specify missing targets.
1787         * Makefile.in: Regenerate.
1788
1789 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
1790
1791         * MAINTAINERS: Add myself
1792
1793 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
1794
1795         * MAINTAINERS (Write After Approval): Add myself.
1796
1797 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
1798
1799         * Makefile.def: Build fixincludes for the host, too.
1800         * Makefile.in: Regenerate.
1801         * configure.in (host_tools): Add fixincludes.
1802         * configure: Regenerate.
1803
1804 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
1805
1806         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
1807         * configure: Regenerated.
1808
1809 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
1810
1811         PR other/17783
1812         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
1813         * configure: Regenerated.
1814
1815 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
1816
1817         * README.SCO: Update per FSF instructions.
1818
1819 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
1820
1821         PR target/18151
1822         * configure.in (case ${target}): Do not build fixincludes for avr.
1823         * configure: Regenerated.
1824
1825 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
1826
1827         * configure.in (case ${target}): Do not build fixincludes
1828         on platforms where it is not used.
1829         * configure: Regenerated.
1830
1831 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
1832
1833         * configure.in: Use an absolute path to install-sh.
1834         * configure: Regenerated.
1835
1836 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
1837
1838         * MAINTAINERS (Write After Approval): Add myself.
1839
1840 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
1841
1842         * MAINTAINERS: Remove from Write After Approval those that are
1843         already maintainers.
1844
1845 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
1846
1847         * MAINTAINERS:  Update my email address.
1848
1849 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
1850
1851         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
1852         * configure: Regenerate.
1853
1854 2004-10-07  J"orn Rennecke <joern.rennecke@st.com>
1855
1856         * MAINTAINERS:  Update my email address.
1857
1858 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
1859
1860         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
1861         entries belonging to this category.
1862
1863 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
1864
1865         * MAINTAINERS: Update my e-mail address.
1866
1867 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
1868
1869         Fix wrong conflict resolution in:
1870
1871         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
1872
1873         * Makefile.in: Regenerate.
1874         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
1875         in the recursive `make', instead of hardwiring `all'.
1876         (Autogenerated TARGET-* variables): New.
1877
1878 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
1879
1880         * configure.in: Enable target-libgloss for crx-*-*.
1881         * configure: Regenerate.
1882
1883 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
1884
1885         * MAINTAINERS (Various Maintainers): Move the "windows,
1886         cygwin, mingw" maintainer to ...
1887         (OS Port Maintainers): ... here.
1888
1889 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
1890
1891         * MAINTAINERS (Write After Approval): Remove those that are
1892         maintainers of some subsystem.
1893
1894 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
1895
1896         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
1897         * ltcf-cxx.sh (tpf*): Likewise.
1898         * ltconfig (tpf*): Add TPF OS configuration support.
1899
1900 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
1901
1902         * MAINTAINERS: Change my email address to my new work account.
1903
1904 2004-09-24  Michael Roth  <mroth@nessie.de>
1905
1906         * configure.in (--without-headers): Add missing double quotes.
1907         * configure: Regenerate.
1908
1909 2004-09-24  Kelley Cook <kcook@gcc.gnu.org>
1910
1911         * ylwrap: Revert to previous version.
1912
1913 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
1914
1915         PR bootstrap/17369
1916         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
1917         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
1918         SET_GCC_LIB_PATH_CMD.
1919         (BASE_TARGET_EXPORTS): Likewise.
1920         * Makefile.in: Regenerated.
1921
1922         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
1923         * configure: Regenerated.
1924
1925 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
1926
1927         * config.guess: New upstream version
1928         * compile, depcomp, install-sh, ylwrap: Likewise.
1929
1930 2004-09-19  Roger Sayle  <roger@eyesopen.com>
1931
1932         * config/mh-x86omitfp: New host makefile fragment.  Add
1933         -fomit-frame-pointer to the default BOOT_CFLAGS.
1934         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
1935         * configure: Regenerate.
1936
1937 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
1938
1939         PR target/11572
1940         * configure.in (*-*-darwin*): Renable libobjc.
1941         * configure: Regenerate.
1942
1943 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
1944
1945         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
1946
1947 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
1948
1949         * Makefile.def: Remove libbanshee.
1950         * Makefile.tpl: Ditto.
1951         * configure.in: Ditto.
1952         * Makefile.in: Regen.
1953         * configure: Ditto.
1954
1955 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
1956
1957         * ltmain.sh: Use $pic_object as $non_pic_object if
1958         $non_pic_object=none.
1959
1960 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
1961
1962         * missing: Import latest version from master repository.
1963
1964 2004-09-06  Nick Clifton  <nickc@redhat.com>
1965
1966         * config.sub: Import latest version from master repository.
1967         * config.guess: Likewise.
1968         This includes these changes:
1969
1970         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
1971
1972         * config.sub: Handle crisv32, alias etraxfs.
1973         * config.guess (crisv32:Linux:*:*): Handle.
1974
1975         2004-08-13  Brad Smith  <brad@comstyle.com>
1976
1977         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
1978         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
1979
1980         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
1981
1982         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
1983         assume the processor is a powerpc.  This is because coreutils
1984         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
1985         in this case, due to a MacOS X bug that causes
1986         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
1987         to return a negative number.
1988         Problem reported by Petter Reinholdtsen in:
1989         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
1990
1991         2004-07-19  Ben Elliston  <bje@gnu.org>
1992
1993         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
1994
1995         2004-06-24  Ben Elliston  <bje@gnu.org>
1996
1997         * config.guess: Update copyright years.
1998         * config.sub: Likewise.
1999
2000         2004-06-22  Robert Millan  <robertmh@gnu.org>
2001
2002         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
2003         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
2004
2005         2004-06-22  Stanley F. Quayle <stan@stanq.com>
2006
2007         * config.guess (*:*VMS:*:*): New entry. Replaces
2008         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
2009         manufacturer.
2010
2011         2004-06-22  Ben Elliston  <bje@gnu.org>
2012
2013         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
2014         * config.sub: Likewise.
2015
2016         2004-06-22  Ben Elliston  <bje@gnu.org>
2017
2018         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
2019         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
2020
2021         2004-06-11  Ben Elliston  <bje@gnu.org>
2022
2023         * config.guess (pegasos:OpenBSD:*:*): Remove.
2024
2025         2004-06-11  Ben Elliston  <bje@gnu.org>
2026
2027         From Wouter Verhelst <wouter@grep.be>:
2028         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
2029
2030         2004-06-11  Ben Elliston  <bje@gnu.org>
2031
2032         * config.guess (luna88k:OpenBSD:*:*): New.
2033
2034         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
2035
2036         * config.guess (m32r*:Linux:*:*): New case.
2037         * config.sub: Handle m32rle.
2038
2039         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
2040
2041         From Jens Petersen  <petersen@redhat.com>:
2042         * config.sub: Handle sparcv8.
2043
2044         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
2045
2046         From Tom Smith <smith@cag.lkg.hp.com>:
2047         * config.guess: Version suffixes are equally significant on Tru64
2048         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
2049         prefix of "P" (patched kernel).
2050
2051         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
2052
2053         * config.sub: Add support for National Semiconductor CRX target.
2054
2055 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
2056
2057         * MAINTAINERS (Various Maintainers): Remove myself as web page
2058         maintainer, add myself as maintainer of build status lists.
2059
2060 2004-09-03  Jan Beulich  <jbeulich@novell.com>
2061
2062         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
2063         *-*-netware, but add target-libmudflap.
2064         Consolidate *-*-netware targets (of which really only i?86 exists)
2065         into a single entry.
2066         * configure: Likewise.
2067
2068 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
2069
2070         * Makefile.tpl (sorry): Remove.
2071         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
2072         (cleanstrap targets): Depend on distclean, not distclean-stage1.
2073         (do-clean): Clean per-stage directories too.
2074         (do-distclean): Run distclean-stage1 too.
2075         (.NOTPARALLEL): Enable during toplevel bootstrap.
2076         (stage[+id+]-bubble): Enable parallel execution during
2077         the recursive invocation.
2078         * Makefile.in: Regenerate.
2079
2080         Fix previous checkin:
2081
2082         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
2083         include.
2084         * configure.in: Fix indentation.
2085         * configure: Regenerate.
2086
2087 2004-08-31  Robert Bowdidge <bowdidge@apple.com>
2088
2089         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
2090         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
2091         * configure: regenerate
2092         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
2093         -mdynamic-no-pic
2094
2095
2096 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
2097
2098         * Makefile.def (build_modules): Add fixincludes.
2099         (dependencies): Make gcc depend on fixincludes.
2100         * configure.in (build_tools): Add fixincludes.
2101         (build_configdirs): Always include build_libs.
2102         * Makefile.in: Regenerate.
2103         * configure: Regenerate.
2104
2105 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
2106
2107         * Makefile.def (bootstrap stages): Add 'lean' parameter.
2108         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
2109         phony targets; do not generate timestamp files.
2110         (distclean-stageN): Remove references to their timestamp files.
2111         (restageN, touch-stageN): Remove.
2112         (stageN-bubble): Rewritten.
2113         (compare): Support lean bootstraps.
2114         * Makefile.in: Regenerate.
2115
2116         * configure.in: Only warn when bootstrapping but
2117         build != host or build != target.  Support lean bootstraps.
2118         * configure: Regenerate.
2119
2120 2004-08-26  Phil Edwards  <phil@codesourcery.com>
2121
2122         * configure.in:  Give a better error message if GMP/MPFR are missing
2123         and a language needing them has been requested.
2124         * configure:  Regenerated.
2125
2126 2004-08-25  Phil Edwards  <phil@codesourcery.com>
2127
2128         * configure.in:  Print a list of available language front-ends if
2129         a requested one is missing.  Tidy stray tab characters.
2130         * configure:  Regenerated.
2131
2132 2004-08-19  Michael Koch  <konqueror@gmx.de>
2133
2134         * gcc/doc/install.texi: Update entry about automake for libjava.
2135
2136 2004-08-17  Robert Millan  <robertmh@gnu.org>
2137
2138         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
2139         (instead of FreeBSD).
2140         * configure: Regenerate.
2141
2142 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
2143
2144         * Makefile.in: Regenerate.
2145         * configure: Regenerate.
2146
2147         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
2148         stage_*_flags.
2149         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
2150         for bootstrapped modules if toplevel bootstrap is going.
2151         (GCC bootstrap): Generate per-stage targets for all bootstrapped
2152         modules.  Adjust for changes in Makefile.def.  Enable several
2153         rules even in non-bootstrap mode, just to avoid peppering the
2154         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
2155         (stage-[+prev+]-bubble): Remove.
2156
2157         * Makefile.def (Dependencies): Depend on all-build-bison,
2158         all-build-flex, all-build-byacc, all-build-texinfo, rather
2159         than the host variations.
2160         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
2161         with BUILD_SUBDIR.
2162         (BISON): Update for recent Bisons.
2163         (YACC): Fix typo.
2164         (cross): Depend on all-build.
2165         (all): Do not depend on all-build.
2166         (prebootstrap): Remove.
2167         (dep-kind): Accept separate prefixes for MODULE and ON variables.
2168         (Prebootstrap dependencies): Add them to the per-stage targets
2169         and to all-prebootstrap.
2170         * configure.in (build_configdirs): Always enable build_tools.
2171         (BUILD_DIR_PREFIX): Remove.
2172
2173         * Makefile.def (gcc): Add target variable.
2174         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
2175         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
2176         in the recursive `make', instead of hardwiring `all'.
2177         (Autogenerated TARGET-* variables): New.
2178
2179 2004-08-13  Brian Booth  <bbooth@redhat.com>
2180
2181         * MAINTAINERS: Remove myself from write-after-approval.
2182
2183 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
2184
2185         * src-release: Stop distributing mmalloc with gdb (which doesn't
2186         use it).
2187         * Makefile.def: GDB doesn't depend on mmalloc anymore.
2188         * Makefile.in: Regenerate.
2189
2190 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
2191
2192         * configure.in (arm*-*-eabi*): New target.
2193         * configure: Regenerate.
2194
2195 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
2196
2197         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
2198         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
2199         (Dependencies): New section.
2200         * Makefile.tpl (Dependencies): Generate from Makefile.def.
2201         (configure-target-[+module+]): Depend on maybe-all-gcc
2202         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
2203         (toplevel profiledbootstrap): Fix dependencies.
2204         * Makefile.in: Regenerate.
2205
2206 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
2207
2208         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
2209         target-libiberty to noconfigdirs.
2210         * configure: Regenerate.
2211
2212 2004-08-03  Paul Brook  <paul@codesourcery.com>
2213
2214         * configure.in: Check for MPFR as well as GMP.
2215         * configure: Regenerate.
2216
2217 2004-08-01  Robert Millan  <robertmh@gnu.org>
2218
2219         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
2220         libmudflap for all GNU-based systems (with Glibc).
2221         * configure: Regenerate.
2222
2223 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
2224
2225         * Makefile.def (host-modules): Add gcc.
2226         * Makefile.in: Regenerate.
2227         * Makefile.tpl (sorry): New rule.
2228         (configure-host, all-host, [+make_target+]-host, do-check,
2229         install-host): Do not add gcc as a special case.
2230         (host modules): Add a small special-casing for gcc.  Export
2231         extra_make_flags through the environment.
2232         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
2233         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
2234         other recursive targets for gcc): Remove.
2235
2236         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
2237         (stage, unstage): New rules.
2238         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
2239         distclean-stage[+id+]): Use stage_current.
2240         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
2241         the stage*-start rules.
2242
2243 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
2244
2245         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
2246         use -all_load flag.
2247
2248 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
2249
2250         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
2251         * configure: Regenerate.
2252
2253 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
2254
2255         * maintainer-scripts/gcc_release: Revert yesterday's change.
2256
2257 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
2258
2259         * MAINTAINERS: Add myself to write-after-approval.
2260
2261 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
2262
2263         * libf2c: Removed.
2264         * gcc/gccbug.in: Updated because of libf2c removal.
2265         * maintainer-scripts/gcc_release: Ditto.
2266
2267 2004-07-09  Loren J. Rittle <ljrittle@acm.org>
2268
2269         * configure.in: Build libmudflap by default on FreeBSD.
2270         * configure: Regenerated.
2271
2272 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
2273
2274         * configure.in: Do not build libmudflap by default on non-GNU/Linux
2275         systems.
2276         * configure: Regenerated.
2277
2278 2004-07-08 John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2279
2280         PR target/16344
2281         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
2282         feedback based compiler.
2283         * Makefile.in: Rebuilt.
2284
2285 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
2286
2287         * Makefile.def (host_modules): Set bootstrap=true for flex.
2288         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
2289         * Makefile.in: Rebuilt.
2290
2291 2004-07-07  Jan Hubicka  <jh@suse.cz>
2292
2293         * MAINTAINERS: Add self as a profile feedback maintainer.
2294
2295 2004-07-05  Phil Edwards  <phil@codesourcery.com>
2296
2297         * configure.in:  Do not prepend $srcdir to /dev/null in
2298         makefile fragments.
2299         * configure:  Regenerate.
2300
2301 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
2302
2303         * Makefile.def (build_modules): Add bison, byacc, flex,
2304         m4, texinfo.
2305         (flags_to_pass): Add FLEX.
2306         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
2307         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
2308         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
2309         DEFAULT_MAKEINFO): Remove.
2310         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
2311         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
2312         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
2313         objdir or else use configured tool.
2314         (all-build): New.
2315         (all): Depend on it.
2316         (Build module dependencies): Add.
2317         * Makefile.in: Regenerate.
2318         * configure.in: Better support for multiple build modules,
2319         matching what is done for host/target modules.  Do not look
2320         for "plausible" locations of build tools if Canadian cross.
2321         Use autoconf's AC_PROG_CC to find a C compiler.  Define
2322         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
2323         * configure: Regenerate.
2324
2325 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
2326
2327         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
2328         * Makefile.in: Regenerate.
2329
2330 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
2331
2332         * Makefile.tpl (configure-build-[+module+],
2333         configure-[+module+], configure-target-[+module+]): Pass
2334         [+extra_configure_args+].
2335         (all-build-[+module+], all-[+module+], check-[+module+],
2336         install-[+module+], [+make_target+]-[+module+],
2337         all-target-[+module+], check-target-[+module+],
2338         install-target-[+module+], [+make_target+]-target-[+module+]):
2339         Pass [+extra_make_args+].
2340         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
2341         (GCC_HOST_EXPORTS): Remove.
2342         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
2343         cross, check-gcc, check-gcc-c++, install-gcc,
2344         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
2345         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
2346         * Makefile.in: Regenerate.
2347
2348 2004-06-21  Matthew Sachs  <msachs@apple.com>
2349
2350         * MAINTAINERS: Added self to write-after-approval.
2351
2352 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
2353
2354         * configure.in: Check for srcdir/winsup rather than build directory
2355         winsup.
2356         * configure: Regenerate.
2357
2358 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
2359
2360         * configure.in: Don't build Cygwin native newlib if winsup
2361         directory is missing.  Emit warning instead.
2362         * configure: Regenerate.
2363
2364 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
2365
2366         * Makefile.tpl (touch-stage[+id+]): New.
2367         (restage[+prev+]): Depend on touch-stage[+id+].
2368
2369         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
2370         Use it throughout.
2371
2372         * Makefile.def: Add profile and feedback bootstrap stages.
2373         Remove next field from bootstrap stages.
2374         * Makefile.tpl (LN, LN_S): Substitute.
2375         (stageN-start, stageN-end): Use double-colon rules, to
2376         provide a hook for additional setup commands.
2377         (distclean-stageN-gcc, restageN): Create dependencies from
2378         [+prev+], not from [+next+].
2379         (stageN-bubble): Add commands for successive stages from
2380         [+prev+], using double-colon rules.
2381         (all-stageN-gcc): Fix typo.
2382         (stagefeedback-start, profiledbootstrap): New.
2383         * Makefile.in: Regenerate.
2384         * configure.in: Call ACX_PROG_LN.
2385         * configure: Regenerate.
2386
2387 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
2388
2389         * MAINTAINERS (Write After Approval): Add myself.
2390
2391 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
2392
2393         * MAINTAINERS (Write After Approval): Add myself.
2394
2395 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
2396
2397         * configure.in: Fix --enable-bootstrap breakage introduced in trees
2398         without gcc.
2399         * configure: Regenerate.
2400
2401 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
2402
2403         * Makefile.tpl: Fix typo.
2404         * Makefile.in: Regenerate.
2405
2406 2004-06-01  Paolo Bonzini <bonzini@gnu.org>
2407
2408         * configure.in: Remove new- prefix from toplevel
2409         bootstrap targets.
2410         * configure: Regenerate.
2411
2412 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
2413
2414         * Makefile.tpl (all.normal): Rename to all.
2415         (all): Replace with a rule to pick the default
2416         target from configure.
2417         (all-gcc, configure-gcc): Use conditionals to
2418         do nothing when toplevel bootstrap is going on.
2419         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
2420         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
2421         * configure.in: Support --enable-bootstrap.
2422
2423         * Makefile.def: Remove new- prefix from toplevel
2424         bootstrap targets.
2425         * Makefile.tpl: Likewise.
2426
2427         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
2428         target.
2429
2430         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
2431         $(RECURSE_FLAGS) to recursive invocation of make.
2432
2433         * Makefile.in: Regenerate.
2434         * configure: Regenerate.
2435
2436 2004-05-30  Andreas Jaeger  <aj@suse.de>
2437             Jim Wilson <wilson@specifixinc.com>
2438
2439         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
2440         like CC.
2441
2442 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
2443
2444         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
2445         * configure: Regenerate.
2446
2447 2004-05-25  Daniel Jacobowitz  <drow@false.org>
2448
2449         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
2450         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
2451         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
2452         targets.
2453         * Makefile.in: Regenerate.
2454
2455 2004-05-24  Paolo Bonzini <bonzini@gnu.org>
2456
2457         * configure.in: Test the ability to symlink directories.
2458         * configure: Regenerate.
2459
2460         * Makefile.def (bootstrap-stage): New definitions.
2461         * Makefile.tpl (configure-stage1-gcc,
2462         configure-stage2-gcc, configure-stage3-gcc,
2463         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
2464         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
2465         new-restage3, compare): Autogenerate, see Makefile.in
2466         entry for behavioral changes.
2467         (distclean-stage1, new-stage1-start, new-stage1-end,
2468         new-stage1-bubble, distclean-stage2, new-stage2-start,
2469         new-stage2-end, new-stage2-bubble, distclean-stage3,
2470         new-stage3-start, new-stage3-end): New autogenerated targets.
2471         (objext, prebootstrap, BOOT_CFLAGS,
2472         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
2473         targets.
2474
2475         * Makefile.in: Regenerate.
2476         (distclean-stage1, new-stage1-start, new-stage1-end,
2477         new-stage1-bubble, distclean-stage2, new-stage2-start,
2478         new-stage2-end, new-stage2-bubble, distclean-stage3,
2479         new-stage3-start, new-stage3-end): New targets.
2480         (all-stage1-gcc): Move prebootstrap dependency from here...
2481         (configure-stage1-gcc): ...to here.
2482         (new-bootstrap): Use bubble targets.
2483         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
2484         Use per-stage distclean targets.
2485         (configure-stage1-gcc, configure-stage2-gcc,
2486         configure-stage3-gcc, all-stage1-gcc,
2487         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
2488         Use new-stageN-start to prepare the tree.
2489
2490 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
2491
2492         * Makefile.def (host_modules): add libcpp.
2493         * Makefile.tpl: Add dependencies on and for libcpp.
2494         * Makefile.in: Regenerate.
2495         * configure.in: Add libcpp host module.
2496         * configure: Regenerate.
2497
2498 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
2499
2500         * Makefile.tpl: Whenever a recursive target is defined, wrap
2501         it in a special @if/@endif block, and prepare its maybe
2502         dependency in the @if/@endif block
2503         * configure.in: Instead of writing maybe dependencies, remove
2504         the @if/@endif statements, and remove the @if/@endif blocks
2505         that remain.
2506         * configure: Regenerate.
2507         * Makefile.in: Regenerate.
2508
2509 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
2510
2511         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
2512
2513 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
2514
2515         PR bootstrap/15120
2516         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
2517         * */configure: Rebuilt.
2518
2519 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
2520
2521         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
2522         of libf2c.
2523         * configure, Makefile.in: Regenerate.
2524
2525 2004-05-13  Tobias SchlÃ\83¼ter  <tobi@gcc.gnu.org>
2526
2527         * MAINTAINERS (Write After Approval): Add myself.
2528
2529 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
2530
2531         Merge from tree-ssa-20020619-branch.
2532
2533         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
2534         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
2535         (HOST_GMPLIBS): Define.
2536         (HOST_GMPINC): Define.
2537         (TARGET_LIB_PATH): Add libmudflap.
2538         (GFORTRAN_FOR_TARGET): Define.
2539         (configure-build*): Export GFORTRAN.
2540         (configure-gcc): Export GMPLIBS and GMPINC.
2541         (all-gcc): Add maybe-all-libbanshee.
2542         (configure-target-libgfortran): Define.
2543         * Makefile.in: Regenerate.
2544         * configure.in (host_libs): Add libbanshee.
2545         (target_libraries): Add target-libmudflap and target-libgfortran.
2546         Add --with-libbanshee.
2547         Handle --disable-libmudflap.
2548         (*-*-freebsd*): Use with_gmp.
2549         Add $(libgcj) to noconfigdirs.
2550         * configure: Regenerate.
2551         * depcomp: New file.
2552         * MAINTAINERS: Add tree-ssa maintainers.
2553
2554 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
2555
2556         * MAINTAINERS (Various Maintainers): Add myself.
2557
2558 2004-04-30  Brian Ford  <ford@vss.fsi.com>
2559
2560         * MAINTAINERS (Write After Approval): Add myself.
2561
2562 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
2563
2564         * MAINTAINERS (Write After Approval): Add myself.
2565
2566 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
2567
2568         * config/acx.m4: Fix fastcompare support for new-bootstrap.
2569         * configure: Regenerate.
2570
2571 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
2572
2573         Revert:
2574         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
2575
2576         * Makefile.def (flags_to_pass): Remove *dir variables that
2577         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
2578         as well as prefix and exec_prefix.
2579         * Makefile.in: Regenerate.
2580
2581 2004-04-26  Robert Millan  <robertmh@gnu.org>
2582
2583         Add patches from libtool CVS.
2584         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
2585         * ltconfig: Likewise.
2586         * ltcf-c.sh: Likewise.
2587         * ltcf-cxx.sh: Likewise.
2588         * ltcf-gcj.sh: Likewise.
2589
2590 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
2591
2592         * Makefile.def (host_modules): Mark with the bootstrap
2593         flag packages on which gcc depends.
2594         * Makefile.tpl (all-bootstrap): Use it.
2595         * Makefile.in: Regenerate.
2596
2597 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
2598
2599         * Makefile.def (flags_to_pass): Remove *dir variables that
2600         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
2601         as well as prefix and exec_prefix.
2602         * Makefile.in: Regenerate.
2603
2604 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
2605
2606         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
2607         * configure: Regenerate.
2608         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
2609         * gcc/Makefile.tpl (compare): Use the result of the test.
2610         * gcc/Makefile.in: Regenerate.
2611
2612 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
2613
2614         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
2615         Always relocate gcc and prev-gcc to the original names, even
2616         if the build fails.
2617         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
2618         New targets.
2619
2620 2004-04-23  Laurent GUERBY <laurent@guerby.net>
2621
2622         * MAINTAINERS: Update my email address.
2623
2624 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2625
2626         * configure.in (mips*-*-irix5*): Enable ld.
2627         * configure: Regenerate.
2628
2629 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2630
2631         * configure: Regenerate.
2632
2633 2004-04-15  James E Wilson  <wilson@specifixinc.com>
2634
2635         * Makefile.tpl (configure-[+module+], configure-gcc,
2636         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
2637         Set and export LDFLAGS.
2638         * Makefile.in: Regenerate.
2639
2640 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
2641
2642         * MAINTAINERS: Add myself to write-after-approval.
2643
2644 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
2645
2646         PR bootstrap/14871
2647         * Makefile.tpl: If we don't have built-in-tree target tools,
2648         use the ones found by configure rather than hacking around with
2649         program_transform_name.
2650         * configure.in: Give Makefile.tpl the information necessary
2651         to do that.
2652         * Makefile.in: Regenerate.
2653         * configure: Regenerate.
2654
2655 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
2656
2657         PR bootstrap/14760
2658         * configure.in: When computing baseargs, strip *all* copies of
2659         offending options.  Also, don't match/substitute the trailing space,
2660         so that this actually works when two similar options are separated by
2661         only one space.
2662         * configure: Regenerate.
2663
2664 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
2665
2666         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
2667         (rs6000-*-aix*): Same.
2668         * configure: Regenerate.
2669
2670 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
2671
2672         * MAINTAINERS: Add myself to write-after-approval.
2673
2674 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
2675
2676         * MAINTAINERS: Add myself to write-after-approval.
2677
2678 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
2679
2680         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
2681         STRICT_WARN, WARN_CFLAGS flags passed down to make.
2682         * Makefile.in: Regenerate.
2683
2684         * configure.in (top level bootstrap support): Rework --enable-werror
2685         to set @stage2_werror_flag@.
2686         * configure: Regenerate.
2687         * Makefile.tpl (top level bootstrap support): Pass
2688         @stage2_werror_flag@ down to configure in stages 2 and 3.
2689         * Makefile.in: Regenerate.
2690
2691 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
2692
2693         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
2694         for stages 2 and 3 as well as in make.  As a consequence, remove
2695         OUTPUT_OPTION (now detected by configure) from the flags passed down
2696         to make.
2697         * Makefile.in: Regenerate.
2698
2699         * Makefile.tpl (new-bootstrap): Fix typo.
2700         * Makefile.in: Regenerate.
2701
2702 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
2703
2704         * Makefile.tpl: Rearrange by moving recursive_targets rules
2705         into their proper sections.
2706         * Makefile.tpl (top level bootstrap support): Move disabling
2707         of coverage flags from 'make' to 'configure'; improve comments.
2708         * Makefile.in: Regenerate.
2709
2710         * Makefile.tpl (experimental top level bootstrap) Move stage1
2711         language setting from all- target to configure- target; disable
2712         intermodule optimization in stage 1; prevent gratuitous rebuilds
2713         of stage 1.
2714         * Makefile.in: Regenerate.
2715         * configure.in: Comma-separate stage 1 language list for top
2716         level bootstrap.
2717         * configure: Regenerate.
2718
2719         * Makefile.tpl: Clean up experimental top level bootstrap support:
2720         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
2721         prev-gcc in configure- targets as well as all- targets.
2722         * Makefile.in: Regenerate.
2723
2724 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
2725
2726         * compile: New file imported from automake.
2727
2728 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
2729
2730         * configure.in: Remove symbolic link section.
2731         * configure: Regenerate.
2732         * Makefile.tpl (links): Remove.
2733         * Makefile.in: Regenerate.
2734
2735 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
2736             Nathanael Nerode  <neroden@gcc.gnu.org>
2737
2738         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
2739         Set with AC_CHECK_PROGS.
2740         * configure.in: Fix comment typo from last patch.
2741         * configure: Regenerate.
2742
2743 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
2744
2745         * Makefile.tpl: Introduce experimental top level bootstrap support.
2746         * Makefile.in: Regenerate.
2747         * configure.in: Introduce support for top level bootstrap.
2748         * configure: Regenerate.
2749
2750 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
2751             Paolo Bonzini  <bonzini@gnu.org>
2752
2753         PR bootstrap/14522
2754         * configure.in: Cope with shells that do not support unquoted ^
2755         * configure: Regenerate.
2756
2757 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
2758             Paolo Bonzini  <bonzini@gnu.org>
2759
2760         PR bootstrap/14522
2761         * configure.in: Cope with shells that do not support nesting
2762         quotes inside quoted backquote substitutions.
2763         * configure: Regenerate.
2764
2765 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
2766
2767         PR bootstrap/14522
2768         * configure.in: Fix escaping of $.
2769         * configure: Regenerate.
2770
2771 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
2772
2773         * configure: Regenerate, since I forgot to while committing Paolo's
2774         changes.
2775
2776 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
2777
2778         PR ada/14131
2779         Move language detection to the top level.
2780         * configure.in: Find default values for the tools as
2781         soon as possible.  Disable ada if GNAT is not found.
2782         Emit error message about missing languages.  Expand
2783         --enable-languages=all for the gcc subdirectory.
2784
2785 2004-03-10  Ben Elliston  <bje@gnu.org>
2786
2787         * MAINTAINERS: Update my email address.
2788
2789 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
2790
2791         * ltconfig: Disable building static libraries if building shared
2792         libraries on AIX 5L.
2793
2794 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
2795
2796         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
2797         and disable libgcj.
2798         * configure: Regenerated.
2799
2800 2004-03-01  Brian Booth  <bbooth@redhat.com>
2801
2802         * MAINTAINERS: Add myself to write-after-approval.
2803
2804 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
2805
2806         * MAINTAINERS: Add myself to write-after-approval.
2807
2808 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
2809
2810         PR bootstrap/7087
2811         * Makefile.tpl: Guard XFOO sed statements better.
2812         * Makefile.tpl: Add dependency for configure-target-libada.
2813         * Makefile.in: Regenerate (incidentally fixes broken
2814         commit when libada-branch was merged).
2815
2816 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
2817
2818         * MAINTAINERS: Add myself to write-after-approval.
2819
2820 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
2821
2822         * MAINTAINERS: Add Nicola Pero and myself as libobjc
2823         maintainers.
2824
2825 2004-02-20  Andrew Cagney  <cagney@redhat.com>
2826
2827         * config.guess: Update from version 2003-10-16 to 2004-02-16.
2828         * config.sub: Update from version 2003-11-03 to 2004-02-16.
2829
2830 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
2831
2832         PR bootstrap/11932
2833         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
2834
2835 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
2836
2837         * MAINTAINERS: Added myself to write-after-approval.
2838
2839 2004-02-14  Michael Koch  <konqueror@gmx.de>
2840
2841         * MAINTAINERS: Added myself to write-after-approval.
2842
2843 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
2844
2845         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
2846         some OS port maintainers to OS port maintainers section.
2847
2848 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
2849
2850         * MAINTAINERS: Add self.
2851
2852 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
2853
2854         * MAINTAINERS: Alphabetize.
2855
2856 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
2857
2858         * MAINTAINERS: Remove myself.
2859
2860 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
2861
2862         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
2863         (rs6000-*-aix*): Same.
2864         * configure: Regenerate.
2865
2866 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
2867
2868         * configure.in (host): Add in missing $noconfigdirs to defines.
2869         * configure: Regenerate.
2870
2871 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
2872             Nathanael Nerode  <neroden@gcc.gnu.org>
2873
2874         PR ada/6637, PR ada/5911
2875         Merge with libada-branch:
2876         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
2877         with appropriate dependencies. Add --enable-libada configure switch.
2878         * configure, Makefile.in: Regenerate.
2879
2880 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
2881
2882         * MAINTAINERS: Add myself to write-after-approval.
2883
2884 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2885
2886         * configure.in: Don't pass --with-stabs on IRIX 5 either.
2887         * configure: Regenerate.
2888
2889 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
2890
2891         Merge from upstream:
2892
2893         * ltmain.in: When setting IFS to '~', be careful about user
2894         arguments that contain '~'.
2895
2896         2004-02-04  Peter O'Gorman  <peter@pogma.com>
2897
2898         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
2899         Also test $base_compile against $CC with escaped arguments. Bug
2900         reported by Geoff Keating <geoffk@apple.com>.
2901
2902 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
2903
2904         * MAINTAINERS: Remove i960 port.
2905
2906 2004-01-23  DJ Delorie  <dj@redhat.com>
2907
2908         * Makefile.def (target_modules) [libiberty]: Don't stage.
2909         * Makefile.in: Rebuilt.
2910
2911 2004-01-20  Caroline Tice  <ctice@apple.com>
2912
2913         * MAINTAINERS: Add myself to write-after-approval.
2914
2915 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
2916
2917         * MAINTAINERS: Update my email address.
2918
2919 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
2920
2921         * MAINTAINERS: Add myself to write-after-approval.
2922
2923 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2924
2925         * MAINTAINERS: Remove entries without email address.
2926
2927 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
2928
2929         * MAINTAINERS: Add myself to write-after-approval.
2930
2931 2004-01-15  Steven Bosscher  <stevenb@suse.de>
2932
2933         * MAINTAINERS: Update my email address.
2934
2935 2004-01-14  Loren J. Rittle <ljrittle@acm.org>
2936
2937         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
2938         * Makefile.tpl (configure-target-[+module+]): Support stage.
2939         * Makefile.in: Rebuilt.
2940
2941 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
2942
2943         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
2944
2945 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
2946
2947         * MAINTAINERS: Add myself as a MIPS maintainer.
2948
2949 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
2950
2951         * configure.in: Use ./config.cache, not config.cache.
2952         * configure: Regenerate.
2953         * Makefile.tpl: Special-casing not needed for GCC any more.
2954         * Makefile.in: Regenerate.
2955
2956         * configure.in: Don't share a cache file for host dirs.
2957         * configure: Regenerate.
2958
2959         * config-ml.in: Don't mess with the cache file.
2960
2961 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
2962
2963         * MAINTAINERS: Move myself from 'Write After Approval' to
2964         'CPU Port Maintainers' section as SPARC maintainer.
2965
2966 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
2967
2968         * Makefile.tpl: Make GCC use a separate config.cache.
2969         * Makefile.in: Regenerate.
2970
2971         PR bootstrap/11932, PR bootstrap/11933
2972         (I don't know if it will fix either of them, but it relates
2973         to them.)
2974         * configure.in: Don't use shared config.cache for target
2975         directories.
2976         * configure: Regenerate.
2977
2978 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
2979
2980         * MAINTAINERS: Add myself to 'Write After Approval' section.
2981
2982 2003-12-31  Roger Sayle  <roger@eyesopen.com>
2983
2984         * configure.in (ia64*-*-hpux*): Disable building java libraries.
2985         * configure: Regenerated.
2986
2987 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
2988
2989         * MAINTAINERS: Remove the mn10200 maintainer.
2990
2991 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
2992
2993         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
2994         * configure: Regenerated.
2995
2996 2003-12-16  Jan Hubicka  <jh@suse.cz>
2997
2998         * MAINTAINERS: Add myself as callgraph maintainer.
2999
3000 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
3001
3002         * configure.in (raw_libstdcxx_flags): Remove the leading space.
3003         * configure: Regenerate.
3004
3005 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3006
3007         * MAINTAINERS: Move myself from 'Bug database only accounts' to
3008         'Write After Approval' section. Update email.
3009
3010 2003-12-01  James Lemke <jim@wasabisystems.com>
3011
3012         * MAINTAINERS (Write After Approval): Add myself.
3013
3014 2003-11-20  Matt Thomas  <matt@3am-software.com>
3015
3016         * MAINTAINERS: Add myself as a vax port maintainer.
3017
3018 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
3019
3020         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
3021         (configure-build-[+module+], configure-[+module+]): Likewise.
3022         (configure-target-[+module+], configure-gcc, config.status): Likewise.
3023         * Makefile.in: Regenerate.
3024
3025 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
3026
3027         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
3028         shared/dylibed libraries.
3029         * ltmain.sh: Likewise.
3030         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
3031         * ltcf-cxx.sh: Likewise.
3032         * ltcf-gcj.sh: Likewise.
3033         * ltconfig: Likewise.
3034
3035 2003-11-17  Stan Cox  <scox@redhat.com>
3036
3037         * MAINTAINERS: Add myself as iq2000 port maintainer.
3038
3039 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
3040
3041         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
3042         * Makefile.in: Regenerate.
3043
3044 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
3045
3046         * config.sub: Update to 2003-11-03 version.
3047
3048 2003-10-20  Phil Edwards  <phil@codesourcery.com>
3049
3050         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
3051         * configure:  Regenerate.
3052
3053 2003-10-20  Nicolas Pitre <nico@cam.org>
3054
3055         * MAINTAINERS: Add myself to 'Write After Approval' section.
3056
3057 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
3058
3059         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
3060
3061 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
3062
3063         * MAINTAINERS: Update my email address.
3064
3065 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3066
3067         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
3068
3069 2003-10-17 Ralph Loader  <rcl@ihug.co.nz>
3070
3071         * MAINTAINERS: Add myself to 'Write After Approval' section.
3072
3073 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
3074
3075         * config.guess: Update to 2003-10-16 version.
3076         * config.sub: Update to 2003-10-16 version.
3077
3078 2003-10-15 David Daney  <ddaney@avtrex.com>
3079
3080         * MAINTAINERS: Added myself to 'Write After Approval' section.
3081
3082 2003-10-15  Falk Hueffner  <falk@debian.org>
3083
3084         * MAINTAINERS: Move myself from 'Bug database only accounts' to
3085         'Write After Approval' section. Update email.
3086
3087 2003-10-14  Roger Sayle  <roger@eyesopen.com>
3088
3089         * MAINTAINERS: Move myself from 'Write After Approval' to
3090         'Various Maintainers' section as middle-end maintainer.
3091
3092 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
3093
3094         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
3095         HOST_FLAGS_TO_PASS.
3096         * Makefile.in: Regenerate.
3097
3098 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
3099
3100         * config.guess: Update to 2003-10-07 version.
3101         * config.sub: Update to 2003-10-07 version.
3102
3103 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3104
3105         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
3106         * ltconfig (irix5*, irix6*): Don't override version_type.
3107
3108 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
3109
3110         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
3111         * configure: Rebuilt
3112         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
3113         * Makefile.in: Rebuilt
3114
3115 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
3116
3117         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
3118
3119 2003-09-30  Carlo Wood  <carlo@alinoe.com>
3120
3121         * MAINTAINERS (Write After Approval): Add myself.
3122
3123 2003-09-29  Paul Koning  <ni1d@arrl.net>
3124
3125         * MAINTAINERS: Move myself from "Write After Approval"
3126         to CPU platform maintainers for pdp11 platform.
3127
3128 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
3129
3130         * MAINTAINERS: Move myself from 'Write After Approval' to
3131         'Various Maintainers' section as libffi testsuite maintainer.
3132
3133 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
3134
3135         * configure.in: Pass a computed --program-transform-name
3136         to subconfigures.
3137         * configure: Regenerated.
3138
3139 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
3140
3141         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
3142         * Makefile.in: Regenerate.
3143
3144         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
3145         * Makefile.in: Regenerate.
3146
3147 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
3148
3149         * MAINTAINERS: Move myself from 'Write After Approval'
3150         to 'Various Maintainers' (objective-c) section.
3151
3152 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
3153
3154         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
3155         quoting.
3156         * configure: Regenerated.
3157
3158 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
3159
3160         * MAINTAINERS (Write After Approval): Add myself to write after
3161         approval list.
3162
3163 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
3164
3165         * MAINTAINERS (Write After Approval): Add myself.
3166
3167 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
3168
3169         * MAINTAINERS: Update my e-mail address.
3170
3171 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
3172
3173         * libtool.m4 (LD): Correct powerpc64 host match.
3174
3175 2003-09-06  James E Wilson  <wilson@tuliptree.org>
3176
3177         * MAINTAINTERS: Update my affiliation and email address.
3178
3179 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
3180
3181         * MAINTAINERS (Write After Approval): Add myself.
3182
3183 2003-09-04  DJ Delorie  <dj@redhat.com>
3184
3185         * configure: Regenerate.
3186
3187 2003-09-04  Robert Millan  <robertmh@gnu.org>
3188
3189         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
3190
3191 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3192
3193         * configure.in: Ensure arguments to sed are properly spaced.
3194         * configure: Regenerate.
3195
3196 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
3197
3198         * MAINTAINERS: Update my e-mail address.
3199
3200 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
3201
3202         * MAINTAINERS (Write After Approval): Add myself.
3203
3204 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
3205
3206         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
3207         * configure: Regenerated.
3208
3209 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
3210
3211         * MAINTAINERS: Update my email address.
3212
3213 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
3214
3215         * configure.in:  Use newline instead of semicolon when assuming
3216         shell arguments in a for loop.
3217         * configure:  Regenerated.
3218
3219 2003-08-22  Jason Eckhardt  <jle@rice.edu>
3220
3221         * MAINTAINERS: Resurrect the i860 maintainer.
3222
3223 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
3224
3225         PR 8180
3226         * configure.in: When testing with_libs and with_headers, treat
3227         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
3228         * configure: Regenerate.
3229
3230         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
3231         make, shell, etc.
3232         (baseargs): Likewise.
3233         * configure: Regenerate.
3234
3235 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
3236
3237         * MAINTAINERS (Write After Approval): Add myself.
3238
3239 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
3240
3241         * configure.in: Disable libgcj for darwin not on powerpc.
3242         * configure: Rebuild.
3243
3244 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
3245
3246         * config-ml.in, symlink-tree: Add license.
3247
3248 2003-08-03  Richard Stallman  <rms@gnu.org>
3249             Eben Moglen  <moglen@columbia.edu>
3250
3251         * README.SCO: New file.
3252
3253 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
3254
3255         * Makefile.tpl (check, check-c++): Express dependencies using
3256         dependencies rather than commands.
3257         * Makefile.in: Regenerate.
3258
3259 2003-08-01  Andrew Cagney  <cagney@redhat.com>
3260
3261         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
3262         * configure: Ditto.
3263
3264 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
3265
3266         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
3267         * Makefile.in: Update.
3268
3269 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
3270
3271         * configure.in: Enable libgcj for darwin.
3272         * configure: Rebuild.
3273
3274 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
3275
3276         * config-ml.in:  Use ac_configure_args directly instead of
3277         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
3278         actually seen.
3279
3280 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
3281
3282         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
3283         creating target and build subdirs to build all parent dirs as needed.
3284         * Makefile.in: Rebuild.
3285         * configure.in: Don't build dirs explicitly here.
3286         * configure: Rebuild.
3287
3288 2003-07-26  Paul Brook  <paul@nowt.org>
3289
3290         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
3291
3292 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
3293
3294         * Makefile.tpl (all-make): Depend on intl.
3295         * Makefile.in: Rebuilt.
3296
3297 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
3298
3299         * install-sh:  Update to newer upstream versions (associated with
3300         aclocal 1.7).
3301         * mkinstalldirs:  Likewise.
3302         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
3303
3304 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
3305
3306         * MAINTAINERS: Move self from Bug database only accounts
3307         to write-after-approval.
3308
3309 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
3310
3311         * config.if: Remove unused libc_interface determination.
3312
3313 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
3314
3315         * MAINTAINERS: Move self from write-after-approval to
3316         build machinery (*.in).
3317
3318 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
3319
3320         PR bootstrap/11273
3321         PR bootstrap/11408
3322         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
3323         unused INSTALL_PROGRAM_ARGS.
3324         * configure.in: Use AC_PROG_INSTALL.
3325         * Makefile.in: Regenerate.
3326         * configure: Regenerate.
3327
3328 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
3329
3330         * MAINTAINERS: Alphabetize.
3331
3332 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
3333
3334         * configure: Rebuilt.
3335         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
3336         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
3337         newlib nor libgloss.
3338         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
3339         * configure.in (am33_2.0-*-linux*): Added.
3340
3341 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
3342
3343         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
3344         * configure: Regenerate.
3345
3346 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
3347
3348         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
3349         * Makefile.in: Regenerate.
3350
3351 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
3352
3353         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
3354         * Makefile.in: Regenerate.
3355
3356 2003-07-04  H.J. Lu <hongjiu.lu@intel.com>
3357
3358         * Makefile.tpl: Replace PWD with PWD_COMMAND.
3359         * Makefile.in: Regenerated.
3360
3361         * config-ml.in: Replace PWD with PWD_COMMAND.
3362
3363 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
3364
3365         * intl: New directory; see intl/ChangeLog for details.
3366         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
3367         * Makefile.tpl: all-gcc depends on maybe-all-intl.
3368         * Makefile.in: Regenerate.
3369
3370 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
3371
3372         * configure.in: Clean up config-lang.in handling.  Delete
3373         useless assignment to "subdirs".
3374         * configure: Regenerate.
3375
3376 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
3377
3378         * configure.in: Rename 'target_libs' to 'target_libraries'.
3379         Remove useless reference to 'target_libs'.
3380         * configure: Regenerate.
3381
3382 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
3383
3384         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
3385         * Makefile.in: Regenerate.
3386
3387 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
3388
3389         * Makefile.def: Introduce flags_to_pass.
3390         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
3391         * Makefile.in: Regenerate.
3392
3393 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
3394
3395         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
3396         and target-libgloss.
3397         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
3398         <h8300*-*-*>: Disable libf2c and ${libgcj}.
3399         * configure: Regenerate.
3400
3401 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
3402
3403         * configure.in: Update testsuite_flags to new location.
3404         * configure. Regenerate.
3405
3406 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
3407
3408         * Makefile.tpl: Remove BUILD_CC stuff.
3409         * Makefile.in: Regenerate.
3410
3411 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
3412
3413         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
3414
3415 2003-06-16  Graeme Peterson <gp@qnx.com>
3416
3417         * MAINTAINERS (Write After Approval): Add myself.
3418
3419 2003-06-14  H.J. Lu <hongjiu.lu@intel.com>
3420
3421         * config.guess: Update to 2003-06-12 version.
3422         * config.sub: Update to 2003-06-13 version.
3423
3424 2003-06-12  H.J. Lu <hongjiu.lu@intel.com>
3425
3426         * config.guess: Update to 2003-06-06 version.
3427         * config.sub: Update to 2003-06-06 version.
3428
3429 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3430
3431         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
3432         * configure. Regenerate.
3433
3434 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
3435
3436         * configure.in: Disable serial configure by default.
3437         * configure: Regenerate.
3438         * Makefile.tpl: Abolish .NOTPARALLEL.
3439         * Makefile.in: Regenerate.
3440
3441         * Makefile.tpl: Replace {build,host,target}_canonical by
3442         {build,host,target}.
3443         * Makefile.in: Regenerate.
3444
3445         * Makefile.tpl: Fix stupid pasto.
3446         * Makefile.in: Regenerate.
3447
3448 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
3449
3450         * Makefile.tpl: Remove bogus conditional.
3451         * Makefile.in: Regenerate.
3452
3453 2003-06-05  Jan Hubicka  <jh@suse.cz>
3454
3455         * Makefile.tpl (profiledbootstrap): New target.
3456         * Makefile.in (profiledbootstrap): New target.
3457
3458 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
3459
3460         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
3461         Pinski. Remove user names from other bugzilla-only maintainers.
3462
3463 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
3464
3465         * Makefile.tpl: Make 'recursive targets' using autogen rather
3466         than shell loop.  Remove duplicate 'clean' targets and false
3467         comments.
3468         * Makefile.def: Add systematic dependencies to 'recursive' targets.
3469         Add systematic method of specifying missing targets in subdirs.
3470         Add copyright boilerplate.
3471         * Makefile.in: Regenerate.
3472         * configure.in: Add 'recursive targets' to maybe list.
3473         * configure: Regenerate.
3474
3475         * MAINTAINERS: "GNATS only" -> "Bug database only".
3476
3477         * Makefile.tpl: Rename [+target+] to [+make_target+].
3478         * Makefile.def: Rename 'target' to 'make_target'.
3479
3480 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
3481
3482         * MAINTAINERS: Add self as options handling maintainer.
3483
3484 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
3485
3486         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
3487         been too long since I touched those ports.
3488
3489 2003-05-28  DJ Delorie  <dj@redhat.com>
3490
3491         * Makefile.tpl: Make maybe-check-gcc .PHONY.
3492         * Makefile.in: Regenerate.
3493
3494 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
3495
3496         * configure.in: Use curly braces in the definition of tooldir.
3497         * configure: Regenerate.
3498
3499 2003-05-21  DJ Delorie  <dj@redhat.com>
3500
3501         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
3502         newlib or libgloss.
3503         * Makefile.in: Regenerate.
3504
3505 2003-05-21  DJ Delorie  <dj@redhat.com>
3506
3507         * Makefile.tpl: Add missing empty maybe-check-gcc target.
3508         * Makefile.in: Regenerate.
3509
3510 2003-05-20  Ian Lance Taylor  <ian@airs.com>
3511
3512         * MAINTAINERS: Update my e-mail address.
3513
3514 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
3515
3516         * configure.in: Switch more things to use maybe dependencies.
3517         * Makefile.tpl: Switch more things to use maybe dependencies.
3518         Factor out common code from autogen IF statements.
3519         * configure: Regenerate.
3520         * Makefile.in: Regenerate.
3521
3522 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
3523
3524         * configure.in: Accept i[3456789]86 for machine type.
3525         * configure: Regenerate.
3526
3527 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
3528
3529         * configure.in: Switch more things to use maybe dependencies.
3530         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
3531         * configure: Regenerate.
3532         * Makefile.tpl: Switch more things to use maybe dependencies.
3533         * Makefile.in: Regenerate.
3534
3535 2003-05-16  Andreas Schwab  <schwab@suse.de>
3536
3537         * Makefile.tpl (install-opcodes): Define.
3538         * Makefile.in: Rebuild.
3539
3540 2003-05-13  Andreas Jaeger  <aj@suse.de>
3541
3542         * config.guess: Update to 2003-05-09 version.
3543         * config.sub: Update to 2003-05-09 version.
3544
3545 2003-05-13  Michael Eager <eager@mvista.com>
3546
3547         * configure.in: Correct sed script so that options in quotes are not
3548         deleted.
3549         * configure: Rebuild.
3550
3551 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
3552
3553         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
3554         and $$s/newlib/libc/sys/cygwin32 include paths.
3555         * configure: Ditto.
3556
3557 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
3558
3559         * MAINTAINERS: Update my email addresses.
3560
3561 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
3562
3563         * config-ml.in: Propagate INSTALL variables.
3564
3565 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3566
3567         * MAINTAINERS: Remove duplicate entries in Write After Approval.
3568
3569 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
3570
3571         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
3572         * Makefile.in: Regenerate.
3573
3574 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
3575
3576         * MAINTAINERS (GNATS only): Add Falk Hueffner.
3577
3578 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
3579
3580         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
3581
3582 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
3583
3584         * Makefile.tpl: Clean $(BUILD_SUBDIR).
3585         * Makefile.in: Regenerated.
3586
3587 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
3588
3589         * MAINTAINERS (Write After Approval): Upgrade myself from
3590         GNATS only to write-after-approval. Update my mail address.
3591
3592 2003-04-25  Loren J. Rittle <ljrittle@acm.org>
3593
3594         (OS Port Maintainers: freebsd): Add myself.
3595
3596 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
3597
3598         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
3599
3600 2003-04-22  Kean Johnston  <jkj@sco.com>
3601
3602         * MAINTAINERS (SCO ports): Added myself.
3603
3604 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
3605
3606         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
3607
3608 2003-04-19  Kean Johnston  <jkj@sco.com>
3609
3610         * MAINTAINERS (Write After Approval): Add myself.
3611
3612 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3613
3614         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
3615         * Makefile.in: Regenerate.
3616
3617 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
3618
3619         * configure.in (powerpc64*-*-linux*): Remove.
3620         * configure: Rebuilt.
3621
3622 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
3623
3624         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
3625         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
3626         and restrap.
3627         * Makefile.in:  Regenerate.
3628
3629 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
3630
3631         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
3632         * configure: Regenerated.
3633
3634 2003-04-15  DJ Delorie  <dj@redhat.com>
3635
3636         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
3637
3638 2003-04-13  Nick Clifton  <nickc@redhat.com>
3639
3640         * config-ml.in: Remove support for --disable-aix removing
3641         call-aix multilibs.
3642
3643 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
3644
3645         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
3646         * */configure: Rebuilt.
3647
3648 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
3649
3650         * MAINTAINERS: Add my email address.
3651
3652 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
3653
3654         * MAINTAINERS (Write After Approval): Add myself.
3655
3656 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
3657
3658         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
3659         * Makefile.in: Regenerate.
3660
3661 2003-03-14  Michael Chastain  <mec@shout.net>
3662
3663         * Makefile.in: Regenerate with correct Makefile.def.
3664
3665 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
3666
3667         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
3668         Make macro.
3669         * Makefile.in: Regenerate.
3670         * configure.in: Clean up gxx_include_dir logic.
3671         * configure: Regenerate.
3672
3673 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
3674
3675         * MAINTAINERS (Write After Approval): Add myself.
3676
3677 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
3678
3679         * MAINTAINERS: Update my mail address.
3680
3681 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3682
3683         * configure.in (gxx_include_dir): Fix typo.
3684         * configure: Regenerated.
3685
3686 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
3687
3688         * Makefile.tpl: Reindent.
3689         * Makefile.in: Regenerate.
3690         * configure.in: Reindent.  Don't set unused variables.
3691         * configure: Regenerate.
3692
3693 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
3694
3695         * configure.in: Include $(build_tooldir)/sys-include in
3696         FLAGS_FOR_TARGET.
3697         * configure: Regenerated.
3698
3699 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
3700
3701         * Makefile.tpl: Always pass down RANLIB.
3702         * Makefile.in: Regenerate.
3703
3704         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
3705         * Makefile.in: Regenerate.
3706         * configure.in: Remove unused logic relating to --enable-shared
3707         and --enable-threads.  Remove bogus comments.  Remove redundant
3708         noconfigdirs.
3709         * configure: Regenerate.
3710
3711         * configure.in: Replace ${libstdcxx_version} by its value.
3712         Remove reference to mh-dgux.
3713         * configure: Regenerate.
3714
3715 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
3716
3717         * MAINTAINERS (Write After Approval): Add myself.
3718
3719 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
3720
3721         * Makefile.tpl: Rearrange.
3722         * Makefile.in: Regenerate.
3723
3724 2003-02-25  Uwe Stieber <uwe@wwws.de>
3725
3726         * configure.in: Add support for kaOS as cross build target system.
3727         * configure: Regenerated.
3728
3729 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
3730
3731         * MAINTAINERS (Write after approval): Add myself.
3732
3733 2003-02-21  James E Wilson  <wilson@tuliptree.org>
3734
3735         * MAINTAINERS: Update my email address.
3736
3737 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
3738
3739         * MAINTAINERS: Add self to blanket write privs. section.
3740
3741 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
3742
3743         * Makefile.tpl: Add definition of CPPFLAGS to pass into
3744         configure-target-* as some target builds may require additional
3745         flags for preprocessor tests.
3746         * Makefile.in: Regenerated.
3747
3748 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
3749
3750         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
3751         * ltconfig: Handle it.
3752         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
3753         auto-detecting it.
3754
3755         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
3756         it is used as argument to $CC.
3757         * ltcf-gcj.sh: Likewise.
3758
3759         * configure.in: Introduce --enable-maintainer-mode.
3760         * configure: Rebuilt.
3761         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
3762         for maintainer mode.
3763         * Makefile.in: Rebuilt.
3764
3765 2003-02-18  Jason Merrill  <jason@redhat.com>
3766
3767         * Makefile.tpl (check-c++): Allow parallelism.
3768
3769 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3770
3771         * MAINTAINERS: Remove John Carr (who never actually had access to
3772         gcc.gnu.org).
3773
3774 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
3775
3776         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
3777         don't configure target-libobjc.
3778         * configure: Regenerate.
3779
3780 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3781
3782         * Makefile.tpl (RANLIB): Define.
3783         * Makefile.in: Regenerate.
3784
3785 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
3786
3787         * MAINTAINERS: Update my email.
3788
3789 2003-02-06  Keith R Seitz  <keiths@redhat.com>
3790
3791         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
3792         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
3793         * Makefile.in: Regenerated.
3794         * configure.in: Remove all traces of snavigator, db, and grep.
3795         * configure: Regenerated.
3796
3797 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3798
3799         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
3800         After Approval.
3801
3802 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
3803
3804         * MAINTAINERS (Write after approval): Add myself.
3805
3806 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
3807
3808         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
3809         * Makefile.in: Regenerated.
3810
3811 2003-01-30  Roger Sayle  <roger@eyesopen.com>
3812
3813         * config.guess: Updated to 2003-01-30's version.
3814         * config.sub: Updated to 2003-01-28's version.
3815
3816 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
3817
3818         * config.if: If gcc_version is already set, just use it.  Don't set
3819         gcc_version_trigger if it's already set, otherwise set it to
3820         gcc/version.c, but only if the file exists.  If it is not set and
3821         gcc/version.c does not exist, try to extract the version number from
3822         $CC.
3823
3824 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
3825
3826         * MAINTAINERS: Add myself to write-after-approval list.
3827
3828 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
3829
3830         * configure.in:  Revert 24Jan change.
3831         * configure:  Regenerate.
3832
3833 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3834
3835         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
3836         entry of HJ Lu.
3837
3838 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
3839
3840         * configure.in: Revert previous change.
3841         * configure: Regenerate.
3842
3843 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
3844
3845         * configure.in: Make rda native-only.
3846         * configure: Regenerate.
3847
3848 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3849
3850         * MAINTAINERS: Move myself from GNATS-only-accounts to
3851         write-after-approval.
3852
3853 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
3854
3855         * configure.in: Add missing \.
3856         * configure: Rebuilt.
3857
3858 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
3859
3860         * configure.in (baseargs): Avoid using \| in sed regular
3861         expressions.
3862         * configure: Rebuilt.
3863
3864 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
3865
3866         * configure.in (baseargs): Remove all supported forms of
3867         --cache-file, --srcdir, --host, --build and --target options
3868         from argument lists.
3869         * configure: Rebuilt.
3870
3871 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
3872
3873         * MAINTAINERS: Add myself to write-after-approval list.
3874
3875 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
3876
3877         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
3878         * configure: Rebuilt.
3879
3880 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
3881
3882         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
3883         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
3884         * Makefile.in: Regenerate.
3885         * configure: Regenerate.
3886
3887 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
3888
3889         * configure.in: Remove Makefile in build, host and target modules
3890         unless configure was run with --no-recursion.
3891         * configure: Rebuilt.
3892
3893 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
3894
3895         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
3896         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
3897         * Makefile.in: Regenerate.
3898
3899 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
3900
3901         * config.guess: Update to 2003-01-03 version.
3902         * config.sub: Update to 2003-01-03 version.
3903
3904 2003-01-07  Christopher Faylor  <cgf@redhat.com>
3905
3906         * configure: Regenerate with proper autoconf 2.13.
3907
3908 2003-01-07  Christopher Faylor  <cgf@redhat.com>
3909
3910         * configure.in: Add AC_PREREQ for consistency.
3911         * configure: Regenerate.
3912
3913 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
3914
3915         * configure.in (GDB_TK): Add tcl directories conditional on
3916         gdb/gdbtk directory being present.
3917         * configure: Regenerate.
3918
3919 2003-01-04 John David Anglin  <dave.anglin@nrc.ca>
3920
3921         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld used
3922         by gcc if LD is not defined and we are not doing a Canadian Cross.
3923         * configure: Rebuilt.
3924
3925 2002-12-31  Tom Tromey  <tromey@redhat.com>
3926
3927         * Makefile.in: Rebuilt.
3928         * Makefile.def (target_modules) [libffi]: Allow installation.
3929
3930 2002-12-31  Andreas Schwab  <schwab@suse.de>
3931
3932         * configure.in: Fix use of $program_transform_name.
3933         * configure: Regenerated.
3934
3935 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
3936
3937         * configure.in (baseargs): Don't remove first configure argument.
3938         * configure: Regenerated.
3939
3940 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
3941
3942         * Makefile.tpl (local-distclean): Don't remove...
3943         (multilib.ts): ... this.  Moved into...
3944         (multilib.out): ... this.  Don't use sub-make.
3945         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
3946         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
3947         (configure-build-[+module+], configure-[+module+],
3948         configure-target-[+module+], configure-gcc): ... these.  Test
3949         for Makefile existence.  Drop config.status from dependencies.
3950         * Makefile.in: Rebuilt.
3951         * configure.in: Move gcc-version-trigger to the end of
3952         ac_configure_args.  Add comments to maybedep.tmp and
3953         serdep.tmp.  Introduce --disable-serial-configure.  Remove
3954         nonopt from baseargs, matching and removing corresponding
3955         whitespace while at it.
3956         * configure: Rebuilt.
3957
3958 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
3959
3960         * configure.in (host_configargs): Replace reference to
3961         no-longer-defined buildopts with --build=${build_alias}.
3962         * configure: Rebuilt.
3963
3964         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
3965         program_transform_name to standard idiom.
3966         (AUTOGEN, AUTOCONF): Define.
3967         (Makefile.in): Use $(AUTOGEN).
3968         (Makefile): Depend on config.status, and use autoconf-style rule to
3969         build it.  Move original commands to...
3970         (config.status): ... this new target.
3971         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
3972         $(AUTOCONF).
3973         * Makefile.in: Rebuilt.
3974
3975 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
3976
3977         * Makefile.tpl: Fix dramatic bustage due to change in
3978         program_transform_name.
3979         * Makefile.in: Regenerate.
3980
3981         * configure.in: Remove unnecessary PATH setting.
3982         * configure: Regnerate.
3983
3984         * configure.in: Don't default to unprefixed tools unless
3985         the native tools will work.
3986         * configure: Regenerate.
3987
3988         * configure.in: Convert to autoconf script.  Blow away lots
3989         of now-redundant Makefile fragments.
3990         * configure: Generate using Autoconf.
3991         * Makefile.tpl: Rewrite to reflect autoconfiscation.
3992         * Makefile.in: Regenerate.
3993
3994 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
3995
3996         * configure: Fix stupid bug where RANLIB was mistakenly included.
3997
3998         * configure.in: Rename (buildargs, hostargs, targargs) to
3999         (build_configargs, host_configargs, target_configargs).
4000
4001         * configure.in: Move logic out of sed statement.
4002
4003         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
4004         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
4005
4006 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
4007
4008         * config.sub: Import from master repository
4009         * config.guess: Ditto
4010
4011 2002-12-24  Andreas Schwab  <schwab@suse.de>
4012
4013         * Makefile.tpl (multilib.out): Fix missing space.
4014         * Makefile.in: Regenerate.
4015
4016 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
4017
4018         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
4019         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
4020         * Makefile.in: Regenerate.
4021         * configure.in: Remove unnecessary leftovers.
4022
4023 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
4024
4025         * configure.in (extra_ranlibflags_for_target): New variable.
4026         (*-*-darwin): Add -c to ranlib commands.
4027         * configure (tooldir): Handle extra_ranlibflags_for_target.
4028
4029 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
4030
4031         * Makefile.tpl: Revert HJL's change.
4032         * Makefile.in: Regenerated.
4033         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
4034         always.
4035
4036 2002-12-19  Andreas Schwab  <schwab@suse.de>
4037
4038         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
4039         * Makefile.in: Regenerate.
4040
4041 2002-12-18  H.J. Lu <hjl@gnu.org>
4042
4043         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
4044         * Makefile.in: Regenerated.
4045
4046         * configure.in (build_prefix): New. Substitute.
4047
4048 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
4049
4050         * Makefile.tpl: Don't let real targets depend on phony targets.
4051         * Makefile.in: Regenerate.
4052
4053         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
4054         * Makefile.in: Regenerate.
4055
4056 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
4057
4058         * config.sub: Import from master repository
4059         * config.guess: Ditto
4060
4061 2002-12-16  Jason Merrill  <jason@redhat.com>
4062
4063         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
4064         previous 'make bootstrap'.
4065         * Makefile.in: Regenerate.
4066
4067 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
4068
4069         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
4070
4071 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
4072
4073         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
4074         * Makefile.in: Regenerate.
4075
4076 2002-12-13  Jason Merrill  <jason@redhat.com>
4077
4078         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
4079         library tests.
4080         (check-c++): Just depend on it and check-target-libstdc++-v3.
4081         * Makefile.in: Regenerate.
4082
4083 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
4084
4085         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
4086         * Makefile.in: Rebuilt.
4087
4088 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
4089
4090         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
4091
4092 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
4093
4094         * configure: Fix bug put in by gremlins.
4095
4096         * Makefile.tpl: Substitute more autoconfily.
4097         * configure: Substitute more autoconfily.
4098         * Makefile.in: Regenerate.
4099
4100 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
4101
4102         * config.sub: Import from master repository
4103         * config.guess: Ditto
4104         * MAINTAINERS: Added Svein Seldal under write after approval
4105
4106 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
4107
4108         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
4109         * Makefile.in (all-sim): Ditto.
4110
4111 2002-12-06  DJ Delorie  <dj@redhat.com>
4112
4113         * Makefile.tpl: Change configure dependencies to not have real
4114         targets depend on phony targets.
4115
4116 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
4117
4118         * configure.in: Revert unintentional change.
4119
4120         * Makefile.tpl: Change dependency for */multilib.out so that
4121         it works when gcc isn't in the tree.
4122
4123         * configure.in: Substitute more.
4124         * configure: Run subconfigures from the Makefile.
4125         * Makefile.tpl: Run subconfigures from the Makefile; add a few
4126         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
4127
4128 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4129
4130         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
4131
4132 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
4133
4134         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
4135         and corresponding dependencies.
4136         * Makefile.in: Regenerate.
4137
4138         * configure.in (host_tools): Order binutils, gas and ld for
4139         convenience in running the testsuites.
4140
4141         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
4142         * Makefile.in: Regenerate.
4143         * configure.in: Introduce rules to serialize subconfigure runs.
4144
4145         * configure.in: Introduce BASE_CC_FOR_TARGET.
4146         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
4147         Realize configure-build-* targets.  Realize configure-target-* targets.
4148         * Makefile.in: Regenerate.
4149
4150 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
4151
4152         * configure: Move gcc_version_trigger stuff from here...
4153         * configure.in: ...to here.
4154
4155         * configure.in: Separate subconfigure options added by this file from
4156         options given by the user.  Add machinery to put args for host
4157         subconfigures into the Makefile.
4158
4159         * Makefile.tpl: Remove 'vault' targets.
4160         * Makefile.tpl: Reorder and comment dependencies.
4161         * Makefile.in: Regenerate.
4162
4163 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
4164         * configure.in: Fix my broken commit of previous patch. (sigh)
4165
4166 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
4167
4168         * configure.in: Move host-specific darwin noconfigdirs into
4169         the host-specific section.
4170
4171 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
4172
4173         * configure.in: Move host-specific darwin noconfigdirs into
4174         the host-specific section.
4175
4176 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
4177
4178         * configure: Remove skip-this-dir support.
4179         * Makefile.tpl: Remove skip-this-dir support.
4180
4181         * Makefile.tpl: Remove leftover support for non-autoconfiscated
4182         subdirectories.
4183         * Makefile.in: Regenerate.
4184
4185         * Makefile.tpl: Strip out useless setting of 'dir'.
4186         * Makefile.in: Regenerate.
4187
4188 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
4189
4190         * configure.in: Fix deeply stupid bug.
4191
4192         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
4193         shell code in CXX_FOR_TARGET
4194         * Makefile.def: Introduce raw_cxx.
4195         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
4196         RAW_CXX_FOR_TARGET.
4197         * Makefile.in: Regenerate.
4198
4199 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
4200
4201         * Makefile.tpl: Remove unnecessary ifs.
4202         * Makefile.in: Regenerate.
4203
4204         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
4205         dependencies.  Maybe-ize build-libiberty.  Create dummy install
4206         targets for 'no_install' modules.
4207         * configure: Move GDB_TK substitution to configure.in.  Move
4208         build_modules stuff to configure.in.
4209         * configure.in: Implement soft dependency machinery.  Maybe-ize
4210         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
4211         * Makefile.in: Regenerate.
4212
4213 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
4214
4215         * Makefile.tpl: Make all-target, install-target behave similarly
4216         to all, install (only hitting configured targets).  Eliminate
4217         unused macro defintions.
4218
4219         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
4220         build != host.
4221
4222         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
4223
4224         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
4225
4226         * configure.in: Produce lists of subdir targets we're actually
4227         configuring.  Remove references to "dosrel".
4228         * Makefile.tpl: Let configure set which subdir targets are hit.
4229         Remove install-cross; clean up install; remove ALL.  Remove
4230         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
4231         Autogenerate host module targets.  Remove empty dependency lines
4232         and redundant dependency; rearrange slightly.
4233         * Makefile.def: Add host-side libtermcap, utils.
4234
4235         * Makefile.in: Regenerate.
4236
4237 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4238
4239         * ltconfig (osf[345]): Append $major to soname_spec.
4240         Reflect this in library_names_spec.
4241         * ltmain.sh (osf): Prefix $major with . for use as extension.
4242
4243 2002-11-19  Andreas Jaeger  <aj@suse.de>
4244
4245         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
4246         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
4247         and sparc64 GNU/Linux systems.
4248
4249 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
4250
4251         * MAINTAINERS: Update email.
4252
4253 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4254
4255         * MAINTAINERS: Complete James Dennett's entry.
4256
4257 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
4258
4259         * MAINTAINERS (Write After Approval): Add myself.
4260
4261 2002-11-13  Bruce Korb  <bkorb@gnu.org>
4262
4263         * Makefile.tpl: syntactic cleanup
4264
4265 2002-11-13 Stuart Hastings <stuart@apple.com>
4266
4267         * MAINTAINERS: Add myself to write-after-approval list.
4268
4269 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
4270
4271         * Makefile.def: Add list of recursive targets to autogenerate.
4272         Add build_modules.
4273         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
4274         targets.  Autogenerate *-build-* targets.
4275         * Makefile.in: Regenerate.
4276
4277 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
4278
4279         * configure: More autoconf-style substitutions.
4280         * Makefile.tpl: More autoconf-style substitutions.
4281         * Makefile.in: Regenerate.
4282
4283 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
4284
4285         * configure: Substitute more variables in a more autoconf-friendly
4286         way.  Simplify slightly.
4287         * Makefile.tpl: Make more variables substitutable in an
4288         autoconf-friendly way.
4289         * Makefile.in: Regenerate.
4290
4291 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
4292
4293         * MAINTAINERS (Write After Approval): Add myself.
4294
4295 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
4296
4297         * configure.in (v810*): Remove special setting of tools.
4298
4299         * configure: Add support for extra required flags for ar or nm.
4300         * configure.in (aix4.3+): Use above support for target-specific
4301         issues, rather than using config/mt-aix43.
4302
4303 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
4304
4305         * configure: Remove 'removing', which doesn't work.  Replace $subdir
4306         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
4307         with $srcdir.  Reformat indentation.  Substitute some variables
4308         formerly hard-coded in the Makefile for build=host.
4309         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
4310         * Makefile.def: Autogenerate more.
4311         * Makefile.in: Regenerate.
4312
4313 2002-11-04  Adam Nemet  <anemet@lnxw.com>
4314
4315         * MAINTAINERS (Write After Approval): Add myself.
4316
4317 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
4318
4319         * Makefile.def (host_modules): Add rda.
4320         * Makefile.in: Regenerate.
4321         * configure.in (target_tool): Add target-rda to list.
4322
4323 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4324
4325         * MAINTAINERS: Remove "co-maintainer" note for web pages.
4326
4327 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
4328
4329         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
4330         and restrap targets to this rule.
4331         * Makefile.in:  Regenerate.
4332
4333 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4334
4335         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
4336         GNATS only accounts.
4337
4338 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
4339
4340         * configure.in (i[3456]86-*-linux*): Add check to disable
4341         ${libgcj} for glibc1.
4342
4343 2002-10-24  Denis Chertykov  <denisc@overta.ru>
4344
4345         * MAINTAINERS: Add myself as ip2k port maintainer.
4346
4347 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
4348
4349         * configure.in: Add tic4x target.
4350
4351 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
4352
4353         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
4354         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
4355         * Makefile.in: Regenerate.
4356
4357         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
4358         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
4359         * Makefile.in: Regenerate.
4360
4361 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
4362
4363         * MAINTAINERS: Add myself as web pages co-maintainer.
4364
4365 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
4366
4367         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
4368         * Makefile.in: Regenerate.
4369
4370 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
4371
4372         * MAINTAINERS: Add myself and Nathan Sidwell
4373         <nathan@codesourcery.com> as VxWorks maintainers.
4374
4375 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
4376
4377         * Makefile.def: Remove order dependency comments.
4378         * Makefile.tpl: Add explicit install-install dependencies.
4379         * Makefile.in: Regenerate.
4380
4381         * Makefile.tpl: Remove material now in src-release.  (Finally!)
4382         * Makefile.in: Regenerate.
4383
4384         * Makefile.tpl: Add configure-target (for src-release in src)
4385         * Makefile.in: Regenerate.
4386
4387 2002-09-30  Nick Clifton  <nickc@redhat.com>
4388
4389         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
4390
4391 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
4392
4393         * configure.in (s390*-*-linux*): Enable libgcj.
4394
4395 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
4396
4397         * configure: Revert accidentally applied changes.
4398
4399         * Makefile.tpl: Make more autoconf-friendly.
4400         * Makefile.in: Regenerate.
4401         * configure: Make substitution more autoconf-like.
4402
4403 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
4404
4405         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
4406         single entry to handle all these.
4407         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
4408         libjava on arm-*-elf.
4409
4410 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
4411
4412         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
4413         things that depend on them.
4414
4415 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
4416
4417         * Makefile.tpl: Make subsituted variables more autoconfy.
4418         * Makefile.in: Regenerate.
4419         * configure: Make seds more autoconfy.
4420
4421 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
4422
4423         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
4424         * Makefile.in: Regenerate.
4425         * configure.in: Rewrite sed statements to look autoconfy.
4426
4427         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
4428         all-target-foo on configure-target-foo.
4429         * Makefile.def: Ditto.
4430         * Makefile.in: Rebuild.
4431
4432 2002-09-25  Andrew Haley  <aph@redhat.com>
4433
4434         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
4435
4436 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
4437
4438         * Makefile.def: New file.
4439         * Makefile.tpl: New file.
4440         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
4441         * contrib/gcc_update: Note that Makefile.in is a generated file.
4442
4443         * configure.in: Minor rearrangement.  Simplify tests.
4444
4445 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
4446
4447         * configure.in (with_headers): Skip copy if value is "yes".
4448         (with_libs): Likewise.
4449
4450 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
4451
4452         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
4453         * configure.in (sh*-*-pe*): Ditto.
4454         * configure.in (mips*-*-pe*): Ditto.
4455         * configure.in (*arm-wince-pe): Ditto.
4456
4457         * configure.in: Rearrange.
4458
4459 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
4460
4461         * MAINTAINERS: Update my email address.
4462
4463 2002-08-30  Paul Koning  <pkoning@equallogic.com>
4464
4465         * MAINTAINERS: (Write After Approval): Add myself.
4466
4467 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
4468
4469         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
4470
4471 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
4472
4473         * MAINTAINERS: Change my mailing address.
4474
4475 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
4476
4477         * MAINTAINERS (Write After Approval): Remove myself.
4478         (Various Maintainers: c++ runtime libs): Add myself.
4479
4480 2002-08-20  Loren J. Rittle <ljrittle@acm.org>
4481
4482         * MAINTAINERS (Write After Approval): Remove myself.
4483         (Various Maintainers: c++ runtime libs): Add myself.
4484
4485 2002-08-15  Eric Christopher  <echristo@redhat.com>
4486
4487         * config.sub: Import from master repository.
4488         * config.guess: Ditto.
4489
4490 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
4491
4492         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
4493         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
4494         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
4495
4496 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
4497
4498         * MAINTAINERS: Add self to rs6000 vector extensions.
4499
4500 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
4501
4502         * libiberty/configure: Reverted unintended yesterday's check in.
4503
4504 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
4505
4506         * boehm-gc/configure, libf2c/configure: Rebuilt.
4507         * libffi/configure, libiberty/configure: Ditto.
4508         * libjava/configure, libobjc/configure: Ditto.
4509         * libstdc++-v3/configure, zlib/configure: Ditto.
4510         Merged from binutils:
4511         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
4512         From Steve Ellcey <sje@cup.hp.com>:
4513         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
4514         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
4515         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
4516         IA64.
4517         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
4518         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
4519         soname_spec, sys_lib_search_path_spec): Ditto.
4520
4521 2002-08-06  Federico G. Schwindt <fgsch@olimpo.com.br>
4522
4523         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
4524
4525 2002-08-04  H.J. Lu  (hjl@gnu.org)
4526
4527         * configure.in (mips*-*-linux*): Don't skip target-libffi.
4528
4529 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
4530
4531         * MAINTAINERS (Write After Approval): Add myself.
4532
4533 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
4534
4535         * configure.in: Move generic linux case to end.  Copy generic
4536         linux noconfigdirs to mips*-*-linux* entry and new
4537         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
4538
4539 2002-07-19  Michael Matz  <matz@suse.de>
4540
4541         * MAINTAINERS: Add myself as ra* maintainer.
4542
4543 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
4544
4545         * config.guess: Update to 2002-07-09 version.
4546         * config.sub: Update to 2002-07-03 version.
4547
4548 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
4549
4550         * MAINTAINERS: Fix typo in a maintainer email address.
4551
4552 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
4553
4554         * configure.in: Remove two redundant tests.
4555
4556 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4557
4558         * configure.in (mips*-*-irix6*o32): Enable stabs.
4559
4560 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
4561
4562         * configure.in: Don't build grez.
4563         * Makefile.in: Ditto.
4564
4565         * Makefile.in: Remove references to bsp, cygmon, libstub.
4566         * configure.in: Ditto.
4567
4568         * configure.in: Remove leftover reference to gdbtest.
4569
4570 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
4571
4572         * configure.in (gxx_include_dir):  Change to match versioned
4573         C++ headers if --enable-version-specific-runtime-libs is used.
4574
4575 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
4576
4577         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
4578
4579 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
4580
4581         * configure.in: Make --without-x work.
4582
4583 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
4584
4585         * configure.in: Rearrange target Makefile fragment collection.
4586
4587         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
4588         cvs[src].
4589         * configure.in: Ditto.
4590
4591 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
4592
4593         * MAINTAINERS (Write After Approval): Update my e-mail address.
4594
4595 2002-06-24  Ben Elliston  <bje@redhat.com>
4596
4597         * configure.in (host_tools): Remove cgen.
4598
4599         * Makefile.in (all-cgen): Remove; runs from its source directory.
4600         (check-cgen, install-cgen, clean-cgen): Likewise.
4601         (all-opcodes): Do not depend on all-cgen.
4602         (all-sim): Likewise.
4603
4604 2002-07-01  Nathanael Nerode <neroden@gcc.gnu.org>
4605
4606         * Makefile.in: Eliminate 'apache' targets.
4607         * configure.in: Eliminate 'apache' targets.
4608
4609         * configure.in: Eliminate redundant tests.  Reorganize.
4610
4611         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
4612
4613         * config-ml.in: Eliminate references to Cygnus configure.
4614
4615         * Makefile.in: Eliminate references to building emacs.
4616
4617 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
4618
4619         * MAINTAINERS: Update my email address.
4620
4621 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
4622
4623         * config.if (libstdcxx_incdir): Version C++ headers.
4624         (cxx_incdir): Remove.
4625
4626 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
4627
4628         * MAINTAINERS (Write After Approval): Add self.
4629
4630 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
4631
4632         * configure.in: Add support for ip2k.
4633
4634 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
4635
4636         * configure.in: Fix AIX configury bug.
4637
4638 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
4639
4640         * MAINTAINERS (Write After Approval): Add self.
4641
4642 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
4643
4644         * configure.in: replace ${topsrcdir} with ${srcdir}
4645
4646         * configure.in: Move definition of libstdcxx_flags
4647         right above usage, rather than waaay earlier.
4648
4649         * configure.in: Pull definition of is_cross_compiler earlier.
4650
4651         * configure.in: Rearrange a little.
4652
4653         * configure.in: Remove references to librx.
4654         * Makefile.in: Remove references to librx.
4655
4656 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
4657
4658         * config.sub: Add support for avr target.
4659         Import from master sources, rev 1.255
4660
4661 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
4662
4663         * configure, .cvsignore:  Revert previous change...
4664         * Makefile:  ...delete.
4665
4666 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
4667
4668         * configure.in: Eliminate ${gasdir} variable.
4669
4670 2002-06-18  Dave Brolley  <brolley@redhat.com>
4671
4672         * configure.in: Add support for frv.
4673         * config.sub: Add support for frv.
4674
4675 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
4676
4677         * configure:  Remove garbage from previous commit.
4678
4679 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
4680
4681         * configure:  For in-source builds, make a subdir and re-exec there.
4682         * Makefile:  New file.  Pass targets through to build directory.
4683         * .cvsignore:  No longer ignore "Makefile".
4684
4685 2002-06-16  Douglas Rupp  <rupp@gnat.com>
4686
4687         * MAINTAINERS (Write After Approval): Add self.
4688
4689 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4690
4691         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
4692
4693 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
4694
4695         * configure.in (vax-*-netbsd*): Re-enable gas.
4696
4697 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
4698
4699         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
4700         BUILD_PREFIX_1, to correct nomenclature.
4701         * configure: Likewise.
4702
4703         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
4704         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
4705
4706 2002-05-31  Olaf Hering  <olh@suse.de>
4707
4708         * config-ml.in: Propogate DESTDIR also.
4709
4710 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
4711
4712         * configure.in (vax-*-netbsd*): Don't build gas for this
4713         platform.
4714
4715 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
4716
4717         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
4718         and libgcj for AVR.
4719
4720 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
4721
4722         * MAINTAINERS (Write After Approval): Add myself.
4723
4724 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
4725
4726         * config.guess: Update to 2002-05-22 version.
4727         * config.sub: Likewise.
4728
4729 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4730
4731         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
4732         * config-ml.in: Likewise.
4733         * configure: Likewise.
4734         * configure.in: Likewise.
4735
4736 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
4737
4738         * MAINTAINERS: Update my email address.
4739
4740 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
4741
4742         * configure.in: Simplify makefile fragment collection.
4743
4744         * configure.in: Remove code to build emacs.
4745
4746         * configure.in : Remove --srcdir argument from targargs and buildargs
4747         (it's always overridden in the Makefile anyway).  Rearrange a bit.
4748
4749         * configure: Move some logic to configure.in.
4750         * configure.in: Move some logic from configure.
4751
4752 2002-05-11  Tom Tromey  <tromey@redhat.com>
4753
4754         * MAINTAINERS: Reflect libgcj reality.
4755
4756 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
4757
4758         * Makefile.in: Honour DESTDIR.
4759
4760 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
4761
4762         * config.guess: Import 2002-03-20 version.
4763         * config.sub: Import 2002-04-26 version.
4764
4765 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4766
4767         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
4768
4769 2002-05-07  Tim Josling  <tej@melbpc.org.au>
4770
4771         * MAINTAINERS: Add self.
4772
4773 2002-05-06  Loren J. Rittle <ljrittle@acm.org>
4774
4775         * ltmain.sh: Detect and handle object name conflicts
4776         while piecewise linking a static library.
4777
4778 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
4779
4780         * configure.in (noconfigdirs): Don't disable libgcj on
4781         sparc64-*-solaris* and sparcv9-*-solaris*.
4782
4783 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
4784
4785         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
4786
4787 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
4788
4789         * configure.in (FLAGS_FOR_TARGET): Do not add
4790         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
4791         on i[3456]86-*-linux*.
4792
4793 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
4794
4795         * configure.in (noconfigdirs): Replace [ ] with test.
4796
4797         * configure.in (noconfigdirs): Do not add target-newlib if
4798         target == i[3456]86-*-linux*, and host == target.
4799
4800 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
4801
4802         * configure.in: delete reference to absent file
4803
4804         * configure.in: replace '[' with 'test'
4805
4806         * configure.in: Eliminate references to gash.
4807         * Makefile.in: Eliminate references to gash.
4808
4809         * configure.in: remove useless references to 'pic' makefile fragments.
4810
4811         * configure.in: (*-*-windows*) Finish removing.
4812
4813         * configure.in: Eliminate redundant test for libgui.
4814
4815 2002-04-29  Roger Sayle  <roger@eyesopen.com>
4816
4817         * MAINTAINERS: Add self and realphabetize.  Update entries
4818         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
4819         entry for a29k port maintainer.
4820
4821 2002-04-26      Joel Sherrill <joel@OARcorp.com>
4822
4823         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
4824         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
4825
4826 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
4827
4828         * configure.in: remove references to dead files
4829
4830 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
4831
4832         * MAINTAINERS: Add information about purpose of this file.
4833
4834 2002-04-18  Tom Tromey  <tromey@redhat.com>
4835
4836         * configure.in: Disallow configuring libgcj when it is already
4837         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
4838         Solaris 2.8 by default.  For PR libgcj/6158.
4839
4840 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
4841
4842         * configure.in:  Move default CC setting out of config/mh-* fragments
4843         directly into here.
4844
4845 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
4846
4847         * configure.in: don't even try to configure or make a subdirectory
4848         if there's no configure script for it.
4849
4850 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
4851
4852         * MAINTAINERS: Remove chill maintainers.
4853         * Makefile.in (CHILLFLAGS): Remove.
4854         (CHILL_LIB): Remove.
4855         (TARGET_CONFIGDIRS): Remove libchill.
4856         (CHILL_FOR_TARGET): Remove.
4857         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
4858         CHILL_LIB.
4859         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
4860         (CHECK_TARGET_MODULES): Likewise.
4861         (INSTALL_TARGET_MODULES): Likewise.
4862         (CLEAN_TARGET_MODULES): Likewise.
4863         (configure-target-libchill): Remove.
4864         (all-target-libchill): Remove.
4865         * configure.in (target_libs): Remove target-libchill.
4866         Do not compute CHILL_FOR_TARGET.
4867         * libchill: Remove directory.
4868
4869 2002-04-11  DJ Delorie  <dj@redhat.com>
4870
4871         * Makefile.in, configure.in: Sync with binutils, entries
4872         follow...
4873
4874 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
4875
4876         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
4877         (do-tar, do-bz2): New rules.
4878         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
4879         (gdb-tar): New rule.
4880         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
4881         (insight_dejagnu.tar): New rule.
4882         (insight.tar): New rule.
4883         (gdb+dejagnu.tar): New rule.
4884         (gdb.tar): New rule.
4885
4886 2002-02-01  Mo DeJong  <supermo@bayarea.net>
4887
4888         * Makefile.in: Add all-tix to deps for all-snavigator
4889         so that tix is built when building snavigator.
4890
4891 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
4892
4893         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
4894         ld and gdb are not supported.
4895
4896 2002-01-07  Mark Salter  <msalter@redhat.com>
4897
4898         * configure.in: Remove target-bsp and target-cygmon from arm builds.
4899         Allow target-libgloss to be built for arm, strongarm, and xscale.
4900
4901 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
4902
4903         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
4904         options for i[3456]86-pc-linux* native builds.
4905
4906 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
4907
4908         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
4909         files from .po files for a distribution.
4910
4911 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
4912
4913         * configure.in: Enable libstdc++-v3 for h8300 targets.
4914
4915 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
4916
4917         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
4918         version from bfd/.
4919
4920 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
4921
4922         * Makefile.in (VER): When present, extract the version number from
4923         the file version.in.
4924
4925 2001-05-24  Tom Rix <trix@redhat.com>
4926
4927         * configure.in : enable ld for aix
4928
4929 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4930
4931         * config.guess: Add linux target for S/390.
4932
4933 2000-11-07  Philip Blundell  <pb@futuretv.com>
4934
4935         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
4936
4937 2000-11-03  Philip Blundell  <pb@futuretv.com>
4938
4939         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
4940         files.
4941
4942 2001-01-15  Ben Elliston  <bje@redhat.com>
4943
4944         * configure.in (host_tools): Add sid.
4945         Always configure cgen.
4946
4947 2000-11-24  Nick Clifton  <nickc@redhat.com>
4948
4949         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
4950
4951
4952 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
4953
4954         * Makefile.in (ALL_MODULES): Add all-cgen.
4955         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
4956         (all-cgen): New target.
4957         (all-opcodes,all-sim): Depend on all-cgen.
4958         * configure.in (host_tools): Add cgen.
4959         Only configure cgen if --enable-cgen-maint.
4960
4961 2002-04-09  Loren J. Rittle <ljrittle@acm.org>
4962
4963         * configure.in: Add *-*-freebsd* configurations.
4964
4965 2002-04-08  Tom Tromey  <tromey@redhat.com>
4966
4967         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
4968         Fixes PR libgcj/6068.
4969
4970 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
4971
4972         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
4973
4974 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4975
4976         * configure.in (alpha*-dec-osf*): Enable libgcj.
4977
4978 2003-03-27  Matthew Gingell <gingell@gnat.com>
4979
4980         * MAINTAINERS (Write After Approval): Add myself.
4981
4982 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
4983
4984         Fix for: PR bootstrap/3591, target/5676
4985         * configure.in (mcore-pe): Disable the configuration of
4986         libstdc++-v3 since exceptions are not supported.
4987
4988 2002-03-20  Anthony Green  <green@redhat.com>
4989
4990         * configure.in: Enable libgcj for xscale-elf target.
4991
4992 Tue Mar 19 09:05:08 2002  J"orn Rennecke <joern.rennecke@superh.com>
4993
4994         * MAINTAINERS:  Update my email address.
4995
4996 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
4997
4998         * ltmain.sh (relink_command): Fix typo in previous change.
4999
5000 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
5001
5002         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
5003         (relink_command): Added --tag flags.
5004         (mode=install): If relinking fails; error out.
5005
5006 2002-03-12  Richard Henderson  <rth@redhat.com>
5007
5008         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
5009         .NOTPARALLEL tag.
5010         (do-check): Rename from check.
5011         (check): Allow parallel check.
5012
5013 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
5014
5015         * MAINTAINERS: Add myself as maintainer for xtensa port.
5016         Fix alphabetical order in CPU port maintainer list.
5017         Remove myself from Write After Approval list.
5018
5019 2002-03-11  Richard Henderson  <rth@redhat.com>
5020
5021         * Makefile.in (.NOTPARALLEL): Add fake tag.
5022
5023 2002-03-07  H.J. Lu  (hjl@gnu.org)
5024
5025         * configure.in: Enable gprof for mips*-*-linux*.
5026
5027 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
5028
5029         * MAINTAINERS (Write After Approval): Add myself.
5030
5031 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
5032
5033         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
5034         libjava.
5035         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
5036
5037 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
5038
5039         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
5040         because its Makefile is there; test for the executable instead.
5041
5042 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
5043
5044         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
5045         libstdc++-v3 and libjava.
5046
5047 2002-02-11  Adam Megacz <adam@xwt.org>
5048
5049         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
5050         boehm-gc
5051
5052 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
5053
5054         * config.guess: Updated to 2002-01-30's version.
5055         * config.sub: Updated to 2002-02-01's version.
5056         Contribute sh64-elf.
5057         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
5058         * configure.in: Added sh64-*-*.
5059
5060 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
5061
5062         * MAINTAINERS: Belatedly add myself to write after approval list.
5063
5064 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
5065
5066         * MAINTAINERS: Put self in as maintainer for x86-64 port.
5067         Remove self as Write After Approval.
5068
5069 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
5070
5071         * MAINTAINERS: Put self in as maintainer for contrib/regression
5072         directory.
5073
5074 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
5075
5076         * MAINTAINERS:  Update my email address.
5077
5078 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
5079
5080         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
5081         target-libiberty, and target-libgloss.  Skip Java-related
5082         libraries if not supported for NetBSD on target CPU.
5083
5084 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
5085
5086         * install-sh: Use _inst.$$_ for temp file name.
5087
5088 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
5089
5090         * MAINTAINERS (Write After Approval): Move my contact info
5091         from here...
5092         (OS Port Maintainers): ...to here (netbsd).
5093
5094 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
5095
5096         * MAINTAINERS (Write After Approval): Add myself.
5097
5098 2002-01-17  H.J. Lu <hjl@gnu.org>
5099
5100         * Makefile.in (all-fastjar): Also depend on all-libiberty.
5101         (all-target-fastjar): Also depend on all-target-libiberty.
5102
5103 2002-01-16  H.J. Lu  (hjl@gnu.org)
5104
5105         * config.guess: Import from master sources, rev 1.225.
5106         * config.sub: Import from master sources, rev 1.238.
5107
5108 2002-01-16  Kazu Hirata  <kazu@hxi.com>
5109
5110         * MAINTAINERS (Write After Approval): Remove myself.
5111
5112 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
5113
5114         * MAINTAINERS (Write After Approval): Add myself.
5115
5116 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
5117
5118         * MAINTAINERS: Add self as docs co-maintainer.
5119
5120 2001-12-11  Matthias Klose  <doko@debian.org>
5121
5122         * MAINTAINERS (Write After Approval): Add myself.
5123
5124 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
5125
5126         * MAINTAINERS: Update my email address.
5127
5128 2001-12-07  Turly O'Connor  <turly@apple.com>
5129         * MAINTAINERS (Write After Approval): Add myself.
5130         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
5131         (rs6000_initialize_trampoline): Call __trampoline_setup for
5132         ABI_DARWIN too.
5133         * darwin-tramp.asm: New file, implements __trampoline_setup.
5134         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
5135
5136 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
5137
5138         * MAINTAINERS (Write After Approval): Add myself.
5139
5140 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
5141
5142         * configure, configure.in: Use temp file for long sed commands.
5143
5144 2001-12-03  Laurent Guerby  <guerby@acm.org>
5145
5146         * config.sub: Update to version 1.232 on subversion.
5147
5148 2001-12-03  Ben Elliston  <bje@redhat.com>
5149
5150         * MAINTAINERS: Update mail address for config.* patches.
5151
5152 2001-11-27  DJ Delorie <dj@redhat.com>
5153             Zack Weinberg  <zack@codesourcery.com>
5154
5155         When build != host, create libiberty for the build machine.
5156
5157         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
5158         CONFIG_ARGUMENTS.
5159         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
5160         New variables.
5161         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
5162         and rules.
5163         (all.normal): Depend on ALL_BUILD_MODULES.
5164         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
5165         (all-build-libiberty): Depend on configure-build-libiberty.
5166
5167         * configure: Calculate and substitute proper value for
5168         ALL_BUILD_MODULES.
5169         * configure.in: Create the build subdirectory.
5170         Calculate and substitute TARGET_CONFIGARGS (formerly
5171         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
5172
5173 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
5174
5175         * MAINTAINERS (write-after-approval): Add self.
5176
5177 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
5178
5179         * MAINTAINERS (GNATS only accounts): Remove self.
5180
5181 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
5182
5183         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
5184         libf2c.
5185
5186 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
5187
5188         * MAINTAINERS (Write After Approval): Add self.
5189
5190 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
5191
5192         * MAINTAINERS: mips and s390 are also CPU ports.
5193
5194 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
5195
5196         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
5197
5198 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
5199
5200         * MAINTAINERS: Alphabetize.
5201
5202 2001-11-09  Kazu Hirata  <kazu@hxi.com>
5203
5204         * MAINTAINERS (Various maintainers: h8 port): Add myself.
5205
5206 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
5207
5208         * MAINTAINERS (Various maintainers: hppa port): Added myself.
5209
5210 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
5211
5212         * configure.in (--enable-languages): Be more permissive about
5213         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
5214
5215 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
5216
5217         * config.sub: Import from master sources, rev. 1.230.
5218         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
5219
5220 2001-11-07  Laurent Guerby  <guerby@acm.org>
5221
5222         * MAINTAINERS (Write After Approval): Add self.
5223
5224 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
5225
5226         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
5227
5228 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
5229
5230         * config.sub: Import from master sources, rev 1.226.
5231         * config.guess: Import from master sources, rev 1.216.
5232
5233 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
5234
5235         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
5236         * MAINTAINERS: Add self as maintainer of MMIX port.
5237         Remove old after-approval entry.
5238
5239 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
5240
5241         * ChangeLog, configure: Fix spelling errors.
5242
5243 2001-10-20  Brendan Kehoe  <brendan@zen.org>
5244
5245         * MAINTAINERS: Tweak my address.
5246
5247 Thu Oct 11 21:50:15 2001  J"orn Rennecke <amylaar@onetel.net.uk>
5248
5249         * MAINTAINERS: Update my email address.
5250
5251 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
5252
5253         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
5254         * MAINTAINERS: Add self as maintainer of CRIS port.
5255
5256 2001-10-10  Geert Bosch  <bosch@gnat.com>
5257
5258         * MAINTAINERS (Various maintainers: Ada front end):
5259         Added Robert Dewar.
5260
5261 2001-10-03  David Billinghurst <David.Billinghurst@riotinto.com>
5262
5263         * MAINTAINERS (Write After Approval): Added self
5264
5265 2001-10-02  Geert Bosch  <bosch@gnat.com>
5266
5267         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
5268
5269 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
5270
5271         * configure: Handle temporary files securely using mkdir.
5272
5273 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
5274
5275         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
5276
5277 2001-09-26  Will Cohen <wcohen@redhat.com>
5278
5279         * configure.in (*-*-linux*): Disable configuration of target-newlib
5280         and target-libgloss.
5281
5282 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
5283
5284         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
5285         RANLIB.
5286
5287 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
5288
5289         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
5290         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
5291         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
5292         avoid quotes nesting problems.
5293         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
5294         (DO_X): Export only variables that are set.
5295
5296 2001-09-19  Ben Elliston  <bje@redhat.com>
5297
5298         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
5299         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
5300         semantics.  Use the shell built-in "type" command instead.
5301
5302 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
5303
5304         Merged from gcc-3_0-branch:
5305         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
5306         * ltcf-c.sh: Use $objext, not $ac_objext.
5307         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
5308         * ltcf-cxx.sh: Add support for GNU.
5309         2001-07-22  Timothy Wall  <twall@redhat.com>
5310         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
5311         default settings if using GNU tools with that configuration.
5312         * ltcf-cxx.sh: Ditto.
5313         * ltcf-gcj.sh: Ditto.
5314         2001-07-21  Michael Chastain  <chastain@redhat.com>
5315         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
5316         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
5317         * ltmain.sh: Mark as gcc-local.
5318
5319 2001-08-30  Eric Christopher  <echristo@redhat.com>
5320             Jason Eckhardt  <jle@redhat.com>
5321
5322         * config.guess: Merge from master sources.
5323         * config.sub: Merge from master sources, add support for mipsisa32.
5324
5325 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
5326         * config.sub: Merge from master sources, rev 1.219.
5327         * MAINTAINERS: Add self as contact for stormy16 port.
5328
5329 2001-08-14  Zack Weinberg  <zackw@panix.com>
5330
5331         * config.sub: Merge from master sources, rev 1.218.
5332         * config.guess: Merge from master sources, rev 1.209.
5333
5334 2001-08-11  Graham Stott  <grahams@redhat.com>
5335
5336         * Makefile.in (check-c++): Add missing semicolon.
5337
5338 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
5339
5340         * MAINTAINERS (Various maitainers: predict.def): Added myself.
5341
5342 2001-07-30  Eric Christopher  <echristo@redhat.com>
5343
5344         * MAINTAINERS (Various maintainers: mips port): Added myself.
5345
5346 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
5347
5348         * configure.in (sh-*-linux*): New.
5349
5350 2001-07-27  Richard Henderson  <rth@redhat.com>
5351
5352         * .cvsignore: Add LAST_UPDATED.
5353
5354 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
5355
5356         * MAINTAINERS (Various maintainers: s390 port): Added myself.
5357
5358 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
5359
5360         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
5361
5362 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
5363
5364         * MAINTAINERS (Write After Approval): Added myself.
5365
5366 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
5367
5368         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
5369         and libgcj on m68hc11/m68hc12.
5370
5371 2001-06-27  H.J. Lu  (hjl@gnu.org)
5372
5373         * Makefile (CFLAGS_FOR_BUILD): New.
5374         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
5375
5376 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
5377
5378         * README: Remove version number.
5379
5380 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
5381
5382         * INSTALL/README: Update wrt. to the installation instructions now
5383         residing in gcc/doc/install.texi.
5384
5385 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
5386
5387         * README: Replace with a cut-down and updated version of gcc/README.
5388
5389 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
5390
5391         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
5392         multilibs to be disabled.
5393
5394 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
5395
5396         * MAINTAINERS (Write After Approval): Add myself.
5397
5398 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
5399
5400         * config.guess: Import CVS version 1.195.
5401         * config.sub: Import CVS version 1.212.
5402
5403 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
5404
5405         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
5406         gcc/xgcc is built, use -print-prog-name to find out the program
5407         name to use.
5408
5409 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
5410
5411         * config.guess:  Import CVS version 1.194.  All gcc-local changes
5412         appear to also be in the master copy.
5413         * config.sub:  Import CVS version 1.211.
5414
5415 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
5416
5417         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
5418         with_gcc]: Use `gcc -shared' to build a shared library.
5419
5420 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
5421
5422         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
5423         archives.
5424
5425 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5426
5427         * MAINTAINERS (Write After Approval): Add myself.
5428
5429 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
5430
5431         * configure.in (libstdcxx_flags): Do not try to execute
5432         libstdc++-v3/testsuite_flags until it exists.
5433
5434 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
5435
5436         * MAINTAINERS: Update my email address.
5437
5438 2001-05-31  Graham Stott  <grahams@redhat.com>
5439
5440         * MAINTAINERS (Write After Approval): Add myself.
5441
5442 2001-05-28  Simon Patarin <simon.patarin@inria.fr>
5443
5444         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
5445         libraries when using g++ with native linker.
5446
5447 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
5448
5449         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
5450
5451 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
5452
5453         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
5454         [aix4*|aix5*]: Prepend blank.
5455
5456 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
5457
5458         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
5459         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
5460         of subdir/configure scripts to use the new libtool.m4.
5461
5462 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
5463
5464         * MAINTAINERS (Write After Approval): Add myself.
5465
5466 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
5467
5468         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
5469
5470 2001-05-11  Ben Elliston  <bje@redhat.com>
5471
5472         * Makefile.in (all-sid): New target.
5473         (check-sid, clean-sid, install-sid): Likewise.
5474
5475 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
5476
5477         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
5478
5479 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
5480
5481         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
5482         libgcj.
5483
5484 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
5485
5486         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
5487         gcc/xgcc is built, use -print-prog-name to find out the program
5488         name to use.
5489
5490 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
5491
5492         * configure.in (noconfigdirs): Don't reset it from scratch in the
5493         target case; only append to it.
5494
5495         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
5496         sparc-*-solaris2.8]: Disable ${libgcj}.
5497
5498 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
5499
5500         * configure.in (libgcj_saved): Copy from $libgcj.
5501         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
5502         --disable-libgcj.
5503
5504 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
5505
5506         * MAINTAINERS: Remove self as MIPS maintainer and
5507         C front end maintainer.
5508
5509 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
5510
5511         * configure.in: Move *-chorusos target case to the proper switch.
5512         Disable libgcj.
5513
5514 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
5515
5516         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
5517         1.641.2.228.
5518
5519 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5520
5521         * Makefile.in (STAGE1_CFLAGS): Pass down.
5522
5523 2001-04-13  Alan Modra  <amodra@one.net.au>
5524
5525         * config.guess: Add hppa64-linux support.  Note for next import that
5526         this is already in the master file.
5527         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
5528
5529 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
5530
5531         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
5532         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
5533
5534 2001-04-11  Stan Shebs  <shebs@apple.com>
5535
5536         * MAINTAINERS: Add self as Darwin port maintainer.
5537
5538 2001-04-11  Alan Modra  <amodra@one.net.au>
5539
5540         * MAINTAINERS: Update my email address.
5541
5542 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
5543
5544         * ltcf-cxx.sh: Support creation of C++ shared libraries on
5545         recent versions of FreeBSD (release 3 or later).
5546         * ltconfig: On FreeBSD, -lc must not be provided when building
5547         a shared library or else the standard -pthread gcc option is
5548         rendered worthless to later users of the built library.
5549
5550 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
5551
5552         * MAINTAINERS: Add self and RTH as C front end maintainers.
5553
5554 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
5555
5556         * config.sub: Make sure to match an already-canonicalized
5557         machine name (eg. mn10300-unknown-elf).
5558
5559 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
5560
5561         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
5562         New macros.
5563         (bootstrap, cross): Use RECURSE_FLAGS.
5564         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
5565
5566 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
5567
5568         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
5569
5570 2001-03-22  Colin Howell  <chowell@redhat.com>
5571
5572         * Makefile.in (DO_X): Do not backslash single-quotes in
5573         backquotes (two places).
5574
5575 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
5576
5577         Re-installed:
5578         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
5579         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
5580         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
5581         * ltcf-cxx.sh: Likewise.
5582         * ltcf-gcj.sh: Likewise.
5583
5584 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
5585
5586         * MAINTAINERS: Add myself as "documentation co-maintainer".
5587
5588 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
5589
5590         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
5591         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
5592
5593 2001-03-19  Tom Tromey  <tromey@redhat.com>
5594
5595         * config-ml.in: Handle GCJ and GCJFLAGS.
5596
5597 2001-03-21  Michael Chastain  <chastain@redhat.com>
5598
5599         * Makefile.in: all-m4 depends on all-texinfo.
5600
5601 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
5602
5603         * MAINTAINERS: Add myself to write after approval list.
5604
5605 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
5606
5607         * Makefile.in (DO_X): Quote nested quotes.
5608
5609 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
5610
5611         * MAINTAINERS: Add myself to write after approval list.
5612
5613 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
5614
5615         * Makefile.in (DO_X): Use double quotes for quoting
5616         "RANLIB=$${RANLIB}".
5617
5618 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
5619
5620         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
5621
5622 2001-03-09  Nicola Pero <n.pero@mi.flashnet.it>
5623
5624         * configure.in: Only use `lang_requires' for languages athat are
5625         actually enabled.
5626
5627 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
5628
5629         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
5630
5631 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
5632
5633         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
5634
5635 2001-03-07  Tom Tromey  <tromey@redhat.com>
5636
5637         * configure.in: Allow config-lang.in to set `lang_requires' to list
5638         of other required languages.
5639
5640 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
5641
5642         * Makefile.in: Remove RANLIB definition. Use RANLIB
5643         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
5644         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
5645
5646 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
5647             Alexandre Oliva  <aoliva@redhat.com>
5648
5649         * Makefile.in (check-c++): Use tabs, not spaces.
5650
5651 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
5652
5653         * MAINTAINERS: add myself to Write After Approval list.
5654
5655 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
5656
5657         * Makefile.in (check-c++): New rule.
5658
5659         * configure.in (target_libs): Remove libg++.
5660         (noconfigdirs): Remove libg++.
5661         (noconfigdirs): Same.
5662         (noconfigdirs): Same.
5663         (noconfigdirs): Same.
5664
5665         * config-ml.in: Remove libg++ references.
5666
5667         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
5668         (ALL_TARGET_MODULES): Same.
5669         (configure-target-libg++): Remove.
5670         (all-target-libg++): Remove.
5671         (configure-target-libio): Remove.
5672         (all-target-libio): Remove.
5673         (check-target-libio): Remove.
5674         (.PHONY): Remove.
5675         (libg++.tar.bz2): Remove.
5676         (all-target-cygmon): Remove libio.
5677         (all-target-libstdc++): Remove.
5678         (configure-target-libstdc++): Remove.
5679         (TARGET_LIB_PATH): Remove libstdc++.
5680         (ALL_GCC_CXX): Remove libstdc++.
5681         (all-target-gperf): Correct.
5682
5683 2001-02-16  Nick Clifton  <nickc@redhat.com>
5684
5685         * configure.in (noconfigdirs): Allow configuration of texinfo
5686         for Cygwin hosts.
5687
5688 2001-02-15  Anthony Green  <green@redhat.com>
5689
5690         * configure: Introduce GCJ_FOR_TARGET.
5691         * configure.in: Ditto.
5692         * Makefile.in: Ditto.
5693
5694 2001-02-13  Andreas Schwab  <schwab@suse.de>
5695
5696         * MAINTAINERS: Update mail address.
5697
5698 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5699
5700         * config.guess: Add linux target for S/390.
5701         * config.sub: Likewise.
5702
5703 2001-02-08  Chandrakala Chavva <cchavva@redhat.com>
5704
5705         * configure.in: for *-chorusos, don't config target-newlib and
5706         target-libgloss.
5707
5708 2001-02-06  Ben Elliston  <bje@redhat.com>
5709
5710         * configure: Output host type to stdout, not stderr.
5711
5712 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
5713
5714         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
5715         * ltcf-cxx.sh: Likewise.
5716
5717         * config.if: Assume enable_libstdcxx_v3 is defined.
5718
5719 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
5720
5721         Remove V2 C++ library.
5722         * configure.in: Remove --enable-libstdcxx_v3 support.
5723
5724 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
5725
5726         * include/demangle.h: Add prototype for java_demangle_v3.
5727
5728 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
5729
5730         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
5731
5732 2001-01-27  Richard Henderson  <rth@redhat.com>
5733
5734         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
5735
5736 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
5737
5738         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
5739         Don't unset, it's non-portable and no longer necessary, set to empty
5740         instead.
5741
5742 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5743
5744         * ltconfig: Shell portability fix for the tagname validity check.
5745
5746 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
5747
5748         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
5749         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
5750
5751 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
5752
5753         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
5754
5755 2001-01-26  Tom Tromey  <tromey@redhat.com>
5756
5757         * configure.in: Allow libgcj to be built on Sparc Solaris.
5758
5759 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
5760
5761         * ltcf-c.sh: Add aix5 case.
5762         * ltcf-cxx.sh: Likewise.
5763         * ltconfig: Likewise.
5764
5765 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
5766
5767         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
5768         keep at least one of build_libtool_libs or build_old_libs set to
5769         yes.
5770
5771         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
5772         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
5773
5774 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
5775
5776         * configure.in: Enable libgcj on several additional platforms.
5777
5778 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
5779
5780         * configure.in: Enable libgcj for linux targets.
5781
5782 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
5783
5784         * MAINTAINERS (Write After Approval): Add myself.
5785
5786 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
5787
5788         * MAINTAINERS: Add myself as vax port maintainer.
5789
5790 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
5791
5792         * MAINTAINERS: Add myself as Mercury front-end maintainer.
5793
5794 2001-01-09  Mike Stump  <mrs@wrs.com>
5795
5796         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
5797         failures of subdirectories.
5798
5799 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
5800
5801         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
5802         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
5803         * ltcf-cxx.sh: Likewise.
5804         * ltcf-gcj.sh: Likewise.
5805         * ltconfig.sh: Fix typo.
5806
5807 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
5808
5809         * configure: handle DOS-style absolute paths.
5810
5811 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
5812
5813         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
5814
5815 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
5816
5817         * MAINTAINERS: Add myself as avr port co-maintainer.
5818
5819 2000-12-28  Ben Elliston  <bje@redhat.com>
5820
5821         * MAINTAINERS: Add myself under ``Write After Approval''.
5822
5823 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
5824
5825         * texinfo: Remove directory from GCC.
5826
5827 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
5828
5829         * COPYING: Update to current
5830         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
5831         to 19yy as example year in copyright notice).
5832
5833 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
5834
5835         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
5836         (libstdcxx_incdir): Pass down.
5837         * config.if: Remove expired bits for cxx_interface, add stub.
5838         (libstdcxx_incdir): Add variable for g++ include directory.
5839         * configure.in (gxx_include_dir): Use it.
5840
5841 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
5842
5843         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
5844         with old-email address from ``Write After Approval''.
5845
5846 2000-12-15  Andreas Jaeger  <aj@suse.de>
5847
5848         * configure.in: Handle lang_dirs.
5849
5850 2000-12-14  Tom Tromey  <tromey@redhat.com>
5851
5852         * MAINTAINERS: Removed brads.
5853
5854         * MAINTAINERS: Added gcj developers.
5855
5856 2000-12-13  Anthony Green  <green@redhat.com>
5857
5858         * configure.in: Disable libgcj for any target not specifically
5859         listed.  Disable libgcj for x86 and Alpha Linux until compatible
5860         with g++ abi.
5861
5862 2000-12-13  Mike Stump  <mrs@wrs.com>
5863
5864         * Makefile.in (local-distclean): Also remove fastjar.
5865
5866 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
5867
5868         * contrib/gcc_update: Add fastjar --touch entries.
5869
5870 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
5871
5872         * configure.in: Disable language-specific target libraries for
5873         languages that aren't enabled.
5874
5875 2000-12-10  Anthony Green  <green@redhat.com>
5876
5877         * configure.in: Define libgcj.  Disable libgcj target libraries for
5878         most targets.
5879
5880 2000-12-10  Neil Booth  <neilb@earthling.net>
5881
5882         * MAINTAINERS: Update mail address, remove from WAA list.
5883
5884 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5885
5886         * libjava: Imported from /cvs/java.
5887         * libffi: Likewise.
5888         * Boehm-gc: Likewise.
5889
5890 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5891
5892         * configure.in (target_libs): Revert 2000-12-08 patch.
5893         (noconfigdirs): Added target-libjava.
5894
5895 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
5896
5897         * djunpack.bat: removed.
5898
5899 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
5900
5901         * Makefile.in: handle DOS-style absolute paths.
5902         * config-ml.in: likewise.
5903         * symlink-tree: likewise.
5904
5905 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5906
5907         * fastjar: Imported.
5908
5909 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5910
5911         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
5912         libjava.
5913         * configure.in (target_libs): Removed `target-libjava'.
5914
5915 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5916
5917         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
5918         (ALL_MODULES): Added fastjar.
5919         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
5920         (all-target-libjava): all-fastjar replaces all-zip.
5921         (all-fastjar): Added.
5922         (configure-target-fastjar, all-target-fastjar): Likewise.
5923         * configure.in (host_tools): Added fastjar.
5924
5925 2000-12-07  Mike Stump  <mrs@wrs.com>
5926
5927         * Makefile.in (local-distclean): Remove leftover built files.
5928
5929 2000-11-24  Nick Clifton  <nickc@redhat.com>
5930
5931         * configure.in (xscale-elf): Add target.
5932         (xscale-coff): Add target.
5933
5934 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
5935
5936         * ltcf-cxx.sh: Support creation of C++ shared libraries on
5937         recent versions of FreeBSD (release 3 or later).
5938         * ltconfig: On FreeBSD, -lc must not be provided when building
5939         a shared library or else the standard -pthread gcc option is
5940         rendered worthless to later users of the built library.
5941
5942 2000-11-16  Fred Fish  <fnf@be.com>
5943
5944         * configure.in (enable_libstdcxx_v3): Fix typo,
5945         libstd++ -> libstdc++.
5946
5947 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5948
5949         * MAINTAINERS: Add self to Write After Approval list.
5950
5951 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
5952
5953         * MAINTAINERS: Update my email address.  Add myself to global write
5954         privs list.
5955
5956 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
5957
5958         * Makefile.in: Merge with src and libgcj.
5959         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
5960         configure-target-<library> when their configure scripts need the C
5961         or C++ library to have already been built to work properly.
5962         (do_proto_toplev): Set them to an empty string.
5963
5964         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
5965         (REALLY_SET_LIB_PATH): Use them.
5966
5967 2000-11-17  Stan Shebs  <shebs@apple.com>
5968
5969         * MAINTAINERS: Add self to Write After Approval list.
5970
5971 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
5972
5973         * configure: Provide the original toplevel configure arguments
5974         (including $0) to subprocesses in the environment rather than
5975         through gcc/configargs.h.
5976
5977 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
5978
5979         * MAINTAINERS: Remove references to cccp. Change C9X reference to
5980         C99.  Alphabetise "Write After Approval" list.
5981
5982 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
5983
5984         * configure: Turn on libstdc++ V3 by default.
5985
5986         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
5987         if we've got GCC.
5988
5989 2000-11-11  Philip Blundell  <philb@gnu.org>
5990
5991         * MAINTAINERS: Add self to Write After Approval list.
5992
5993 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
5994
5995         * ltcf-c.sh (aix4): Improve shared library configuration; require
5996         exporting symbols.
5997         * ltcf-cxx.sh (aix4): Define.
5998         * ltconfig (aix4): Define library and soname specs appropriate for
5999         AIX.  Define command to create export symbols list.
6000
6001 Mon Nov  6 14:19:35 2000  Christopher Faylor <cgf@cygnus.com>
6002
6003         * config.sub: Add support for Sun Chorus
6004
6005 2000-10-31  Nick Clifton  <nickc@redhat.com>
6006
6007         * MAINTAINERS: Rename <name>@cygnus.com addresses to
6008         <name>@redhat.com.  Also installed new email address for Clint
6009         Popetz.
6010
6011 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
6012
6013         * etc: Remove directory from GCC.
6014
6015 2000-10-16  Michael Meissner  <meissner@redhat.com>
6016
6017         * configure (gcc/configargs.h): Only create if there is a build GCC
6018         directory created.
6019
6020 2000-10-16  Matthias Klose  <doko@debian.org>
6021
6022         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
6023         when configured for libstdc++-v3.
6024
6025 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
6026
6027         * configure: Save configure arguments to gcc/configargs.h.
6028
6029 2000-10-04  Philipp Thomas  <pthomas@suse.de>
6030
6031         * config.guess: Import CVS version 1.157.
6032         * config.sub: Import CVS version 1.181.
6033
6034 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
6035
6036         * Makefile.in (bootstrap): avoid recursion if subdir missing
6037         (cross): ditto
6038         (do-proto-toplev): ditto
6039
6040 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
6041
6042         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
6043         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
6044
6045         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
6046         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
6047         all affected `configure' scripts.
6048
6049 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
6050
6051         * MAINTAINERS: Add self as cpplib co-maintainer.
6052
6053 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
6054
6055         * MAINTAINERS: Add self to Write After Approval list.
6056
6057 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6058
6059         * INSTALL/README: egcs -> GCC update.
6060
6061 Sun Sep 17 16:55:59 CEST 2000   Marc Espie <espie@cvs.openbsd.org>
6062
6063         * MAINTAINERS: Add myself to Write After Approval list.
6064
6065 2000-09-15  Kazu Hirata  <kazu@hxi.com>
6066
6067         * MAINTAINERS: Add myself to Write After Approval list.
6068
6069 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
6070
6071         * configure.in: Do not build byacc for hppa64.  Provide paths to the
6072         X11 libraries for hppa64.
6073
6074 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
6075
6076         * MAINTAINERS: Add myself as 68hc11 port maintainer.
6077
6078 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
6079
6080         * Makefile.in (all-zlib): Added dummy target.
6081
6082         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
6083         ltcf-gcj.sh: Updated from libtool multi-language branch.
6084
6085 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
6086
6087         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
6088         (bootstrap*): Depend on all-bootstrap.
6089
6090 2000-09-05  Philipp Thomas  <pthomas@suse.de>
6091
6092         * config.guess: Import CVS version 1.156.
6093         * config.sub: Import CVS version 1.179.
6094
6095 2000-09-02  Anthony Green  <green@cygnus.com>
6096
6097         * Makefile.in (all-gcc): Depend on all-zlib.
6098         (CLEAN_MODULES): Add clean-zlib.
6099         (ALL_MODULES): Add all-zlib.
6100         * configure.in (host_libs): Add zlib.
6101
6102 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
6103
6104         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
6105         crosses, but add gcc/include to the header search path for them.
6106
6107 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
6108
6109         * MAINTAINERS: Add self to Write After Approval list.
6110
6111 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6112
6113         * config.guess: Import CVS version 1.152.
6114         * config.sub: Import CVS version 1.177.
6115
6116 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
6117
6118         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
6119         $targargs to tell whether newlib is going to be built.
6120
6121         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
6122         $$r/TARGET_SUBDIR/libio for _G_config.h.
6123
6124 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
6125
6126         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
6127
6128 2000-08-22  DJ Delorie  <dj@redhat.com>
6129
6130         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
6131
6132 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
6133
6134         * config-ml.in (CC, CXX): Avoid trailing whitespace.
6135         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
6136         sub-configures.
6137
6138 2000-08-21  DJ Delorie  <dj@redhat.com>
6139
6140         * MAINTAINERS: Add self as a libiberty maintainer
6141
6142 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
6143
6144         * configure.in (libstdcxx_flags): Use
6145         libstdc++-v3/src/libstdc++.INC.
6146
6147 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
6148
6149         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
6150
6151 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
6152
6153         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
6154
6155         * configure: Make enable_threads and enable_shared defaults
6156         explicit.  Substitute enable_threads into generated Makefiles.
6157         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
6158         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
6159
6160 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
6161
6162         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
6163
6164 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
6165
6166         * config-ml.in (CC): Remove bogus duplicate quotation mark from
6167         previous delta.
6168
6169 2000-08-11  Jason Merrill  <jason@redhat.com>
6170
6171         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
6172         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
6173         (FLAGS_FOR_TARGET): Not here.
6174         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
6175
6176 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
6177
6178         * config-ml.in (CC, CXX): Don't introduce a leading space.
6179
6180 2000-08-07  DJ Delorie  <dj@delorie.com>
6181
6182         * MAINTAINERS: Add self as a DJGPP maintainer
6183
6184 2000-08-07  DJ Delorie  <dj@redhat.com>
6185
6186         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
6187         "if we're also building gcc, and it's a gcc that will run on the
6188         build machine, we want to use its includes instead of the system's
6189         default includes".
6190
6191 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
6192
6193         * MAINTAINERS: Add self to Write After Approval list.
6194
6195 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
6196
6197         * configure.in (libstdcxx_flags): Don't use `"'.
6198
6199         * config-ml.in: Adjust multilib search paths to the
6200         appropriate multilib tree.
6201
6202 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
6203
6204         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
6205         commas in $LANGUAGES.
6206
6207 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
6208
6209         * configure.in: Re-enable all references to libg++ and librx.
6210
6211 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
6212
6213         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
6214         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
6215         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
6216         * ltcf-cxx.sh (need_lc): Set based on postdeps.
6217
6218         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
6219
6220 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
6221
6222         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
6223         CXX_FOR_TARGET for sed.
6224
6225 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
6226
6227         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
6228         Do not override if already set in the environment or in configure.
6229         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
6230         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
6231
6232 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
6233
6234         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
6235         the libtool CVS tree multi-language branch.
6236         * ltconfig, ltmain.sh: Updated.
6237
6238 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
6239
6240         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
6241         (clean-target): Depend on it.
6242
6243         * Makefile.in (FLAGS_FOR_TARGET): New macro.
6244         (GCC_FOR_TARGET): Use it.
6245         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
6246         * configure.in: ... here.
6247         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
6248         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
6249
6250 2000-07-24  Eric Christopher  <echristo@cygnus.com>
6251
6252         * MAINTAINERS: Add self to Write After Approval list.
6253
6254 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
6255
6256         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
6257         (configure-target-libchill, configure-target-libobjc): Likewise.
6258
6259         * configure.in: Use the same cache file for all target libs.
6260         * config-ml.in: But different cache files per multilib variant.
6261
6262 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
6263
6264         * configure (topsrcdir): Don't use dirname.
6265
6266 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
6267
6268         * MAINTAINERS: Add self to Write After Approval list.
6269
6270 2000-07-20  Jason Merrill  <jason@redhat.com>
6271
6272         * configure.in: Remove all references to libg++ and librx.
6273
6274         * configure, configure.in, Makefile.in: Unify gcc and binutils.
6275
6276 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
6277
6278         * config.sub: Update to subversions version 2000-07-06.
6279
6280 2000-07-12  Andrew Haley  <aph@cygnus.com>
6281
6282         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
6283         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
6284
6285 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
6286
6287         * symlink-tree:  Check number of arguments.
6288
6289 2000-07-05  Jim Wilson  <wilson@cygnus.com>
6290
6291         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
6292         search path for a g++ extracted from the build tree.  This
6293         will allow link tests run by configure scripts in
6294         subdirectories to succeed.
6295
6296 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
6297
6298         * ltconfig: Add support for mips-dde-sysv4.2MP
6299
6300 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
6301
6302         * MAINTAINERS: Add myself as loop discovery maintainer.
6303
6304 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
6305
6306         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
6307         `os2'. Force ac_cv_exeext to be ".exe" in that case.
6308
6309 2000-06-19  Timothy Wall  <twall@cygnus.com>
6310
6311         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
6312         * config.sub: Add tic54x target.
6313
6314 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
6315
6316         * MAINTAINERS: Add self as Fortran maintainer,
6317         remove Craig Burley.
6318
6319 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
6320
6321         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
6322         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
6323
6324 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
6325
6326         * MAINTAINERS: Add self as i18n maintainer
6327
6328 20000-05-21  H.J. Lu  (hjl@gnu.org)
6329
6330         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
6331         directory are used if they exist. Make sure
6332         $(build_tooldir)/include is searched for header files,
6333         $(build_tooldir)/lib/ for library files.
6334         (GCC_FOR_TARGET): Likewise.
6335         (CXX_FOR_TARGET): Likewise.
6336
6337 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
6338
6339         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
6340
6341 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
6342
6343         * Makefile.in (configure-target-libiberty): Depend on
6344         configure-target-newlib.
6345
6346 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
6347
6348         * configure.in, Makefile.in: Merge all libffi-related
6349         configury stuff from the libgcj tree.
6350
6351 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
6352
6353         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
6354         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
6355
6356 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
6357
6358         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
6359         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
6360         current version information.  Add to proto-toplev directory.
6361         (gdb-taz): Build do-djunpack.
6362
6363 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
6364
6365         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
6366
6367 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
6368
6369         * MAINTAINERS: Add self to Write After Approval list.
6370
6371 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
6372
6373         * ltmain.sh: Preserve in relink_command any environment
6374         variables that may affect the linker behavior.
6375
6376 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
6377
6378         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
6379
6380 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
6381
6382         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
6383
6384 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
6385
6386         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
6387         with the version name.
6388
6389 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
6390
6391         * MAINTAINERS: Add self as bb-reorder maintainer.
6392
6393 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
6394
6395         * config.if: Tweak.
6396
6397 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
6398
6399         * djunpack.bat: New file.
6400
6401 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
6402
6403         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
6404         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
6405         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
6406         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
6407
6408 2000-04-16  Dave Pitts  <dpitts@cozx.com>
6409
6410         * config.sub (case $basic_machine): Change default for "ibm-*"
6411         to "openedition".
6412
6413 2000-04-13  Andreas Jaeger  <aj@suse.de>
6414
6415         * MAINTAINERS: Added myself.
6416
6417 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
6418
6419         * Makefile.in (gdb-taz): New target.  GDB specific archive.
6420         (do-md5sum): New target.
6421         (MD5PROG): Define.
6422         (PACKAGE): Default to TOOL.
6423         (VER): Default to a shell script.
6424         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
6425         md5 checksum generation.
6426         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
6427         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
6428         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
6429         insight.tar.bz2): Use gdb-taz to create archive.
6430
6431 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
6432
6433         * configure (warn_cflags): Delete.
6434
6435 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
6436
6437         * MAINTAINERS: Added myself.
6438
6439 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
6440             Martin v. Loewis  <martin@loewis.home.cs.tu-berlin.de>
6441
6442         * configure.in (enable_libstdcxx_v3): Add.
6443         (target_libs): Add bits here to switch between libstdc++-v2 and
6444         libstdc++-v3.
6445         * config.if: And this file too.
6446         * Makefile.in: Add libstdc++-v3 targets.
6447
6448 2000-04-05  Michael Meissner  <meissner@redhat.com>
6449
6450         * config.sub (d30v): Add d30v as a basic machine type.
6451
6452 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
6453
6454         * configure.in: -linux-gnu*, not -linux-gnu.
6455
6456 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
6457
6458         * MAINTAINERS: Add self in write-after-approval section.
6459
6460 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
6461
6462         * MAINTAINERS: Add self as ia64 port maintainer.
6463
6464 2000-03-08  Neil Booth  <NeilB@earthling.net>
6465
6466         * MAINTAINERS: Add self in write-after-approval section.
6467
6468 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
6469
6470         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
6471         (do-tar-bz2): Replace TOOL with PACKAGE.
6472         (gdb.tar.bz2): Remove GDBTK from GDB package.
6473         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
6474         dejagnu.tar.bz2): New packages.
6475
6476 2000-02-27  Andreas Jaeger  <aj@suse.de>
6477
6478         * configure.in: Add entry for mips*-*-linux*, move catch all
6479         *-*-*linux* entry below this one.
6480
6481 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
6482
6483         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
6484
6485 2000-02-24  Nick Clifton  <nickc@cygnus.com>
6486
6487         * config.sub: Support an OS of "wince".
6488
6489 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
6490
6491         * config.guess, config.sub: Updated to match config's 2000-02-15
6492         version.
6493
6494 2000-02-23  Linas Vepstas <linas@linas.org>
6495
6496         * config.sub: Add support for Linux/IBM 370.
6497         * configure.in: Likewise.
6498
6499 2000-02-22  Nick Clifton  <nickc@cygnus.com>
6500
6501         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
6502
6503 2000-02-20  Christopher Faylor <cgf@cygnus.com>
6504
6505         * config.guess: Guess "cygwin" rather than "cygwin32".
6506
6507 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6508
6509         * configure (gcc_version): When setting, narrow search to
6510         lines containing `version_string'.
6511
6512 2000-02-15  Denis Chertykov  <denisc@overta.ru>
6513
6514         * config.sub: Add support for avr target.
6515
6516 2000-02-14  Nick Clifton  <nickc@cygnus.com>
6517
6518         * MAINTAINERS: Add maintainers for MCore port.
6519
6520 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
6521
6522         * config.sub: Add mmix-knuth-mmixware.
6523
6524 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6525
6526         * MAINTAINERS: Pair cccp with cpplib maintainership.
6527
6528 2000-01-27  Christopher Faylor <cgf@redhat.com>
6529
6530         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
6531         structure stuff to -L library search.
6532         (CXX_FOR_TARGET): Ditto.
6533         (CROSS_CHECK_MODULES): Fix spelling mistake.
6534
6535 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
6536
6537         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
6538         the C++ compiler.
6539
6540 2000-01-12  Richard Henderson  <rth@cygnus.com>
6541
6542         * configure.in: Don't build some bits for beos.
6543
6544 2000-01-12  Joel Sherrill (joel@OARcorp.com)
6545
6546         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
6547         as include files.
6548
6549 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
6550
6551         * Add self as cpplib maintainer, as requested by Jason
6552         Merrill.  Correct my e-mail address.
6553
6554 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
6555
6556         * configure.in: Use mt-aix43 to handle *_TARGET defs,
6557         not mh-aix43.
6558
6559 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
6560
6561         * MAINTAINERS: Add myself to "write after approval" list.
6562
6563 1999-12-14  Richard Henderson  <rth@cygnus.com>
6564
6565         * config.guess (alpha-osf, alpha-linux): Detect ev67.
6566         * config.sub: Accept alphaev[78], alphaev8.
6567
6568 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
6569
6570         * config.guess, config.sub: Update from autoconf.
6571
6572 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
6573
6574         * MAINTAINERS:  update my playtime e-address.
6575
6576 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6577
6578         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
6579         necessary libraries are missing.
6580
6581 Fri Nov 19 11:22:31 MST 1999    Diego Novillo <dnovillo@cygnus.com>
6582
6583         * MAINTAINERS: Add new 'write after approval' maintainer.
6584
6585 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6586
6587         * MAINTAINERS: Add new Java maintainer.
6588
6589 1999-10-25  Andreas Schwab  <schwab@suse.de>
6590
6591         * configure: Fix quoting inside arguments of eval.
6592
6593 1999-10-21  Nick Clifton  <nickc@cygnus.com>
6594
6595         * config-ml.in: Allow suppression of some ARM multilibs.
6596
6597 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
6598
6599         * config.guess: Add OS/390 match pattern.
6600         * config.sub: Add mvs, openedition targets.
6601         * configure.in (i370-ibm-opened*): New.
6602
6603 1999-09-04  Steve Chamberlain  <sac@pobox.com>
6604
6605         * config.sub: Add support for configuring for pj.
6606
6607 1999-08-31  Nick Clifton  <nickc@cygnus.com>
6608
6609         * config.sub (maybe_os): Add support for configuring for fr30.
6610
6611 1999-08-25  Nick Clifton  <nickc@cygnus.com>
6612
6613         * configure.in: Do not configure or build ld for AIX
6614         platforms.  ld is known to be broken on these platforms.
6615
6616 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6617
6618         * config-ml.in: Pass compiler flag corresponding to multidirs to
6619         subdir configures.
6620
6621 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
6622
6623         * Makefile.in (LDFLAGS): Define.
6624
6625 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
6626
6627         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
6628         noconfigdirs.
6629         (*-*-cygwin*): Likewise.
6630
6631 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
6632
6633         * mkdep: New file.
6634         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
6635         (BINUTILS_SUPPORT_DIRS): Add mkdep.
6636
6637         From Eli Zaretskii <eliz@is.elta.co.il>:
6638         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
6639         long file name when using DJGPP on MS-DOS.
6640
6641 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
6642
6643         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
6644
6645 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
6646
6647         * Makefile.in (check-target-libio): Remove all-target-libstdc++
6648         dependency as this causes "make check" to globally "make all"
6649
6650 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
6651
6652         * configure.in (target_libs): Added target-zlib.
6653         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
6654         (CONFIGURE_TARGET_MODULES): Likewise.
6655         (CHECK_TARGET_MODULES): Likewise.
6656         (INSTALL_TARGET_MODULES): Likewise.
6657         (CLEAN_TARGET_MODULES): Likewise.
6658         (configure-target-zlib): New target.
6659         (all-target-zlib): Likewise.
6660         (all-target-libjava): Depend on all-target-zlib.
6661         (configure-target-libjava): Depend on configure-target-zlib.
6662
6663         * Makefile.in (configure-target-libjava): Depend on
6664         configure-target-newlib.
6665         (configure-target-boehm-gc): New target.
6666         (configure-target-qthreads): New target.
6667
6668         * configure.in (target_libs): Added target-qthreads.
6669         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
6670         (CONFIGURE_TARGET_MODULES): Likewise.
6671         (CHECK_TARGET_MODULES): Likewise.
6672         (INSTALL_TARGET_MODULES): Likewise.
6673         (CLEAN_TARGET_MODULES): Likewise.
6674         (all-target-qthreads): New target.
6675         (configure-target-libjava): Depend on configure-target-qthreads.
6676         (all-target-libjava): Depend on all-target-qthreads.
6677
6678         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
6679         (CONFIGURE_TARGET_MODULES): Likewise.
6680         (CHECK_TARGET_MODULES): Likewise.
6681         (INSTALL_TARGET_MODULES): Likewise.
6682         (CLEAN_TARGET_MODULES): Likewise.
6683         (all-target-libjava): New target.
6684         (all-target-boehm-gc): Likewise.
6685         * configure.in (target_libs): Added libjava, boehm-gc.
6686
6687 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
6688
6689         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
6690         configure.bat in SUPPORT_FILES.
6691         (gas+binutils.tar.bz2): Likewise.
6692
6693         * makeall.bat: Remove; obsolete.
6694
6695 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
6696
6697         From Mark Elbrecht:
6698         * configure.bat: Remove; obsolete.
6699
6700 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
6701
6702         * configure: Add -W -Wall to the default CFLAGS when compiling with
6703         gcc.
6704
6705 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
6706
6707         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
6708
6709 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
6710
6711         * configure.in: Build ld on IRIX6.
6712
6713 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
6714
6715         * Makefile.in: Change distribution targets to use bzip2 instead of
6716         gzip.
6717         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
6718         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
6719
6720 1999-06-04  Nick Clifton  <nickc@cygnus.com>
6721
6722         * config.sub: Add mcore target.
6723
6724 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
6725
6726         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
6727
6728 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
6729
6730         * config.guess (dummy): Changed to $dummy.
6731
6732 1999-05-24  Nick Clifton  <nickc@cygnus.com>
6733
6734         * config.sub: Tidied up case statements.
6735
6736 1999-05-22  Ben Elliston  <bje@cygnus.com>
6737
6738         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
6739         <jiro@din.or.jp>.
6740
6741         * config.guess: Merge with FSF version. Future changes will be
6742         more accurately recorded in this ChangeLog.
6743         * config.sub: Likewise.
6744
6745 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
6746
6747          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
6748
6749 1999-04-30  Tom Tromey  <tromey@cygnus.com>
6750
6751         * ltmain.sh: [mode link] Always use CC given by ltconfig.
6752
6753 1999-04-23  Tom Tromey  <tromey@cygnus.com>
6754
6755         * ltconfig, ltmain.sh: Update to libtool 1.2f.
6756
6757 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
6758
6759         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
6760         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
6761         Bad merge removed these two changes.
6762
6763 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
6764                           Martin Heller (Ing.-Buero_Heller@t-online.de)
6765
6766         * config.guess (interix Alpha): Add.
6767
6768 1999-04-11  Richard Henderson  <rth@cygnus.com>
6769
6770         * configure.in (i?86-*-beos*): Do config gperf; don't config
6771         gdb, newlib, or libgloss.
6772
6773 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
6774
6775         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
6776         link a trivial program with -mabi=64.  If it fails, remove mabi=64
6777         from multidirs.
6778
6779 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
6780
6781         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
6782
6783 1999-04-08  Nick Clifton  <nickc@cygnus.com>
6784
6785         * config.sub: Add support for mcore targets.
6786
6787 1999-04-07  Michael Meissner  <meissner@cygnus.com>
6788
6789         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
6790         not mt-ospace, in order to shut up assembler warning about using
6791         symbols that are named the same as registers.
6792
6793 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
6794
6795         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
6796         dependency list for all-target-cygmon.
6797
6798 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
6799
6800         * config-ml.in: Check $host, not $target, for selective multilibs.
6801         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
6802         thumb interworking, and underscore prefix multilibs.
6803
6804 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
6805
6806         * missing: Update to version from current automake.
6807
6808 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
6809
6810         * configure (gxx_include_dir): Removed.
6811
6812         * configure.in (gxx_include_dir): Handle it.
6813         * Makefile.in: Likewise.
6814
6815 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
6816
6817         * config.sub (mips64vr4111,mips64vr4111el) Add.
6818
6819 1999-03-21  Ben Elliston  <bje@cygnus.com>
6820
6821         * config.guess: Correct typo for detecting ELF on FreeBSD.
6822
6823 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
6824
6825         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
6826         config/mh-djgpp.
6827
6828 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
6829
6830         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
6831         all-target-newlib to dependency list for all-target-bsp.
6832
6833 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
6834
6835         * config.sub: Add i386-uwin support.
6836         * config.guess: Likewise.
6837
6838 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6839
6840         * configure.in: cleanup, add mh-*pic handling for arm, special
6841         case powerpc*-*-aix*
6842
6843 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
6844
6845         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
6846         can be built.
6847
6848 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
6849
6850         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
6851         targets.
6852
6853 1999-03-02  Nick Clifton  <nickc@cygnus.com>
6854
6855         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
6856
6857 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
6858
6859         * config.sub: Check for "cygwin*" rather than "cygwin32*"
6860
6861 1999-02-24  Nick Clifton  <nickc@cygnus.com>
6862
6863         * config.sub: Fix typo in arm recognition.
6864
6865 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
6866
6867         * configure.in (noconfigdirs): Changed target_configdirs to
6868         include target-bsp only for m68k-*-elf* and m68k-*-coff*
6869         rather than m68k-*-* since it is not known to work on
6870         m68k-aout. Ditto for arm-*-*oabi.
6871
6872 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
6873
6874         * configure.in (*-*-windows*): Remove, no longer used.
6875
6876 1999-02-19  Ben Elliston <bje@cygnus.com>
6877
6878         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
6879         Smart and improved by Andrew Cagney.
6880
6881 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
6882
6883         * config.guess: Recognize openbsd-*-hppa.
6884
6885 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
6886
6887         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
6888         only if it is not empty.
6889
6890 1999-02-17  Nick Clifton  <nickc@cygnus.com>
6891
6892         Patch from: Scott Bambrough <scottb@corelcomputer.com>
6893
6894         * config.guess: Modified to recognize uname's armv* syntax.
6895
6896         * config.sub: Modified to recognize uname's armv* syntax.
6897
6898 1999-02-17  Mark Salter  <msalter@cygnus.com>
6899
6900         * configure.in: Added target-bsp for sparclite.
6901
6902 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
6903
6904         * config.sub: Recognize alphapca5[67] and up to alphaev8.
6905
6906 1999-02-08  Nick Clifton  <nickc@cygnus.com>
6907
6908         * configure.in: Add support for strongarm port.
6909         * config.sub: Add support for strongarm target.
6910
6911 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
6912
6913         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
6914         the old name config/mh-cygwin32.
6915         Enable texinfo.
6916
6917 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
6918
6919         * configure.in: Do build ld for ix86 Solaris.
6920
6921 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
6922
6923         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
6924         $AR_FOR_TARGET.  Likewise for RANLIB.
6925
6926 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
6927
6928         * config.sub (oabi):  Recognize.
6929         * configure.in (arm-*-oabi):  Handle.
6930
6931 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
6932
6933         * config.guess: Improve detection of i686 on UnixWare 7.
6934
6935 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
6936
6937         * config.guess: Add support for i386-pc-interix.
6938         * config.sub: Likewise.
6939         * configure.in: Likewise.
6940
6941 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
6942
6943         * Makefile.in: Remove unneeded all-target-libio from
6944         from all-target-winsup target since it is now unneeded.
6945         Add all-target-libtermcap in its place since it is now
6946         needed.
6947
6948 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
6949
6950         * configure.in: makefile stub for cygwin target is probably
6951         unnecessary.  Remove it for now.
6952
6953 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
6954
6955         * configure.in: libtermcap.a should be built when cygwin is the
6956         target as well as the host.
6957         * config.guess: Allow mixed case in cygwin uname output.
6958         * Makefile.in: Add libtermcap target.
6959
6960 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
6961
6962         * config.sub: Clean up handling of hppa2.0.
6963
6964 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
6965
6966         * config.guess: Use C code to identify more HP machines.
6967
6968 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
6969
6970         * config.sub: Handle hppa2.0.
6971
6972 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
6973
6974         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
6975         cygmon for all sparclite targets, regardless of object format.
6976
6977 1998-12-15  Mark Salter  <msalter@cygnus.com>
6978
6979         * configure.in: Added target-bsp for several target architectures.
6980
6981         * Makefile.in: Added rules for bsp.
6982
6983 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
6984
6985         * config.guess: Improve detection of hppa2.0 processors.
6986
6987 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
6988
6989         * config.guess: Recognize FreeBSD using ELF automatically.
6990
6991 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
6992
6993         * configure (skip-this-dir): Add handling for new shell script, which
6994         might be created by a sub-directory's configure to indicate, this particular
6995         directory is "unwanted".
6996         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
6997
6998 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
6999
7000         * ltconfig: import from libtool, after changing libtool to
7001         account for the cygwin name change.
7002
7003 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
7004
7005         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
7006         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
7007
7008 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
7009
7010         * configure.in: Add libtermcap to list of cygwin dependencies.
7011
7012 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
7013
7014         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
7015         they include winsup/include when it's a cygwin target.
7016
7017 1998-11-12  Tom Tromey  <tromey@cygnus.com>
7018
7019         * configure.in (host_tools): Added zip.
7020         * Makefile.in (all-target-libjava): Depend on all-zip.
7021         (all-zip): New target.
7022         (ALL_MODULES): Added all-zip.
7023         (NATIVE_CHECK_MODULES): Added check-zip.
7024         (INSTALL_MODULES): Added install-zip.
7025         (CLEAN_MODULES): Added clean-zip.
7026
7027 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
7028
7029         * Makefile.in: lose "32" from comment about cygwin.
7030
7031 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
7032
7033         * configure.in: Use -Os to build target libraries for the fr30.
7034
7035 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
7036
7037         * config.sub: Add fr30.
7038
7039 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
7040
7041         * configure.in: drop "32" from config/mh-cygwin32.  Check
7042         cygwin* instead of cygwin32*.
7043         * config.sub: Check cygwin* instead of cygwin32*.
7044
7045 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
7046
7047         * config.guess: Match any version of Unixware7.
7048
7049 1998-10-20  Syd Polk  <spolk@cygnus.com>
7050
7051         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
7052         if desired.
7053
7054 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
7055
7056         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
7057         these if the appropriate directories and files to not exist.
7058
7059 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
7060
7061         * Makefile.in (DEVO_SUPPORT): Add config.if.
7062
7063 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
7064
7065         * configure: Add pattern to replace "build_tooldir"'s
7066         definition in the generated Makefile with "tooldir"'s
7067         actual value.
7068
7069 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
7070
7071         * config.sub: Bring back lost sparcv9.
7072
7073         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
7074
7075 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
7076
7077         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
7078         CC_FOR_TARGET and friends.
7079
7080 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
7081
7082         * Makefile.in (build_tooldir): New variable, same as tooldir.
7083         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
7084         -B$(build_tooldir)/bin/.
7085         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
7086
7087 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7088
7089         * README: Remove installation instructions and refer to the
7090         INSTALL directory instead.
7091
7092 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
7093
7094         * config.sub: Add support for i[34567]86-pc-udk.
7095         * configure.in: Likewise.
7096
7097 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
7098
7099         * Makefile.in: add bzip2 package building bits for user
7100         tools module
7101         * configure.in: ditto
7102
7103 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
7104
7105         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
7106         (ALL_TARGET_MODULES): Add all-target-libobjc.
7107         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
7108         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
7109         (all-target-libchill): Add dependencies.
7110         * configure.in (target_libs): Add libchill.
7111
7112 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
7113
7114         * configure.in (target_subdir): Remove duplicate line.
7115
7116 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
7117
7118         * Makefile.in (all-automake): fix dependencies.
7119
7120 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
7121
7122         * configure.in: Minor cleanups for building in the $(target_alias)
7123         subdir.
7124
7125 1998-09-22  Jim Wilson  <wilson@cygnus.com>
7126
7127         * Makefile.in (bootstrap): Set r and s before make all.  Use
7128         BASE_FLAGS_TO_PASS in make all.
7129         (cross): Likewise.
7130
7131 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
7132
7133         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
7134
7135 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
7136
7137         * config.sub: Fix typo in last change.
7138
7139 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
7140
7141         * config.sub: Add support for C4x target.
7142         * configure.in: Likewise.
7143
7144 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
7145
7146         * config.sub: Recognize sparcv9 just like sparc64.
7147
7148 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
7149
7150         * config.guess: Match "Pent II" or "PentII" for OpenServer.
7151
7152 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
7153
7154         * config.guess: Correctly identify Pentium II sco boxes.
7155
7156         * config.guess: Fix "tr" code.  From Weiwen Liu.
7157
7158 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
7159
7160         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
7161         stabs.
7162
7163 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
7164
7165         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
7166         (ALL_TARGET_MODULES): Add all-target-libchill.
7167         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
7168         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
7169         (all-target-libchill): Add dependencies.
7170         * configure.in (target_libs): Add libchill.
7171
7172 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
7173
7174         * config.guess: Avoid assumptions about "tr" behaves when
7175         LANG is set to something other than English.
7176
7177 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
7178
7179         * configure (gxx_include_dir): Changed to
7180         '${prefix}/include/g++'-${libstdcxx_interface}.
7181
7182         * config.if: New to determine the interfaces.
7183
7184 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
7185
7186         * config.guess: Detect and handle MPE/IX.
7187         * config.sub: Deal with MPE/IX.
7188
7189 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
7190
7191         * configure.in: Use mh-aix43.
7192
7193 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
7194
7195         * configure: Fix --without/--disable cases for gxx-include-dir.
7196
7197 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
7198
7199         * mdata-sh:  Imported.  Needed for automake support.
7200
7201 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
7202
7203         * Makefile.in (taz): Try "chmod -R og=u ." before
7204         "chmod og=u `find . -print`".
7205
7206 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
7207
7208         * configure.in: Add arm-elf and thumb-elf support.
7209
7210 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
7211
7212         * Makefile.in: Undo previous patch.
7213
7214 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
7215
7216         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
7217         to here ...
7218         (install-no-fixedincludes): and here
7219         (INSTALL_MODULES): ... from here.
7220
7221 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
7222
7223         * config.sub: Merge with FSF.
7224
7225         * config.guess: Merge with FSF.
7226
7227 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
7228
7229         * configure (extraconfigdirs): New variable.
7230         (SUBDIRS): Add extraconfigdirs and recurse on them too.
7231         * Makefile.in (all): Move higher in file.
7232         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
7233         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
7234         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
7235         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
7236         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
7237
7238 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
7239
7240         * Makefile.in (all-target-libjava): Depend on all-gcc and
7241         all-target-newlib.
7242         (configure-target-libjava): Depend on $(ALL_GCC).
7243
7244 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
7245
7246         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
7247         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
7248
7249 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
7250
7251         * INSTALL/README: Fix typo.
7252
7253 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
7254
7255         * ylwrap: Change absolute path checks to check for DOS style path
7256         names.
7257
7258         * ylwrap: Don't use a full path name if the source file is in the
7259         same directory.  From hjl@lucon.org (H.J. Lu).
7260
7261         * config-ml.in: Default to being verbose, to match Feb 18 change to
7262         configure.
7263
7264 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
7265
7266         Brought over from egcs:
7267
7268         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
7269
7270         * configure.in (target_subdir): Set to ${target_alias} instead
7271         of "libraries".
7272
7273         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
7274
7275         * configure.in (target_subdir): Set to libraries if enable_multilib.
7276
7277 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
7278
7279         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
7280         multilibs, force reconfiguration the first time we create
7281         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
7282
7283 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
7284
7285         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
7286         avoid confusion with --no-recursion.
7287
7288 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
7289
7290         * configure.in: Win32 hosts shouldn't use install -x
7291         * install-sh: remove -x option, and special .exe-handling
7292         hack.
7293
7294 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
7295
7296         * config.guess: Recognize i586-pc-beos.
7297         * configure.in: Don't build some bits for beos.
7298
7299 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
7300
7301         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
7302         CFLAGS default to -O2.
7303
7304         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
7305         when using GNU ld.
7306
7307 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
7308
7309         * ltmain.sh: Correct install when using a different shell.
7310
7311 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
7312
7313         * ltconfig, ltmain.sh: Update to libtool 1.2b.
7314
7315 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
7316
7317         * makefile.vms: Update to build binutils/makefile.vms.  Add install
7318         target.
7319
7320 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
7321
7322         * ltconfig: Update to correct AIX handling.
7323
7324 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
7325
7326         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
7327
7328         * configure.in (target_subdir): Set to ${target_alias} instead
7329         of "libraries".
7330
7331 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
7332
7333         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
7334         (Makefile): Depend on $(gcc_version_trigger).
7335
7336         * configure (gcc_version): Change default initializer to empty
7337         string.
7338         (gcc_version_trigger): New variable; pass this variable down
7339         to subdir configures to enable them checking gcc's version
7340         themselves. Emit make macros for both gcc_version vars.
7341         (topsrcdir): Initialize reliably.
7342         (recursion line): Remove --with-gcc-version=${gcc_version}.
7343
7344 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
7345
7346         * configure (enable_version_specific_runtime_libs): Implement new flag
7347         --enable-version-specific-runtime-libs which installs C++ runtime stuff
7348         in $(libsubdir); emit definition in each generated Makefile.
7349         (gxx_include_dir): Initialize depending on
7350         $enable_version_specific_runtime_libs.
7351
7352 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
7353
7354         * configure (gcc_version): Initialize properly depending on
7355         how and where configure is started.
7356         (recursion line): Pass a --with-gcc-version=${gcc_version}
7357         to configures in subdirs.
7358
7359 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
7360
7361         * configure.in (noconfigdirs): Add configure pattern for mips tx39
7362         cygmon
7363
7364 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
7365
7366         * configure.in: Add cygmon and libstub support for mn10200.
7367
7368 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
7369
7370         * configure (gcc_version): Add new variable describing the
7371         particular gcc version we're building.
7372         * Makefile.in (libsubdir): Add new macro for the directory
7373         in which the compiler finds executables, libraries, etc.
7374         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
7375         and libsubdir.
7376
7377 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
7378
7379         * Makefile.in (local-clean): Remove *.log.
7380         (warning.log): Built with warn_summary from build.log.
7381         (mail-report.log): Run test_summary.
7382         (mail-report-with-warnings.log): Run test_summary including
7383         warning.log in the report.
7384
7385 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
7386
7387         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
7388
7389 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
7390
7391         * Makefile.in (grep): Grep no longer depends on libiberty.
7392
7393 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
7394
7395         * Makefile.in: all-snavigator needs all-libgui.
7396
7397 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
7398
7399         * configure.in: Add cygmon and libstub support for mn10300.
7400
7401 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
7402
7403         * missing: Update to version from automake 1.3.
7404
7405         * ltmain.sh: On installation, don't get confused if the same name
7406         appears more than once in the list of library names.
7407
7408 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
7409
7410         * config.sub: Accept m68060 and m5200 as CPU names.
7411
7412 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
7413
7414         * configure: Use && rather than using -a in test, because odd
7415         strings can confuse test.
7416         * configure.in: Likewise.
7417
7418 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
7419
7420         * ltconfig, ltmain.sh: Bring in Visual C++ support.
7421
7422 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
7423
7424         * Makefile.in (boostrap2-lean, bootstrap3-lean,
7425         bootstrap4-lean): New targets.
7426
7427 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
7428
7429         * mpw-* Delete.  Not used.
7430
7431 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
7432
7433         * COPYING.LIB: Update FSF address.
7434
7435 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
7436
7437         * ltconfig, ltmain.sh: Update to libtool 1.2a.
7438
7439         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
7440         GAS_SUPPORT_DIRS.
7441
7442 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
7443
7444         * ltconfig, ltmain.sh: Avoid producing a version number if
7445         -version-info was not used.
7446
7447 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
7448
7449         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
7450         building with newlib.
7451
7452 1998-04-30  Paul Eggert  <eggert@twinsun.com>
7453
7454         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
7455         Solaris `make' causes it to continue to next definition.
7456
7457 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
7458
7459         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
7460         the right GUI libraries and files are installed along with GDB.
7461
7462 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
7463
7464         * configure.in: Change alpha to alpha* in several places.
7465
7466 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
7467
7468         * config.sub: Recognize sparc86x.
7469
7470 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
7471
7472         * configure.in (--enable-target-optspace): Remove debug echo.
7473
7474 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
7475
7476         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
7477
7478 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
7479
7480         * ltconfig: Update cygwin32 support.
7481
7482         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
7483         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
7484         (GDB_SUPPORT_DIRS): Likewise.
7485
7486 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
7487
7488         * configure.in (target_makefile_frag): If --enable-target-optspace,
7489         use -Os to compile target libraries rather than -O2.  Default to
7490         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
7491         not used.
7492         * configure.in (target_cflags): Ditto for d30v.
7493
7494 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
7495
7496         * Makefile.in (all-bfd): Depend on all-intl.
7497         (all-binutils): Likewise.
7498         (all-gas): Likewise.
7499         (all-gprof): Likewise.
7500         (all-ld): Likewise.
7501
7502 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
7503
7504         * configure.in (host_tools): Fix typo, lbtool -> libtool.
7505
7506 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
7507
7508         * Makefile.in (all-bfd): Depend upon all-libiberty.
7509
7510         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
7511
7512 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
7513
7514         * Makefile.in: Add libstub.
7515
7516         * configure.in: Ditto. Build libstub for targets that have cygmon
7517         support.
7518
7519 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
7520
7521         * configure.in: Don't set PICFLAG on ix86-cygwin32.
7522
7523 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
7524
7525         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
7526         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
7527
7528 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
7529
7530         * configure: Define DEFAULT_M4 by searching PATH.
7531         * Makfile.in: Use DEFAULT_M4.
7532
7533 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
7534
7535         * ltconfig: Add cygwin32 support.
7536
7537         * Makefile.in, configure.in: Add libtool as a native only directory
7538         to configure and build.
7539
7540 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
7541
7542         * Makefile.in (INSTALL_MODULES): Remove texinfo.
7543
7544 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
7545
7546         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
7547
7548 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
7549
7550         * Makefile.in: add ash make rules
7551         * configure.in: add ash to native_only and host_tools lists
7552
7553 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
7554
7555         * Makefile.in (all-gettext, all-intl): New targets.
7556         (ALL_MODULES): Added all-gettext, all-intl.
7557         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
7558         (INSTALL_MODULES): Added install-gettext, install-intl.
7559         (CLEAN_MODULES): Added clean-gettext, clean-intl.
7560
7561         * configure.in (host_tools): Added gettext.
7562         (native_only): Likewise.
7563         (noconfigdirs) [various cases]: Likewise.
7564         (host_libs): Added intl.
7565
7566 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
7567
7568         * configure: Do not disable building gdbtk for cygwin32 hosts.
7569
7570 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
7571
7572         * configure.in: Add thumb-coff target.
7573         * config.sub: Add thumb-coff target.
7574
7575 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
7576
7577         * Makefile.in: Revert yesterday's change.
7578         (all-target-winsup):  all-target-librx stays out of here.
7579
7580 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
7581
7582         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
7583         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
7584         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
7585         Remove references to librx and libg++.
7586
7587 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
7588
7589         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
7590         recursive makes
7591
7592 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
7593
7594         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
7595         for newlib directory.
7596         (CXX_FOR_TARGET): Likewise.
7597
7598 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
7599
7600         * ltconfig: Update after libtool/ltconfig.in change for
7601         hpux11.
7602
7603 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
7604
7605         * ltconfig, ltmain.sh: Update to libtool 1.2.
7606
7607 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
7608
7609         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
7610         (install-gcc-cross): Instead, override LANGUAGES here.
7611
7612 1998-03-18  Dave Love  <d.love@dl.ac.uk>
7613
7614         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
7615         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
7616
7617 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
7618
7619         * configure.in: Add Thumb-pe target.
7620
7621 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
7622
7623         * Makefile.in - changed sn targets to snavigator
7624         * configure.in - changed sn targets to snavigator
7625
7626 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
7627
7628         * config-ml.in: After building symlink tree call make distclean
7629         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
7630         to be the case for libiberty.
7631
7632 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
7633
7634         * configure: When making link, also check the current
7635         directory. The configure scripts may create one.
7636
7637 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
7638
7639         * config.sub: Accept alphapca56 and alphaev6 properly.
7640
7641 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7642
7643         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
7644
7645 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
7646
7647         * config.sub (sco5): Fix typo.
7648
7649 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
7650
7651         * Makefile.in (INSTALL_MODULES): Move install-tcl before
7652         install-itcl.
7653         (install-itcl): Remove dependency on install-tcl.
7654
7655 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
7656
7657         * configure.in: Remove libgloss from noconfigdirs for MN10300.
7658
7659 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
7660
7661         * configure.in: Don't build libgui for a cygwin32 target when not on
7662         a cygwin32 host.
7663
7664 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
7665
7666         * configure (redirect): Set to null, so default behavior of
7667         configure is now --verbose.
7668
7669 1998-02-16  Dave Love  <d.love@dl.ac.uk>
7670
7671         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
7672         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
7673
7674 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
7675
7676         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
7677         this change to sync Makefile.in with its ChangeLog entries.
7678
7679 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
7680
7681         * ltmain.sh (mkdir): Check that the directory doesn't exist
7682         before we exit with error, so that we don't get races during
7683         parallel builds.
7684
7685 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
7686
7687         * ltconfig, ltmain.sh: Update from libtool 1.0i.
7688
7689 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
7690
7691         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
7692         PICFLAG_FOR_TARGET.
7693         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
7694
7695         * configure: Emit a definition for the new macro enable_shared
7696         into each Makefile.
7697
7698 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
7699
7700         * configure.in (host_tools, native_only): Add libtool.
7701
7702 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
7703
7704         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
7705         Fix typo in ming config comment.
7706
7707 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
7708
7709         * ltconfig, ltmain.sh: Update from libtool 1.0h.
7710
7711 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
7712
7713         * config.sub: Add tic30 cases, and map c30 to tic30.
7714
7715 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
7716
7717         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
7718         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
7719         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
7720         (CLEAN_TARGET_MODULES): Similarly
7721         (all-target-libf2c): Add dependences.
7722         * configure.in (target_libs): Add libf2c.
7723
7724 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
7725
7726         * configure.in: Remove expect from noconfigdirs when target
7727         is cygwin32.  OK to build expect and dejagnu with Canadian
7728         Cross.
7729
7730 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
7731
7732         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
7733         host.
7734
7735         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
7736         and mingw32.
7737
7738 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
7739
7740         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
7741         here as it is not defined in the toplevel Makefile.
7742
7743 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
7744
7745         * configure (package_makefile_rules_frag): New variable, which names
7746         a file with generic rules, ...
7747         Change comment to mention we now have FIVE parts.
7748         * configure: Undo last change.
7749
7750 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
7751
7752         * config.guess: More accurate determination of HP processor types.
7753         * config.sub: More accurate determination of HP processor types.
7754
7755 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
7756
7757         * configure (package_makefile_frag): Move inserting the
7758         ${package_makefile_frag} to where it should be according
7759         to the comment.
7760
7761 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
7762
7763         * config.guess: Add support for Linux/ARM.
7764
7765 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
7766
7767         * .cvsignore: Remove *-info and *-install since they match
7768         release-info and mpw-install, which we don't want to just ignore.
7769
7770 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
7771
7772         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
7773
7774 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
7775
7776         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
7777         local_prefix to sub-make invocations.
7778
7779 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
7780
7781         * configure.in: Check makefile fragments in the source
7782         directory.
7783
7784 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
7785
7786         * configure.in: Check whether host and target makefile
7787         fragments exist before adding them to *_makefile_frag.
7788
7789 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
7790
7791         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
7792
7793 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
7794
7795         * configure.in: Make sure we only replace RPATH_ENVVAR on
7796         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
7797         regexp to sed.
7798
7799         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
7800         to sub-makes.
7801
7802 1998-01-13  Lee Iverson   (leei@ai.sri.com)
7803
7804         * config-ml.in (multi-do): LDFLAGS must include multilib
7805         designator.
7806
7807 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
7808
7809         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
7810
7811 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
7812
7813         * config.sub: Add mingw32 support.
7814         * configure.in: Likewise.
7815
7816 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
7817
7818         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
7819
7820 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
7821
7822         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
7823         * configure (gxx_include_dir): Provide a definition for subdirs
7824         which do not use autoconf.
7825
7826 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
7827
7828         * config.guess: Sync with egcs.  Picks up new alpha support,
7829         BeOS & some additional linux support.
7830
7831 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
7832
7833         * config.guess: HP 9000/803 is a PA1.1 machine.
7834
7835 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
7836
7837         * configure.in: It's alpha*-...
7838
7839 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
7840
7841         * configure.in (host_makefile_frag, target_makefile_frag):
7842         Handle multiple config files.
7843         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
7844         alpha-*-*.
7845
7846 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
7847
7848         * mkdep: New file.
7849
7850 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
7851
7852         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
7853
7854 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
7855
7856         * Makefile.in: Add libgui directory.
7857         (GDB_TK): Add all-libgui.
7858         * configure.in: Add libgui directory.
7859         * configure: Add all-libgui to GDB_TK.
7860
7861 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
7862
7863         * config-ml.in (multidirs): Add m32r to multilib list.
7864
7865 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
7866
7867         * Makefile.in (all-target-gperf): Change dependency to
7868         all-target-libstdc++.
7869
7870 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
7871
7872         * config.guess: Add BeOS support.
7873
7874 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
7875
7876         Source directory cvs renamed to cvssrc:
7877         * configure.in (host_tools): Change cvs to cvssrc.
7878         (native_only): Likewise.
7879         (noconfigdirs) [various cases]: Likewise.
7880         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
7881         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
7882         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
7883         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
7884         (all-cvssrc): Rename target from all-cvs.
7885
7886 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
7887
7888         * configure (gxx_include_dir): Fix thinko.
7889
7890 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
7891
7892         * Makefile.in (INSTALL_TARGET_CROSS): Define.
7893         (install-cross, install-gcc-cross): New targets.
7894
7895 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
7896
7897         * configure.in (noconfigdirs): Add support for Thumb target.
7898
7899         * config.sub (maybe_os): Add support for Thumb target.
7900
7901 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
7902
7903         * Makefile.in: Add rules for cygmon.
7904
7905         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
7906
7907 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
7908
7909         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
7910         * configure (gxx_include_dir): Provide a definition for subdirs
7911         which do not use autoconf.
7912
7913 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
7914
7915         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
7916         11/18/97 build
7917
7918 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
7919
7920         * From Franz Sirl.
7921         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
7922         found on RedHat Linux systems.
7923
7924 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
7925
7926         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
7927         guesses.
7928
7929 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
7930
7931         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
7932
7933 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
7934
7935         * ltmain.sh: If mkdir fails, check whether the directory was created
7936         anyhow by some other process.
7937
7938 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
7939
7940         * configure.in (d30v-*-*): Configure all directories.
7941
7942 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
7943
7944         * configure.in (d30v-*-*): Configure newlib, libiberty directories
7945         for the D30V.
7946
7947 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
7948
7949         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
7950
7951 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
7952
7953         * include/libiberty.h: Add extern "C" { so it can be used with C++
7954         progrms.
7955         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
7956         programs.
7957
7958 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
7959
7960         * configure.in (d30v-*-*): Configure GCC now.
7961
7962 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
7963
7964         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
7965         is no longer needed.
7966
7967 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
7968
7969         * Makefile.in: check-target-libio depends on all-target-libstdc++.
7970
7971 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
7972
7973         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
7974         targets using "$@" to provide support for similar but not identical
7975         targets without having to duplicate code.
7976
7977 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
7978
7979         * makefile.vms: Fix to work with DEC C.
7980
7981 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
7982
7983         * config.sub: Add mips-tx39-elf to marketing names.
7984
7985 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
7986
7987         * ltmain.sh: Handle symlinks in generated script.
7988
7989 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
7990
7991         * configure: Handle autoconf style directory options: --bindir,
7992         --datadir, --includedir, --infodir, --libdir, --libexecdir,
7993         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
7994         --sysconfdir.
7995         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
7996         (sharedstatedir, localstatedir, oldincludedir): New variables.
7997         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
7998         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
7999         sbindir, sharedstatedir, and sysconfdir.
8000
8001 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
8002
8003         * Makefile.in (bootstrap-lean): New target.
8004
8005 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
8006
8007         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
8008         sn, and gnuserv from noconfigdirs.
8009
8010 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
8011
8012         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
8013
8014 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
8015
8016         * Makefile.in (cross): New target.
8017
8018 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
8019                           Jeff Law         <law@cygnus.com>
8020
8021         * Makefile.in (bootstrap2, bootstrap3): New targets.
8022         (all-bootstrap): Remove outdated and confusing target.
8023         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
8024
8025 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
8026
8027         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
8028         windows.  Consistent with gdb/configure.
8029
8030 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
8031
8032         * configure.in: Name Linux target fragment.
8033
8034         * configure: Rewrite so that project Makefile fragment is inserted
8035         first and appears last in the resulting Makefile.
8036
8037 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
8038
8039         * Makefile.in (install-itcl): Install tcl first.
8040
8041 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
8042
8043         * configure.in: remove bison from noconfigdirs for Cygwin32 host
8044
8045 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
8046
8047         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
8048
8049         * configure.in (skipdirs): Add target-librx for Linux.
8050         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
8051
8052 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
8053
8054         * Makefile.in (bootstrap): New target.
8055
8056 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
8057
8058         * config.sub: Accept 'amigados' for backward compatibility.
8059
8060 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
8061
8062         * config.guess: Merge with FSF.
8063
8064 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
8065
8066         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
8067
8068 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
8069
8070         * config.sub: Add "marketing-names" patch.
8071
8072 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
8073
8074         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
8075
8076 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
8077
8078         * config.sub: Handle v850-elf.
8079
8080 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
8081
8082         * .cvsignore (*-install): Remove.
8083
8084 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
8085
8086         * ltconfig: Set CONFIG_SHELL in libtool.
8087         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
8088
8089 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
8090
8091         * configure.in (target_subdir): Set to libraries if enable_multilib.
8092
8093 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
8094
8095         * config.guess: Update from gcc directory.
8096
8097 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
8098
8099         * Makefile.in (all-sim): Depends on all-readline.
8100
8101 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
8102
8103         * Makefile.in (BISON, YACC): Use $$s.
8104         (all-bison): Depend on all-texinfo.
8105
8106 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
8107
8108         * Makefile.in (BISON): Add -L flag.
8109         (YACC): Likewise.
8110
8111 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
8112
8113         * configure.in (noconfigdirs): Add support for v850e target.
8114
8115         * config.sub (maybe_os): Add support for v850e target.
8116
8117 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
8118
8119         * configure.in (noconfigdirs): Add support for v850ea target.
8120
8121         * config.sub (maybe_os): Add support for v850ea target.
8122
8123 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
8124
8125         * config.sub: Add mipstx39.  Delete r3900.
8126
8127 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
8128
8129         * Makefile.in (all-autoconf): Depends on all-texinfo.
8130
8131 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
8132
8133         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
8134         eabi targets.
8135
8136 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
8137
8138         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
8139
8140         * configure: When handling a Canadian Cross, handle YACC as well as
8141         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
8142         * Makefile.in (all-bison): Depend upon all-texinfo.
8143
8144 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
8145
8146         * Makefile.in (BISON): bison, not byacc or bison -y.
8147         (YACC): bison -y or byacc or yacc.
8148         (various): Add *-bison as appropriate.
8149         (taz): No need to mess with BISON anymore.
8150
8151 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
8152
8153         * configure: If OSTYPE matches *win32*, try to find a good value for
8154         CONFIG_SHELL.
8155
8156 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
8157
8158         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
8159         configure.in if it is present.
8160
8161 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
8162
8163         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
8164
8165 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
8166
8167         * config.sub: Recognize `arc' cpu.
8168         * configure.in: Likewise.
8169         * config-ml.in: Likewise.
8170
8171 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
8172
8173         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
8174
8175 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
8176
8177         * configure: Changed sed delimiter from ':' to '|' when
8178         attempting to substitute ${config_shell} for SHELL. On
8179         NT ${config_shell} may contain a ':' in it.
8180
8181 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
8182
8183         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
8184
8185 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
8186
8187         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
8188
8189 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
8190
8191         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
8192
8193         * ylwrap: If the program is a relative path, force it to be
8194         absolute.
8195
8196 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
8197
8198         * configure (tooldir): Set BISON to `bison -y' and not just bison.
8199
8200 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
8201
8202         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
8203         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
8204         for libraries.
8205
8206 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
8207
8208         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
8209         separated by spaces.
8210
8211 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
8212
8213         * ylwrap: New file.
8214         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
8215
8216         * ltmain.sh: Handle /bin/sh at start of install program.
8217
8218         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
8219
8220         * ltconfig, ltmain.sh: New files, from libtool 1.0.
8221         * missing: New file, from automake 1.2.
8222
8223 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
8224
8225         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
8226         check-tk to CHECK_X11_MODULES.
8227
8228 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
8229
8230         * config.sub: Merge with FSF.
8231
8232 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
8233
8234         * config.guess: Merge with FSF.
8235
8236 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
8237
8238         * configure: Treat msdosdjgpp like go32.
8239         * configure.in: Likewise.  Don't remove gprof for go32.
8240
8241         * configure: Change Makefile.tem2 to Makefile.tm2.
8242
8243 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
8244
8245         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
8246
8247 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
8248
8249         * install-sh (chmodcmd): Set to null if the DST directory already
8250         exists.  Same as Nov 11th change.
8251
8252 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
8253
8254         * configure (GDB_TK): Needs itcl and tix.
8255
8256 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
8257
8258         * config.guess: Update from FSF.
8259
8260 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
8261
8262         * Makefile.in (GDB_TK): Depend on itcl and tix.
8263
8264 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
8265
8266         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
8267         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
8268         (INSTALL_SCRIPT): New variable.
8269         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
8270         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
8271         to -x.
8272         * install-sh: Add support for -x option.
8273
8274 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
8275
8276         * configure.in, Makefile.in: Treat tix like itcl.
8277
8278 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
8279
8280         * Makefile.in (WINDRES): New variable.
8281         (WINDRES_FOR_TARGET): New variable.
8282         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
8283         (EXTRA_HOST_FLAGS): Add WINDRES.
8284         (EXTRA_TARGET_FLAGS): Add WINDRES.
8285         (EXTRA_GCC_FLAGS): Add WINDRES.
8286         ($(DO_X)): Pass down WINDRES.
8287         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
8288         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
8289         DLLTOOL_FOR_TARGET.
8290
8291 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
8292
8293         * configure.in: configure sim before gdb for win32-x-ppc
8294
8295 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
8296
8297         Move gperf into the toplevel, from libg++.
8298         * configure.in (target_tools): Add target-gperf.
8299         (native_only): Add target-gperf.
8300         * Makefile.in (all-target-gperf): New target, depend on
8301         all-target-libg++.
8302         (configure-target-gperf): Empty rule.
8303         (ALL_TARGET_MODULES): Add all-target-gperf.
8304         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
8305         (CHECK_TARGET_MODULES): Add check-target-gperf.
8306         (INSTALL_TARGET_MODULES): Add install-target-gperf.
8307         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
8308
8309 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
8310
8311         * config.sub (mn10200): Recognize new basic machine.
8312
8313 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
8314
8315         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
8316         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
8317
8318 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
8319
8320         * configure.in: If we're building mips-sgi-irix6* native, turn on
8321         ENABLE_MULTILIB and set TARGET_SUBDIR.
8322
8323 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
8324
8325         * Makefile.in (all-sn): Depend on all-grep.
8326
8327 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
8328
8329         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
8330
8331         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
8332         Makefile.  From Jeff Makey <jeff@cts.com>.
8333         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
8334
8335         * Makefile.in (DISTBISONFILES): Remove.
8336         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
8337         $(DEFAULT_YACC).
8338
8339         * configure.in: Build itl, db, sn, etc., when building for native
8340         cygwin32.
8341
8342         * Makefile.in (LD): New variable.
8343         (EXTRA_HOST_FLAGS): Pass down LD.
8344         ($(DO_X)): Likewise.
8345
8346 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
8347
8348         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
8349
8350 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
8351
8352         * configure.in (targargs): Strip out any supplied --build argument
8353         before adding our own. Always add --build.
8354
8355 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
8356
8357         * configure.in (targargs): Pass --build if we're doing
8358         a cross-compile.
8359
8360 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
8361
8362         * configure: Use '|' instead of ":" as the separator in
8363         sed. Otherwise sed chokes on NT path names with drive
8364         designators. Also look for "?:*" as the leading characters in an
8365         absolute pathname.
8366
8367 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
8368
8369         * config.sub: Support for r3900.
8370
8371 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
8372
8373         * configure.in: Use install-sh, not install.sh.
8374
8375 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
8376
8377         * Makefile.in (taz): Improve check for BISON so it doesn't try to
8378         apply it twice.
8379
8380 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
8381
8382         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
8383         install-binutils.
8384
8385 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
8386
8387         * Makefile.in: Add automake targets.
8388         * configure.in (host_tools): Add automake.
8389
8390 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
8391
8392         * configure: Default CXX to c++, not gcc.
8393         * Makefile.in (CXX): Set to c++, not gcc.
8394         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
8395
8396 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
8397
8398         * install-sh: try appending a .exe if source file doesn't
8399         exist
8400
8401 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
8402
8403         * configure.in: Turn on multilib by default.
8404         (cross_only): Remove target-libiberty.
8405
8406         * Makefile.in (all-gcc): Don't depend on libiberty.
8407
8408 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
8409
8410         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
8411
8412 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
8413
8414         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
8415         (DISTBISONFILES): Add ld/Makefile.in
8416
8417 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
8418
8419         * configure.in: if target is cygwin32 but host isn't cygwin32,
8420         don't configure gdb tcl tk expect, not just gdb.
8421
8422 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
8423
8424         * configure.in: Added gnuserv everywhere sn appears.
8425
8426         * Makefile.in (ALL_MODULES): Added all-gnuserv.
8427         (CROSS_CHECK_MODULES): Added check-gnuserv.
8428         (INSTALL_MODULES): Added install-gnuserv.
8429         (CLEAN_MODULES): Added clean-gnuserv.
8430         (all-gnuserv): New target.
8431
8432 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
8433
8434         * config.guess: Fixes for MIPS OpenBSD systems.
8435
8436 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
8437
8438         * Makefile.in (INSTALL_XFORM): Remove.
8439         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
8440
8441         * mkinstalldirs: New file, copied from automake.
8442         * Makefile.in (installdirs): Rename from install-dirs.  Use
8443         mkinstalldirs.  Change all users.
8444         (DEVO_SUPPORT): Add mkinstalldirs.
8445
8446 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
8447
8448         * install-sh: Rename from install.sh.
8449         * Makefile.in (INSTALL): Change install.sh to install-sh.
8450         (DEVO_SUPPORT): Likewise.
8451
8452         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
8453         Graichen <graichen@rzpd.de>.
8454
8455 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
8456
8457         * config.guess: Recognize OpenBSD systems correctly.
8458
8459 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
8460
8461         * README, Makefile.in (ETC_SUPPORT): Remove references to
8462         cfg-paper*, configure.{texi,man,info*}._
8463
8464 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
8465
8466         * Makefile.in (all.normal): Ensure that gcc is built after all
8467         the x11 - ie gdb - targets.
8468
8469 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
8470
8471         * makefile.vms: Don't run conf-a-gas.
8472
8473 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
8474
8475         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
8476
8477 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
8478
8479         * configure.in: Remove noconfigdirs case since gdb also
8480         configures and builds for tic80-coff.
8481
8482 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
8483
8484         * configure: Set cache_file to config.cache.
8485         * Makefile.in (local-distclean): Remove config.cache.
8486
8487 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
8488
8489         * COPYING: Update FSF address.
8490
8491 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
8492
8493         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
8494         noconfigdirs.
8495
8496 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
8497
8498         * Makefile.in (install-dirs): Don't crash if prefix, and hence
8499         MAKEDIRS, is empty.
8500
8501 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
8502
8503         * config.sub: Tweak mn10300 entry.
8504
8505 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
8506
8507         * configure.in (host_tools): Put sim before gdb, so gdb's
8508         configure.tgt can determine if the simulator was configured.
8509
8510 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
8511
8512         * config.sub: Move BeOS $os case to be with other Cygnus
8513         local cases.
8514
8515 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
8516
8517         * config.sub: Remove misplaced comment that broke Linux.
8518
8519 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
8520
8521         * config.sub: Add BeOS support.
8522
8523 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
8524
8525         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
8526
8527 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
8528
8529         * configure.in (noconfigdirs): Remove tcl and tk from
8530         noconfigdirs for cygwin32 builds.
8531
8532 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
8533
8534         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
8535
8536 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
8537
8538         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
8539         make-all.com, use makefile.vms instead.
8540
8541 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
8542
8543         * config.sub: Accept -lnews*.
8544
8545 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
8546
8547         * configure.in (noconfigdirs): Disable target-newlib,
8548         target-examples and target-libiberty for d30v.
8549
8550 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
8551
8552         * configure.in (noconfigdirs): Enable ld for d30v.
8553
8554 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
8555
8556         * configure.in (tic80-*-*): Build compiler.
8557
8558 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
8559
8560         * configure.in (d30v-*): Remove sim directory from list of
8561         unsupported d30v directories
8562
8563 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
8564
8565         * config.sub, configure.in: Add d30v target cpu.
8566
8567 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
8568
8569         * makefile.vms: New file.
8570         * make-all.com: Remove.
8571
8572 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
8573
8574         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
8575
8576 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
8577
8578         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
8579
8580 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
8581
8582         * Makefile.in (ALL_MODULES): Added all-db.
8583         (CROSS_CHECK_MODULES): Addec check-db.
8584         (INSTALL_MODULES): Added install-db.
8585         (CLEAN_MODULES): Added clean-db.
8586
8587 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
8588
8589         * config.guess: Merge with latest FSF sources.
8590
8591 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
8592
8593         * Makefile.in (ALL_MODULES): Added all-itcl.
8594         (CROSS_CHECK_MODULES): Added check-itcl.
8595         (INSTALL_MODULES): Added install-itcl.
8596         (CLEAN_MODULES): Added clean-itcl.
8597
8598 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
8599
8600         * configure.in: build gdb for mn10200
8601
8602 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
8603
8604         * Makefile.in (all-target-winsup): Depend on all-target-libio.
8605
8606 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
8607
8608         * configure.in (tic80-*-*): Turn off most targets right now.
8609
8610 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
8611
8612         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
8613         rather than the makeinfo program.
8614         (do-info): Depend upon all-texinfo.
8615
8616 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
8617
8618         * configure.in: Remove uses of config/mh-linux.
8619
8620         * config.sub, config.guess: Merge with latest FSF sources.
8621
8622 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
8623
8624         * config.sub (case $basic_machine): Add tic80 entries.
8625
8626 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
8627
8628         * config.sub, config.guess: Merge with latest FSF sources.
8629
8630 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
8631
8632         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
8633         * mpw-config.in: Test for NewFolderRecursive.
8634         * mpw-install: Use symbolic name for startup filename.
8635         * mpw-README: Add various additional details.
8636
8637 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
8638
8639         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
8640
8641 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
8642
8643         * configure.in: Do build gcc and the target libraries for
8644         the mn10200.
8645
8646 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
8647
8648         * configure.in: don't avoid building gdb for mn10300 any more
8649         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
8650         instead of single-quoting it.
8651
8652 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
8653
8654         * configure.in: Don't use --with-stabs on IRIX 6.
8655
8656 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
8657
8658         * configure.in (m32r): Build gdb, libg++ now.
8659
8660 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
8661
8662         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
8663         directories from noconfigdirs.
8664
8665 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
8666
8667         * config.sub (basic_machine): added mips16 configuration
8668
8669 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8670
8671         * config.sub: Handle d10v-unknown.
8672
8673 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
8674
8675         * config.sub: Handle v850-unknown.
8676
8677 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
8678
8679         * Makefile.in: add findutils
8680         * configure.in: add findutils to list of host_tools
8681
8682 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
8683
8684         * config.sub: Handle mn10200 and mn10300.
8685
8686 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8687
8688         * configure.in (d10v-*): Do not build librx.
8689
8690 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
8691
8692         * configure.in (mn10300): Build everything except gdb & libgloss.
8693
8694 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
8695
8696         * config.guess:  Patch for Dansk Data Elektronik servers,
8697         from Niels Skou Olsen <nso@dde.dk>.
8698
8699         For ncr, use /bin/uname rather than uname, since GNU uname does not
8700         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
8701
8702         Patch for MIPS R4000 running System V,
8703         from Eric S. Raymond <esr@snark.thyrsus.com>.
8704
8705         Fix thinko for nextstep.
8706
8707         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
8708
8709         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
8710         * config.guess: Guess mips-dec-mach_bsd4.3.
8711
8712         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
8713         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
8714         release numbers.
8715         * config.guess (mips-mips-riscos*):  Emit just enough of the
8716         release number.
8717
8718         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
8719         * config.guess (sparc-auspex-sunos*):  Added.
8720         (f300-fujitsu-*): Added.
8721
8722         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
8723         * config.guess:  Recognize a Tadpole as a sparc.
8724
8725 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
8726
8727         * config.guess: Don't assume that NextStep version is either 2 or
8728         3.  NextStep 4 (aka OpenStep 4) has come out now.
8729
8730 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
8731
8732         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
8733         From Rik Faith <faith@cs.unc.edu>.
8734
8735 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
8736
8737         * config.sub: Contributions from bug-gnu-utils to:
8738         Support plain "hppa" (no version given) architecture, reported by
8739         OpenStep.
8740         OpenBSD like NetBSD.
8741         LynxOs is not a hardware supplier.
8742
8743         * config.guess: Contributions from bug-gnu-utils to add support for:
8744         OpenBSD like NetBSD.
8745         Stratus systems.
8746         More Pyramid systems.
8747         i[n>4]86 Intel chips.
8748         M680[n>4]0 Motorola chips.
8749         Use unknown instead of lynx for hardware manufacturer.
8750
8751 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
8752
8753         * install.sh (chmodcmd): Set to null if the DST directory already
8754         exists.
8755
8756 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8757
8758         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
8759         not use mt-ppc target Makefile fragment any more.
8760
8761 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
8762
8763         * configure.in (*-*-windows):  Exclude everything but those dirs
8764         needed to build windows.
8765
8766 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
8767
8768         * Makefile.in (all-target-winsup): Depend on all-target-librx.
8769
8770 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
8771
8772         * configure.in:  Exclude mmalloc from i386-windows.
8773
8774 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
8775
8776         * Undo my previous change.
8777
8778 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
8779
8780         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
8781         unconditionally.
8782         (MAKEOVERRIDES): Define (revert this part of October 18 change).
8783
8784 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
8785
8786         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
8787         host to add it's own flags.
8788
8789 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
8790
8791         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
8792
8793 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
8794
8795         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
8796         (CXX_FOR_TARGET): Likewise.
8797         (GCC_FOR_TARGET): Define.
8798         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
8799         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
8800         CC_FOR_TARGET was specified on the command line.
8801         (MAKEOVERRIDES): Don't define.
8802
8803 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
8804
8805         * configure.in (m32r): Fix spelling of libg++ libs.
8806
8807 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
8808
8809         * config.sub (-apple*): Remove, now redundant.
8810
8811 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
8812
8813         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
8814
8815         * configure: Rework yesterday's sed script patch.
8816
8817         * config.sub: Merge with FSF.
8818
8819 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
8820
8821         * config.guess:  Merge from FSF.
8822
8823         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
8824         * config.guess: Use pc instead of unknown, for pc clone systems.
8825         Change linux to linux-gnu.
8826
8827         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
8828         * config.guess: Avoid non-portable tr syntax.
8829
8830 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
8831
8832         * test-build.mk (HOLES): Add "xargs" for gdb.
8833
8834         * configure: Avoid hpux10.20 sed bug.
8835
8836 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
8837
8838         * configure.in:  Add support for windows host
8839         (that is a build done under the Microsoft build environment).
8840
8841 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
8842
8843         * Makefile.in: Replace all uses of srcroot with s, to shrink
8844         command line lengths.
8845
8846         Patches from Geoffrey Noer <noer@cygnus.com>:
8847         * configure.in: If configuring for newlib, pass --with-newlib to
8848         subdirectories.
8849         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
8850         -Bnewlib/ and -Lwinsup to gcc.
8851         (CXX_FOR_TARGET): Likewise.
8852
8853 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
8854
8855         * Makefile.in (ETC_SUPPORT): Add configure.
8856
8857 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
8858
8859         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
8860         host configuration file.
8861
8862 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
8863
8864         * configure.in: Break mn10x00 support into separate
8865         mn10200 and mn10300 configurations.
8866         * config.sub: Likewise.
8867
8868 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
8869
8870         * configure.in: Add lots of stuff to noconfigdirs for
8871         the mn10x00 targets.
8872
8873         * config.sub, configure.in: Add mn10x00 support.
8874
8875 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
8876
8877         * make-all.com: Call conf-a-gas, not config-a-gas.
8878
8879 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
8880
8881         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
8882         targets.
8883
8884 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
8885
8886         * mpw-README: Add much more detail for native PowerMac.
8887         * mpw-install: New file.
8888         * mpw-configure: Add --norecursion and --help options.
8889         * mpw-config.in: Translate readme and install files when
8890         copying to objdir.
8891         * mpw-build.in: Don't always depend on byacc and flex.
8892         (install-only-top): New action.
8893
8894 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
8895
8896         * configure.in:  You can now configure GDB for the v850.
8897
8898 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
8899
8900         * configure.in (noconfigdirs): Don't configure any C++ dirs
8901         if targeting D10V.
8902
8903 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
8904
8905         * config.sub: Recognize mips64vr5000.
8906
8907 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
8908
8909         * configure.in: Use a single line for host_tools and native_only.
8910
8911 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
8912
8913         * config.sub, configure.in: Add entries for m32r.
8914
8915 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
8916
8917         * Makefile.in (inet-install): Don't run install-gzip.
8918
8919 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
8920
8921         * configure.in:  Don't config lots of things for *-*-windows*.
8922
8923 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
8924
8925         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
8926         (host_libs, host_tools): Copy from configure.in.
8927         * mpw-configure: Don't complain about directories not found.
8928
8929 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8930
8931         * configure.in (i[345]86): Recognize i686 for pentium pro.
8932         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
8933         file.
8934
8935         * config.guess (i[345]86): Ditto.
8936
8937 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
8938
8939         * configure.in (noconfigdirs): Removed gdb for D10V.
8940
8941 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
8942
8943         * configure.in: Remove ld, target-libio, target-libg++, and
8944         target-libstdc++ from noconfigdirs.
8945
8946 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
8947
8948         * configure: Fix three locations where shell scripts were
8949         being run directly rather than with config_shell.
8950
8951 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
8952
8953         * configure.in (v850-*-*): Set up initial $noconfigdirs.
8954         * config.sub (basic_machine): Recognize v850.
8955
8956 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
8957
8958         * mpw-configure: Handle multiple enable/disable options and
8959         pass them down recursively, handle -c and -s flags appropriately
8960         depending on choice of compiler, add escape mechanism for
8961         quoted arguments to gC.
8962
8963 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8964
8965         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
8966         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
8967         so that -mrelocatable-lib and -mno-eabi are used.
8968
8969         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
8970         not support --print-multi-lib, don't abort.
8971
8972 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
8973
8974         * make-all.com: Run config-a-gas.
8975         * setup.com: Don't copy subdirectory files around.
8976
8977 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
8978
8979         * configure.in (*-*-ose): Remove exclusion of libgloss for this
8980         target, it now compiles correctly.
8981
8982 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
8983
8984         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
8985
8986 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
8987
8988         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
8989
8990 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
8991
8992         * configure.in (native_only): Add prms.
8993
8994 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
8995
8996         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
8997         (BINUTILS_SUPPORT_DIRS): Likewise.
8998
8999 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9000
9001         * configure.in (d10v-*-*): Don't configure ld or gdb until the
9002         d10v support is added.
9003
9004 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
9005
9006         * configure.in (d10v-*-*): New target.
9007
9008 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
9009
9010         * config.guess (HP 9000/811): Recognize this as a PA1.1
9011         machine.
9012
9013 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
9014
9015         * Makefile.in (do-tar-gz): New target, split out from tail end of
9016         taz target.  Run each command separately, don't use pipes.
9017         (taz): Use it.
9018
9019 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
9020
9021         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
9022         * mpw-build.in: No builds should depend on building byacc or flex,
9023         they are assumed to be installed already.
9024
9025 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9026
9027         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
9028         variable that CC_FOR_TARGET needs.
9029
9030 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9031
9032         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
9033         options have changed since the last time the subdirectory was
9034         configured, and if it has, reconfigure.
9035         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
9036         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
9037
9038 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
9039
9040         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
9041         CLEAN_MODULES): Add bash.
9042         (all-bash): New target.
9043
9044 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
9045
9046         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
9047
9048 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9049
9050         * config.sub (basic_machine): Recognize d10v as a valid processor.
9051
9052 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
9053
9054         * mpw-configure: Add support for --bindir.
9055         * mpw-build.in: Use a GCC-specific build script for GCC actions.
9056
9057 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
9058
9059         * configure.in: add bash, time, gawk to list of hosttools and things
9060         to only build for native toolchains
9061
9062 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
9063
9064         * Makefile.in (docdir): Remove.
9065
9066 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
9067
9068         * Makefile.in (datadir): Set to $(prefix)/share.
9069
9070 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
9071
9072         * configure.in: build diff and patch for cygwin32-hosted
9073         toolchains.
9074
9075 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
9076
9077         * config.sub: Accept -rtems*.
9078
9079 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
9080
9081         * configure.in: enable dosrel for cygwin32-hosted builds,
9082                 remove diff from the list of things not buildable
9083                 via Canadian Cross
9084
9085 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
9086
9087         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
9088         don't get ". ".
9089
9090 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
9091
9092         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
9093
9094 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
9095
9096         * Makefile.in (taz): Handle case where tex3patch didn't even get
9097         checked out.  Also, if it was found, put the symlink in a new util
9098         subdirectory.
9099
9100 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9101
9102         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
9103
9104 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
9105
9106         * config.sub: Recognize -openvms.
9107         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
9108         * make-all.com, setup.com: New files.
9109
9110 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
9111
9112         * Makefile.in (taz): tex3patch moved to texinfo/util.
9113
9114 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
9115
9116         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
9117         * configure.in: remove make from disable-if-Can-Cross list
9118                 enable gdb if ${host} and ${target} are cygwin32
9119
9120 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
9121
9122         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
9123         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
9124
9125 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
9126
9127         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
9128         distinguish sysv/svr4/bsd variants.
9129         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
9130
9131 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
9132
9133         * configure.in: Added copyright notice.
9134         * move-if-change: Added copyright notice.
9135
9136 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9137
9138         * configure.in (powerpcle-*-solaris*): Until we get shared
9139         libraries working, don't build gdb, sim, make, tcl, tk, or
9140         expect.
9141
9142 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
9143
9144         * config.guess:  Merge with FSF:
9145
9146         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
9147         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
9148
9149         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
9150         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
9151
9152         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
9153         * config.guess:  Combine two OSF1 rules.
9154         Also recognize field test versions.  From mjr@zk3.dec.com.
9155         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
9156         because GNU uname does not support -p.  From pmr@pajato.com.
9157
9158 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
9159
9160         * Makefile.in (MAKEDIRS): Removed $(tooldir).
9161
9162 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
9163
9164         * mpw-README: Document GCCIncludes.
9165
9166 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
9167
9168         * configure.in (alpha-*-linux*): Set enable_shared to yes.
9169
9170 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
9171
9172         * mpw-configure: Handle --enable-FOO and --disable-FOO.
9173
9174 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
9175
9176         * configure.in (*-*-cygwin32): Configure make.
9177
9178 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
9179
9180         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
9181
9182 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
9183
9184         * Makefile.in (all-inet): Depend on all-perl.
9185
9186         * Makefile.in (inet-install): New target.
9187
9188         * Makefile.in (all-inet): Depend on all-tcl.
9189         (all-inet): Depend on all-send-pr.
9190
9191 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9192
9193         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
9194         temporarily.
9195
9196 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
9197
9198         * configure.in: Don't configure --with-gnu-ld on AIX.
9199
9200 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
9201
9202         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
9203
9204 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
9205
9206         * Makefile.in (ALL_MODULES): Added all-inet.
9207         (CROSS_CHECK_MODULES): Added check-inet.
9208         (INSTALL_MODULES): Added install-inet.
9209         (CLEAN_MODULES): Added clean-inet.
9210         (all-indent): New target.
9211
9212         * configure.in (host_tools): Added inet.
9213         (native_only): Added inet.
9214         (noconfigdirs): Added inet.
9215
9216 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
9217
9218         * configure.in: Don't configure libgloss if we are not configuring
9219         newlib.
9220
9221 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
9222
9223         * configure.in: Don't configure libgloss for unsupported
9224         architectures.
9225
9226 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9227
9228         * Makefile.in (CLEAN_MODULES): Add clean-apache.
9229
9230 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
9231
9232         * Makefile.in (ALL_MODULES): Include all-apache.
9233         (CROSS_CHECK_MODULES): Include check-apache.
9234         (INSTALL_MODULES): Include install-apache.
9235         (all-apache): New target.
9236
9237         * configure.in: Added apache everywhere perl is seen.
9238
9239 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9240
9241         * Makefile.in: Add support for clean-{module} and
9242         clean-target-{module} rules.
9243
9244 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
9245
9246         * configure.in (*-*-ose) do not build libgloss.
9247
9248 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9249
9250         * config.guess (prep*:SunOS:5.*:*): Turn into
9251         powerpele-unknown-solaris2.
9252
9253 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
9254
9255         * configure.in: Permit --enable-shared to specify a list of
9256         directories.
9257
9258 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
9259
9260         * configure.in (host==solaris): Pass only the first word of $CC
9261         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
9262
9263 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
9264
9265         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
9266
9267 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
9268
9269         * Makefile.in (ALL_MODULES): Include all-perl.
9270         (CROSS_CHECK_MODULES): Include check-perl.
9271         (INSTALL_MODULES): Include install-perl.
9272         (ALL_X11_MODULES): Include all-guile.
9273         (CHECK_X11_MODULES): Include check-guile.
9274         (INSTALL_X11_MODULES): Include install-guile.
9275         (all-perl): New target.
9276         (all-guile): New target.
9277
9278         * configure.in (host_tools): Include perl and guile.
9279         (native_only): Include perl and guile.
9280         (noconfigdirs): Don't build guile and perl; no ports have been
9281         done.
9282
9283 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
9284
9285         * configure (--enable-*): Handle quoted option lists such as
9286         --enable-sim-cflags='-g0 -O' better.
9287
9288 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9289
9290         * Makefile.in ({,inst}all-target): New rule so we can make and
9291         install all of the target directories easily.
9292
9293 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9294
9295         * configure.in: Add missing global flag in sed substitution when
9296         deleting `target-' from ${configdirs}.
9297
9298 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
9299
9300         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
9301         option.
9302
9303         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
9304         config/mh-necv4.
9305
9306         * install.sh: Correct misspelling of transformbasename.
9307
9308         * config.guess: Recognize mips-*-sysv*.
9309
9310 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
9311
9312         * config.sub: Recognize mon960.
9313
9314 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
9315
9316         * configure: Restore Canadian Cross handling of BISON and LEX,
9317         removed in Feb 20 change.
9318
9319 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
9320
9321         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
9322         Mention make install.  Remove the old copyright date as well the
9323         clumsy and rather pointless copyright on the README file.
9324
9325 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
9326
9327         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
9328         Makefile after running symlink-tree, then run `make distclean' to
9329         avoid clobbering any generated files in srcdir.
9330
9331 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
9332
9333         * configure.in (m68k-*-netbsd*): Build everything now.
9334
9335 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
9336
9337         * Makefile.in (taz): Fix quoting.
9338
9339 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
9340
9341         * configure.in (sparclet-*-*): Build everything now.
9342
9343 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9344
9345         * configure.in (m68k-*-linux*): New host.
9346
9347 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
9348
9349         * configure: Check for bison before byacc.
9350
9351 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
9352
9353         * Makefile.in configure:  Change the way LEX and BISON/YACC are
9354         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
9355         searching PATH.  These are used as fallbacks by Makefile.in if
9356         flex/bison/byacc aren't in objdir.
9357
9358 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
9359
9360         * Makefile.in: Make everything which depends upon all-bfd also
9361         depend upon all-opcodes, in case --with-commonbfdlib is used.
9362
9363 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9364
9365         * configure.in (host *-*-cygwin32): Don't build gdb if we are
9366         building NT native compilers on Unix.
9367
9368 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
9369
9370         * configure.in: Don't get CC from the host Makefile fragment if we
9371         can find gcc in PATH, or if this is a Canadian Cross.  Move the
9372         Solaris test for /usr/ucb/cc to the post target script, just after
9373         the compiler sanity test.
9374
9375 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
9376
9377         * config.sub: Merge with FSF.
9378
9379 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
9380
9381         * Makefile.in (RPATH_ENVVAR): New variable.
9382         (REALLY_SET_LIB_PATH): Use it.
9383         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
9384
9385 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
9386
9387         * config.sub, configure.in: Recognize sparclet cpu.
9388
9389 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
9390
9391         * config.guess:  Support m68k-cbm-sysv4.
9392
9393 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9394
9395         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
9396         m68k-unknown-linuxaout from linker help string.  Put quotes around
9397         $ld_help_string.
9398
9399 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
9400
9401         * config.guess (powerpc-harris-powerunix): Add guess for port
9402         to new target.
9403
9404 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
9405
9406         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
9407
9408 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
9409
9410         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
9411         $(REALLY_SET_LIB_PATH) in Makefile.
9412         * Makefile.in (SET_LIB_PATH): New variable.
9413         (REALLY_SET_LIB_PATH): New variable.
9414         ($(DO_X)): Use $(SET_LIB_PATH).
9415         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
9416         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
9417         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
9418         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
9419         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
9420         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
9421         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
9422         (install-dosrel): Likewise.
9423         (all-opcodes): Depend upon all-libiberty.
9424
9425 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
9426
9427         * config.guess (*:CYGWIN*): New
9428
9429 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9430
9431         * Makefile.in (all-target-winsup): All all-target-libiberty.
9432
9433 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9434
9435         * configure.in (noconfigdirs): Add missing # in front of comment.
9436
9437 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
9438
9439         * configure.in: add second pass to things added to noconfigdirs
9440         so *-gm-magic can exclude libgloss properly.
9441
9442 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
9443
9444         * mpw-configure (extralibs_name, rez_name): Set correctly
9445         for MWC68K compiler.
9446
9447         * mpw-README: Add more info on the necessary build tools.
9448
9449 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
9450
9451         * configure.in, config.sub: Recognize cygwin32.
9452
9453 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
9454
9455         * config.guess, config.sub: Recognize A/UX.
9456
9457 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
9458
9459         * config.sub: Merge with gcc/config.sub.
9460
9461 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
9462
9463         * mpw-build.in (do-binutils): Add build of stamps.
9464
9465 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
9466
9467         * config.sub: Add recognition for mips64vr4100*-* targets.
9468
9469 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
9470
9471         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
9472         Add creation of gconfigargs with `--enable-shared' turned on.
9473         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
9474         ($(host)-stamp-stage3-configured): Likewise.
9475         (HOLES): Add chatr and ldd.
9476         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
9477
9478 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
9479
9480         * configure: Pass --nfp to recursive configures.
9481
9482 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
9483
9484         * Makefile.in (DLLTOOL): New.
9485         (DLLTOOL_FOR_TARGET): New.
9486         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
9487         (EXTRA_TARGET_FLAGS): Ditto.
9488         (EXTRA_GCC_FLAGS): Ditto.
9489         (CONFIGURE_TARGET_MODULES): Ditto.
9490         (DO_X): Ditto.
9491         * configure: Add DLLTOOL.
9492
9493 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
9494
9495         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
9496         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
9497         mh-sco, since old workarounds no longer needed, and don't
9498         build ld, since libraries have weak symbols in COFF.
9499
9500 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
9501
9502         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
9503
9504 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
9505
9506         * configure.in: Make sure that ${CC} can be used to compile an
9507         executable.
9508
9509 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
9510
9511         * Makefile.in (all-gdb): Depend on $(GDB_TK).
9512         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
9513         nothing depending on whether gdbtk is being built.
9514
9515 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
9516
9517         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
9518
9519 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
9520
9521         * configure.in (noconfigdirs): Put ld or gas in this early, if the
9522         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
9523
9524 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
9525
9526         * config-ml.in: Add support for
9527         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
9528         Simplify setting of multidirs from --disable-foo.
9529
9530 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9531
9532         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
9533         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
9534         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
9535         non-empty, pass them on to the  GCC make.
9536         (all-bootstrap): New rule that is like all-gcc, except it executes
9537         the GCC bootstrap rule instead of the GCC all rule.
9538
9539 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
9540
9541         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
9542
9543 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9544
9545         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
9546         DG/UX support.
9547
9548 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
9549
9550         * config.sub (i*86*) Change [345] to [3456]
9551
9552 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
9553
9554         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
9555         --with-gnu-ld=no.
9556
9557 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9558
9559         * config-ml.in (rs6000*, powerpc*): Add switches to control which
9560         AIX multilibs get built.
9561
9562 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9563
9564         * configure.in (i386-win32): Don't build expect if we're not
9565         building the tcl subdir.
9566
9567 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
9568
9569         * Makefile.in: (configure-target-examples, all-target-examples):
9570         New targets, configure and build example programs.
9571
9572 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
9573
9574         * mpw-configure: If an mpw-config.in generated a file mk.sed,
9575         use it as input to sedit the generated MPW makefile.
9576         * mpw-README: Add a suggestion about Gestalt.h.
9577
9578 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
9579
9580         * config.sub: Accept *-*-ieee*.
9581
9582 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
9583
9584         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
9585         Ronald F. Guilmette <rfg@monkeys.com>.
9586
9587 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9588
9589         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
9590         for powerpc-pe native.
9591         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
9592         (target==powerpc-pe): duplicate i386-win32 entry.
9593
9594 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
9595
9596         * configure.in (noconfigdirs): Exclude target-newlib for all versions
9597         of vxworks, not just vxworks5.1.
9598
9599 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
9600
9601         * mpw-configure: Add support for exec-prefix.
9602
9603 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
9604
9605         * config.guess: Recognize HP model 816 machines as having
9606         a PA1.1 processor.
9607
9608 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
9609
9610         * configure: Ignore new autoconf configure options.
9611
9612 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
9613
9614         * config.guess:  Recognize Pentium under SCO.
9615         From Robert Lipe <robertl@arnet.com>.
9616
9617 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
9618
9619         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
9620
9621 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
9622
9623         * configure.in: Don't configure gas for alpha-dec-osf*.
9624
9625 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
9626
9627         * configure.in: Default to --with-stabs for some targets for which
9628         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
9629         i[345]86*-*-unixware*.
9630
9631 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
9632
9633         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
9634         rather than basing it on the target.  Simplify handling of options
9635         controlling which directories to configure.  Remove extraneous
9636         slash in multi-clean target.
9637
9638 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
9639
9640         * config-ml.in: Prefix more variables with ml_ so they don't collide
9641         with configure's.
9642
9643 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
9644
9645         * configure: Don't turn -v into --v.
9646
9647 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
9648
9649         * configure.in (targargs): Fix typo.
9650
9651         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
9652
9653 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
9654
9655         * configure.in: Strip --host and --target options from
9656         CONFIG_ARGUMENTS, and always configure for --host only.  Add
9657         --with-cross-host option when building with a cross-compiler.
9658         * configure: Canonicalize the arguments put into config.status by
9659         always using `=' for an option with an argument.  Pass a presumed
9660         --host or --target explicitly.
9661
9662 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
9663
9664         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
9665         into general OS recognition case.
9666
9667 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9668
9669         * configure.in (target_configdirs): add target-winsup only
9670         for win32 target systems.
9671
9672 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
9673
9674         * Makefile.in (all-target-libgloss): Depend upon
9675         configure-target-newlib, since when libgloss is built it looks to
9676         see if the newlib directory exists.
9677
9678 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
9679
9680         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
9681         cfg-ml-*.in.
9682
9683 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
9684
9685         * configure: Handle LD and LD_FOR_TARGET when configuring a
9686         Canadian Cross.
9687
9688 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9689
9690         * configure.in (target_libs): add target-winsup.
9691         (target==i386-win32): add patch diff flex make to $noconfigdirs.
9692         (target==ppcle-pe): remove ld from $noconfigdirs.
9693
9694 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
9695
9696         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
9697         Preserve relative path names in $srcdir.  Build symlink tree if
9698         configuring cross target dir and srcdir=. (= no VPATH support).
9699         (configure-target-libg++): Depend on configure-target-librx.
9700         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
9701         * config-ml.in: New file.
9702         * symlink-tree: New file.
9703         * configure: Ensure srcdir="." if that's what it is.
9704
9705 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
9706
9707         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
9708         includes and FLEX_SKELETON setting.
9709         * mpw-configure (--with-gnu-ld): New option, controls whether
9710         to use PPCLink or ld with PowerMac GCC.
9711         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
9712         * mpw-config.in: Configure grez if targeting Mac.
9713
9714         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
9715         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
9716         just macos.
9717         * configure.in: Configure grez resource compiler if targeting Mac.
9718         * Makefile.in (all-grez, install-grez): New targets.
9719
9720 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
9721
9722         * configure: CXX defaults to gcc, not g++.  If we find
9723         gcc in the path, set CC to gcc -O2.
9724
9725 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
9726
9727         * configure: Default ${build} correctly.  Avoid picking up extra
9728         spaces when reading CC and CXX from Makefile.  When doing a
9729         Canadian Cross, use plausible default values for numerous
9730         variables.
9731         * configure.in: When doing a Canadian Cross, don't try to
9732         configure tools whose configure script can't handle it.
9733
9734 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
9735
9736         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
9737
9738 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9739
9740         * configure:  Remove dubious bug reporting address.
9741
9742 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9743
9744         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
9745         configure script, run that instead of this directory's configure.
9746         In either case, print a message that we're configuring the sub-dir.
9747
9748 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9749
9750         * configure.in: Before checking for the existence of various files,
9751         use sed to filter out "target-".
9752
9753 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
9754
9755         * Makefile.in (DO_X): Split rule to decrease command line length
9756         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
9757         (Philippe De Muyter).
9758
9759 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9760
9761         * Makefile.in (all-patch): depend on all-libiberty.
9762
9763 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
9764
9765         * configure.in: If the only directory in target_configdirs which
9766         actually exists is libiberty, then set target_configdirs to empty,
9767         to avoid trying to build a target libiberty in a gas or gdb
9768         distribution.
9769
9770 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
9771
9772         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
9773         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
9774         systems.
9775
9776 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
9777
9778         * configure.in (copy_dirs): Use sys-include instead of include
9779         for --with-headers option.
9780
9781 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
9782
9783         * Makefile.in, configure.in: Make winsup builds work with
9784         new scheme.
9785
9786 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
9787
9788         * configure.in: Build the linker on AIX.
9789
9790 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9791
9792         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
9793         where needed.
9794
9795 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
9796
9797         * Makefile.in (all-gcc): Fix typo.
9798
9799 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9800
9801         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
9802
9803 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9804
9805         * configure.in:  Rename libFOO to target-libFOO, and xiberty
9806         to target-xiberty, to provide more flexibility.
9807         (target_subdir):  Define.  Create if cross.
9808         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
9809         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
9810         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
9811         check-libFOO -> check-target-libFOO, etc.
9812         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
9813         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
9814         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
9815         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
9816         allow ALL_GCC="" to only configure.
9817         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
9818         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
9819         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
9820
9821 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
9822
9823         * Makefile.in (taz): Build "info" in etc explicitly.
9824
9825 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
9826
9827         * configure.in:  Make sure that CC is undefined (as opposed to
9828         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
9829         problem with autoconf trying to configure on a host without GCC.
9830
9831 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
9832
9833         * mpw-configure: Set host alias from choice of host compiler,
9834         only use generic MPW Makefile sed if present, edit a file
9835         named "hacked_Makefile.in" instead of "Makefile.in" if present.
9836         * mpw-README: Add problem notes about CW6 and CW7.
9837
9838 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
9839
9840         * Makefile.in (taz): Use ";" instead of ";;".
9841
9842 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9843
9844         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
9845         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
9846         DISTDOCDIRS.
9847         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
9848         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
9849
9850 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9851
9852         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
9853         and gnats, because they are now subsumed by DISTSTUFFDIRS.
9854         Move bfd to DISTSTUFFDIRS.
9855
9856 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9857
9858         * Makefile.in (X11_LIB): Removed.
9859         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
9860
9861         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
9862
9863 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9864
9865         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
9866         names.
9867
9868 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9869
9870         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
9871
9872 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
9873
9874         * configure.in (i[345]86-*-win32): Always build newlib.
9875         Don't configure cvs, autoconf or texinfo.
9876         * Makefile.in (LD_FOR_TARGET): New.
9877         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
9878         Pass down LD_FOR_TARGET.
9879
9880 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
9881
9882         * winsup: New directory.
9883         * Makefile.in: Build winsup.
9884         * configure.in: Winsup is configured when target is win32.
9885         Can only build win32 target GDB when native.
9886
9887 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
9888
9889         * config.guess: Recognize HP model 819 machines as having
9890         a PA 1.1 processor.
9891
9892 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
9893
9894         * configure: Fix sed loop which substitutes for CC and CXX to
9895         avoid bug found in various sed implementations.
9896
9897 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9898
9899         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
9900         simulator.  Use standard powerpc-*-eabi*.
9901
9902 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
9903
9904         * configure.in: Stop putting gas and binutils in noconfigdirs for
9905         powerpc-*-aix* and rs6000-*-*.
9906
9907 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
9908
9909         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
9910         -mcall-aixdesc libraries.
9911
9912 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
9913
9914         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9915
9916         * config.sub (arm | armel | armeb): Fix shell syntax.
9917
9918 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9919
9920         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
9921         -msoft-float and -mcpu=common support.
9922         (powerpc*-*-eabisim*): Add support for building -mcall-aix
9923         libraries.
9924
9925 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
9926
9927         * configure.in: Allow configuration and build of emacs19 for the alpha.
9928
9929 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9930
9931         * configure.in (CC): Get ^CC, not just any old CC, from
9932         ${host_makefile_frag}.
9933
9934 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9935
9936         * configure.in (CC): Try to get CC from
9937         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
9938
9939 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9940
9941         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
9942         only if it exists in $(srcdir).
9943
9944 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
9945
9946         * configure: If CC and CXX are not set in the environment, set
9947         them, based on either an existing Makefile or on searching for gcc
9948         in PATH.  Substitute for CC and CXX in Makefile.
9949         * configure.in: Remove libm from target_libs.  Separate
9950         target_configdirs from configdirs.  If CC is not set in
9951         environment, try to get it from a host Makefile fragment.  Rewrite
9952         changes of configdirs to use skipdirs instead.  A few minor
9953         tweaks.  Take directories out of target_configdirs as they are
9954         taken out of configdirs.  Remove existing Makefile files from
9955         subdirectories.  Substitute for TARGET_CONFIGDIRS and
9956         CONFIG_ARGUMENTS in Makefile.
9957         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
9958         by configure.in.
9959         (CONFIG_ARGUMENTS): Likewise.
9960         (CONFIGURE_TARGET_MODULES): New variable.
9961         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
9962         ($(CONFIGURE_TARGET_MODULES)): New target.
9963         (configure-libg++, configure-libio): New targets.
9964         (all-libg++): Depend upon configure-libg++.
9965         (all-libio): Depend upon configure-libio.
9966         (configure-libgloss, all-libgloss): New targets.
9967         (configure-libstdc++): New target.
9968         (all-libstdc++): Depend upon configure-libstdc++.
9969         (configure-librx, all-librx): New targets.
9970         (configure-newlib): New target.
9971         (all-newlib): Depend upon configure-newlib
9972         (configure-xiberty): New target.
9973         (all-xiberty): Depend upon configure-xiberty.
9974
9975 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
9976
9977         * configure.in (host i[345]86-*-win32):  Expand the
9978         noconfigdirs again.
9979
9980 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
9981
9982         * mpw-configure: Fix sed command file name.
9983
9984 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
9985
9986         * configure.in (host i[345]86-*-win32): Reduce the
9987         noconfigdirs again.
9988
9989 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
9990
9991         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
9992         or powerpc*-*-pe*, since they are not yet supported.
9993
9994 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
9995
9996         Add PowerMac support and many other enhancements.
9997         * mpw-configure: New option --cc to select compiler to use,
9998         paste options set according to --cc into the generated
9999         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
10000         if mpw-make.sed is present.
10001         * mpw-config.in: Don't test for gC1, test for mpw-touch,
10002         add forward includes for PowerPC include files.
10003         * mpw-build.in: Build using Makefile.PPC if present.
10004         (do-byacc, etc): Remove separate version resource builds.
10005         (do-gas): Build "stamps" before "all".
10006         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
10007         * mpw-README: Update to reflect --cc option, PowerMac support,
10008         and recently-reported compatibility problems.
10009
10010 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
10011
10012         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
10013         embedded m68k systems (-aout, -coff, -elf, -vxworks).
10014         (--with-multilib-top): Pass to recursive invocations.
10015
10016 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
10017
10018         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
10019         v810-*-*.
10020
10021 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
10022
10023         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
10024         gdb, ld and opcodes on v810-*-*.
10025
10026 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
10027
10028         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
10029         (local-maintainer-clean): New target.
10030         (maintainer-clean): New target.
10031         (realclean): Just depend upon maintainer-clean.
10032
10033 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
10034
10035         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
10036
10037 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
10038
10039         * configure.in: Build ld in mips*-*-bsd* case.
10040
10041 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
10042
10043         * config.sub: Accept -lites* OS.  From Ian Dall.
10044
10045 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
10046
10047         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
10048         targets.
10049
10050 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
10051
10052         * configure.in: treat i386-win32 canadian cross the same as
10053         i386-go32 canadian cross.
10054
10055 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
10056
10057         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
10058         running under the simulator to build a reduced set of libraries.
10059         (powerpc-*-eabiaix): Add fine grained multilib support added to
10060         other powerpc targets yesterday.
10061
10062 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
10063
10064         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
10065         -disable-softfloat, -disable-relocatable, -disable-aix, and
10066         -disable-sysv to control which multilib libraries get built.
10067
10068 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
10069
10070         * configure: Add Makefile.tem to list of files to remove in trap
10071         handler.
10072
10073 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10074
10075         * config.guess (*Linux*):  Add missing "exit"s.
10076         Also, need specific check for alpha-unknown-linux (uses COFF).
10077
10078 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10079
10080         * config.guess:  Merge with FSF:
10081
10082         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
10083         * config.guess (AIX4): More robust release numbering discovery.
10084
10085         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
10086         * config.guess (i386-sequent-ptx): Properly get version number.
10087
10088         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
10089         * config.guess (mips:*:4*:UMIPS): New case.
10090
10091 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
10092
10093         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
10094         (i386-win32 host): Likewise.  Don't build readline.
10095
10096 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
10097
10098         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
10099         SUPPORT_FILES to submakes.
10100
10101 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
10102
10103         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
10104         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
10105         mpw-configure.
10106
10107 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
10108
10109         * configure.in (appdirs): Use =, not ==, in test expression when
10110         trying to build the text to print in the warning message for
10111         Solaris users.
10112
10113 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
10114
10115         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
10116
10117 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
10118
10119         * config.guess: Recognize lynx-2.3.
10120
10121 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
10122
10123         * config.sub (z8ksim): Deleted
10124         (z8k-*-coff): New, this is the one true name of the target.
10125
10126 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
10127
10128         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
10129
10130 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
10131
10132         * config.guess (*:Linux:*:*): First try asking the linker what the
10133         default object file format is (elf, aout, or coff).  Then if this
10134         fails, try previous methods.
10135
10136 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
10137
10138         * configure.in: Don't build newlib for *-*-vxworks5.1.
10139
10140 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
10141
10142         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
10143         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
10144
10145 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
10146
10147         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
10148
10149 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
10150
10151         * cfg-ml-com.in: New file.
10152         * cfg-ml-pos.in: New file.
10153
10154 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
10155
10156         * COPYING.NEWLIB: Add HP free copyright to list.
10157
10158 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
10159
10160         * config.sub: Recognize -eabi* for the system, not just -eabi.
10161
10162 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
10163
10164         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
10165         * config.sub, configure.in (win32): New target and host.
10166
10167 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
10168
10169         * configure.in: Add i386-pe configuration.
10170
10171 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
10172
10173         * mpw-build.in (install): Install GDB after LD.
10174
10175 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
10176
10177         * mpw-config.in (elf/mips.h): Always forward-include, needed
10178         for GDB to build.
10179
10180 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
10181
10182         * testsuite: New directory for customer acceptance and whole tool
10183         chain tests.
10184
10185 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
10186
10187         * configure: If per-host line isn't found, but AC_OUTPUT is found
10188         and a configure script exists, run it instead.
10189
10190 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10191
10192         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
10193
10194 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
10195
10196         * configure: Set build_{cpu,vendor,os,alias} to host values when
10197         --build isn't specified.
10198
10199 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
10200
10201         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
10202         (FLAGS_TO_PASS): Pass them.
10203         (EXTRA_TARGET_FLAGS): Ditto.
10204
10205 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
10206
10207         * Makefile.in (all-libg++): Depend on all-libstdc++.
10208
10209 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
10210
10211         * configure.in (noconfigdirs): Enable all packages for
10212           i386-unknown-netbsd.
10213
10214 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
10215
10216         * configure.in (noconfigdirs): Don't configure tk for i386-go32
10217         hosted builds (DOS builds)
10218
10219 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
10220
10221         Changes for ARM based on patches from Richard Earnshaw:
10222         * config.sub: Handle armeb and armel.
10223         * configure.in: Omit arm linker only for riscix.
10224
10225 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10226
10227         * config.guess:  Update from FSF.
10228
10229 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
10230
10231         * config.sub: Recognize powerpcle as the little endian variant of
10232         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
10233         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
10234         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
10235         temporarily.
10236
10237 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
10238
10239         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
10240
10241 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
10242
10243         * config.sub: Accept -lites* as a basic system type.
10244
10245 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
10246
10247         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
10248         installed, and if so return linuxoldld as the system name.
10249
10250 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
10251
10252         * config.guess: Add hppa1.1-hp-lites support.
10253
10254 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
10255
10256         * configure.in: Don't build newlib for m68k-vxworks5.1.
10257
10258 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
10259
10260         * configure.in (mips-sgi-irix6): Use mh-irix5.
10261
10262 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
10263
10264         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
10265
10266 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
10267
10268         * test-build.mk: Enable building of shared libraries on IRIX 5 and
10269         OSF/1.  Fix compiler flags.
10270         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
10271
10272 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
10273
10274         * configure.in: Recognize --with-newlib.
10275         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
10276
10277 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
10278
10279         * Makefile.in: move {all,check,install}-gdb from *_MODULES
10280         to *_X11_MODULES due to gdbtk needing X include files et al.
10281
10282 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
10283
10284         Merge in support for Mac MPW as a host.
10285         (Old change descriptions retained for informational value.)
10286
10287         * mpw-config.in: Add generic include forwards for cpu-specific
10288         include files in aout and elf directories.
10289
10290         * mpw-configure: Added copyright.
10291         * mpw-config.in: Check for presence of required build tools.
10292         (target_libs): Add newlib.
10293         (target_tools): Add examples.
10294         (Read Me): Generate as "Read Me for MPW" instead.
10295         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
10296         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
10297         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
10298
10299         * mpw-configure: Remove subdir-specific makefile hackery,
10300         delete mk.tmp after using it.
10301
10302         * mpw-build.in (all): Display start and end times.
10303
10304         * mpw-configure (host_canonical): Set.
10305         (target_cpu): Always add to makefiles.
10306         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
10307         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
10308         (mpw-mh-mpw): Look for in srcdir and srcroot.
10309         Use sed instead of mpw-edit-prefix to edit prefix definitions.
10310
10311         * mpw-build.in: (install-only): New target.
10312
10313         * mpw-configure (host_alias, target_alias): Rename from hostalias
10314         and targetalias, add into generated Makefile.
10315         (mk.tmp): If present, add into generated Makefile.
10316         * mpw-build.in (all-gas): Build config.h first before gas proper.
10317
10318         * mpw-configure (config.status): Write only if changed.
10319         * mpw-config.in (readline): Configure it (not built, just used for
10320         definitions).
10321
10322         * mpw-config.in (elf/mips.h): Add a forward include.
10323
10324         * mpw-config.in: Forward-include most .h files in include into
10325         extra-include.
10326         (readline): Don't build.
10327         mpw-build.in (install): Install GDB.
10328
10329         * mpw-configure (prefix, mpw_prefix): Handle it.
10330         * mpw-config.in (mmalloc, readline): Don't configure.
10331         * mpw-build.in (thisscript): Rename to ThisScript.
10332         Use mpw-build instead of BuildProgram everywhere.
10333         (mmalloc, readline): Don't build.
10334         * mpw-README: New file, basic documentation about the MPW port.
10335
10336         * mpw-config.in: Use forward-include to create include files.
10337
10338         * mpw-configure: Add more things to the top of each configured
10339         Makefile, including contents of config/mpw-mh-mpw.
10340         * mpw-config.in (extra-include): Create this directory and fill it
10341         with Posix-like include files when configuring.
10342
10343         * config.sub (apple, mac, mpw): Add various aliases.
10344
10345         * mpw-build.in: New file, top-level build script fragment for MPW.
10346         * mpw-configure: New file, configure script for MPW.
10347         * mpw-config.in: New file, config fragment for MPW.
10348
10349 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
10350
10351         * configure.in (host_libs): Remove glob, since it is gone from the
10352         sources.
10353
10354 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
10355
10356         * Makefile.in: define empty GDB_NLM_DEPS var.
10357
10358         * configure.in(target_makefile_frag): use config/mt-netware
10359         for netware targets.
10360
10361 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
10362
10363         * config.sub: Merge in recent FSF changes.  Remove linux special
10364         cases.
10365
10366 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
10367
10368         Revert this change:
10369
10370         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
10371
10372                 * build-all.mk: Use CC=cc -Xs on Solaris.
10373
10374 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
10375
10376         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
10377         stop using it.
10378         * Makefile.in: Nuke all references to glob subdirectory.
10379
10380 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
10381
10382         * configure.in: Fix --enable-shared logic in per-host.
10383
10384 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
10385
10386         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
10387
10388 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
10389
10390         * configure.in (noconfigdirs): Don't build gas on AIX, for
10391         powerpc*-*-aix* as well as for rs6000*-*-aix*.
10392
10393 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
10394
10395         * configure: Fix --cache-file to work if the file argument is a
10396         relative path.
10397
10398 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
10399
10400         * configure: If the --cache-file is used, pass it down to
10401         configure in subdirectories.
10402
10403 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
10404
10405         * config.sub: add vxworks29k configuration.
10406
10407 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
10408
10409         * Makefile.in (taz): Do "diststuff" part quietly.
10410
10411 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
10412
10413         * config.sub: Mini-merge with gcc/config.sub.
10414
10415 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
10416
10417         * config.guess (IRIX): Sed - to _.
10418
10419 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
10420
10421         * Makefile.in (source-vault, binary-vault): New targets.
10422
10423 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
10424
10425         * config.sub: Recognize -eabi as a basic system type.
10426
10427 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
10428
10429         * configure.in (enable_shared stuff): Fix typo.
10430
10431 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
10432
10433         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
10434
10435 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
10436
10437         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
10438
10439 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
10440
10441         * configure.in (rs6000-*-*): Don't build gas.
10442
10443 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
10444
10445         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
10446         reduce command line length.
10447         (AS_FOR_TARGET): Check for as.new, not Makefile.
10448         (NM_FOR_TARGET): Check for nm.new, not Makefile.
10449
10450 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10451
10452         * config.guess:  Merge from FSF.
10453
10454 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
10455
10456         * configure: Don't use $ when handling program_suffix.
10457
10458 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
10459
10460         * configure.in:  Configure tk for hppa/hpux.
10461
10462 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
10463
10464         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
10465
10466 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
10467
10468         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
10469         to LIBCXXFLAGS.  Tests are better run without it.
10470
10471 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
10472
10473         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
10474
10475 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
10476
10477         * configure.in (*-*-netware*): Don't configure xiberty.
10478
10479 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
10480
10481         * configure.in:  Remove tk from native_only list.
10482
10483 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
10484
10485         * build-all.mk: Add mips-ncd-elf target to sun4 targets
10486           for special NCD build.
10487
10488 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
10489
10490         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
10491         makeall.bat, they're only useful for binutils snapshots.
10492         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
10493         makeall.bat to specified SUPPORT_FILES.
10494
10495 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
10496
10497         * build-all.mk: Add Ericsson targets to sun4 and solaris
10498           hosts.  Add  BNR's sun4 target to solaris host, so their
10499           build-from-source will be tested in-house first.
10500
10501 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
10502
10503         * Makefile.in (LIBCFLAGS): New variable.
10504         (CFLAGS_FOR_TARGET): Ditto.
10505         (LIBCFLAGS_FOR_TARGET): Ditto.
10506         (LIBCXXFLAGS): Ditto.
10507         (CXXFLAGS_FOR_TARGET): Ditto.
10508         (LIBCXXFLAGS_FOR_TARGET): Ditto.
10509         (BASE_FLAGS_TO_PASS): Pass them.
10510         (EXTRA_TARGET_FLAGS): Ditto.
10511
10512         * configure.in: Support --enable-shared.
10513
10514 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
10515
10516         * configure.in (target_libs):  Include libstdc++ again.
10517         * config.guess:  Update from FSF (for FreeBSD).
10518
10519 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
10520
10521         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
10522         makeall.bat.
10523         (DISTDOCDIRS): Add `etc'.
10524         (ETC_SUPPORT_PFX): New variable.
10525         (taz): Include anything from etc starting with a word in
10526         ETC_SUPPORT_PFX.
10527
10528 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
10529
10530         * config.sub: Update for recent FSF changes.  Remove obsolete
10531         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
10532         spacing changes.
10533
10534 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
10535
10536         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
10537
10538         * config.guess:  Merge with FSF.
10539         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
10540
10541 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
10542
10543         * configure: Since the "trap 0" handler will override the exit
10544         status on many systems, only use it for "exit 1", and make it set
10545         a non-zero exit status; reset it before "exit 0".  Also, check
10546         exit status of config.sub, and error out if it failed.
10547
10548 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
10549
10550         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
10551         and install libgloss.
10552
10553 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
10554
10555         * Makefile.in (all-binutils): Depend upon all-byacc.
10556
10557         * configure.in: Don't build emacs on Irix 5.
10558
10559 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
10560
10561         * configure.in (*-*-netware*): Add libio.
10562
10563 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
10564
10565         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
10566         (CHECK_TARGET_MODULES): Ditto.
10567         (INSTALL_TARGET_MODULES): Ditto.
10568         (TARGET_LIBS): Ditto.
10569         (all-libstdc++): Note dependencies.
10570
10571 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
10572
10573         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
10574
10575 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
10576
10577         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
10578         -fexternal-templates.
10579
10580         * configure.in (target_libs): Add libstdc++.
10581         (noconfigdirs): Add libstdc++ as appropriate.
10582
10583 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10584
10585         * config.guess:  Update from FSF.
10586
10587 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
10588
10589         * configure: Use ${config_shell} when running ${configsub}.
10590
10591 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
10592
10593         * config.sub: No longer recognize h8300h.
10594
10595 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
10596
10597         * config.sub: Remove extraneous differences between config.sub and
10598         gcc/config.sub.
10599
10600 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
10601
10602         * Makefile.in (DISTSTUFFDIRS): Add gas.
10603
10604 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
10605
10606         * COPYING.NEWLIB: New file.
10607
10608 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10609
10610         * config.guess (HP-UX):  Patch from Harlan Stenn
10611         <harlan@landmark.com> to also emit release level.
10612
10613 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
10614
10615         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
10616
10617 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10618
10619         * config.sub:  Merge nextstep cleanup from FSF.
10620
10621 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
10622
10623         * configure.in (arm-*-*): Don't configure ld for this target.
10624
10625 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
10626
10627         * configure.in (*-*-netware): don't configure libg++, libio,
10628           librx, or newlib.
10629
10630 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
10631
10632         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
10633         configure ld--it works, but it doesn't support shared libraries.
10634
10635 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10636
10637         * config.guess (*-unknown-freebsd*):  Get rid of possible
10638         trailing "(Release)" in version string.
10639         Patch from Paul Richards <paul@isl.cf.ac.uk>.
10640
10641 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10642
10643         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
10644         Fix type: *-next-neststep -> *-next-nextstep.
10645
10646         * config.guess:  Merge from FSF:
10647
10648         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
10649
10650         * config.guess: Recognize powerpc-ibm-aix3.2.5.
10651
10652         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
10653
10654         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
10655         instead of UNIX_SV for UnixWare 1.0).
10656
10657 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
10658
10659         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
10660         to make gdb/nlm/* build after the compiler and linker.
10661
10662 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10663
10664         * config.guess (netbsd, freebsd, linux):  Accept any machine,
10665         not just i[34]86.
10666         (m68k-atari-sysv4):  Relocate to match FSF version.
10667
10668         * config.guess:  More merges from the FSF:
10669
10670         Add a space before function call or macro invocation.
10671
10672         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10673
10674         * config.guess: Add trap cmd to remove dummy.c and dummy when
10675         interrupted.
10676
10677         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10678
10679         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
10680         (dummy): Redirect stderr from compilation of dummy.c.
10681
10682         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
10683
10684         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
10685
10686 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
10687
10688         * configure: Accept and ignore --cache*, for compatibility with
10689         new autoconf.
10690
10691 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10692
10693         * config.guess:  Merge from FSF:
10694
10695         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
10696
10697         * config.guess (Pyramid*:OSx*:*:*): New case.
10698         (PATH): Add /.attbin at end for finding uname.
10699         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
10700
10701         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
10702
10703         * config.guess (M88*:DolphinOS:*:*): New case.
10704
10705         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
10706
10707         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
10708         to select whether to use ELF or COFF.
10709
10710         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
10711
10712         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
10713
10714         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10715
10716         * config.guess: Guess the OS version for HPUX.
10717
10718         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
10719
10720         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
10721
10722 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
10723
10724         * configure.in: Recognize --with-headers, --with-libs, and
10725         --without-newlib.
10726         * Makefile.in (all-xiberty): Depend upon all-ld.
10727
10728 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
10729
10730         * configure.in: Change i[34]86 to i[345]86.
10731
10732 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
10733
10734         * configure (version): A few more tweaks to help message.
10735
10736 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10737
10738         * Makefile.in:  Remove (for now) librx as a host library,
10739         now that we're building it for target.
10740
10741 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
10742
10743         * configure: Fix up help message; from karl@owl.hq.ileaf.com
10744         (Karl Berry).
10745
10746 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10747
10748         * configure.in:  Also configure librx.
10749
10750 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10751
10752         * Makefile.in:  Update various rules to reflect that librx
10753         is now needed for libg++.
10754
10755 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
10756
10757         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
10758
10759 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
10760
10761         * configure.in: Configure the examples directory.
10762
10763 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
10764
10765         * configure: Simplify Jun 2 1994 change.
10766
10767 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
10768
10769         * change CC to /usr/latest/bin/gcc for lynx host builds, since
10770         /bin/gcc isn't good enough to build gcc.
10771
10772 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
10773
10774         * Makefile.in (GDB_SUPPORT_FILES): Remove
10775         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
10776         (gdb.tar.gz): Add new rule to use standard distribution building
10777         mechanism.
10778
10779 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10780
10781         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
10782         Bill Cox <bill@cygnus.com>.
10783
10784 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10785
10786         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
10787
10788 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
10789
10790         * configure:  Search current dir first in .gdbinit.
10791
10792 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10793
10794         * config.sub:  Recognize freebsd (merged from gcc config.sub).
10795
10796 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10797
10798         * config.sub:  Refer to NeXT's operating system as nextstep.
10799
10800         * config.sub (case $basic_machine):  Re-order the cases, to match
10801         the order in the FSF version (which is mostly alphabethical).
10802         Merge in some additions and changes from the FSF.
10803
10804 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
10805
10806         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
10807         * config.sub: Recognize cxux7.
10808         * configure.in: Use mh-cxux for m88k-harris-cxux*.
10809
10810 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10811
10812         * config.sub:  Fix typo powerpc -> powerpc-*.
10813
10814 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
10815
10816         * Makefile.in: `all-emacs19' depends on `all-byacc'.
10817
10818         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
10819         parallel with all-emacs and install-emacs).  Top-level command
10820         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
10821
10822 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
10823
10824         * test-build.mk ($(host)-stamp-stage2-installed): Remove
10825         $(relbindir)/make before doing ``make install'', and use
10826         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
10827         installing over running make binary.
10828         ($(host)-stamp-stage3-installed): Likewise.
10829
10830 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10831
10832         * config.guess: Recognize Mach.
10833
10834 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
10835
10836         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
10837         see whether --exec-prefix was used.
10838
10839 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10840
10841         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
10842
10843 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10844
10845         * Makefile.in: Add all-librx target similar to all-libproc.
10846
10847 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
10848
10849         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
10850         with post 1.2 uname bogosity.
10851
10852 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10853
10854         * configure: Remove temporary files on receipt of a signal.
10855
10856 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
10857
10858         * configure: If there is a package_makefile_frag, remove
10859         ${subdir}/Makefile.tem after copying it in.
10860
10861 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
10862
10863         * build_all.mk: support rs6000 lynx identifies itself as
10864         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
10865         since /bin/gcc is too feeble to compile a modern gcc.
10866
10867 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
10868
10869         * brought devo/test-build.mk update-to-date with progressive/
10870           test-build.mk. Add lynx targets and hppa flag info.
10871
10872 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10873
10874         * configure.in:  Use mh-ncrsvr43.  Patch from
10875         Tom McConnell <tmcconne@sedona.intel.com>.
10876
10877 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10878
10879         * config.guess (i386-unknown-bsdi):  No longer need to
10880         check #if defined(__bsdi__) && defined(__i386__).
10881
10882 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10883
10884         * configure: Set program_transform_nameoption correctly.
10885
10886 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
10887
10888         * brought build-all.mk update-to-date with progressive build-all.mk,
10889           added new targets and hppa info.
10890
10891 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10892
10893         * configure: If config.guess result is a prefix of the user
10894         specified target, assume a native build and use the user specified
10895         target as the host alias.  Remove SunOS patch suffix removal hack.
10896         * configure.in: Remove SunOS patch suffix removal hack.
10897
10898         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
10899         in NATIVE_CHECK_MODULES.
10900
10901 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
10902
10903         * Makefile.in: Rename HOST_ONLY to NATIVE.
10904         * configure: Delete SunOs patch suffix from host_canonical
10905           and build_canonical variables that are prepended to Makefiles.
10906         * configure.in: Add comments for easier maintenance.
10907
10908 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10909
10910         * Makefile.in: Add all-libproc target similar to all-gui.
10911
10912 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
10913
10914         * Makefile.in (CHECK_MODULES): split into
10915         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
10916
10917 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
10918
10919         * config.guess (i386-unknown-bsdi): New system to guess.
10920
10921 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10922
10923         * Makefile.in: Add all-gui target (but not yet build by "all").
10924
10925 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
10926
10927         * config.sub: Move deletion of patch suffix from here...
10928         * configure.in: To here, at Ian's suggestion.  The top-
10929           level scripts might need to know of a patch level.
10930
10931 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
10932
10933         * config.sub: Strip off patch suffix so rtl is recognized
10934           as a sunos4.1.3 machine, even though it's been patched.
10935
10936 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
10937
10938         * Makefile.in (INSTALL_LAST): Delete.
10939         (INSTALL_DOSREL): New.
10940
10941 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10942
10943         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
10944         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
10945         whether we pass down --with-gnu-ld anyhow.
10946
10947 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
10948
10949         * Makefile.in (INSTALL_LAST): Change operation so it works
10950         on more flavors of make.
10951         * configure.in (go32): Don't build libg++ or libio.
10952
10953 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
10954
10955         * Makefile.in (Move HOST_PREFIX_1 and friends up so
10956         they can be overriden by templates.
10957
10958 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
10959
10960         * configure.in (target==go32): Don't build gdb.
10961         * dosrel: New directory.
10962
10963 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
10964
10965         * configure.in (host==go32): Configure dosrel too.
10966         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
10967         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
10968         be set by incoming names or templates.
10969         (INSTALL_LAST): New rule.
10970
10971 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
10972
10973         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
10974
10975 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
10976
10977         * configure.in (appdirs): New variable.  Currently empty, but will
10978         be used in gas distribution.  If nonempty, lists a set of
10979         directories at least one of which must get configured, or top
10980         level configuration is considered to have failed.
10981         (rs6000-*-lynxos*): Use new file name.
10982
10983 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10984
10985         Eliminate XTRAFLAGS.
10986         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
10987         newlib include files using -idirafter, and also use -nostdinc.
10988         (CXX_FOR_TARGET): Likewise.
10989         (XTRAFLAGS): Removed.
10990         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
10991         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
10992         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
10993         ($(DO_X)): Don't pass down XTRAFLAGS.
10994
10995 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
10996
10997         * configure.in (mips*-dec-bsd*): New target; do build linker.
10998         (mips*-*-bsd*): New target; don't build linker.
10999
11000 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
11001
11002         * configure.in: support rs6000-*-lynxos* configuration.
11003         support sunos4 as a cross target.
11004
11005         * config.sub: look for lynx*, not lynx since the OS version may
11006         legitimately be part of the name.
11007
11008 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
11009
11010         * configure.in (i[34]86-*-sco*): Move to be with other i386
11011         targets.
11012         (romp-*-*): New target.  Skip various binary utilities.
11013         (vax-*-*): New target.  Don't build newlib.
11014         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
11015
11016 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
11017
11018         * configure.in: Only set host_makefile_frag if config
11019         directory exists.
11020
11021 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
11022
11023         * install.sh: If $dstdir exists, don't check whether each
11024         component does.
11025
11026 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11027
11028         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
11029
11030 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
11031
11032         * configure.in (*-*-lynxos*): Don't configure newlib for either
11033         native or cross Lynx.
11034
11035 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
11036
11037         * config.sub (sparc64-elf): Fix os.
11038         (z8k): Remove duplicate.
11039
11040 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11041
11042         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
11043         gcc/stmp-fixproto, to try to prevent fixproto from being run.
11044
11045 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
11046
11047         * configure: Make file links cleanly even if Lynx fails on
11048           an NFS symlink (at least fail cleanly).
11049
11050 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
11051
11052         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
11053         -XNh2000.
11054
11055 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
11056
11057         * configure: Unknown options are fatal again.
11058
11059 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
11060
11061         * configure: Ignore --x-includes and --x-libraries, for Autoconf
11062         compatibility.
11063
11064 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
11065
11066         * build-all.mk: Add `clean' target.
11067
11068 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11069
11070         * config.guess:  Add SINIX support.
11071         * configure.in:  Add mips-*-sysv4* support.
11072
11073 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
11074
11075         * build-all.mk: Document all useful targets.
11076         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
11077         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
11078
11079 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
11080
11081         * configure: Support --silent, --quiet.
11082
11083 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
11084
11085         * configure: Support --disable-FEATURE.
11086
11087 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11088
11089         * config.guess: Recognize NCR running SVR4.3.
11090
11091 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11092
11093         * config.guess:  Make BSDI generate i386-unknown-bsd386.
11094         Patch from Paul Eggert <eggert@twinsun.com>.
11095
11096 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11097
11098         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
11099
11100 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
11101
11102         * configure: Make unrecognized options give nonfatal warnings
11103         instead of fatal errors, and pass them to any subdirectory
11104         configures in case they recognize them.
11105         Make --x equivalent to --with-x.
11106
11107 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
11108
11109         * configure: Add --enable-* options.  Clean up usage message and
11110         some comments.
11111
11112 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
11113
11114         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
11115
11116 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
11117
11118         * configure.in (hppa*-*-*): Enable binutils.
11119
11120 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11121
11122         * config.sub: Recognize cisco.
11123
11124 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
11125
11126         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
11127
11128 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11129
11130         * config.guess: about target *-hitachi-hiuxwe2, don't print more
11131         than one configuration name.  Add comment.
11132
11133 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
11134
11135         * config.guess: about target *-hitachi-hiuxwe2, fixed
11136         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
11137         macro is incorrect.]
11138
11139 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11140
11141         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
11142         than the "make ls" stuff which used to be here.
11143
11144 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11145
11146         * config.guess:  Recognize i[34]86-unknown-freebsd.
11147         From Shawn M Carey <smcarey@rodan.syr.edu>.
11148
11149 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11150
11151         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
11152
11153 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
11154
11155         * config.guess: Check for ptx.
11156
11157 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
11158
11159         * config.sub: Add os9k checking.
11160
11161 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
11162
11163         * config.guess: Handle OSF1 running on HPPA processors
11164
11165 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
11166
11167         * configure: If subdir configure fails, print out a message with
11168         subdirectory name, in case subdir's configure code didn't identify
11169         itself.
11170
11171 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
11172
11173         * configure.in: Remove embedded newlines from configdirs.
11174         Avoid mismatches of substrings.  Fix matching strings at end
11175         of configdirs.
11176
11177 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
11178
11179         * config.guess:  Add Lynx/rs6000 config support.
11180
11181 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
11182
11183         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
11184
11185 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
11186
11187         * configure.in (hppa*-*-osf*): Treat this just like most other
11188         PA configurations (eg no binutils or ld).
11189         (hppa*-*-*elf*): These configurations have binutils and ld.
11190
11191 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
11192
11193         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
11194
11195 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11196
11197         * configure.in (rs6000-*-*): Build gas.
11198
11199 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
11200
11201         * Makefile.in:  Avoid bug in losing hpux sed.
11202
11203 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11204
11205         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
11206         for GDB and GDB has been fixed to not need it.
11207
11208 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
11209
11210         * config.guess: Recognize vax hosts.
11211
11212 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
11213
11214         * configure (while loop): Don't use "break 2" inside case
11215         statement -- the case statement isn't an enclosing loop.
11216
11217 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11218
11219         * config.guess:  Clean up NeXT support, to allow nextstep
11220         on Intel machines.  Make OS be nextstep.
11221
11222 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
11223
11224         * config.guess: Add alternate forms for Convex.
11225
11226 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
11227
11228         * configure:  Completely rewrite option processing.  Take
11229         advantage of pattern-matching to avoid invoking test frequently.
11230         Also clean up host and target defaulting logic.
11231
11232 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
11233
11234         * Makefile.in: Replace all occurrances of "rootme" with "r" and
11235         "$${rootme}" with "$$r", to increase the likelihood that the do-*
11236         commands (plus user environment) will fit SCO limits.
11237
11238 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11239
11240         * configure.in: Don't issue warnings about directories which are
11241         not being configured if -norecursion is set.  Correct test for
11242         --with-gnu-as and --with-gnu-ld to not get confused by substring
11243         matches.
11244
11245         * configure.in: Don't build gas for alpha-dec-osf1*.
11246
11247 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
11248
11249         * configure:  Back out Per's change of 12/19/1993.  It changes the
11250         behavior of configure in unexpected and confusing ways.
11251
11252         Also, use different delim char when calculating
11253         program_transform_name so that the name can contain slashes.
11254
11255 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
11256
11257         * configure.in, config.sub: Add support for VSTa micro-kernel.
11258
11259 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
11260
11261         * configure.in: Nuke hacks which were used to get a special
11262         version of GAS for HPPA configurations.
11263
11264 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
11265
11266         * configure:  If only ${target_alias} is given, use that
11267         as the default for ${host_alias}.
11268         * configure:  Add missing back-slashes before nested quotes.
11269
11270 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
11271
11272         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
11273
11274 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
11275
11276         * config.guess:  Recognize some Tektronix configurations.
11277         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
11278
11279 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
11280
11281         * config.sub: Match any flavor of SH.
11282
11283 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
11284
11285         * configure.in: Don't try to configure newlib for Alpha.
11286
11287 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11288
11289         * configure.in: Don't build ld for Irix 5.  Don't build gas,
11290         libg++ or libio for any Alpha target.
11291
11292         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
11293
11294 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
11295
11296         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
11297         default arguments -- so it tried to compress itself.
11298
11299 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
11300
11301         * configure.in (notsupp): ensure that a space is always at the end
11302           of the configdirs list, since the grep checks for an explicit space
11303
11304 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11305
11306         * configure.in (target i386-sysv4.2): don't build ld, since static
11307           versions of many libraries are not available.
11308
11309 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11310
11311         * config.guess: Recognize Apollos (using environment variables).
11312         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
11313
11314 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11315
11316         * config.guess: Recognize Sony news mips running newsos.
11317
11318 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
11319
11320         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
11321         "fi ; else" for bash.
11322
11323 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
11324
11325         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
11326
11327 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
11328
11329         * config.sub: accept unixware as an alias for svr4.2.
11330         Fix some inconsistancies with the gcc version.
11331
11332 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11333
11334         * Makefile.in (DISTDOCDIRS):  Add gdb.
11335
11336 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
11337
11338         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
11339
11340 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
11341
11342         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
11343         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
11344         this now.
11345
11346 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11347
11348         * config.sub: Accept hiux* as an OS name.
11349
11350         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
11351         etc/make-stds.texi.  The underscore came from gcc, and dje now
11352         agrees that RUNTESTFLAGS is the correct name.
11353
11354 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
11355
11356         * install.sh:  Remove 'set -e'.  It makes any conditionals
11357         in the script useless.
11358
11359         * config.guess: Automatically recognize arm-acorn-riscix
11360         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
11361
11362 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
11363
11364         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
11365
11366 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
11367
11368         * Makefile.in (DISTDOCDIRS): New variable.
11369         (taz): Edit local Makefile.in sooner, instead of proto-toplev
11370         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
11371
11372 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11373
11374         * configure.in (hppa target): check the source directory for the
11375           pagas sub-directory
11376
11377 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
11378
11379         * config.sub: Allow -aout* and -elf*.
11380
11381 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
11382
11383         * configure.in: Don't build ld on i386-solaris2, same as for
11384         sparc-solaris2.
11385
11386 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
11387
11388         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
11389
11390 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11391
11392         * configure.in:  Configure gdb for alpha.
11393
11394 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11395
11396         * Makefile.in (CXXFLAGS): Add -O.
11397
11398 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11399
11400         * config.guess: added support for DG Aviion
11401
11402 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
11403
11404         * configure.in: Produce warning message for subdirectories not
11405         configurable for this host/target combination.  Don't try to
11406         configure gdb for vms.
11407
11408 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
11409
11410         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
11411         appropriate files before making "diststuff".
11412         (DISTBISONFILES): New var: list of files to be edited.
11413         (DISTSTUFFDIRS): Add binutils.
11414
11415 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11416
11417         * config.sub: also handle mipsel and mips64el (for little endian mips)
11418
11419 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11420
11421         * configure.in: Add * to end of all OS names.
11422
11423 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
11424
11425         * configure.in: Build newlib for LynxOS native.
11426
11427 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11428
11429         * config.guess: Add support for delta 88k running SVR3.
11430
11431         * configure.in: Add comment about HP compiler vs. emacs.
11432
11433 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11434
11435         * configure.in: don't build ld on solaris2 (not a viable option
11436           due to bugs in getpwnam & getpwuid)
11437
11438 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
11439
11440         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
11441         config.guess will produce a full version number.
11442
11443 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11444
11445         * configure.in: Build linker and binutils for alpha-dec-osf1.
11446
11447 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11448
11449         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
11450         and gdb/testsuite/Makefile.in.
11451
11452 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11453
11454         * configure.in: recognize mips*- instead of mips-
11455
11456 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
11457
11458         * config.sub: Accept linux*coff and linux*elf as operating
11459         systems.
11460
11461 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11462
11463         * config.sub: Recognize mips64, and mips3 as an alias for it.
11464
11465 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11466
11467         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
11468         gdb knows how to handle OSF/1 shared libraries.
11469
11470 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11471
11472         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
11473         * config.guess: Recognize Hitachi's HIUX.
11474         * config.sub: Recognize h3050r* and hppahitachi.
11475         Remove redundant cases for hp9k[23]*.
11476
11477 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11478
11479         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
11480         if gas and ld are in the source tree and are in ${configdirs}.
11481         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
11482         --with options (but still pass them down on the command line,
11483         if they were explicitly specified).
11484
11485 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11486
11487         * configure: substitute SHELL value in Makefile.in with
11488         ${CONFIG_SHELL}
11489
11490 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11491
11492         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
11493         *-*-solaris2* targets.
11494
11495 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11496
11497         * Makefile.in: define M4, and pass it down to sub-makes;
11498         all-autoconf now depends on all-m4
11499
11500 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11501
11502         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
11503         presence of {ar,ranlib} instead of a configured directory
11504
11505 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
11506
11507         * config.guess: Accept 34?? as well as 33?? for NCR.
11508
11509 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11510
11511         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
11512         of 'gas' in sed commands, since 'gash' is now in the tree as well.
11513
11514 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11515
11516         * configure: grab values for $(CC) and $(CXX) from the
11517         environment, so that someone can do "CC=gcc configure; make" and
11518         have it work right (matching the way that autoconf works now)
11519
11520         * configure.in, Makefile.in: add support for gash, the tcl
11521         interface to Galaxy
11522
11523         * config.guess: add NetBSD variants (hp300, x86)
11524
11525 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
11526
11527         * install.sh: Support -d option (in the manner of SunOS 4 install,
11528         as it is more deterministic than that of GNU install)
11529         (chmodcmd): Set file to mode 755 by default (should also do default
11530         chgrp and chown, but I don't feel like dealing with that now)
11531
11532 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
11533
11534         * config.sub: Remove h8300hhms alias.
11535
11536 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11537
11538         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
11539
11540 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11541
11542         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
11543         as stmp-fixinc
11544
11545 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
11546
11547         * config.sub: recognize m88110-bug-coff.
11548
11549 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11550
11551         * Makefile.in (all-libio): all dependencies on the toolchain used
11552         to build this (gcc, gas, ld, etc)
11553
11554 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11555
11556         * config.guess: Deal with OSF/1 1.3 on alpha.
11557
11558 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11559
11560         * install.sh: add some 'else true' clauses for portability
11561
11562         * configure.in: don't build libio for h8[35]00-*-* targets
11563
11564 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
11565
11566         * Makefile.in:  Add support for new libio.
11567
11568 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11569
11570         * install.sh: If one command fails, don't try the rest.  Don't try
11571         to remove $dsttmp (via trap) unless we have already created it.
11572         If $src doesn't exist, detect it and exit with an error.
11573
11574         * config.guess: Recognize BSD on hp300.
11575
11576 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
11577
11578         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
11579         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
11580
11581 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
11582
11583         * Makefile.in (all-send-pr): depends on all-prms
11584
11585 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11586
11587         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
11588
11589 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11590
11591         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
11592         Added test for mips-mips-riscos5.
11593
11594 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11595
11596         * configure.in: use mh-hp300 for 68k HP hosts
11597
11598 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11599
11600         * configure: add support for CONFIG_SHELL, so that you can use
11601         some alternate shell for evaluating configure scripts
11602
11603 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
11604
11605         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
11606         in configure script to bug-gdb@prep.ai.mit.edu when building
11607         distribution archive.
11608         * Makefile.in (COMPRESS):  Remove def.
11609         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
11610         gdb.tar.Z and make-gdb.tar.Z respectively.
11611         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
11612         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
11613         to convergence with 'taz' target in Makefile.in.
11614
11615 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11616
11617         * install.sh (dsttmp): use trap to ensure that tmp files go
11618         away on error conditions
11619
11620 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11621
11622         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
11623
11624 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11625
11626         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
11627         its parent is '/' not ''.
11628
11629         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
11630
11631 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
11632
11633         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
11634         that ${newsrcdir}/configure.in does.
11635
11636 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11637
11638         * test-build.mk: support for CONFIG_SHELL
11639
11640 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
11641
11642         * config.sub (netware):  Add as a basic system type.
11643
11644 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
11645
11646         * Makefile.in (Makefile): depend on configure.in.  Also drop the
11647           $(srcdir)/ from the dependency on Makefile.in.
11648
11649 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
11650
11651         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
11652         (h8300hhms is temporary until multi-libraries are implemented).
11653         * configure.in: Handle h8300h too.
11654
11655 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11656
11657         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
11658
11659 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
11660
11661         * configure:  Remove extraneous output when guessing host type.
11662         * config.guess:  Remove extraneous output when guessing using C
11663         compiler rather than uname, or when guessing fails.
11664
11665 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
11666
11667         * Makefile.in: remove all.cross and install.cross targets
11668
11669         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
11670           definitions
11671
11672 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
11673
11674         * configure.in (target sh): Build gprof.
11675
11676 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11677
11678         * config.sub: change -solaris to -solaris2
11679
11680 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11681
11682         * configure.in: Use config/mh-riscos for mips-*-sysv*.
11683
11684 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
11685
11686         * configure: Correct error message for missing Makefile.in to
11687         print correct directory.
11688
11689 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11690
11691         * install.sh: kludge around 386BSD shell bug
11692
11693 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
11694
11695         * config.guess:  Recognize NeXT.
11696         * config.guess:  Recognize i486-ncr-sysv4.
11697         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
11698
11699 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
11700
11701         * Makefile.in (MAKEINFOFLAGS): New variable.
11702         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
11703         * build-all.mk, test-build.mk: Pass down --no-split as
11704         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
11705
11706 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
11707
11708         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
11709
11710 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
11711
11712         * Makefile.in (libg++.tar.z):  New rule.
11713         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
11714         * Makefile.in (taz):  Only do a single chmod.
11715
11716 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
11717
11718         * install.sh: don't use dirname anymore (replaced with sed usage)
11719
11720 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
11721
11722         * Makefile.in:  Change extension for gzip'd files from '.z' to
11723         '.gz' per new FSF standard usage.
11724
11725 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
11726
11727         * configure: put quotes around the final value of program_transform_name
11728
11729 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11730
11731         * Makefile.in: new install.sh support; update install-info rules
11732
11733 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
11734
11735         * configure.in: Build diff for crosses, but not for go32 host.
11736
11737         * configure.in: Build gprof only for native, and don't build it
11738         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
11739
11740 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
11741
11742         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
11743
11744 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
11745
11746         * configure.in (host_tools): Add prms.
11747
11748 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11749
11750         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
11751         with $(FLAGS_TO_PASS) on the command line
11752
11753         * config.sub: Recognize lynx and lynxos
11754
11755 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
11756
11757         * config.sub: Accept -ecoff*, not just -ecoff.
11758
11759 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
11760
11761         * Makefile.in (taz): Use .gz suffix instead of .z.
11762         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
11763         names.
11764
11765 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11766
11767         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
11768
11769 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11770
11771         * Makefile.in (install-no-fixedincludes):  install gcc last, so
11772         that rebuilds that might happen during 'make install' don't get
11773         bogus gcc include files
11774
11775 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
11776
11777         Change from Utah for HPPA support:
11778         * config.guess: Recognize hppa1.x-hp-bsd.
11779
11780 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
11781
11782         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
11783         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
11784
11785 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
11786
11787         * config.sub: Add support for rom68k and bug boot monitors.
11788
11789 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
11790
11791         * Makefile.in: Make all-opcodes depend on all-bfd.
11792
11793 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
11794
11795         * config.guess: Added special check for i[34]86-univel-sysv4*.
11796
11797 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
11798
11799         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
11800         the processor rather than assuming i486.
11801
11802 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11803
11804         * config.guess: Recognize SunOS6 as Solaris3.
11805
11806 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
11807
11808         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
11809         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
11810
11811 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
11812
11813         * build-all.mk (all-cross): New target for Canadian Cross.
11814         Added Q2 go32 targets.
11815         * test-build.mk: Configure go32 cross sparclite-aout and
11816         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
11817         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
11818
11819 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11820
11821         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
11822         GO32 hosted toolchains
11823
11824 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
11825
11826         * configure: change  so "-exec-prefix" gets passed down rather
11827         than "-exec_prefix" so autoconf generated Makefiles get the
11828         exec_prefix set right.
11829
11830 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11831
11832         * config.guess: get the Solaris2 minor version number
11833
11834         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
11835
11836 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
11837
11838         * config.guess: Recognize some Sequent platforms.
11839
11840 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11841
11842         * Makefile.in: added the vault-install target
11843
11844         * configure.in: actually use the Sun3 makefile fragment that's in
11845         config, also added the release dir to configdirs
11846
11847 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
11848
11849         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
11850
11851 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11852
11853         * configure.in: remove some program from Alpha targetted toolchains
11854
11855 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
11856
11857         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
11858         gprof.
11859         (taz): Run "make diststuff" in those directories instead of "make
11860         proto-dir".  Look for "VERSION=" only at start of line in subdir
11861         Makefile.  Use "gzip -9" for compression.
11862         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
11863         (binutils.tar.z): New target.
11864
11865 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
11866
11867         * Makefile.in (taz): Include gpl.texinfo.
11868
11869 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
11870
11871         * Makefile.in (setup-dirs): Merged into "taz" target.
11872         (taz): Only do `proto-dir' stuff if a directory is actually needed
11873         for this target.
11874
11875 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
11876
11877         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
11878         (FLAGS_TO_PASS): Pass down MUNCH_NM.
11879         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
11880         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
11881         (gcc-no-fixedincludes): Correct for current gcc Makefile.
11882
11883 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
11884
11885         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
11886         config.sub, and move-if-change to gdb testsuite distribution
11887         archive, so the testsuite can be extracted, configured, and
11888         run separately from the gdb distribution.  Blow away the Chill
11889         tests that require a Chill compiled executable, since GNU Chill
11890         is not yet publically available.
11891
11892 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11893
11894         * test-build.mk: set environment variables in a single command,
11895         instead of a list of assignments and exports
11896
11897         * config.guess: recognize Alpha/OSF1 systems
11898
11899 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
11900
11901         * configure: Change help message to prefer --options rather than
11902           -options.
11903
11904 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
11905
11906         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
11907         zippy@ecst.csuchico.edu.
11908         * config.guess: Recognize miniframe.
11909
11910 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
11911
11912         * Makefile.in: Use srcroot to find runtest rather than rootme.
11913         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
11914
11915 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
11916
11917         * test-build.mk: Extensive additions to support building on a
11918         machine other than the host.
11919
11920 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
11921
11922         * configure (tooldir): Fix for i386-aix again.
11923
11924 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
11925
11926         * configure, Makefile.in:  Change definition of $(tooldir)
11927         to match the FSF.
11928
11929 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
11930
11931         * config.guess:  Recognize i[34]86/SVR4.
11932
11933 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
11934
11935         * Makefile.in (all-gdb): gdb depends on sim.
11936
11937 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
11938
11939         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
11940         at the same time we make the prototype gdb directory.
11941         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
11942         files at the same time as the gdb base release distribution.
11943
11944 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
11945
11946         * Makefile.in (check): Use individual check targets rather than
11947         DO_X rule.
11948         (check-gcc): Added.
11949
11950 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
11951
11952         * config.sub: Use sysv3.2 not sysv32 for canonical OS
11953         for System V release 3.2.
11954
11955 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
11956
11957         * config.sub: Recognize hppaosf.
11958         * configure.in: Do configure ld/binutils/gas for it.
11959
11960 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
11961
11962         * configure (tooldir): Alter syntax used to set this, for systems
11963         where "\$" isn't handled right, like i386-aix.
11964
11965 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
11966
11967         * configure: Pass program-transform-name, not
11968         program_transform_name, to recursive configures.
11969
11970 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
11971
11972         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
11973         of gas+ld+binutils.
11974
11975 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
11976
11977         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
11978
11979 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11980
11981         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
11982
11983 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
11984
11985         * Makefile.in (PRMS): Set back to all-prms.
11986
11987 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
11988
11989         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
11990         targets, rather than for MIPS hosts.
11991
11992 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11993
11994         * configure.in: add comment for --with-x default values
11995
11996         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
11997
11998         * Makefile.in: add check-* targets for each of the directories in
11999         the tree.  Add a definition of RUNTEST that will use the one we
12000         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
12001
12002 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
12003
12004         * configure.in: Removed obsolete references to bfd_target and
12005         target_makefile_frag.
12006
12007         * build-all.mk: Set assorted targets for Q2.
12008         * config.sub: Recognize z8k-sim and h8300-hms.
12009         * test-build.mk: Really don't pass host to configure.
12010         (HOLES): Added uname.
12011
12012 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
12013
12014         * configure: Handle an empty program-prefix, program-suffix or
12015         program-transform-name correctly.
12016
12017 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
12018
12019         * build-all.mk: -G 8 no longer required for MIPS targets.
12020         * test-build.mk: Don't pass host argument to configure; make it
12021         guess.
12022
12023 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
12024
12025         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
12026         * Makefile.in (COMPRESS):  New macro, like GZIP.
12027
12028 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
12029
12030         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
12031
12032         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
12033         with gas currently defaults to -G 0.
12034
12035 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
12036
12037         * Makefile.in (all-flex): flex depends on byacc.
12038
12039         * build-all.mk: If host not specified, use config.guess.  Pass TAG
12040         to test-build.mk as RELEASE_TAG.
12041         * test-build.mk (configargs): New variable containing arguments to
12042         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
12043         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
12044
12045         * config.guess: Use /bin/uname when checking -X argument on SCO,
12046         to avoid invoking GNU uname which doesn't understand -X.
12047
12048         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
12049
12050         * configure.in: Build gas for mips-*-*.
12051
12052 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
12053
12054         * Makefile.in (all.normal): insert missing backslash.
12055
12056 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
12057
12058         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
12059
12060         * Makefile.in: Complete overhaul to merge many almost identical
12061         targets.
12062
12063 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
12064
12065         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
12066         (gdb.tar.Z): Adjusted.
12067
12068         * Makefile.in (setup-dirs, taz): New targets; should be general
12069         enough to adapt for gdb sometime.  Build only .z file.
12070         (gas.tar.z): New target.
12071
12072 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
12073
12074         * build-all.mk: Use CC=cc -Xs on Solaris.
12075
12076 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
12077
12078         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
12079         for handling BISON for FSF releases.
12080
12081 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
12082
12083         * configure: Actually implement the change zoo just documented.
12084
12085 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
12086
12087         * configure: when using config.guess, only set target_alias when
12088         it's not already been set (ie, on the command line)
12089
12090 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12091
12092         * Makefile.in: add installcheck target, set PRMS to install-prms
12093
12094 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12095
12096         * configure: add support for package_makefile_fragment, handle the
12097         case where a directory has a configure.in file but no Makefile.in
12098         more gracefully (with an actual understandable error message, even);
12099         add support for --without (and add this to the usage message); also
12100         explicitly add a --host=${host_alias} to the command line when
12101         config.guess is used
12102
12103 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
12104
12105         * configure: Must use both --host and --target in recursive calls.
12106
12107 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
12108
12109         * Makefile.in: Change deja-gnu to dejagnu.
12110
12111 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
12112
12113         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
12114
12115 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12116
12117         * configure.in: canonicalize all instances to *-*-solaris2*,
12118         also strip out a number of tools to not build for go32 host
12119
12120 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
12121
12122         * config.guess: add GPL.
12123
12124         * Makefile.in, config.guess, config.sub, configure: bump
12125           copyrights to 93.
12126
12127 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
12128
12129         * Makefile.in (do-info): Removed obsolete check for existence of
12130         localenv file.
12131
12132         * Makefile.in (MAKEOVERRIDES): Define to be empty.
12133
12134 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12135
12136         * Makefile.in: a couple of 'else true' for decstation,
12137         support for TclX
12138
12139         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
12140
12141 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
12142
12143         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
12144
12145 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
12146
12147         * config.guess: Recognize i386-ibm-aix (PS/2).
12148         * configure.in: Use config/mh-aix386 file for it.
12149
12150 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
12151
12152         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
12153         CC_FOR_TARGET instead.
12154         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
12155
12156 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
12157
12158         * Makefile.in: Add sim to list of directories sent with gdb
12159
12160 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
12161
12162         * configure.in: Put back mips-dec-bsd* case.
12163
12164 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
12165
12166         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
12167         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
12168         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
12169
12170 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12171
12172         * configure.in: remove no-op mips-dec-bsd* in "case $target"
12173
12174         * Makefile.in (dir.info): only run gen-info-dir if it exists,
12175         (install-info): install dir.info only if it exists,
12176         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
12177
12178 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
12179
12180         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
12181         gas for mips-dec-bsd.
12182
12183 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
12184
12185         * configure (makesrcdir): If ${srcdir} is relative and not ".",
12186         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
12187
12188 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
12189
12190         * configure.in: Added "dejagnu" to hosttools list.
12191
12192 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
12193
12194         * config.sub, configure.in, config.guess:  Add support
12195         for Bosx, an AIX variant from Bull.
12196         Patches from F.Pierresteguy@frcl.bull.fr.
12197
12198 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
12199
12200         * devo/dejagnu: Initial creation of devo/dejagnu.
12201         Migrated dejagnu testcases and support files for testing software
12202         tools to reside as subdirectories, currently called "testsuite",
12203         within the directory of the software tool.  Migrated all programs,
12204         support libraries, etc. beloging to dejagnu proper from
12205         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
12206         with no modifications.  The changes to these files which will
12207         allow them to configure, build, and execute properly will be made
12208         in a future update.
12209
12210 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
12211
12212         * Makefile.in: Change send_pr to send-pr.
12213         * configure.in: Likewise.
12214         * send_pr: Renamed directory to send-pr.
12215
12216 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
12217
12218         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
12219
12220 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
12221
12222         * README:  Update for gdb-4.8 release.
12223         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
12224         gdb-xxx.tar.z (gzip'd) file also.
12225
12226 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12227
12228         * Makefile.in: make all-diff depend on all-libiberty
12229
12230 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
12231
12232         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
12233
12234 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12235
12236         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
12237
12238 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
12239
12240         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
12241         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
12242         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
12243
12244 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12245
12246         * Makefile.in:  makeinfo binary is in a new location
12247
12248 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
12249
12250         * config.sub: Accept -ecoff as an OS.
12251
12252         * Makefile.in: Various changes to eliminate a level of make
12253         recursion and reduce the required command line length.
12254         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
12255         sub-makes.
12256         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
12257         variables holding settings for specific sub-makes.
12258         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
12259         in terms of BASE_FLAGS_TO_PASS.
12260         (TARGET_LIBS): New variable listing directories which use
12261         TARGET_FLAGS_TO_PASS.
12262         (subdir_do): Eliminated.
12263         (do-*): New set of targets to replace subdir_do.
12264         (various): All targets which used subdir_do now depend on do-*.
12265         (local-clean): Renamed from do_clean.
12266         (local-distclean): New target, dependency of distclean and
12267         realclean.
12268         (install-info): Don't create directories.  Depend on dir.info
12269         rather than calling make recursively.
12270         (install-dir.info): Eliminated.
12271         (install-info-dirs): Create all info directories here.
12272         (dir.info): Depend upon do-install-info.
12273
12274         * test-build.mk (HOLES): Added false.
12275
12276 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
12277
12278         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
12279
12280 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12281
12282         * Makefile.in (info): remove dependency on all-texinfo.  The
12283         problem was really in texinfo/C, not at this level.
12284
12285 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
12286
12287         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
12288
12289 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
12290
12291         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
12292         GDB releases.
12293
12294 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
12295
12296         * configure: Include srcdir in message about target of link not
12297         being found.  Don't convert `-' to `_' in `with' options being
12298         passed to subdirs.
12299
12300 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12301
12302         * configure.in: add uudecode to host_tools
12303
12304         * Makefile.in: added {all,install}-uudecode targets, added them to
12305         the appropriate lists
12306
12307 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
12308
12309         * Makefile.in (all-gcc): Added dependency on all-gas.
12310
12311         * configure.in (mips-*-*): Build ld and binutils.
12312
12313 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
12314
12315         * configure: check return code from mkdir, print error message and
12316           exit on failure.
12317
12318 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
12319
12320         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
12321
12322 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
12323
12324         * test-build.mk (HOLES): Added tar, cpio and uudecode.
12325
12326 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
12327
12328         * config.sub (h8500):  Recognize this as a cpu type.
12329
12330 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12331
12332         * configure: source directory missing is no longer a warning
12333
12334         * configure.in: recognize irix[34]* instead of irix[34]
12335
12336         * Makefile.in: define and pass down X11_LIB
12337
12338 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
12339
12340         * guess-systype: Renamed to ...
12341         * config.guess:  ... by popular request.
12342         * configure.in, Makefile.in:  Update accordingly.
12343
12344 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
12345
12346         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
12347         + Add Convex, Cray/Unicos, and Encore/Multimax support.
12348         + Execute ./dummy instead of assuming . is in PATH.
12349
12350 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
12351
12352         * guess-systype:  New shell script.  Attempts to guess the
12353         canonical host name of the executing host.
12354         Only a few hosts are supported so far.
12355         * configure:  Call guess-systype if no host is specified.
12356
12357 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
12358
12359         * Makefile.in (gcc-no-fixedincludes): Made to work with current
12360         gcc Makefile.
12361
12362
12363 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
12364
12365         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
12366         (all-gcc, install-gcc, subdir_do): Use it.
12367
12368 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
12369
12370         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
12371
12372 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
12373
12374         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
12375           set exclusively by configure, using configure.in .
12376
12377 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12378
12379         * test-build.mk: set $PATH for all builds
12380
12381         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
12382
12383 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
12384
12385         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
12386         the one used in gcc/Makefile.in, so that a null expansion doesn't
12387         override the one needed to build gcc with a native cc.
12388
12389
12390 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
12391
12392         * configure: Accept -with arguments.
12393
12394 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
12395
12396         * Makefile.in: added h8300sim
12397
12398 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
12399
12400         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
12401         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
12402         (all-cygnus, native, build-cygnus): Make
12403         $(canonhost)-stamp-3stage-done, not $(host)....
12404         * test-build.mk (stamp-3stage-compared): Use tail +10c for
12405         i386-sco3.2v4.  Added else true to if command.
12406
12407 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
12408
12409         * config.sub: (from FSF) Sequent uses a BSD-like OS.
12410
12411 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
12412
12413         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
12414
12415 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12416
12417         * configure.in: don't remove binutils from Solaris builds
12418
12419 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
12420
12421         * Makefile.in: get rid of earlier definitions for *clean,
12422         also handle the recursive info rule better
12423
12424 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
12425
12426         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
12427         do more-or-less the right thing.
12428
12429 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
12430
12431         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
12432         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
12433
12434 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12435
12436         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
12437         $(host_canonical).
12438
12439         * configure.in: split the configdirs list into 4 categories (native
12440         v. cross, library v. tool) and handle the cross-only and native-
12441         only in more reasonable (and correct!) way.
12442
12443 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
12444
12445         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
12446         configdirs anymore.
12447
12448 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12449
12450         * Makefile.in: extensive cleanup::  removed all of the explicit
12451         clean-* targets, collapsed many wrappers around subdir_do into
12452         one, added additional targets to satisfy standards.texi, deleted
12453         some old targets, some changes for consistency
12454
12455 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12456
12457         * configure.in: handle some programs as cross-only, and others as
12458         native only
12459
12460         * test-build.mk: handle partial holes in a more generic manner
12461
12462         * Makefile.in: m4 depends on libiberty
12463
12464 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12465
12466         * configure.in: add m4, textutils, fileutils, sed, shellutils,
12467         time, wdiff, and find to configdirs
12468
12469         * Makefile.in: all, clean, and install rules for the new programs
12470         added to configure.in
12471
12472 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12473
12474         * configure.in: use mh-sun for all *-sun-* hosts
12475
12476 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12477
12478         * Makefile.in: define flags for X11 include files and library file
12479         locations, pass them down to the programs that need this info
12480
12481         * build-all.mk: added a 'native' target, to 3stage the native toolchain
12482
12483 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12484
12485         * configure.in: start building libg++ for HP-UX targets
12486
12487 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
12488
12489         * README:  Update references to files moved into etc/.
12490
12491 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
12492
12493         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
12494         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
12495
12496 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
12497
12498         * configure: accept dash as well as underscore in long option
12499         names for FSF compatibility.
12500
12501 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
12502
12503         * config.sub: added -sco3.2v4 support from FSF.
12504
12505 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12506
12507         * configure.in: expand the section that adds or removes
12508         directories from the list of programs to build, to handle native
12509         vs. cross in addition to host v. native
12510
12511 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
12512
12513         * Makefile.in:  Replace C++ in macro names with CXX.
12514         This is less likely to break ...
12515
12516 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12517
12518         * test-build.mk: add -w to GNU_MAKE
12519
12520 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12521
12522         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
12523         add 'sparc' to list of recognized cpus.  This needed to make
12524         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
12525         Delete some redundant ose68 variants.  Recognize -wrs as an os,
12526         then changes that into $CPU-wrs-vxworks.
12527
12528         * configure.in: remove most references to gdbtest, regularize
12529         target based program removal
12530
12531         * test-build.mk: import from p3 tree (many fixes and changes)
12532
12533 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
12534
12535         * Makefile.in: added rules to handle tcl, tk, and expect
12536
12537         * configure.in: handle those directories if they exist
12538
12539 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12540
12541         * config.sub: removed bogus hppabsd and hppahpux names, since
12542         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
12543
12544 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12545
12546         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
12547         depends upon all-xiberty
12548
12549         * Makefile.in: changes from p3, including:
12550
12551         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
12552
12553         * Makefile.in (XTRAFLAGS): include newlib directories if
12554         newlib/Makefile exists, rather than if host != target.
12555
12556         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
12557
12558         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
12559         from the same source tree and not building a cross-compiler.  This
12560         matters for the libg++ configuration if reconfiguring a tree that
12561         has already been installed.
12562
12563         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
12564
12565         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
12566         pick up the machine and system specific header files.
12567
12568         * Makefile.in: added AS_FOR_TARGET, passed down in
12569         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
12570         the C compiler to use to create programs which are run in the
12571         build environment, set it to default to $(CC), and passed it down
12572         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
12573
12574         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
12575
12576         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
12577         We need them for unusual native builds, like systems without
12578         ranlib.
12579
12580         * configure: also define $(host_canonical) and
12581         $(target_canonical), which are the full, canonical names for the
12582         given host and target
12583
12584 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
12585
12586         * Makefile.in:  Added separate definitions for C++.
12587
12588 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
12589
12590         * configure.in (configdirs):  Add deja-gnu.
12591
12592 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
12593
12594         * README:  Update for configure.texi and gdb-4.7 release.
12595
12596 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
12597
12598         * Makefile.in:  Move "all" target to top of file.
12599         Previously, first target was ".PHONY" which caused BSD4.4 make
12600         to build .PHONY when make was run without arguments.
12601
12602 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
12603
12604         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
12605         Library-copylefted code in libiberty.
12606
12607 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
12608
12609         * config.sub:  Replace m68kmote with plain old m68k.
12610
12611 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
12612
12613         * Makefile.in:  Remove space from blank line, avoid Make complaints.
12614
12615 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
12616
12617         * config.sub: Complain if no argument is given.  Added support for
12618         386bsd as OS and target alias.
12619
12620 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
12621
12622         * Makefile.in (XTRAFLAGS): include newlib directories if
12623         newlib/Makefile exists, rather than if host != target.
12624
12625 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
12626
12627         * config.sub: recognize sparclite-wrs-vxworks.
12628
12629         * Makefile.in (install-xiberty): added *-xiberty make rules (from
12630         p3.) Added clean-xiberty to clean.
12631
12632 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12633
12634         * configure.in: use *-*-* instead of nested cases for host and target
12635
12636 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
12637
12638         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
12639         from the same source tree and not building a cross-compiler.  This
12640         matters for the libg++ configuration if reconfiguring a tree that
12641         has already been installed.
12642
12643 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
12644
12645         * config.sub (i486v/i486v4):  Merge in from FSF version.
12646
12647 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
12648
12649         * configure: only set PWD if it is already set.
12650
12651 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
12652
12653         * configure: just set PWD=`pwd` at the top, since Ultrix sh
12654         doesn't have unset and all success paths (and most error paths)
12655         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
12656         to just ${PWD} to avoid confusion.)
12657
12658 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
12659
12660         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
12661         even for a native compilation.
12662
12663 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
12664
12665         Changes to make the gdb.tar.Z rule work better.
12666
12667         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
12668         (DEVO_SUPPORT):  Add configure.texi.
12669         (bfd-ilrt.tar.Z):  Remove ancient rule.
12670
12671 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
12672
12673         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
12674         pick up the machine and system specific header files.
12675
12676         * configure.in, config.sub: added new target m68010-adobe-scout,
12677         with alias of adobe68k.  Changed configure.in to check for
12678         -scout before -sco* to avoid a false match.
12679
12680         * Makefile.in: added AS_FOR_TARGET, passed down in
12681         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
12682         the C compiler to use to create programs which are run in the
12683         build environment, set it to default to $(CC), and passed it down
12684         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
12685
12686 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
12687
12688         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
12689         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
12690         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
12691         FOR_TARGET variants, to newlib and libg++.
12692
12693 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
12694
12695         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
12696         first.
12697
12698 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
12699
12700         * config.sub:  Accept `elf' as an environment.
12701
12702 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
12703
12704         * Makefile.in (all-opcodes):  cd into the right directory
12705
12706 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
12707
12708         * configure: added -program_transform_name option, used as
12709         argument to sed when installing programs.
12710         configure.texi: added documentation for -program_prefix,
12711         -program_suffix and -program_transform_name.
12712
12713 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
12714
12715         * config.sub:  Accept i486 where i386 ok.
12716
12717 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
12718
12719         * config.sub: accept we32k
12720
12721 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
12722
12723         * config.sub, configure.in: accept OSE68000 and OSE68k.
12724
12725         * Makefile.in: don't create all directories for ``make install'';
12726         let the subdirectories create the ones they need.
12727
12728 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12729
12730         * COPYING: new file, GPL v2
12731
12732 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12733
12734         * Makefile.in: use the new gen-info-dir, which needs a template
12735         argument (which also lives in texinfo)
12736
12737         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
12738
12739 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
12740
12741         * config.sub (ncr3000):  Change i386 to i486.
12742
12743 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12744
12745         * Makefile.in: add install-rcs, install-grep to
12746         install-no-fixedincludes, removed install-bison and install-libgcc
12747
12748 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
12749
12750         * configure.in: grab the HPUX makefile fragment if on HPUX
12751
12752 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
12753
12754         * Makefile.in: eradicate bison spoor (ditto libgcc).
12755          configure.in: recognise m68{k,000}-ericsson-OSE.
12756          es1800 is alias for m68k-ericsson-OSE
12757
12758 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12759
12760         * configure.in: rearrange the parts that remove programs from
12761         configdirs, based now on HOST==TARGET or by canonical triple.
12762
12763 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12764
12765         * test-build.mk: recurse explicitly with -f test-build.mk when
12766           appropriate.  predicate stage3 and comparison on the existence
12767           of gcc.  That is, if gcc isn't around, we aren't three-staging.
12768           On very clean, also remove ...stamp-co.  Build in-place before
12769           doing other builds.
12770
12771 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
12772
12773         * Makefile.in, configure.in: add tgas
12774
12775 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12776
12777         * Makefile.in: a number of changes merged in from progressive.
12778
12779         * configure.in: add libm.
12780
12781         * .cvsignore: ignore some stuff that comes from test-build.mk.
12782
12783 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
12784
12785         * config.sub:  Add es1800 (m68k-ericsson-es1800).
12786
12787 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
12788
12789         * configure: Add program_suffix (parallel to program_prefix)
12790         * Makefile.in: adjust directory-creating script for losing decstation
12791
12792 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
12793
12794         * configure:  Minor $subdir-related fixes.
12795
12796 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
12797
12798         * configure: fix various problems with propogating
12799         makefile_target_frag in subdirs.
12800         * configure.in: config libgcc if its there
12801
12802 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
12803
12804         * config.sub:  HPPA merge.
12805
12806 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
12807
12808         * Makefile.in:  Replace all-bison with all-byacc in all
12809         dependency lines for other tools (which now use byacc).
12810
12811 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
12812
12813         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
12814
12815 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
12816
12817         * Makefile.in: make gprof rules similar to byacc rules (instead of
12818         vestigal $(unsubdir) that didn't work...)
12819
12820 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
12821
12822         * config.sub:  Add support for Linux.
12823         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
12824         (at least for libg++).
12825
12826 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
12827
12828         * configure.texi: fix doc for the -nfp option to configure
12829
12830 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
12831
12832         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
12833
12834 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
12835
12836         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
12837         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
12838         * configure.in: added solaris* host_makefile_frag hook.
12839
12840 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12841
12842         * config.sub: changed recognition of m68000 so that various
12843         m68k types can be specified via m680[01234]0
12844
12845 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12846
12847         * config.sub (basic_machine): fix sed so that '-foo' isn't
12848         completely substituted out while .+'-foo' loses the '-foo'
12849
12850 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
12851
12852         * config.sub ($os): Add -aout.
12853
12854 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
12855
12856         * configure:  If host_makefile_frag is absolute, don't
12857         prefix ${invsubdir} (relevant to libg++ auto-configure).
12858
12859 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
12860
12861         * Makefile.in (tooldir): Define it.
12862         (all-ld): Depend on all-flex.
12863
12864 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
12865
12866         * Makefile.in (check):  Fix libg++ special case.
12867
12868 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
12869
12870         * configure: do not bury `pwd` into config.status, thus do fewer
12871           pwd's.
12872
12873         * configure: print the "Building in" message only when building in
12874           other than "." AND verbose.
12875
12876         * configure: remove -s, rework -v to better accommodate guested
12877           configures.
12878
12879         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
12880
12881 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
12882
12883         * Makefile.in: macroize flags passed on recursion.  remove
12884           fileutils.
12885
12886 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
12887
12888         * configure: get makesrcdir right for subdirs deeper than 1.
12889
12890         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
12891           install.
12892
12893 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
12894
12895         * Makefile.in: don't print subdir_do or recursion lines.
12896
12897 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
12898
12899         * standards.texi: added menu item.
12900
12901         * Makefile.in: build and install standards.info.
12902
12903         * standards.texi: new file.
12904
12905 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12906
12907         * configure: test for and move config.status pieces from
12908           ${subdir}/.
12909
12910 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
12911
12912         * configure:  Test for existance of files before trying to mv
12913         them, to avoid numerous non-existance messages.
12914
12915 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
12916
12917         * configure: correct final line of config.status.
12918
12919         * configure: patch from eggert.  Avoids a protection problem if
12920           the original Makefile.in is read only.
12921
12922         * configure: use move-if-change from gcc to create config.status.
12923           Some makefiles depend on config.status to tell if a directory
12924           has been reconfigured for a different host.  This change
12925           prevents those directories from remaking everything in the case
12926           where the reconfig was only intended to rebuild a Makefile.
12927
12928         * configure: test for config.sub with "config.sub sun4" rather
12929           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
12930           host alias from a missing config.sub.
12931
12932 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12933
12934         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
12935           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
12936
12937 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
12938
12939         * configure: mkdir ${subdir} as needed.
12940
12941 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
12942
12943         * Makefile.in,configure.in: added autoconf.
12944
12945 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12946
12947         * Makefile.in: no longer pass against on recursion.
12948
12949         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
12950           definitions are not inherited.
12951
12952         * configure: correct makesrcdir when subdir is .
12953
12954 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
12955
12956         * configure:  Add support for 'subdirs' variable, which is
12957         like 'configdirs', except that configure doesn't re-invoke
12958         itself for subdirs, it just creates a Makefile for each subdir.
12959         * configure.texi:  Document subdirs.
12960
12961 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12962
12963         * configure.in: added flex to configdirs
12964
12965 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
12966
12967         * Makefile.in: remove clean-stamps from clean.
12968
12969 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
12970
12971         * configure.in:  Add gdbtest to configdirs.
12972
12973 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
12974
12975         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
12976         to recursive makes.
12977         * configure.in:  Recognize new ncr3000 config.
12978
12979 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
12980
12981         * Makefile.in, configure.in: removed references to gdbm.
12982
12983 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
12984
12985         * config.sub:  Don't canonicalize os value
12986         newsos* to bsd (readline needs to check for newsos).
12987         (This fix was earlier made Jan 31, but got re-broken.)
12988
12989 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
12990
12991         * configure.in:  sco is an os, not a vendor!
12992
12993         * configure:  Quote $( better.  Keep various shells happy.
12994
12995 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
12996
12997         * Makefile.in: eliminate stamp-files.
12998
12999 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
13000
13001         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
13002           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
13003
13004 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
13005
13006         * config.sub:  fix iris/iris3.
13007
13008 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
13009
13010         * configure: re-add -rm.
13011
13012 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
13013
13014         * Maskefile.in: add .stmp-rcs to all.
13015
13016         * configure.in: remove gas from rs6000 build, use aix host fragment.
13017
13018 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
13019
13020         * configure: pass down site_option during recursion.
13021
13022 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
13023
13024         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
13025
13026 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
13027
13028         * configure: Change exec_prefix so that it really defaults to prefix.
13029
13030 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
13031
13032         * Makefile.in, configure.in:  Add support for mmalloc library.
13033
13034 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
13035
13036         * Makefile.in: add stmp dependencies for a few more things.
13037
13038 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
13039
13040         * configure: adjusted error message on objdir/srcdir configure
13041           collision, per john's suggestion.
13042
13043         * Makefile.in: add libiberty stmp to all and all.cross.
13044
13045 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
13046
13047         * Makefile.in: remove force dependencies, add grep to all.
13048
13049 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
13050
13051         * Makefile.in: drop flex.  make stamp files work.
13052
13053         * configure: added test for conflicting configuration in srcdir,
13054           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
13055           gets cranky.  use relative paths for configure and srcdir
13056           whenever possible.  Send some error messages to stderr that were
13057           going to stdout.
13058
13059 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
13060
13061         * Makefile.in:  Fix libg++ rule to check for gcc directory
13062         before using gcc/gcc.  Also pass XTRAFLAGS.
13063
13064 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
13065
13066         * Makefile.in: added stmp-files so that directories aren't polled
13067           when they are already built.
13068
13069         * configure.texi: fixed a node pointer problem.
13070
13071 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
13072
13073         * config.sub configure.in gdb/configure.in
13074         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
13075         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
13076         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
13077
13078 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
13079
13080         * configure: -recurring becomes -silent.  corrected help message
13081           for -site= option.
13082
13083         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
13084
13085 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
13086
13087         * configure: when building Makefile for crosses, replace
13088           tooldir and program_prefix.  default srcdir from location of
13089           config.sub.  remove "for host in hosts" and "for target in
13090           targets" loops.
13091
13092 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
13093
13094         * Makefile.in: Do not pass bindir or mandir to cvs.
13095
13096 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
13097
13098         * Makefile.in, configure.in: removed traces of namesubdir,
13099           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
13100           copyrights to '92, changed some from Cygnus to FSF.
13101
13102         * configure.texi: remove most references to multiple hosts,
13103           multiple targets, subdirs, etc.
13104
13105         * configure.man: removed rcsid. reference config.sub not
13106           config.subr.
13107
13108         * Makefile.in: mkdir $(infodir) on install-info.
13109
13110 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
13111
13112         * configure.texi:  Explain better about .gdbinit and about
13113         the environment that configure.in sections run in.
13114
13115 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
13116
13117         * configure.in:  Ultrix is only a decstation if it's a MIPS.
13118
13119 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
13120
13121         * README:  DOC.configure => cfg-paper.texi.
13122
13123 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
13124
13125         * config.sub (near case $os):  Don't convert newsos* to bsd!
13126
13127 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
13128
13129         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
13130         the number of copies of COPYING that go into the GDB tar file.
13131
13132 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
13133
13134         * bfd/configure.in, gdb/config/mh-i386sco,
13135         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
13136         Fix SCO configuration stuff.
13137
13138 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
13139
13140         * Makefile.in:  For libg++, make sure the -I pointing
13141         to the gcc directory goes *after* all the libg++-local -I flags.
13142         Also, move just-gcc dependency from just-libg++ to all-libg++.
13143
13144 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
13145
13146         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
13147
13148 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
13149
13150         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
13151
13152 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
13153
13154         * config.sub:  Add stratus configuration frags.  Also
13155         submitted to FSF.
13156
13157 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
13158
13159         * Makefile.in (DEV_SUPPORT):  add configure.man.
13160
13161         * config.sub(Decode manufacturer-specific):  add -none*.
13162
13163 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
13164
13165         * Makefile.in:  remove form feeds to make Sun's make happy.
13166         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
13167
13168 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
13169
13170         * Makefile.in (AR_FLAGS):  Make quieter.
13171
13172 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
13173
13174         * configure.in:  Add libg++.
13175         * configure:  When verbose, don't output the command line at each
13176         level; it will be unremarkably the same as the previous version,
13177         which will be the same as what the user typed.
13178
13179 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
13180
13181         * configure.in, Makefile.in: fix clean-info, add flex.  add
13182           fileutils.
13183
13184         * configure: be less sensitive to spaces in Makefile.in.  Do not
13185           look for sources in "..".  Doing so breaks subdirectories that
13186           might have their own configure.  If a subdir has it's own
13187           configure script, use it.
13188
13189 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
13190
13191         * cfg-paper.texi: some changes suggested by rms.
13192
13193 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
13194
13195         * config.sub:  Merge in some small additions from the FSF version,
13196         taken from the gcc distribution, to bring the Cygnus and FSF
13197         versions into closer sync.
13198
13199 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
13200
13201         * configure.in:  Changed svr4 references to sysv4.
13202
13203 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
13204
13205         * configure: added -V for version number option.
13206
13207 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
13208
13209         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
13210           renamed from DOC.configure to cfg-paper.texi.
13211
13212 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
13213
13214         * configure, config.subr, config.sub: config.subr is now
13215           config.sub again.
13216
13217 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
13218
13219         * configure.texi: new file, in progress.
13220
13221         * Makefile.in: build info file and install the man page for
13222           configure.
13223
13224         * configure.man: new file, first cut.
13225
13226         * configure: find config.subr again now that configuration "none"
13227           has gone.  removed all traces of the -ansi option.  removed all
13228           traces of the -languages option.
13229
13230         * config.subr: resync from rms.
13231
13232 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
13233
13234         * configure, config.sub, config.subr: merge config.sub into
13235           config.subr, call the result config.subr, remove config.sub, use
13236           config.subr.
13237
13238         * Makefile.in: revised install for dir.info.
13239
13240 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
13241
13242         * configure.in: add decstation host makefile frag.
13243
13244         * Makefile.in: BISON now bison -y again.  also install-gcc on
13245           install.  clean-gdbm on clean.  infodir belongs in datadir.
13246           Make directories for info install.  Build dir.info here then
13247           install it.
13248
13249 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
13250
13251         * Makefile.in: fix for bad directory tests.
13252
13253 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
13254
13255         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
13256           regexp.  -srcdir relative was being handled incorrectly.
13257
13258         * Makefile.in: unwrapped some for loops so that parallel makes
13259           work again and so one can focus one's attention on a particular
13260           package.
13261
13262 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
13263
13264         * configure: added PWD as a stand in for `pwd` (for speed). use
13265           elif wherever possible.  make -srcdir work without -objdir.
13266           -objdir= commented out.
13267
13268 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
13269
13270         * configure: +options become --options.  -subdirs commented out.
13271           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
13272           Makefile now at top of generated Makefile.  Removed cvs log
13273           entries.  added -srcdir.  create .gdbinit only if there is one
13274           in ${srcdir}.
13275
13276         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
13277           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
13278           and mandir now keyed off datadir by default.
13279
13280 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
13281
13282         * Freshly created ChangeLog.
13283
13284 \f
13285 Local Variables:
13286 mode: change-log
13287 left-margin: 8
13288 fill-column: 76
13289 version-control: never
13290 End: