OSDN Git Service

* Makefile.tpl (experimental top level bootstrap) Move stage1
[pf3gnuchains/gcc-fork.git] / ChangeLog
1 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
2
3         * Makefile.tpl (experimental top level bootstrap) Move stage1
4         language setting from all- target to configure- target; disable
5         intermodule optimization in stage 1; prevent gratuitous rebuilds
6         of stage 1.
7         * Makefile.in: Regenerate.
8         * configure.in: Comma-separate stage 1 language list for top
9         level bootstrap.
10         * configure: Regenerate.
11
12         * Makefile.tpl: Clean up experimental top level bootstrap support:
13         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
14         prev-gcc in configure- targets as well as all- targets.
15         * Makefile.in: Regenerate.
16
17 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
18
19         * compile: New file imported from automake.
20
21 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
22
23         * configure.in: Remove symbolic link section.
24         * configure: Regenerate.
25         * Makefile.tpl (links): Remove.
26         * Makefile.in: Regenerate.
27
28 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
29             Nathanael Nerode  <neroden@gcc.gnu.org>
30
31         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
32         Set with AC_CHECK_PROGS.
33         * configure.in: Fix comment typo from last patch.
34         * configure: Regenerate.
35
36 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
37
38         * Makefile.tpl: Introduce experimental top level bootstrap support.
39         * Makefile.in: Regenerate.
40         * configure.in: Introduce support for top level bootstrap.
41         * configure: Regenerate.
42
43 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
44             Paolo Bonzini  <bonzini@gnu.org>
45
46         PR bootstrap/14522
47         * configure.in: Cope with shells that do not support unquoted ^
48         * configure: Regenerate.
49
50 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
51             Paolo Bonzini  <bonzini@gnu.org>
52
53         PR bootstrap/14522
54         * configure.in: Cope with shells that do not support nesting
55         quotes inside quoted backquote substitutions.
56         * configure: Regenerate.
57
58 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
59
60         PR bootstrap/14522
61         * configure.in: Fix escaping of $.
62         * configure: Regenerate.
63
64 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
65
66         * configure: Regenerate, since I forgot to while committing Paolo's
67         changes.
68
69 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
70
71         PR ada/14131
72         Move language detection to the top level.
73         * configure.in: Find default values for the tools as
74         soon as possible.  Disable ada if GNAT is not found.
75         Emit error message about missing languages.  Expand
76         --enable-languages=all for the gcc subdirectory.
77
78 2004-03-10  Ben Elliston  <bje@gnu.org>
79
80         * MAINTAINERS: Update my email address.
81
82 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
83
84         * ltconfig: Disable building static libraries if building shared
85         libraries on AIX 5L.
86
87 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
88
89         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
90         and disable libgcj.
91         * configure: Regenerated.
92
93 2004-03-01  Brian Booth  <bbooth@redhat.com>
94
95         * MAINTAINERS: Add myself to write-after-approval.
96
97 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
98
99         * MAINTAINERS: Add myself to write-after-approval.
100         
101 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
102
103         PR bootstrap/7087
104         * Makefile.tpl: Guard XFOO sed statements better.
105         * Makefile.tpl: Add dependency for configure-target-libada.
106         * Makefile.in: Regenerate (incidentally fixes broken
107         commit when libada-branch was merged).
108
109 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
110
111         * MAINTAINERS: Add myself to write-after-approval.
112
113 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
114
115         * MAINTAINERS: Add Nicola Pero and myself as libobjc
116         maintainers.
117
118 2004-02-20  Andrew Cagney  <cagney@redhat.com>
119
120         * config.guess: Update from version 2003-10-16 to 2004-02-16.
121         * config.sub: Update from version 2003-11-03 to 2004-02-16.
122
123 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
124
125         PR bootstrap/11932
126         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
127
128 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
129
130         * MAINTAINERS: Added myself to write-after-approval.
131
132 2004-02-14  Michael Koch  <konqueror@gmx.de>
133
134         * MAINTAINERS: Added myself to write-after-approval.
135
136 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
137
138         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
139         some OS port maintainers to OS port maintainers section.
140
141 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
142
143         * MAINTAINERS: Add self.
144
145 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
146
147         * MAINTAINERS: Alphabetize.
148
149 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
150
151         * MAINTAINERS: Remove myself.
152         
153 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
154
155         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
156         (rs6000-*-aix*): Same.
157         * configure: Regenerate.
158
159 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
160
161         * configure.in (host): Add in missing $noconfigdirs to defines.
162         * configure: Regenerate.
163
164 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
165             Nathanael Nerode  <neroden@gcc.gnu.org>
166
167         PR ada/6637, PR ada/5911
168         Merge with libada-branch:
169         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
170         with appropriate dependencies. Add --enable-libada configure switch.
171         * configure, Makefile.in: Regenerate.
172
173 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
174
175         * MAINTAINERS: Add myself to write-after-approval.
176         
177 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
178
179         * configure.in: Don't pass --with-stabs on IRIX 5 either.
180         * configure: Regenerate.
181
182 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
183
184         Merge from upstream:
185
186         * ltmain.in: When setting IFS to '~', be careful about user
187         arguments that contain '~'.
188
189         2004-02-04  Peter O'Gorman  <peter@pogma.com>
190
191         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
192         Also test $base_compile against $CC with escaped arguments. Bug
193         reported by Geoff Keating <geoffk@apple.com>.
194
195 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
196
197         * MAINTAINERS: Remove i960 port.
198
199 2004-01-23  DJ Delorie  <dj@redhat.com>
200
201         * Makefile.def (target_modules) [libiberty]: Don't stage.
202         * Makefile.in: Rebuilt.
203
204 2004-01-20  Caroline Tice  <ctice@apple.com>
205
206         * MAINTAINERS: Add myself to write-after-approval.
207         
208 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
209
210         * MAINTAINERS: Update my email address.
211
212 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
213
214         * MAINTAINERS: Add myself to write-after-approval.
215         
216 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
217
218         * MAINTAINERS: Remove entries without email address.
219
220 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
221
222         * MAINTAINERS: Add myself to write-after-approval.
223
224 2004-01-15  Steven Bosscher  <stevenb@suse.de>
225
226         * MAINTAINERS: Update my email address.
227
228 2004-01-14  Loren J. Rittle <ljrittle@acm.org>
229
230         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
231         * Makefile.tpl (configure-target-[+module+]): Support stage.
232         * Makefile.in: Rebuilt.
233
234 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
235
236         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
237
238 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
239
240         * MAINTAINERS: Add myself as a MIPS maintainer.
241
242 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
243
244         * configure.in: Use ./config.cache, not config.cache.
245         * configure: Regenerate.
246         * Makefile.tpl: Special-casing not needed for GCC any more.
247         * Makefile.in: Regenerate.
248
249         * configure.in: Don't share a cache file for host dirs.
250         * configure: Regenerate.
251
252         * config-ml.in: Don't mess with the cache file.
253
254 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
255
256         * MAINTAINERS: Move myself from 'Write After Approval' to
257         'CPU Port Maintainers' section as SPARC maintainer.
258
259 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
260
261         * Makefile.tpl: Make GCC use a separate config.cache.
262         * Makefile.in: Regenerate.
263
264         PR bootstrap/11932, PR bootstrap/11933
265         (I don't know if it will fix either of them, but it relates
266         to them.)
267         * configure.in: Don't use shared config.cache for target
268         directories.
269         * configure: Regenerate.
270
271 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
272
273         * MAINTAINERS: Add myself to 'Write After Approval' section.
274
275 2003-12-31  Roger Sayle  <roger@eyesopen.com>
276
277         * configure.in (ia64*-*-hpux*): Disable building java libraries.
278         * configure: Regenerated.
279
280 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
281
282         * MAINTAINERS: Remove the mn10200 maintainer.
283
284 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
285  
286         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
287         * configure: Regenerated.
288
289 2003-12-16  Jan Hubicka  <jh@suse.cz>
290
291         * MAINTAINERS: Add myself as callgraph maintainer.
292
293 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
294
295         * configure.in (raw_libstdcxx_flags): Remove the leading space.
296         * configure: Regenerate.
297
298 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
299
300         * MAINTAINERS: Move myself from 'Bug database only accounts' to
301         'Write After Approval' section. Update email.
302
303 2003-12-01  James Lemke <jim@wasabisystems.com>
304
305         * MAINTAINERS (Write After Approval): Add myself.
306
307 2003-11-20  Matt Thomas  <matt@3am-software.com>
308
309         * MAINTAINERS: Add myself as a vax port maintainer.
310
311 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
312
313         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
314         (configure-build-[+module+], configure-[+module+]): Likewise.
315         (configure-target-[+module+], configure-gcc, config.status): Likewise.
316         * Makefile.in: Regenerate.
317
318 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
319
320         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
321         shared/dylibed libraries.
322         * ltmain.sh: Likewise.
323         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
324         * ltcf-cxx.sh: Likewise.
325         * ltcf-gcj.sh: Likewise.
326         * ltconfig: Likewise.
327
328 2003-11-17  Stan Cox  <scox@redhat.com>
329
330         * MAINTAINERS: Add myself as iq2000 port maintainer.
331
332 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
333
334         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
335         * Makefile.in: Regenerate.
336
337 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
338
339         * config.sub: Update to 2003-11-03 version.
340
341 2003-10-20  Phil Edwards  <phil@codesourcery.com>
342
343         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
344         * configure:  Regenerate.
345
346 2003-10-20  Nicolas Pitre <nico@cam.org>
347
348         * MAINTAINERS: Add myself to 'Write After Approval' section.
349
350 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
351
352         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
353
354 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
355
356         * MAINTAINERS: Update my email address.
357
358 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
359
360         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
361
362 2003-10-17 Ralph Loader  <rcl@ihug.co.nz>
363
364         * MAINTAINERS: Add myself to 'Write After Approval' section.
365
366 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
367
368         * config.guess: Update to 2003-10-16 version.
369         * config.sub: Update to 2003-10-16 version.
370
371 2003-10-15 David Daney  <ddaney@avtrex.com>
372
373         * MAINTAINERS: Added myself to 'Write After Approval' section.
374
375 2003-10-15  Falk Hueffner  <falk@debian.org>
376
377         * MAINTAINERS: Move myself from 'Bug database only accounts' to
378         'Write After Approval' section. Update email.
379
380 2003-10-14  Roger Sayle  <roger@eyesopen.com>
381
382         * MAINTAINERS: Move myself from 'Write After Approval' to
383         'Various Maintainers' section as middle-end maintainer.
384
385 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
386
387         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
388         HOST_FLAGS_TO_PASS.
389         * Makefile.in: Regenerate.
390
391 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
392
393         * config.guess: Update to 2003-10-07 version.
394         * config.sub: Update to 2003-10-07 version.
395
396 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
397
398         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
399         * ltconfig (irix5*, irix6*): Don't override version_type.
400
401 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
402
403         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
404         * configure: Rebuilt
405         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
406         * Makefile.in: Rebuilt
407
408 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
409
410         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
411
412 2003-09-30  Carlo Wood  <carlo@alinoe.com>
413
414        * MAINTAINERS (Write After Approval): Add myself.
415
416 2003-09-29  Paul Koning  <ni1d@arrl.net>
417
418         * MAINTAINERS: Move myself from "Write After Approval"
419         to CPU platform maintainers for pdp11 platform.
420
421 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
422
423         * MAINTAINERS: Move myself from 'Write After Approval' to
424         'Various Maintainers' section as libffi testsuite maintainer.
425
426 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
427
428         * configure.in: Pass a computed --program-transform-name
429         to subconfigures.
430         * configure: Regenerated.
431
432 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
433
434         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
435         * Makefile.in: Regenerate.
436
437         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
438         * Makefile.in: Regenerate.
439
440 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
441
442         * MAINTAINERS: Move myself from 'Write After Approval'
443         to 'Various Maintainers' (objective-c) section.
444
445 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
446
447         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
448         quoting.
449         * configure: Regenerated.
450
451 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
452
453         * MAINTAINERS (Write After Approval): Add myself to write after
454         approval list.
455
456 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
457
458        * MAINTAINERS (Write After Approval): Add myself.
459
460 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
461
462         * MAINTAINERS: Update my e-mail address.
463
464 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
465
466         * libtool.m4 (LD): Correct powerpc64 host match.
467
468 2003-09-06  James E Wilson  <wilson@tuliptree.org>
469
470         * MAINTAINTERS: Update my affiliation and email address.
471
472 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
473
474         * MAINTAINERS (Write After Approval): Add myself.
475
476 2003-09-04  DJ Delorie  <dj@redhat.com>
477
478         * configure: Regenerate.
479
480 2003-09-04  Robert Millan  <robertmh@gnu.org>
481
482         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
483         
484 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
485
486         * configure.in: Ensure arguments to sed are properly spaced.
487         * configure: Regenerate.
488
489 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
490
491         * MAINTAINERS: Update my e-mail address.
492
493 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
494
495         * MAINTAINERS (Write After Approval): Add myself.
496
497 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
498
499         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
500         * configure: Regenerated.
501
502 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
503
504         * MAINTAINERS: Update my email address.
505
506 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
507
508         * configure.in:  Use newline instead of semicolon when assuming
509         shell arguments in a for loop.
510         * configure:  Regenerated.
511
512 2003-08-22  Jason Eckhardt  <jle@rice.edu>
513
514         * MAINTAINERS: Resurrect the i860 maintainer.
515
516 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
517
518         PR 8180
519         * configure.in: When testing with_libs and with_headers, treat
520         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
521         * configure: Regenerate.
522         
523         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
524         make, shell, etc.
525         (baseargs): Likewise.
526         * configure: Regenerate.
527
528 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
529
530         * MAINTAINERS (Write After Approval): Add myself.
531
532 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
533
534         * configure.in: Disable libgcj for darwin not on powerpc.
535         * configure: Rebuild.
536
537 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
538
539         * config-ml.in, symlink-tree: Add license.
540
541 2003-08-03  Richard Stallman  <rms@gnu.org> 
542             Eben Moglen  <moglen@columbia.edu>
543
544         * README.SCO: New file.
545
546 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
547
548         * Makefile.tpl (check, check-c++): Express dependencies using
549         dependencies rather than commands.
550         * Makefile.in: Regenerate.
551
552 2003-08-01  Andrew Cagney  <cagney@redhat.com>
553
554         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
555         * configure: Ditto.
556
557 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
558
559         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
560         * Makefile.in: Update.
561
562 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
563
564         * configure.in: Enable libgcj for darwin.
565         * configure: Rebuild.
566
567 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
568
569         * config-ml.in:  Use ac_configure_args directly instead of
570         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
571         actually seen.
572
573 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
574
575         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
576         creating target and build subdirs to build all parent dirs as needed.
577         * Makefile.in: Rebuild.
578         * configure.in: Don't build dirs explicitly here.
579         * configure: Rebuild.
580
581 2003-07-26  Paul Brook  <paul@nowt.org>
582
583         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
584
585 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
586
587         * Makefile.tpl (all-make): Depend on intl.
588         * Makefile.in: Rebuilt.
589
590 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
591
592         * install-sh:  Update to newer upstream versions (associated with
593         aclocal 1.7).
594         * mkinstalldirs:  Likewise.
595         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
596
597 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
598
599         * MAINTAINERS: Move self from Bug database only accounts
600         to write-after-approval.
601
602 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
603
604         * config.if: Remove unused libc_interface determination.
605
606 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
607
608         * MAINTAINERS: Move self from write-after-approval to
609         build machinery (*.in).
610
611 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
612
613         PR bootstrap/11273
614         PR bootstrap/11408
615         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
616         unused INSTALL_PROGRAM_ARGS.
617         * configure.in: Use AC_PROG_INSTALL.
618         * Makefile.in: Regenerate.
619         * configure: Regenerate.
620
621 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
622
623         * MAINTAINERS: Alphabetize.
624
625 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
626
627         * configure: Rebuilt.
628         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
629         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
630         newlib nor libgloss.
631         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
632         * configure.in (am33_2.0-*-linux*): Added.
633
634 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
635
636         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
637         * configure: Regenerate.
638
639 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
640
641         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
642         * Makefile.in: Regenerate.
643
644 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
645
646         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
647         * Makefile.in: Regenerate.
648
649 2003-07-04  H.J. Lu <hongjiu.lu@intel.com>
650
651         * Makefile.tpl: Replace PWD with PWD_COMMAND.
652         * Makefile.in: Regenerated.
653
654         * config-ml.in: Replace PWD with PWD_COMMAND.
655
656 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
657
658         * intl: New directory; see intl/ChangeLog for details.
659         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
660         * Makefile.tpl: all-gcc depends on maybe-all-intl.
661         * Makefile.in: Regenerate.
662
663 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
664
665         * configure.in: Clean up config-lang.in handling.  Delete
666         useless assignment to "subdirs".
667         * configure: Regenerate.
668
669 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
670
671         * configure.in: Rename 'target_libs' to 'target_libraries'.
672         Remove useless reference to 'target_libs'.
673         * configure: Regenerate.
674
675 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
676
677         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
678         * Makefile.in: Regenerate.
679
680 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
681
682         * Makefile.def: Introduce flags_to_pass.
683         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
684         * Makefile.in: Regenerate.
685
686 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
687
688         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
689         and target-libgloss.
690         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
691         <h8300*-*-*>: Disable libf2c and ${libgcj}.
692         * configure: Regenerate.
693
694 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
695
696         * configure.in: Update testsuite_flags to new location.
697         * configure. Regenerate.
698
699 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
700
701         * Makefile.tpl: Remove BUILD_CC stuff.
702         * Makefile.in: Regenerate.
703
704 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
705
706         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
707
708 2003-06-16  Graeme Peterson <gp@qnx.com>
709
710         * MAINTAINERS (Write After Approval): Add myself.
711
712 2003-06-14  H.J. Lu <hongjiu.lu@intel.com>
713
714         * config.guess: Update to 2003-06-12 version.
715         * config.sub: Update to 2003-06-13 version.
716
717 2003-06-12  H.J. Lu <hongjiu.lu@intel.com>
718
719         * config.guess: Update to 2003-06-06 version.
720         * config.sub: Update to 2003-06-06 version.
721
722 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
723
724         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
725         * configure. Regenerate.
726
727 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
728
729         * configure.in: Disable serial configure by default.
730         * configure: Regenerate.
731         * Makefile.tpl: Abolish .NOTPARALLEL.
732         * Makefile.in: Regenerate.
733
734         * Makefile.tpl: Replace {build,host,target}_canonical by
735         {build,host,target}.
736         * Makefile.in: Regenerate.
737
738         * Makefile.tpl: Fix stupid pasto.
739         * Makefile.in: Regenerate.
740
741 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
742
743         * Makefile.tpl: Remove bogus conditional.
744         * Makefile.in: Regenerate.
745
746 2003-06-05  Jan Hubicka  <jh@suse.cz>
747
748         * Makefile.tpl (profiledbootstrap): New target.
749         * Makefile.in (profiledbootstrap): New target.
750
751 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
752
753         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
754         Pinski. Remove user names from other bugzilla-only maintainers.
755
756 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
757
758         * Makefile.tpl: Make 'recursive targets' using autogen rather
759         than shell loop.  Remove duplicate 'clean' targets and false
760         comments.
761         * Makefile.def: Add systematic dependencies to 'recursive' targets.
762         Add systematic method of specifying missing targets in subdirs.
763         Add copyright boilerplate.
764         * Makefile.in: Regenerate.
765         * configure.in: Add 'recursive targets' to maybe list.
766         * configure: Regenerate.
767
768         * MAINTAINERS: "GNATS only" -> "Bug database only".
769
770         * Makefile.tpl: Rename [+target+] to [+make_target+].
771         * Makefile.def: Rename 'target' to 'make_target'.
772
773 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
774
775         * MAINTAINERS: Add self as options handling maintainer.
776
777 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
778
779         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
780         been too long since I touched those ports.
781
782 2003-05-28  DJ Delorie  <dj@redhat.com>
783
784         * Makefile.tpl: Make maybe-check-gcc .PHONY.
785         * Makefile.in: Regenerate.
786
787 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
788
789         * configure.in: Use curly braces in the definition of tooldir.
790         * configure: Regenerate.
791
792 2003-05-21  DJ Delorie  <dj@redhat.com>
793
794         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
795         newlib or libgloss.
796         * Makefile.in: Regenerate.
797
798 2003-05-21  DJ Delorie  <dj@redhat.com>
799
800         * Makefile.tpl: Add missing empty maybe-check-gcc target.
801         * Makefile.in: Regenerate.
802
803 2003-05-20  Ian Lance Taylor  <ian@airs.com>
804
805         * MAINTAINERS: Update my e-mail address.
806
807 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
808
809         * configure.in: Switch more things to use maybe dependencies.
810         * Makefile.tpl: Switch more things to use maybe dependencies.
811         Factor out common code from autogen IF statements.
812         * configure: Regenerate.
813         * Makefile.in: Regenerate.
814
815 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
816
817         * configure.in: Accept i[3456789]86 for machine type.
818         * configure: Regenerate.
819
820 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
821
822         * configure.in: Switch more things to use maybe dependencies.
823         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
824         * configure: Regenerate.
825         * Makefile.tpl: Switch more things to use maybe dependencies.
826         * Makefile.in: Regenerate.
827
828 2003-05-16  Andreas Schwab  <schwab@suse.de>
829
830         * Makefile.tpl (install-opcodes): Define.
831         * Makefile.in: Rebuild.
832
833 2003-05-13  Andreas Jaeger  <aj@suse.de>
834
835         * config.guess: Update to 2003-05-09 version.
836         * config.sub: Update to 2003-05-09 version.
837
838 2003-05-13  Michael Eager <eager@mvista.com>
839
840         * configure.in: Correct sed script so that options in quotes are not
841         deleted.
842         * configure: Rebuild.
843
844 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
845
846         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
847         and $$s/newlib/libc/sys/cygwin32 include paths.
848         * configure: Ditto.
849
850 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
851
852         * MAINTAINERS: Update my email addresses.
853
854 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
855
856         * config-ml.in: Propagate INSTALL variables.
857
858 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
859
860         * MAINTAINERS: Remove duplicate entries in Write After Approval.
861
862 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
863
864         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
865         * Makefile.in: Regenerate.
866
867 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
868
869         * MAINTAINERS (GNATS only): Add Falk Hueffner.
870
871 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
872
873         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
874
875 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
876
877         * Makefile.tpl: Clean $(BUILD_SUBDIR).
878         * Makefile.in: Regenerated.
879
880 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
881
882         * MAINTAINERS (Write After Approval): Upgrade myself from
883         GNATS only to write-after-approval. Update my mail address.
884
885 2003-04-25  Loren J. Rittle <ljrittle@acm.org>
886
887         (OS Port Maintainers: freebsd): Add myself.
888
889 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
890
891         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
892
893 2003-04-22  Kean Johnston  <jkj@sco.com>
894
895         * MAINTAINERS (SCO ports): Added myself.
896
897 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
898
899         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
900
901 2003-04-19  Kean Johnston  <jkj@sco.com>
902
903         * MAINTAINERS (Write After Approval): Add myself.
904
905 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
906
907         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
908         * Makefile.in: Regenerate.
909
910 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
911
912         * configure.in (powerpc64*-*-linux*): Remove.
913         * configure: Rebuilt.
914
915 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
916
917         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
918         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
919         and restrap.
920         * Makefile.in:  Regenerate.
921
922 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
923
924         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
925         * configure: Regenerated.
926
927 2003-04-15  DJ Delorie  <dj@redhat.com>
928
929         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
930
931 2003-04-13  Nick Clifton  <nickc@redhat.com>
932
933         * config-ml.in: Remove support for --disable-aix removing
934         call-aix multilibs.
935
936 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
937
938         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
939         * */configure: Rebuilt.
940
941 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
942
943         * MAINTAINERS: Add my email address.
944
945 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
946
947         * MAINTAINERS (Write After Approval): Add myself.
948
949 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
950
951         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
952         * Makefile.in: Regenerate.
953
954 2003-03-14  Michael Chastain  <mec@shout.net>
955
956         * Makefile.in: Regenerate with correct Makefile.def.
957
958 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
959
960         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
961         Make macro.
962         * Makefile.in: Regenerate.
963         * configure.in: Clean up gxx_include_dir logic.
964         * configure: Regenerate.
965
966 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
967
968         * MAINTAINERS (Write After Approval): Add myself.
969
970 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
971
972         * MAINTAINERS: Update my mail address.
973
974 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
975
976         * configure.in (gxx_include_dir): Fix typo.
977         * configure: Regenerated.
978
979 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
980
981         * Makefile.tpl: Reindent.
982         * Makefile.in: Regenerate.
983         * configure.in: Reindent.  Don't set unused variables.
984         * configure: Regenerate.
985
986 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
987
988         * configure.in: Include $(build_tooldir)/sys-include in
989         FLAGS_FOR_TARGET.
990         * configure: Regenerated.
991
992 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
993
994         * Makefile.tpl: Always pass down RANLIB.
995         * Makefile.in: Regenerate.
996
997         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
998         * Makefile.in: Regenerate.
999         * configure.in: Remove unused logic relating to --enable-shared
1000         and --enable-threads.  Remove bogus comments.  Remove redundant
1001         noconfigdirs.
1002         * configure: Regenerate.
1003
1004         * configure.in: Replace ${libstdcxx_version} by its value.
1005         Remove reference to mh-dgux.
1006         * configure: Regenerate.
1007
1008 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
1009
1010         * MAINTAINERS (Write After Approval): Add myself.
1011
1012 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
1013
1014         * Makefile.tpl: Rearrange.
1015         * Makefile.in: Regenerate.
1016
1017 2003-02-25  Uwe Stieber <uwe@wwws.de>
1018
1019         * configure.in: Add support for kaOS as cross build target system.
1020         * configure: Regenerated.
1021
1022 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
1023
1024         * MAINTAINERS (Write after approval): Add myself.
1025
1026 2003-02-21  James E Wilson  <wilson@tuliptree.org>
1027
1028         * MAINTAINERS: Update my email address.
1029
1030 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
1031
1032         * MAINTAINERS: Add self to blanket write privs. section.
1033
1034 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
1035
1036         * Makefile.tpl: Add definition of CPPFLAGS to pass into
1037         configure-target-* as some target builds may require additional
1038         flags for preprocessor tests.
1039         * Makefile.in: Regenerated.
1040
1041 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
1042
1043         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
1044         * ltconfig: Handle it.
1045         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
1046         auto-detecting it.
1047
1048         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
1049         it is used as argument to $CC.
1050         * ltcf-gcj.sh: Likewise.
1051
1052         * configure.in: Introduce --enable-maintainer-mode.
1053         * configure: Rebuilt.
1054         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
1055         for maintainer mode.
1056         * Makefile.in: Rebuilt.
1057
1058 2003-02-18  Jason Merrill  <jason@redhat.com>
1059
1060         * Makefile.tpl (check-c++): Allow parallelism.
1061
1062 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1063
1064         * MAINTAINERS: Remove John Carr (who never actually had access to
1065         gcc.gnu.org).
1066
1067 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
1068
1069         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
1070         don't configure target-libobjc.
1071         * configure: Regenerate.
1072
1073 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1074
1075         * Makefile.tpl (RANLIB): Define.
1076         * Makefile.in: Regenerate.
1077
1078 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
1079
1080         * MAINTAINERS: Update my email.
1081
1082 2003-02-06  Keith R Seitz  <keiths@redhat.com>
1083
1084         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
1085         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
1086         * Makefile.in: Regenerated.
1087         * configure.in: Remove all traces of snavigator, db, and grep.
1088         * configure: Regenerated.
1089
1090 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1091
1092         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
1093         After Approval.
1094
1095 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
1096
1097         * MAINTAINERS (Write after approval): Add myself.
1098
1099 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
1100
1101         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
1102         * Makefile.in: Regenerated.
1103
1104 2003-01-30  Roger Sayle  <roger@eyesopen.com>
1105
1106         * config.guess: Updated to 2003-01-30's version.
1107         * config.sub: Updated to 2003-01-28's version.
1108
1109 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
1110
1111         * config.if: If gcc_version is already set, just use it.  Don't set
1112         gcc_version_trigger if it's already set, otherwise set it to
1113         gcc/version.c, but only if the file exists.  If it is not set and
1114         gcc/version.c does not exist, try to extract the version number from
1115         $CC.
1116
1117 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
1118
1119         * MAINTAINERS: Add myself to write-after-approval list.
1120
1121 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
1122
1123         * configure.in:  Revert 24Jan change.
1124         * configure:  Regenerate.
1125
1126 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1127
1128         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
1129         entry of HJ Lu.
1130
1131 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
1132
1133         * configure.in: Revert previous change.
1134         * configure: Regenerate.
1135
1136 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
1137
1138         * configure.in: Make rda native-only.
1139         * configure: Regenerate.
1140
1141 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1142
1143         * MAINTAINERS: Move myself from GNATS-only-accounts to
1144         write-after-approval.
1145
1146 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
1147
1148         * configure.in: Add missing \.
1149         * configure: Rebuilt.
1150
1151 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
1152
1153         * configure.in (baseargs): Avoid using \| in sed regular
1154         expressions.
1155         * configure: Rebuilt.
1156
1157 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
1158
1159         * configure.in (baseargs): Remove all supported forms of
1160         --cache-file, --srcdir, --host, --build and --target options
1161         from argument lists.
1162         * configure: Rebuilt.
1163
1164 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
1165
1166         * MAINTAINERS: Add myself to write-after-approval list.
1167
1168 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
1169
1170         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
1171         * configure: Rebuilt.
1172
1173 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
1174
1175         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
1176         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
1177         * Makefile.in: Regenerate.
1178         * configure: Regenerate.
1179
1180 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
1181
1182         * configure.in: Remove Makefile in build, host and target modules
1183         unless configure was run with --no-recursion.
1184         * configure: Rebuilt.
1185
1186 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
1187
1188         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
1189         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
1190         * Makefile.in: Regenerate.
1191
1192 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
1193
1194         * config.guess: Update to 2003-01-03 version.
1195         * config.sub: Update to 2003-01-03 version.
1196
1197 2003-01-07  Christopher Faylor  <cgf@redhat.com>
1198
1199         * configure: Regenerate with proper autoconf 2.13.
1200
1201 2003-01-07  Christopher Faylor  <cgf@redhat.com>
1202
1203         * configure.in: Add AC_PREREQ for consistency.
1204         * configure: Regenerate.
1205
1206 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
1207
1208         * configure.in (GDB_TK): Add tcl directories conditional on
1209         gdb/gdbtk directory being present.
1210         * configure: Regenerate.
1211
1212 2003-01-04 John David Anglin  <dave.anglin@nrc.ca>
1213
1214         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld used
1215         by gcc if LD is not defined and we are not doing a Canadian Cross.
1216         * configure: Rebuilt.
1217
1218 2002-12-31  Tom Tromey  <tromey@redhat.com>
1219
1220         * Makefile.in: Rebuilt.
1221         * Makefile.def (target_modules) [libffi]: Allow installation.
1222
1223 2002-12-31  Andreas Schwab  <schwab@suse.de>
1224
1225         * configure.in: Fix use of $program_transform_name.
1226         * configure: Regenerated.
1227
1228 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
1229
1230         * configure.in (baseargs): Don't remove first configure argument.
1231         * configure: Regenerated.
1232
1233 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
1234
1235         * Makefile.tpl (local-distclean): Don't remove...
1236         (multilib.ts): ... this.  Moved into...
1237         (multilib.out): ... this.  Don't use sub-make.
1238         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
1239         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
1240         (configure-build-[+module+], configure-[+module+],
1241         configure-target-[+module+], configure-gcc): ... these.  Test
1242         for Makefile existence.  Drop config.status from dependencies.
1243         * Makefile.in: Rebuilt.
1244         * configure.in: Move gcc-version-trigger to the end of
1245         ac_configure_args.  Add comments to maybedep.tmp and
1246         serdep.tmp.  Introduce --disable-serial-configure.  Remove
1247         nonopt from baseargs, matching and removing corresponding
1248         whitespace while at it.
1249         * configure: Rebuilt.
1250
1251 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
1252
1253         * configure.in (host_configargs): Replace reference to
1254         no-longer-defined buildopts with --build=${build_alias}.
1255         * configure: Rebuilt.
1256
1257         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
1258         program_transform_name to standard idiom.
1259         (AUTOGEN, AUTOCONF): Define.
1260         (Makefile.in): Use $(AUTOGEN).
1261         (Makefile): Depend on config.status, and use autoconf-style rule to
1262         build it.  Move original commands to...
1263         (config.status): ... this new target.
1264         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
1265         $(AUTOCONF).
1266         * Makefile.in: Rebuilt.
1267
1268 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
1269
1270         * Makefile.tpl: Fix dramatic bustage due to change in
1271         program_transform_name.
1272         * Makefile.in: Regenerate.
1273
1274         * configure.in: Remove unnecessary PATH setting.
1275         * configure: Regnerate.
1276
1277         * configure.in: Don't default to unprefixed tools unless
1278         the native tools will work.
1279         * configure: Regenerate.
1280
1281         * configure.in: Convert to autoconf script.  Blow away lots
1282         of now-redundant Makefile fragments.
1283         * configure: Generate using Autoconf.
1284         * Makefile.tpl: Rewrite to reflect autoconfiscation.
1285         * Makefile.in: Regenerate.
1286
1287 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
1288
1289         * configure: Fix stupid bug where RANLIB was mistakenly included.
1290
1291         * configure.in: Rename (buildargs, hostargs, targargs) to
1292         (build_configargs, host_configargs, target_configargs).
1293
1294         * configure.in: Move logic out of sed statement.
1295
1296         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
1297         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
1298
1299 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
1300
1301         * config.sub: Import from master repository
1302         * config.guess: Ditto
1303
1304 2002-12-24  Andreas Schwab  <schwab@suse.de>
1305
1306         * Makefile.tpl (multilib.out): Fix missing space.
1307         * Makefile.in: Regenerate.
1308
1309 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
1310
1311         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
1312         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
1313         * Makefile.in: Regenerate.
1314         * configure.in: Remove unnecessary leftovers.
1315
1316 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
1317
1318         * configure.in (extra_ranlibflags_for_target): New variable.
1319         (*-*-darwin): Add -c to ranlib commands.
1320         * configure (tooldir): Handle extra_ranlibflags_for_target.
1321
1322 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
1323
1324         * Makefile.tpl: Revert HJL's change.
1325         * Makefile.in: Regenerated.
1326         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
1327         always.
1328
1329 2002-12-19  Andreas Schwab  <schwab@suse.de>
1330
1331         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
1332         * Makefile.in: Regenerate.
1333
1334 2002-12-18  H.J. Lu <hjl@gnu.org>
1335
1336         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
1337         * Makefile.in: Regenerated.
1338
1339         * configure.in (build_prefix): New. Substitute.
1340
1341 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
1342
1343         * Makefile.tpl: Don't let real targets depend on phony targets.
1344         * Makefile.in: Regenerate.
1345
1346         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
1347         * Makefile.in: Regenerate.
1348
1349 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
1350
1351         * config.sub: Import from master repository
1352         * config.guess: Ditto
1353
1354 2002-12-16  Jason Merrill  <jason@redhat.com>
1355
1356         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
1357         previous 'make bootstrap'.
1358         * Makefile.in: Regenerate.
1359
1360 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
1361
1362         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
1363
1364 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
1365
1366         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
1367         * Makefile.in: Regenerate.
1368
1369 2002-12-13  Jason Merrill  <jason@redhat.com>
1370
1371         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
1372         library tests.
1373         (check-c++): Just depend on it and check-target-libstdc++-v3.
1374         * Makefile.in: Regenerate.
1375
1376 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
1377
1378         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
1379         * Makefile.in: Rebuilt.
1380
1381 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
1382
1383         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
1384
1385 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
1386
1387         * configure: Fix bug put in by gremlins.
1388
1389         * Makefile.tpl: Substitute more autoconfily.
1390         * configure: Substitute more autoconfily.
1391         * Makefile.in: Regenerate.
1392
1393 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
1394
1395         * config.sub: Import from master repository
1396         * config.guess: Ditto
1397         * MAINTAINERS: Added Svein Seldal under write after approval
1398
1399 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
1400
1401         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
1402         * Makefile.in (all-sim): Ditto.
1403
1404 2002-12-06  DJ Delorie  <dj@redhat.com>
1405
1406         * Makefile.tpl: Change configure dependencies to not have real
1407         targets depend on phony targets.
1408
1409 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
1410
1411         * configure.in: Revert unintentional change.
1412
1413         * Makefile.tpl: Change dependency for */multilib.out so that
1414         it works when gcc isn't in the tree.
1415
1416         * configure.in: Substitute more.
1417         * configure: Run subconfigures from the Makefile.
1418         * Makefile.tpl: Run subconfigures from the Makefile; add a few
1419         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
1420
1421 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1422
1423         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
1424
1425 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
1426
1427         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
1428         and corresponding dependencies.
1429         * Makefile.in: Regenerate.
1430
1431         * configure.in (host_tools): Order binutils, gas and ld for
1432         convenience in running the testsuites.
1433
1434         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
1435         * Makefile.in: Regenerate.
1436         * configure.in: Introduce rules to serialize subconfigure runs.
1437
1438         * configure.in: Introduce BASE_CC_FOR_TARGET.
1439         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
1440         Realize configure-build-* targets.  Realize configure-target-* targets.
1441         * Makefile.in: Regenerate.
1442
1443 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
1444
1445         * configure: Move gcc_version_trigger stuff from here...
1446         * configure.in: ...to here.
1447
1448         * configure.in: Separate subconfigure options added by this file from
1449         options given by the user.  Add machinery to put args for host
1450         subconfigures into the Makefile.
1451
1452         * Makefile.tpl: Remove 'vault' targets.
1453         * Makefile.tpl: Reorder and comment dependencies.
1454         * Makefile.in: Regenerate.
1455
1456 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
1457         * configure.in: Fix my broken commit of previous patch. (sigh)
1458
1459 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
1460
1461         * configure.in: Move host-specific darwin noconfigdirs into
1462         the host-specific section.
1463
1464 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
1465
1466         * configure.in: Move host-specific darwin noconfigdirs into
1467         the host-specific section.
1468
1469 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
1470
1471         * configure: Remove skip-this-dir support.
1472         * Makefile.tpl: Remove skip-this-dir support.
1473
1474         * Makefile.tpl: Remove leftover support for non-autoconfiscated
1475         subdirectories.
1476         * Makefile.in: Regenerate.
1477
1478         * Makefile.tpl: Strip out useless setting of 'dir'.
1479         * Makefile.in: Regenerate.
1480
1481 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
1482
1483         * configure.in: Fix deeply stupid bug.
1484
1485         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
1486         shell code in CXX_FOR_TARGET
1487         * Makefile.def: Introduce raw_cxx.
1488         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
1489         RAW_CXX_FOR_TARGET.
1490         * Makefile.in: Regenerate.
1491
1492 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
1493
1494         * Makefile.tpl: Remove unnecessary ifs.
1495         * Makefile.in: Regenerate.
1496
1497         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
1498         dependencies.  Maybe-ize build-libiberty.  Create dummy install
1499         targets for 'no_install' modules.
1500         * configure: Move GDB_TK substitution to configure.in.  Move
1501         build_modules stuff to configure.in.
1502         * configure.in: Implement soft dependency machinery.  Maybe-ize
1503         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
1504         * Makefile.in: Regenerate.
1505
1506 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
1507
1508         * Makefile.tpl: Make all-target, install-target behave similarly
1509         to all, install (only hitting configured targets).  Eliminate
1510         unused macro defintions.
1511
1512         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
1513         build != host.
1514
1515         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
1516
1517         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
1518
1519         * configure.in: Produce lists of subdir targets we're actually
1520         configuring.  Remove references to "dosrel".
1521         * Makefile.tpl: Let configure set which subdir targets are hit.
1522         Remove install-cross; clean up install; remove ALL.  Remove
1523         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
1524         Autogenerate host module targets.  Remove empty dependency lines
1525         and redundant dependency; rearrange slightly.
1526         * Makefile.def: Add host-side libtermcap, utils.
1527
1528         * Makefile.in: Regenerate.
1529
1530 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1531
1532         * ltconfig (osf[345]): Append $major to soname_spec.
1533         Reflect this in library_names_spec.
1534         * ltmain.sh (osf): Prefix $major with . for use as extension.
1535
1536 2002-11-19  Andreas Jaeger  <aj@suse.de>
1537
1538         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
1539         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
1540         and sparc64 GNU/Linux systems.
1541
1542 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
1543
1544         * MAINTAINERS: Update email.
1545
1546 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1547
1548         * MAINTAINERS: Complete James Dennett's entry.
1549
1550 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
1551
1552         * MAINTAINERS (Write After Approval): Add myself.
1553
1554 2002-11-13  Bruce Korb  <bkorb@gnu.org>
1555
1556         * Makefile.tpl: syntactic cleanup
1557
1558 2002-11-13 Stuart Hastings <stuart@apple.com>
1559
1560         * MAINTAINERS: Add myself to write-after-approval list.
1561
1562 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
1563
1564         * Makefile.def: Add list of recursive targets to autogenerate.
1565         Add build_modules.
1566         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
1567         targets.  Autogenerate *-build-* targets.
1568         * Makefile.in: Regenerate.
1569
1570 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
1571
1572         * configure: More autoconf-style substitutions.
1573         * Makefile.tpl: More autoconf-style substitutions.
1574         * Makefile.in: Regenerate.
1575
1576 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
1577
1578         * configure: Substitute more variables in a more autoconf-friendly
1579         way.  Simplify slightly.
1580         * Makefile.tpl: Make more variables substitutable in an
1581         autoconf-friendly way.
1582         * Makefile.in: Regenerate.
1583
1584 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
1585
1586         * MAINTAINERS (Write After Approval): Add myself.
1587
1588 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
1589
1590         * configure.in (v810*): Remove special setting of tools.
1591
1592         * configure: Add support for extra required flags for ar or nm.
1593         * configure.in (aix4.3+): Use above support for target-specific
1594         issues, rather than using config/mt-aix43.
1595
1596 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
1597
1598         * configure: Remove 'removing', which doesn't work.  Replace $subdir
1599         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
1600         with $srcdir.  Reformat indentation.  Substitute some variables
1601         formerly hard-coded in the Makefile for build=host.
1602         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
1603         * Makefile.def: Autogenerate more.
1604         * Makefile.in: Regenerate.
1605
1606 2002-11-04  Adam Nemet  <anemet@lnxw.com>
1607
1608         * MAINTAINERS (Write After Approval): Add myself.
1609
1610 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
1611
1612         * Makefile.def (host_modules): Add rda.
1613         * Makefile.in: Regenerate.
1614         * configure.in (target_tool): Add target-rda to list.
1615
1616 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1617
1618         * MAINTAINERS: Remove "co-maintainer" note for web pages.
1619
1620 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
1621
1622         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
1623         and restrap targets to this rule.
1624         * Makefile.in:  Regenerate.
1625
1626 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1627
1628         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
1629         GNATS only accounts.
1630
1631 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
1632
1633         * configure.in (i[3456]86-*-linux*): Add check to disable
1634         ${libgcj} for glibc1.
1635
1636 2002-10-24  Denis Chertykov  <denisc@overta.ru>
1637
1638         * MAINTAINERS: Add myself as ip2k port maintainer.
1639
1640 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
1641
1642         * configure.in: Add tic4x target.
1643
1644 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
1645
1646         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
1647         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
1648         * Makefile.in: Regenerate.
1649
1650         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
1651         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
1652         * Makefile.in: Regenerate.
1653
1654 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
1655
1656         * MAINTAINERS: Add myself as web pages co-maintainer.
1657
1658 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
1659
1660         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
1661         * Makefile.in: Regenerate.
1662
1663 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
1664
1665         * MAINTAINERS: Add myself and Nathan Sidwell
1666         <nathan@codesourcery.com> as VxWorks maintainers.
1667
1668 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
1669
1670         * Makefile.def: Remove order dependency comments.
1671         * Makefile.tpl: Add explicit install-install dependencies.
1672         * Makefile.in: Regenerate.
1673
1674         * Makefile.tpl: Remove material now in src-release.  (Finally!)
1675         * Makefile.in: Regenerate.
1676
1677         * Makefile.tpl: Add configure-target (for src-release in src)
1678         * Makefile.in: Regenerate.
1679
1680 2002-09-30  Nick Clifton  <nickc@redhat.com>
1681
1682         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
1683
1684 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
1685
1686         * configure.in (s390*-*-linux*): Enable libgcj.
1687
1688 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
1689
1690         * configure: Revert accidentally applied changes.
1691
1692         * Makefile.tpl: Make more autoconf-friendly.
1693         * Makefile.in: Regenerate.
1694         * configure: Make substitution more autoconf-like.
1695
1696 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
1697
1698         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
1699         single entry to handle all these.
1700         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
1701         libjava on arm-*-elf.
1702
1703 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
1704
1705         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
1706         things that depend on them.
1707
1708 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
1709
1710         * Makefile.tpl: Make subsituted variables more autoconfy.
1711         * Makefile.in: Regenerate.
1712         * configure: Make seds more autoconfy.
1713
1714 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
1715
1716         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
1717         * Makefile.in: Regenerate.
1718         * configure.in: Rewrite sed statements to look autoconfy.
1719
1720         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
1721         all-target-foo on configure-target-foo.
1722         * Makefile.def: Ditto.
1723         * Makefile.in: Rebuild.
1724
1725 2002-09-25  Andrew Haley  <aph@redhat.com>
1726
1727         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
1728
1729 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
1730
1731         * Makefile.def: New file.
1732         * Makefile.tpl: New file.
1733         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
1734         * contrib/gcc_update: Note that Makefile.in is a generated file.
1735
1736         * configure.in: Minor rearrangement.  Simplify tests.
1737
1738 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
1739
1740         * configure.in (with_headers): Skip copy if value is "yes".
1741         (with_libs): Likewise.
1742
1743 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
1744
1745         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
1746         * configure.in (sh*-*-pe*): Ditto.
1747         * configure.in (mips*-*-pe*): Ditto.
1748         * configure.in (*arm-wince-pe): Ditto.
1749
1750         * configure.in: Rearrange.
1751
1752 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
1753
1754         * MAINTAINERS: Update my email address.
1755
1756 2002-08-30  Paul Koning  <pkoning@equallogic.com>
1757
1758         * MAINTAINERS: (Write After Approval): Add myself.
1759
1760 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
1761
1762         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
1763
1764 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
1765
1766         * MAINTAINERS: Change my mailing address.
1767
1768 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
1769
1770         * MAINTAINERS (Write After Approval): Remove myself.
1771         (Various Maintainers: c++ runtime libs): Add myself.
1772
1773 2002-08-20  Loren J. Rittle <ljrittle@acm.org>
1774
1775         * MAINTAINERS (Write After Approval): Remove myself.
1776         (Various Maintainers: c++ runtime libs): Add myself.
1777
1778 2002-08-15  Eric Christopher  <echristo@redhat.com>
1779
1780         * config.sub: Import from master repository.
1781         * config.guess: Ditto.
1782
1783 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
1784
1785         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
1786         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
1787         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
1788
1789 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
1790
1791         * MAINTAINERS: Add self to rs6000 vector extensions.
1792
1793 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
1794
1795         * libiberty/configure: Reverted unintended yesterday's check in.
1796
1797 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
1798
1799         * boehm-gc/configure, libf2c/configure: Rebuilt.
1800         * libffi/configure, libiberty/configure: Ditto.
1801         * libjava/configure, libobjc/configure: Ditto.
1802         * libstdc++-v3/configure, zlib/configure: Ditto.
1803         Merged from binutils:
1804         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
1805         From Steve Ellcey <sje@cup.hp.com>:
1806         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
1807         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
1808         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
1809         IA64.
1810         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
1811         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
1812         soname_spec, sys_lib_search_path_spec): Ditto.
1813
1814 2002-08-06  Federico G. Schwindt <fgsch@olimpo.com.br>
1815
1816         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
1817
1818 2002-08-04  H.J. Lu  (hjl@gnu.org)
1819
1820         * configure.in (mips*-*-linux*): Don't skip target-libffi.
1821
1822 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
1823
1824         * MAINTAINERS (Write After Approval): Add myself.
1825
1826 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
1827
1828         * configure.in: Move generic linux case to end.  Copy generic
1829         linux noconfigdirs to mips*-*-linux* entry and new
1830         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
1831
1832 2002-07-19  Michael Matz  <matz@suse.de>
1833
1834         * MAINTAINERS: Add myself as ra* maintainer.
1835
1836 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
1837
1838         * config.guess: Update to 2002-07-09 version.
1839         * config.sub: Update to 2002-07-03 version.
1840
1841 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
1842
1843         * MAINTAINERS: Fix typo in a maintainer email address.
1844
1845 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
1846
1847         * configure.in: Remove two redundant tests.
1848
1849 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1850
1851         * configure.in (mips*-*-irix6*o32): Enable stabs.
1852
1853 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
1854
1855         * configure.in: Don't build grez.
1856         * Makefile.in: Ditto.
1857
1858         * Makefile.in: Remove references to bsp, cygmon, libstub.
1859         * configure.in: Ditto.
1860
1861         * configure.in: Remove leftover reference to gdbtest.
1862
1863 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
1864
1865         * configure.in (gxx_include_dir):  Change to match versioned
1866         C++ headers if --enable-version-specific-runtime-libs is used.
1867
1868 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
1869
1870         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
1871
1872 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
1873
1874         * configure.in: Make --without-x work.
1875
1876 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
1877
1878         * configure.in: Rearrange target Makefile fragment collection.
1879
1880         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
1881         cvs[src].
1882         * configure.in: Ditto.
1883
1884 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
1885
1886         * MAINTAINERS (Write After Approval): Update my e-mail address.
1887
1888 2002-06-24  Ben Elliston  <bje@redhat.com>
1889
1890         * configure.in (host_tools): Remove cgen.
1891
1892         * Makefile.in (all-cgen): Remove; runs from its source directory.
1893         (check-cgen, install-cgen, clean-cgen): Likewise.
1894         (all-opcodes): Do not depend on all-cgen.
1895         (all-sim): Likewise.
1896
1897 2002-07-01  Nathanael Nerode <neroden@gcc.gnu.org>
1898
1899         * Makefile.in: Eliminate 'apache' targets.
1900         * configure.in: Eliminate 'apache' targets.
1901
1902         * configure.in: Eliminate redundant tests.  Reorganize.
1903
1904         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
1905
1906         * config-ml.in: Eliminate references to Cygnus configure.
1907
1908         * Makefile.in: Eliminate references to building emacs.
1909
1910 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
1911
1912         * MAINTAINERS: Update my email address.
1913
1914 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
1915
1916         * config.if (libstdcxx_incdir): Version C++ headers.
1917         (cxx_incdir): Remove.
1918
1919 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
1920
1921         * MAINTAINERS (Write After Approval): Add self.
1922
1923 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
1924
1925         * configure.in: Add support for ip2k.
1926
1927 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
1928
1929         * configure.in: Fix AIX configury bug.
1930
1931 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
1932
1933         * MAINTAINERS (Write After Approval): Add self.
1934
1935 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
1936
1937         * configure.in: replace ${topsrcdir} with ${srcdir}
1938
1939         * configure.in: Move definition of libstdcxx_flags
1940         right above usage, rather than waaay earlier.
1941
1942         * configure.in: Pull definition of is_cross_compiler earlier.
1943
1944         * configure.in: Rearrange a little.
1945
1946         * configure.in: Remove references to librx.
1947         * Makefile.in: Remove references to librx.
1948
1949 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
1950
1951         * config.sub: Add support for avr target.
1952         Import from master sources, rev 1.255
1953
1954 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
1955
1956         * configure, .cvsignore:  Revert previous change...
1957         * Makefile:  ...delete.
1958
1959 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
1960
1961         * configure.in: Eliminate ${gasdir} variable.
1962
1963 2002-06-18  Dave Brolley  <brolley@redhat.com>
1964
1965         * configure.in: Add support for frv.
1966         * config.sub: Add support for frv.
1967
1968 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
1969
1970         * configure:  Remove garbage from previous commit.
1971
1972 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
1973
1974         * configure:  For in-source builds, make a subdir and re-exec there.
1975         * Makefile:  New file.  Pass targets through to build directory.
1976         * .cvsignore:  No longer ignore "Makefile".
1977
1978 2002-06-16  Douglas Rupp  <rupp@gnat.com>
1979
1980         * MAINTAINERS (Write After Approval): Add self.
1981
1982 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1983
1984         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
1985
1986 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
1987
1988         * configure.in (vax-*-netbsd*): Re-enable gas.
1989
1990 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
1991
1992         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
1993         BUILD_PREFIX_1, to correct nomenclature.
1994         * configure: Likewise.
1995
1996         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
1997         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
1998
1999 2002-05-31  Olaf Hering  <olh@suse.de>
2000
2001         * config-ml.in: Propogate DESTDIR also.
2002
2003 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
2004
2005         * configure.in (vax-*-netbsd*): Don't build gas for this
2006         platform.
2007
2008 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
2009
2010         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
2011         and libgcj for AVR.
2012
2013 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
2014
2015         * MAINTAINERS (Write After Approval): Add myself.
2016
2017 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
2018
2019         * config.guess: Update to 2002-05-22 version.
2020         * config.sub: Likewise.
2021
2022 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2023
2024         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
2025         * config-ml.in: Likewise.
2026         * configure: Likewise.
2027         * configure.in: Likewise.
2028
2029 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
2030
2031         * MAINTAINERS: Update my email address.
2032
2033 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
2034
2035         * configure.in: Simplify makefile fragment collection.
2036
2037         * configure.in: Remove code to build emacs.
2038
2039         * configure.in : Remove --srcdir argument from targargs and buildargs
2040         (it's always overridden in the Makefile anyway).  Rearrange a bit.
2041
2042         * configure: Move some logic to configure.in.
2043         * configure.in: Move some logic from configure.
2044
2045 2002-05-11  Tom Tromey  <tromey@redhat.com>
2046
2047         * MAINTAINERS: Reflect libgcj reality.
2048
2049 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
2050
2051         * Makefile.in: Honour DESTDIR.
2052
2053 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
2054
2055         * config.guess: Import 2002-03-20 version.
2056         * config.sub: Import 2002-04-26 version.
2057
2058 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2059
2060         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
2061
2062 2002-05-07  Tim Josling  <tej@melbpc.org.au>
2063
2064         * MAINTAINERS: Add self.
2065
2066 2002-05-06  Loren J. Rittle <ljrittle@acm.org>
2067
2068         * ltmain.sh: Detect and handle object name conflicts
2069         while piecewise linking a static library.
2070
2071 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
2072
2073         * configure.in (noconfigdirs): Don't disable libgcj on
2074         sparc64-*-solaris* and sparcv9-*-solaris*.
2075
2076 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
2077
2078         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
2079
2080 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
2081
2082         * configure.in (FLAGS_FOR_TARGET): Do not add
2083         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
2084         on i[3456]86-*-linux*.
2085
2086 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
2087
2088         * configure.in (noconfigdirs): Replace [ ] with test.
2089
2090         * configure.in (noconfigdirs): Do not add target-newlib if
2091         target == i[3456]86-*-linux*, and host == target.
2092
2093 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
2094
2095         * configure.in: delete reference to absent file
2096
2097         * configure.in: replace '[' with 'test'
2098
2099         * configure.in: Eliminate references to gash.
2100         * Makefile.in: Eliminate references to gash.
2101
2102         * configure.in: remove useless references to 'pic' makefile fragments.
2103
2104         * configure.in: (*-*-windows*) Finish removing.
2105
2106         * configure.in: Eliminate redundant test for libgui.
2107
2108 2002-04-29  Roger Sayle  <roger@eyesopen.com>
2109
2110         * MAINTAINERS: Add self and realphabetize.  Update entries
2111         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
2112         entry for a29k port maintainer.
2113
2114 2002-04-26      Joel Sherrill <joel@OARcorp.com>
2115
2116         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
2117         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
2118
2119 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
2120
2121         * configure.in: remove references to dead files
2122
2123 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
2124
2125         * MAINTAINERS: Add information about purpose of this file.
2126
2127 2002-04-18  Tom Tromey  <tromey@redhat.com>
2128
2129         * configure.in: Disallow configuring libgcj when it is already
2130         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
2131         Solaris 2.8 by default.  For PR libgcj/6158.
2132
2133 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
2134
2135         * configure.in:  Move default CC setting out of config/mh-* fragments
2136         directly into here.
2137
2138 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
2139
2140         * configure.in: don't even try to configure or make a subdirectory
2141         if there's no configure script for it.
2142
2143 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
2144
2145         * MAINTAINERS: Remove chill maintainers.
2146         * Makefile.in (CHILLFLAGS): Remove.
2147         (CHILL_LIB): Remove.
2148         (TARGET_CONFIGDIRS): Remove libchill.
2149         (CHILL_FOR_TARGET): Remove.
2150         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
2151         CHILL_LIB.
2152         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
2153         (CHECK_TARGET_MODULES): Likewise.
2154         (INSTALL_TARGET_MODULES): Likewise.
2155         (CLEAN_TARGET_MODULES): Likewise.
2156         (configure-target-libchill): Remove.
2157         (all-target-libchill): Remove.
2158         * configure.in (target_libs): Remove target-libchill.
2159         Do not compute CHILL_FOR_TARGET.
2160         * libchill: Remove directory.
2161
2162 2002-04-11  DJ Delorie  <dj@redhat.com>
2163
2164         * Makefile.in, configure.in: Sync with binutils, entries
2165         follow...
2166
2167 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
2168
2169         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
2170         (do-tar, do-bz2): New rules.
2171         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
2172         (gdb-tar): New rule.
2173         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
2174         (insight_dejagnu.tar): New rule.
2175         (insight.tar): New rule.
2176         (gdb+dejagnu.tar): New rule.
2177         (gdb.tar): New rule.
2178
2179 2002-02-01  Mo DeJong  <supermo@bayarea.net>
2180
2181         * Makefile.in: Add all-tix to deps for all-snavigator
2182         so that tix is built when building snavigator.
2183
2184 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
2185
2186         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
2187         ld and gdb are not supported.
2188
2189 2002-01-07  Mark Salter  <msalter@redhat.com>
2190
2191         * configure.in: Remove target-bsp and target-cygmon from arm builds.
2192         Allow target-libgloss to be built for arm, strongarm, and xscale.
2193
2194 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
2195
2196         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
2197         options for i[3456]86-pc-linux* native builds.
2198
2199 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
2200
2201         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
2202         files from .po files for a distribution.
2203
2204 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
2205
2206         * configure.in: Enable libstdc++-v3 for h8300 targets.
2207
2208 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
2209
2210         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
2211         version from bfd/.
2212
2213 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
2214
2215         * Makefile.in (VER): When present, extract the version number from
2216         the file version.in.
2217
2218 2001-05-24  Tom Rix <trix@redhat.com>
2219
2220         * configure.in : enable ld for aix
2221
2222 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2223
2224         * config.guess: Add linux target for S/390.
2225
2226 2000-11-07  Philip Blundell  <pb@futuretv.com>
2227
2228         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
2229
2230 2000-11-03  Philip Blundell  <pb@futuretv.com>
2231
2232         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
2233         files.
2234
2235 2001-01-15  Ben Elliston  <bje@redhat.com>
2236
2237         * configure.in (host_tools): Add sid.
2238         Always configure cgen.
2239
2240 2000-11-24  Nick Clifton  <nickc@redhat.com>
2241
2242         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
2243
2244
2245 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
2246
2247         * Makefile.in (ALL_MODULES): Add all-cgen.
2248         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
2249         (all-cgen): New target.
2250         (all-opcodes,all-sim): Depend on all-cgen.
2251         * configure.in (host_tools): Add cgen.
2252         Only configure cgen if --enable-cgen-maint.
2253
2254 2002-04-09  Loren J. Rittle <ljrittle@acm.org>
2255
2256         * configure.in: Add *-*-freebsd* configurations.
2257
2258 2002-04-08  Tom Tromey  <tromey@redhat.com>
2259
2260         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
2261         Fixes PR libgcj/6068.
2262
2263 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
2264
2265         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
2266
2267 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2268
2269         * configure.in (alpha*-dec-osf*): Enable libgcj.
2270
2271 2003-03-27  Matthew Gingell <gingell@gnat.com>
2272
2273         * MAINTAINERS (Write After Approval): Add myself.
2274
2275 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
2276
2277         Fix for: PR bootstrap/3591, target/5676
2278         * configure.in (mcore-pe): Disable the configuration of
2279         libstdc++-v3 since exceptions are not supported.
2280
2281 2002-03-20  Anthony Green  <green@redhat.com>
2282
2283         * configure.in: Enable libgcj for xscale-elf target.
2284
2285 Tue Mar 19 09:05:08 2002  J"orn Rennecke <joern.rennecke@superh.com>
2286
2287         * MAINTAINERS:  Update my email address.
2288
2289 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
2290
2291         * ltmain.sh (relink_command): Fix typo in previous change.
2292
2293 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
2294
2295         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
2296         (relink_command): Added --tag flags.
2297         (mode=install): If relinking fails; error out.
2298
2299 2002-03-12  Richard Henderson  <rth@redhat.com>
2300
2301         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
2302         .NOTPARALLEL tag.
2303         (do-check): Rename from check.
2304         (check): Allow parallel check.
2305
2306 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
2307
2308         * MAINTAINERS: Add myself as maintainer for xtensa port.
2309         Fix alphabetical order in CPU port maintainer list.
2310         Remove myself from Write After Approval list.
2311
2312 2002-03-11  Richard Henderson  <rth@redhat.com>
2313
2314         * Makefile.in (.NOTPARALLEL): Add fake tag.
2315
2316 2002-03-07  H.J. Lu  (hjl@gnu.org)
2317
2318         * configure.in: Enable gprof for mips*-*-linux*.
2319
2320 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
2321
2322         * MAINTAINERS (Write After Approval): Add myself.
2323
2324 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
2325
2326         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
2327         libjava.
2328         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
2329
2330 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
2331
2332         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
2333         because its Makefile is there; test for the executable instead.
2334
2335 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
2336
2337         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
2338         libstdc++-v3 and libjava.
2339
2340 2002-02-11  Adam Megacz <adam@xwt.org>
2341
2342         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
2343         boehm-gc
2344
2345 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
2346
2347         * config.guess: Updated to 2002-01-30's version.
2348         * config.sub: Updated to 2002-02-01's version.
2349         Contribute sh64-elf.
2350         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
2351         * configure.in: Added sh64-*-*.
2352
2353 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
2354
2355         * MAINTAINERS: Belatedly add myself to write after approval list.
2356
2357 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
2358
2359         * MAINTAINERS: Put self in as maintainer for x86-64 port.
2360         Remove self as Write After Approval.
2361
2362 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
2363
2364         * MAINTAINERS: Put self in as maintainer for contrib/regression
2365         directory.
2366
2367 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
2368
2369         * MAINTAINERS:  Update my email address.
2370
2371 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
2372
2373         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
2374         target-libiberty, and target-libgloss.  Skip Java-related
2375         libraries if not supported for NetBSD on target CPU.
2376
2377 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
2378
2379         * install-sh: Use _inst.$$_ for temp file name.
2380
2381 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
2382
2383         * MAINTAINERS (Write After Approval): Move my contact info
2384         from here...
2385         (OS Port Maintainers): ...to here (netbsd).
2386
2387 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
2388
2389         * MAINTAINERS (Write After Approval): Add myself.
2390
2391 2002-01-17  H.J. Lu <hjl@gnu.org>
2392
2393         * Makefile.in (all-fastjar): Also depend on all-libiberty.
2394         (all-target-fastjar): Also depend on all-target-libiberty.
2395
2396 2002-01-16  H.J. Lu  (hjl@gnu.org)
2397
2398         * config.guess: Import from master sources, rev 1.225.
2399         * config.sub: Import from master sources, rev 1.238.
2400
2401 2002-01-16  Kazu Hirata  <kazu@hxi.com>
2402
2403         * MAINTAINERS (Write After Approval): Remove myself.
2404
2405 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
2406
2407         * MAINTAINERS (Write After Approval): Add myself.
2408
2409 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
2410
2411         * MAINTAINERS: Add self as docs co-maintainer.
2412
2413 2001-12-11  Matthias Klose  <doko@debian.org>
2414
2415         * MAINTAINERS (Write After Approval): Add myself.
2416
2417 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
2418
2419         * MAINTAINERS: Update my email address.
2420
2421 2001-12-07  Turly O'Connor  <turly@apple.com>
2422         * MAINTAINERS (Write After Approval): Add myself.
2423         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
2424         (rs6000_initialize_trampoline): Call __trampoline_setup for
2425         ABI_DARWIN too.
2426         * darwin-tramp.asm: New file, implements __trampoline_setup.
2427         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
2428
2429 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
2430
2431         * MAINTAINERS (Write After Approval): Add myself.
2432
2433 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
2434
2435         * configure, configure.in: Use temp file for long sed commands.
2436
2437 2001-12-03  Laurent Guerby  <guerby@acm.org>
2438
2439         * config.sub: Update to version 1.232 on subversion.
2440
2441 2001-12-03  Ben Elliston  <bje@redhat.com>
2442
2443         * MAINTAINERS: Update mail address for config.* patches.
2444
2445 2001-11-27  DJ Delorie <dj@redhat.com>
2446             Zack Weinberg  <zack@codesourcery.com>
2447
2448         When build != host, create libiberty for the build machine.
2449
2450         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
2451         CONFIG_ARGUMENTS.
2452         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
2453         New variables.
2454         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
2455         and rules.
2456         (all.normal): Depend on ALL_BUILD_MODULES.
2457         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
2458         (all-build-libiberty): Depend on configure-build-libiberty.
2459
2460         * configure: Calculate and substitute proper value for
2461         ALL_BUILD_MODULES.
2462         * configure.in: Create the build subdirectory.
2463         Calculate and substitute TARGET_CONFIGARGS (formerly
2464         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
2465
2466 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
2467
2468         * MAINTAINERS (write-after-approval): Add self.
2469
2470 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
2471
2472         * MAINTAINERS (GNATS only accounts): Remove self.
2473
2474 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
2475
2476         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
2477         libf2c.
2478
2479 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
2480
2481         * MAINTAINERS (Write After Approval): Add self.
2482
2483 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
2484
2485         * MAINTAINERS: mips and s390 are also CPU ports.
2486
2487 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
2488
2489         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
2490
2491 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
2492
2493         * MAINTAINERS: Alphabetize.
2494
2495 2001-11-09  Kazu Hirata  <kazu@hxi.com>
2496
2497         * MAINTAINERS (Various maintainers: h8 port): Add myself.
2498
2499 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2500
2501         * MAINTAINERS (Various maintainers: hppa port): Added myself.
2502
2503 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
2504
2505         * configure.in (--enable-languages): Be more permissive about
2506         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
2507
2508 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
2509
2510         * config.sub: Import from master sources, rev. 1.230.
2511         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
2512
2513 2001-11-07  Laurent Guerby  <guerby@acm.org>
2514
2515         * MAINTAINERS (Write After Approval): Add self.
2516
2517 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
2518
2519         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
2520
2521 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
2522
2523         * config.sub: Import from master sources, rev 1.226.
2524         * config.guess: Import from master sources, rev 1.216.
2525
2526 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
2527
2528         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
2529         * MAINTAINERS: Add self as maintainer of MMIX port.
2530         Remove old after-approval entry.
2531
2532 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
2533
2534         * ChangeLog, configure: Fix spelling errors.
2535
2536 2001-10-20  Brendan Kehoe  <brendan@zen.org>
2537
2538         * MAINTAINERS: Tweak my address.
2539
2540 Thu Oct 11 21:50:15 2001  J"orn Rennecke <amylaar@onetel.net.uk>
2541
2542         * MAINTAINERS: Update my email address.
2543
2544 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
2545
2546         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
2547         * MAINTAINERS: Add self as maintainer of CRIS port.
2548
2549 2001-10-10  Geert Bosch  <bosch@gnat.com>
2550
2551         * MAINTAINERS (Various maintainers: Ada front end):
2552         Added Robert Dewar.
2553
2554 2001-10-03  David Billinghurst <David.Billinghurst@riotinto.com>
2555
2556         * MAINTAINERS (Write After Approval): Added self
2557
2558 2001-10-02  Geert Bosch  <bosch@gnat.com>
2559
2560         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
2561
2562 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
2563
2564         * configure: Handle temporary files securely using mkdir.
2565
2566 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
2567
2568         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
2569
2570 2001-09-26  Will Cohen <wcohen@redhat.com>
2571
2572         * configure.in (*-*-linux*): Disable configuration of target-newlib
2573         and target-libgloss.
2574
2575 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
2576
2577         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
2578         RANLIB.
2579
2580 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
2581
2582         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
2583         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
2584         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
2585         avoid quotes nesting problems.
2586         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
2587         (DO_X): Export only variables that are set.
2588
2589 2001-09-19  Ben Elliston  <bje@redhat.com>
2590
2591         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
2592         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
2593         semantics.  Use the shell built-in "type" command instead.
2594
2595 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
2596
2597         Merged from gcc-3_0-branch:
2598         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
2599         * ltcf-c.sh: Use $objext, not $ac_objext.
2600         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
2601         * ltcf-cxx.sh: Add support for GNU.
2602         2001-07-22  Timothy Wall  <twall@redhat.com>
2603         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
2604         default settings if using GNU tools with that configuration.
2605         * ltcf-cxx.sh: Ditto.
2606         * ltcf-gcj.sh: Ditto.
2607         2001-07-21  Michael Chastain  <chastain@redhat.com>
2608         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
2609         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
2610         * ltmain.sh: Mark as gcc-local.
2611
2612 2001-08-30  Eric Christopher  <echristo@redhat.com>
2613             Jason Eckhardt  <jle@redhat.com>
2614
2615         * config.guess: Merge from master sources.
2616         * config.sub: Merge from master sources, add support for mipsisa32.
2617
2618 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
2619         * config.sub: Merge from master sources, rev 1.219.
2620         * MAINTAINERS: Add self as contact for stormy16 port.
2621
2622 2001-08-14  Zack Weinberg  <zackw@panix.com>
2623
2624         * config.sub: Merge from master sources, rev 1.218.
2625         * config.guess: Merge from master sources, rev 1.209.
2626
2627 2001-08-11  Graham Stott  <grahams@redhat.com>
2628
2629         * Makefile.in (check-c++): Add missing semicolon.
2630
2631 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
2632
2633         * MAINTAINERS (Various maitainers: predict.def): Added myself.
2634
2635 2001-07-30  Eric Christopher  <echristo@redhat.com>
2636
2637         * MAINTAINERS (Various maintainers: mips port): Added myself.
2638
2639 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
2640
2641         * configure.in (sh-*-linux*): New.
2642
2643 2001-07-27  Richard Henderson  <rth@redhat.com>
2644
2645         * .cvsignore: Add LAST_UPDATED.
2646
2647 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
2648
2649         * MAINTAINERS (Various maintainers: s390 port): Added myself.
2650
2651 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
2652
2653         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
2654
2655 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
2656
2657         * MAINTAINERS (Write After Approval): Added myself.
2658
2659 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
2660
2661         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
2662         and libgcj on m68hc11/m68hc12.
2663
2664 2001-06-27  H.J. Lu  (hjl@gnu.org)
2665
2666         * Makefile (CFLAGS_FOR_BUILD): New.
2667         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
2668
2669 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
2670
2671         * README: Remove version number.
2672
2673 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2674
2675         * INSTALL/README: Update wrt. to the installation instructions now
2676         residing in gcc/doc/install.texi.
2677
2678 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
2679
2680         * README: Replace with a cut-down and updated version of gcc/README.
2681
2682 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
2683
2684         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
2685         multilibs to be disabled.
2686
2687 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
2688
2689         * MAINTAINERS (Write After Approval): Add myself.
2690
2691 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
2692
2693         * config.guess: Import CVS version 1.195.
2694         * config.sub: Import CVS version 1.212.
2695
2696 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
2697
2698         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
2699         gcc/xgcc is built, use -print-prog-name to find out the program
2700         name to use.
2701
2702 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
2703
2704         * config.guess:  Import CVS version 1.194.  All gcc-local changes
2705         appear to also be in the master copy.
2706         * config.sub:  Import CVS version 1.211.
2707
2708 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
2709
2710         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
2711         with_gcc]: Use `gcc -shared' to build a shared library.
2712
2713 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2714
2715         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
2716         archives.
2717
2718 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2719
2720         * MAINTAINERS (Write After Approval): Add myself.
2721
2722 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
2723
2724         * configure.in (libstdcxx_flags): Do not try to execute
2725         libstdc++-v3/testsuite_flags until it exists.
2726
2727 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
2728
2729         * MAINTAINERS: Update my email address.
2730
2731 2001-05-31  Graham Stott  <grahams@redhat.com>
2732
2733         * MAINTAINERS (Write After Approval): Add myself.
2734
2735 2001-05-28  Simon Patarin <simon.patarin@inria.fr>
2736
2737         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
2738         libraries when using g++ with native linker.
2739
2740 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
2741
2742         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
2743
2744 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
2745
2746         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
2747         [aix4*|aix5*]: Prepend blank.
2748
2749 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
2750
2751         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
2752         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
2753         of subdir/configure scripts to use the new libtool.m4.
2754
2755 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
2756
2757         * MAINTAINERS (Write After Approval): Add myself.
2758
2759 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
2760
2761         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
2762
2763 2001-05-11  Ben Elliston  <bje@redhat.com>
2764
2765         * Makefile.in (all-sid): New target.
2766         (check-sid, clean-sid, install-sid): Likewise.
2767
2768 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
2769
2770         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
2771
2772 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
2773
2774         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
2775         libgcj.
2776
2777 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
2778
2779         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
2780         gcc/xgcc is built, use -print-prog-name to find out the program
2781         name to use.
2782
2783 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
2784
2785         * configure.in (noconfigdirs): Don't reset it from scratch in the
2786         target case; only append to it.
2787
2788         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
2789         sparc-*-solaris2.8]: Disable ${libgcj}.
2790
2791 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
2792
2793         * configure.in (libgcj_saved): Copy from $libgcj.
2794         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
2795         --disable-libgcj.
2796
2797 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
2798
2799         * MAINTAINERS: Remove self as MIPS maintainer and
2800         C front end maintainer.
2801
2802 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
2803
2804         * configure.in: Move *-chorusos target case to the proper switch.
2805         Disable libgcj.
2806
2807 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
2808
2809         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
2810         1.641.2.228.
2811
2812 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2813
2814         * Makefile.in (STAGE1_CFLAGS): Pass down.
2815
2816 2001-04-13  Alan Modra  <amodra@one.net.au>
2817
2818         * config.guess: Add hppa64-linux support.  Note for next import that
2819         this is already in the master file.
2820         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
2821
2822 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
2823
2824         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
2825         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
2826
2827 2001-04-11  Stan Shebs  <shebs@apple.com>
2828
2829         * MAINTAINERS: Add self as Darwin port maintainer.
2830
2831 2001-04-11  Alan Modra  <amodra@one.net.au>
2832
2833         * MAINTAINERS: Update my email address.
2834
2835 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
2836
2837         * ltcf-cxx.sh: Support creation of C++ shared libraries on
2838         recent versions of FreeBSD (release 3 or later).
2839         * ltconfig: On FreeBSD, -lc must not be provided when building
2840         a shared library or else the standard -pthread gcc option is
2841         rendered worthless to later users of the built library.
2842
2843 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
2844
2845         * MAINTAINERS: Add self and RTH as C front end maintainers.
2846
2847 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
2848
2849         * config.sub: Make sure to match an already-canonicalized
2850         machine name (eg. mn10300-unknown-elf).
2851
2852 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
2853
2854         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
2855         New macros.
2856         (bootstrap, cross): Use RECURSE_FLAGS.
2857         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
2858
2859 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
2860
2861         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
2862
2863 2001-03-22  Colin Howell  <chowell@redhat.com>
2864
2865         * Makefile.in (DO_X): Do not backslash single-quotes in
2866         backquotes (two places).
2867
2868 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
2869
2870         Re-installed:
2871         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
2872         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
2873         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
2874         * ltcf-cxx.sh: Likewise.
2875         * ltcf-gcj.sh: Likewise.
2876
2877 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2878
2879         * MAINTAINERS: Add myself as "documentation co-maintainer".
2880
2881 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
2882
2883         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
2884         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
2885
2886 2001-03-19  Tom Tromey  <tromey@redhat.com>
2887
2888         * config-ml.in: Handle GCJ and GCJFLAGS.
2889
2890 2001-03-21  Michael Chastain  <chastain@redhat.com>
2891
2892         * Makefile.in: all-m4 depends on all-texinfo.
2893
2894 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
2895
2896         * MAINTAINERS: Add myself to write after approval list.
2897
2898 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
2899
2900         * Makefile.in (DO_X): Quote nested quotes.
2901
2902 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
2903
2904         * MAINTAINERS: Add myself to write after approval list.
2905
2906 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
2907
2908         * Makefile.in (DO_X): Use double quotes for quoting
2909         "RANLIB=$${RANLIB}".
2910
2911 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
2912
2913         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
2914
2915 2001-03-09  Nicola Pero <n.pero@mi.flashnet.it>
2916
2917         * configure.in: Only use `lang_requires' for languages athat are
2918         actually enabled.
2919
2920 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
2921
2922         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
2923
2924 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
2925
2926         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
2927
2928 2001-03-07  Tom Tromey  <tromey@redhat.com>
2929
2930         * configure.in: Allow config-lang.in to set `lang_requires' to list
2931         of other required languages.
2932
2933 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
2934
2935         * Makefile.in: Remove RANLIB definition. Use RANLIB
2936         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
2937         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
2938
2939 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
2940             Alexandre Oliva  <aoliva@redhat.com>
2941
2942         * Makefile.in (check-c++): Use tabs, not spaces.
2943
2944 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
2945
2946         * MAINTAINERS: add myself to Write After Approval list.
2947
2948 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
2949
2950         * Makefile.in (check-c++): New rule.
2951
2952         * configure.in (target_libs): Remove libg++.
2953         (noconfigdirs): Remove libg++.
2954         (noconfigdirs): Same.
2955         (noconfigdirs): Same.
2956         (noconfigdirs): Same.
2957
2958         * config-ml.in: Remove libg++ references.
2959
2960         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
2961         (ALL_TARGET_MODULES): Same.
2962         (configure-target-libg++): Remove.
2963         (all-target-libg++): Remove.
2964         (configure-target-libio): Remove.
2965         (all-target-libio): Remove.
2966         (check-target-libio): Remove.
2967         (.PHONY): Remove.
2968         (libg++.tar.bz2): Remove.
2969         (all-target-cygmon): Remove libio.
2970         (all-target-libstdc++): Remove.
2971         (configure-target-libstdc++): Remove.
2972         (TARGET_LIB_PATH): Remove libstdc++.
2973         (ALL_GCC_CXX): Remove libstdc++.
2974         (all-target-gperf): Correct.
2975
2976 2001-02-16  Nick Clifton  <nickc@redhat.com>
2977
2978         * configure.in (noconfigdirs): Allow configuration of texinfo
2979         for Cygwin hosts.
2980
2981 2001-02-15  Anthony Green  <green@redhat.com>
2982
2983         * configure: Introduce GCJ_FOR_TARGET.
2984         * configure.in: Ditto.
2985         * Makefile.in: Ditto.
2986
2987 2001-02-13  Andreas Schwab  <schwab@suse.de>
2988
2989         * MAINTAINERS: Update mail address.
2990
2991 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2992
2993         * config.guess: Add linux target for S/390.
2994         * config.sub: Likewise.
2995
2996 2001-02-08  Chandrakala Chavva <cchavva@redhat.com>
2997
2998         * configure.in: for *-chorusos, don't config target-newlib and
2999         target-libgloss.
3000
3001 2001-02-06  Ben Elliston  <bje@redhat.com>
3002
3003         * configure: Output host type to stdout, not stderr.
3004
3005 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
3006
3007         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
3008         * ltcf-cxx.sh: Likewise.
3009
3010         * config.if: Assume enable_libstdcxx_v3 is defined.
3011
3012 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
3013
3014         Remove V2 C++ library.
3015         * configure.in: Remove --enable-libstdcxx_v3 support.
3016
3017 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
3018
3019         * include/demangle.h: Add prototype for java_demangle_v3.
3020
3021 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
3022
3023         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
3024
3025 2001-01-27  Richard Henderson  <rth@redhat.com>
3026
3027         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
3028
3029 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
3030
3031         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
3032         Don't unset, it's non-portable and no longer necessary, set to empty
3033         instead.
3034
3035 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
3036
3037         * ltconfig: Shell portability fix for the tagname validity check.
3038
3039 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
3040
3041         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
3042         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
3043
3044 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
3045
3046         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
3047
3048 2001-01-26  Tom Tromey  <tromey@redhat.com>
3049
3050         * configure.in: Allow libgcj to be built on Sparc Solaris.
3051
3052 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
3053
3054         * ltcf-c.sh: Add aix5 case.
3055         * ltcf-cxx.sh: Likewise.
3056         * ltconfig: Likewise.
3057
3058 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
3059
3060         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
3061         keep at least one of build_libtool_libs or build_old_libs set to
3062         yes.
3063
3064         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
3065         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
3066
3067 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
3068
3069         * configure.in: Enable libgcj on several additional platforms.
3070
3071 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
3072
3073         * configure.in: Enable libgcj for linux targets.
3074
3075 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
3076
3077         * MAINTAINERS (Write After Approval): Add myself.
3078
3079 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
3080
3081         * MAINTAINERS: Add myself as vax port maintainer.
3082
3083 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
3084
3085         * MAINTAINERS: Add myself as Mercury front-end maintainer.
3086
3087 2001-01-09  Mike Stump  <mrs@wrs.com>
3088
3089         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
3090         failures of subdirectories.
3091
3092 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
3093
3094         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
3095         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
3096         * ltcf-cxx.sh: Likewise.
3097         * ltcf-gcj.sh: Likewise.
3098         * ltconfig.sh: Fix typo.
3099
3100 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
3101
3102         * configure: handle DOS-style absolute paths.
3103
3104 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
3105
3106         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
3107
3108 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
3109
3110         * MAINTAINERS: Add myself as avr port co-maintainer.
3111
3112 2000-12-28  Ben Elliston  <bje@redhat.com>
3113
3114         * MAINTAINERS: Add myself under ``Write After Approval''.
3115
3116 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
3117
3118         * texinfo: Remove directory from GCC.
3119
3120 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
3121
3122         * COPYING: Update to current
3123         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
3124         to 19yy as example year in copyright notice).
3125
3126 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
3127
3128         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
3129         (libstdcxx_incdir): Pass down.
3130         * config.if: Remove expired bits for cxx_interface, add stub.
3131         (libstdcxx_incdir): Add variable for g++ include directory.
3132         * configure.in (gxx_include_dir): Use it.
3133
3134 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
3135
3136         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
3137         with old-email address from ``Write After Approval''.
3138
3139 2000-12-15  Andreas Jaeger  <aj@suse.de>
3140
3141         * configure.in: Handle lang_dirs.
3142
3143 2000-12-14  Tom Tromey  <tromey@redhat.com>
3144
3145         * MAINTAINERS: Removed brads.
3146
3147         * MAINTAINERS: Added gcj developers.
3148
3149 2000-12-13  Anthony Green  <green@redhat.com>
3150
3151         * configure.in: Disable libgcj for any target not specifically
3152         listed.  Disable libgcj for x86 and Alpha Linux until compatible
3153         with g++ abi.
3154
3155 2000-12-13  Mike Stump  <mrs@wrs.com>
3156
3157         * Makefile.in (local-distclean): Also remove fastjar.
3158
3159 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
3160
3161         * contrib/gcc_update: Add fastjar --touch entries.
3162
3163 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
3164
3165         * configure.in: Disable language-specific target libraries for
3166         languages that aren't enabled.
3167
3168 2000-12-10  Anthony Green  <green@redhat.com>
3169
3170         * configure.in: Define libgcj.  Disable libgcj target libraries for
3171         most targets.
3172
3173 2000-12-10  Neil Booth  <neilb@earthling.net>
3174
3175         * MAINTAINERS: Update mail address, remove from WAA list.
3176
3177 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
3178
3179         * libjava: Imported from /cvs/java.
3180         * libffi: Likewise.
3181         * Boehm-gc: Likewise.
3182
3183 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
3184
3185         * configure.in (target_libs): Revert 2000-12-08 patch.
3186         (noconfigdirs): Added target-libjava.
3187
3188 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
3189
3190         * djunpack.bat: removed.
3191
3192 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
3193
3194         * Makefile.in: handle DOS-style absolute paths.
3195         * config-ml.in: likewise.
3196         * symlink-tree: likewise.
3197
3198 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
3199
3200         * fastjar: Imported.
3201
3202 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
3203
3204         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
3205         libjava.
3206         * configure.in (target_libs): Removed `target-libjava'.
3207
3208 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
3209
3210         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
3211         (ALL_MODULES): Added fastjar.
3212         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
3213         (all-target-libjava): all-fastjar replaces all-zip.
3214         (all-fastjar): Added.
3215         (configure-target-fastjar, all-target-fastjar): Likewise.
3216         * configure.in (host_tools): Added fastjar.
3217
3218 2000-12-07  Mike Stump  <mrs@wrs.com>
3219
3220         * Makefile.in (local-distclean): Remove leftover built files.
3221
3222 2000-11-24  Nick Clifton  <nickc@redhat.com>
3223
3224         * configure.in (xscale-elf): Add target.
3225         (xscale-coff): Add target.
3226
3227 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
3228
3229         * ltcf-cxx.sh: Support creation of C++ shared libraries on
3230         recent versions of FreeBSD (release 3 or later).
3231         * ltconfig: On FreeBSD, -lc must not be provided when building
3232         a shared library or else the standard -pthread gcc option is
3233         rendered worthless to later users of the built library.
3234
3235 2000-11-16  Fred Fish  <fnf@be.com>
3236
3237         * configure.in (enable_libstdcxx_v3): Fix typo,
3238         libstd++ -> libstdc++.
3239
3240 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3241
3242         * MAINTAINERS: Add self to Write After Approval list.
3243
3244 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
3245
3246         * MAINTAINERS: Update my email address.  Add myself to global write
3247         privs list.
3248
3249 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
3250
3251         * Makefile.in: Merge with src and libgcj.
3252         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
3253         configure-target-<library> when their configure scripts need the C
3254         or C++ library to have already been built to work properly.
3255         (do_proto_toplev): Set them to an empty string.
3256
3257         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
3258         (REALLY_SET_LIB_PATH): Use them.
3259
3260 2000-11-17  Stan Shebs  <shebs@apple.com>
3261
3262         * MAINTAINERS: Add self to Write After Approval list.
3263
3264 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
3265
3266         * configure: Provide the original toplevel configure arguments
3267         (including $0) to subprocesses in the environment rather than
3268         through gcc/configargs.h.
3269
3270 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
3271
3272         * MAINTAINERS: Remove references to cccp. Change C9X reference to
3273         C99.  Alphabetise "Write After Approval" list.
3274
3275 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
3276
3277         * configure: Turn on libstdc++ V3 by default.
3278
3279         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
3280         if we've got GCC.
3281
3282 2000-11-11  Philip Blundell  <philb@gnu.org>
3283
3284         * MAINTAINERS: Add self to Write After Approval list.
3285
3286 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
3287
3288         * ltcf-c.sh (aix4): Improve shared library configuration; require
3289         exporting symbols.
3290         * ltcf-cxx.sh (aix4): Define.
3291         * ltconfig (aix4): Define library and soname specs appropriate for
3292         AIX.  Define command to create export symbols list.
3293
3294 Mon Nov  6 14:19:35 2000  Christopher Faylor <cgf@cygnus.com>
3295
3296         * config.sub: Add support for Sun Chorus
3297
3298 2000-10-31  Nick Clifton  <nickc@redhat.com>
3299
3300         * MAINTAINERS: Rename <name>@cygnus.com addresses to
3301         <name>@redhat.com.  Also installed new email address for Clint
3302         Popetz.
3303
3304 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
3305
3306         * etc: Remove directory from GCC.
3307
3308 2000-10-16  Michael Meissner  <meissner@redhat.com>
3309
3310         * configure (gcc/configargs.h): Only create if there is a build GCC
3311         directory created.
3312
3313 2000-10-16  Matthias Klose  <doko@debian.org>
3314
3315         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
3316         when configured for libstdc++-v3.
3317
3318 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
3319
3320         * configure: Save configure arguments to gcc/configargs.h.
3321
3322 2000-10-04  Philipp Thomas  <pthomas@suse.de>
3323
3324         * config.guess: Import CVS version 1.157.
3325         * config.sub: Import CVS version 1.181.
3326
3327 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
3328
3329         * Makefile.in (bootstrap): avoid recursion if subdir missing
3330         (cross): ditto
3331         (do-proto-toplev): ditto
3332
3333 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
3334
3335         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
3336         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
3337
3338         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
3339         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
3340         all affected `configure' scripts.
3341
3342 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
3343
3344         * MAINTAINERS: Add self as cpplib co-maintainer.
3345
3346 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
3347
3348         * MAINTAINERS: Add self to Write After Approval list.
3349
3350 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3351
3352         * INSTALL/README: egcs -> GCC update.
3353
3354 Sun Sep 17 16:55:59 CEST 2000   Marc Espie <espie@cvs.openbsd.org>
3355
3356         * MAINTAINERS: Add myself to Write After Approval list.
3357
3358 2000-09-15  Kazu Hirata  <kazu@hxi.com>
3359
3360         * MAINTAINERS: Add myself to Write After Approval list.
3361
3362 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
3363
3364         * configure.in: Do not build byacc for hppa64.  Provide paths to the
3365         X11 libraries for hppa64.
3366
3367 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
3368
3369         * MAINTAINERS: Add myself as 68hc11 port maintainer.
3370
3371 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
3372
3373         * Makefile.in (all-zlib): Added dummy target.
3374
3375         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
3376         ltcf-gcj.sh: Updated from libtool multi-language branch.
3377
3378 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
3379
3380         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
3381         (bootstrap*): Depend on all-bootstrap.
3382
3383 2000-09-05  Philipp Thomas  <pthomas@suse.de>
3384
3385         * config.guess: Import CVS version 1.156.
3386         * config.sub: Import CVS version 1.179.
3387
3388 2000-09-02  Anthony Green  <green@cygnus.com>
3389
3390         * Makefile.in (all-gcc): Depend on all-zlib.
3391         (CLEAN_MODULES): Add clean-zlib.
3392         (ALL_MODULES): Add all-zlib.
3393         * configure.in (host_libs): Add zlib.
3394
3395 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
3396
3397         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
3398         crosses, but add gcc/include to the header search path for them.
3399
3400 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
3401
3402         * MAINTAINERS: Add self to Write After Approval list.
3403
3404 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3405
3406         * config.guess: Import CVS version 1.152.
3407         * config.sub: Import CVS version 1.177.
3408
3409 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
3410
3411         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
3412         $targargs to tell whether newlib is going to be built.
3413
3414         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
3415         $$r/TARGET_SUBDIR/libio for _G_config.h.
3416
3417 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
3418
3419         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
3420
3421 2000-08-22  DJ Delorie  <dj@redhat.com>
3422
3423         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
3424
3425 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
3426
3427         * config-ml.in (CC, CXX): Avoid trailing whitespace.
3428         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
3429         sub-configures.
3430
3431 2000-08-21  DJ Delorie  <dj@redhat.com>
3432
3433         * MAINTAINERS: Add self as a libiberty maintainer
3434
3435 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
3436
3437         * configure.in (libstdcxx_flags): Use
3438         libstdc++-v3/src/libstdc++.INC.
3439
3440 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
3441
3442         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
3443
3444 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
3445
3446         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
3447
3448         * configure: Make enable_threads and enable_shared defaults
3449         explicit.  Substitute enable_threads into generated Makefiles.
3450         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
3451         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
3452
3453 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
3454
3455         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
3456
3457 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
3458
3459         * config-ml.in (CC): Remove bogus duplicate quotation mark from
3460         previous delta.
3461
3462 2000-08-11  Jason Merrill  <jason@redhat.com>
3463
3464         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
3465         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
3466         (FLAGS_FOR_TARGET): Not here.
3467         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
3468
3469 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
3470
3471         * config-ml.in (CC, CXX): Don't introduce a leading space.
3472
3473 2000-08-07  DJ Delorie  <dj@delorie.com>
3474
3475         * MAINTAINERS: Add self as a DJGPP maintainer
3476
3477 2000-08-07  DJ Delorie  <dj@redhat.com>
3478
3479         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
3480         "if we're also building gcc, and it's a gcc that will run on the
3481         build machine, we want to use its includes instead of the system's
3482         default includes".
3483
3484 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
3485
3486         * MAINTAINERS: Add self to Write After Approval list.
3487
3488 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
3489
3490         * configure.in (libstdcxx_flags): Don't use `"'.
3491
3492         * config-ml.in: Adjust multilib search paths to the
3493         appropriate multilib tree.
3494
3495 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
3496
3497         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
3498         commas in $LANGUAGES.
3499
3500 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
3501
3502         * configure.in: Re-enable all references to libg++ and librx.
3503
3504 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
3505
3506         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
3507         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
3508         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
3509         * ltcf-cxx.sh (need_lc): Set based on postdeps.
3510
3511         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
3512
3513 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
3514
3515         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
3516         CXX_FOR_TARGET for sed.
3517
3518 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
3519
3520         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
3521         Do not override if already set in the environment or in configure.
3522         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
3523         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
3524
3525 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
3526
3527         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
3528         the libtool CVS tree multi-language branch.
3529         * ltconfig, ltmain.sh: Updated.
3530
3531 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
3532
3533         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
3534         (clean-target): Depend on it.
3535
3536         * Makefile.in (FLAGS_FOR_TARGET): New macro.
3537         (GCC_FOR_TARGET): Use it.
3538         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
3539         * configure.in: ... here.
3540         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
3541         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
3542
3543 2000-07-24  Eric Christopher  <echristo@cygnus.com>
3544
3545         * MAINTAINERS: Add self to Write After Approval list.
3546
3547 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
3548
3549         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
3550         (configure-target-libchill, configure-target-libobjc): Likewise.
3551
3552         * configure.in: Use the same cache file for all target libs.
3553         * config-ml.in: But different cache files per multilib variant.
3554
3555 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
3556
3557         * configure (topsrcdir): Don't use dirname.
3558
3559 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
3560
3561         * MAINTAINERS: Add self to Write After Approval list.
3562
3563 2000-07-20  Jason Merrill  <jason@redhat.com>
3564
3565         * configure.in: Remove all references to libg++ and librx.
3566
3567         * configure, configure.in, Makefile.in: Unify gcc and binutils.
3568
3569 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
3570
3571         * config.sub: Update to subversions version 2000-07-06.
3572
3573 2000-07-12  Andrew Haley  <aph@cygnus.com>
3574
3575         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
3576         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
3577
3578 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
3579
3580         * symlink-tree:  Check number of arguments.
3581
3582 2000-07-05  Jim Wilson  <wilson@cygnus.com>
3583
3584         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
3585         search path for a g++ extracted from the build tree.  This
3586         will allow link tests run by configure scripts in
3587         subdirectories to succeed.
3588
3589 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
3590
3591         * ltconfig: Add support for mips-dde-sysv4.2MP
3592
3593 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
3594
3595         * MAINTAINERS: Add myself as loop discovery maintainer.
3596
3597 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
3598
3599         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
3600         `os2'. Force ac_cv_exeext to be ".exe" in that case.
3601
3602 2000-06-19  Timothy Wall  <twall@cygnus.com>
3603
3604         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
3605         * config.sub: Add tic54x target.
3606
3607 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
3608
3609         * MAINTAINERS: Add self as Fortran maintainer,
3610         remove Craig Burley.
3611
3612 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
3613
3614         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
3615         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
3616
3617 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
3618
3619         * MAINTAINERS: Add self as i18n maintainer
3620
3621 20000-05-21  H.J. Lu  (hjl@gnu.org)
3622
3623         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
3624         directory are used if they exist. Make sure
3625         $(build_tooldir)/include is searched for header files,
3626         $(build_tooldir)/lib/ for library files.
3627         (GCC_FOR_TARGET): Likewise.
3628         (CXX_FOR_TARGET): Likewise.
3629
3630 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
3631
3632         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
3633
3634 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
3635
3636         * Makefile.in (configure-target-libiberty): Depend on
3637         configure-target-newlib.
3638
3639 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
3640
3641         * configure.in, Makefile.in: Merge all libffi-related
3642         configury stuff from the libgcj tree.
3643
3644 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
3645
3646         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
3647         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
3648
3649 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
3650
3651         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
3652         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
3653         current version information.  Add to proto-toplev directory.
3654         (gdb-taz): Build do-djunpack.
3655
3656 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
3657
3658         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
3659
3660 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
3661
3662         * MAINTAINERS: Add self to Write After Approval list.
3663
3664 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
3665
3666         * ltmain.sh: Preserve in relink_command any environment
3667         variables that may affect the linker behavior.
3668
3669 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
3670
3671         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
3672
3673 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
3674
3675         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
3676
3677 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
3678
3679         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
3680         with the version name.
3681
3682 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
3683
3684         * MAINTAINERS: Add self as bb-reorder maintainer.
3685
3686 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
3687
3688         * config.if: Tweak.
3689
3690 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
3691
3692         * djunpack.bat: New file.
3693
3694 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
3695
3696         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
3697         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
3698         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
3699         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
3700
3701 2000-04-16  Dave Pitts  <dpitts@cozx.com>
3702
3703         * config.sub (case $basic_machine): Change default for "ibm-*"
3704         to "openedition".
3705
3706 2000-04-13  Andreas Jaeger  <aj@suse.de>
3707
3708         * MAINTAINERS: Added myself.
3709
3710 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
3711
3712         * Makefile.in (gdb-taz): New target.  GDB specific archive.
3713         (do-md5sum): New target.
3714         (MD5PROG): Define.
3715         (PACKAGE): Default to TOOL.
3716         (VER): Default to a shell script.
3717         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
3718         md5 checksum generation.
3719         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
3720         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
3721         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
3722         insight.tar.bz2): Use gdb-taz to create archive.
3723
3724 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
3725
3726         * configure (warn_cflags): Delete.
3727
3728 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
3729
3730         * MAINTAINERS: Added myself.
3731
3732 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
3733             Martin v. Loewis  <martin@loewis.home.cs.tu-berlin.de>
3734
3735         * configure.in (enable_libstdcxx_v3): Add.
3736         (target_libs): Add bits here to switch between libstdc++-v2 and
3737         libstdc++-v3.
3738         * config.if: And this file too.
3739         * Makefile.in: Add libstdc++-v3 targets.
3740
3741 2000-04-05  Michael Meissner  <meissner@redhat.com>
3742
3743         * config.sub (d30v): Add d30v as a basic machine type.
3744
3745 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
3746
3747         * configure.in: -linux-gnu*, not -linux-gnu.
3748
3749 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
3750
3751         * MAINTAINERS: Add self in write-after-approval section.
3752
3753 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
3754
3755         * MAINTAINERS: Add self as ia64 port maintainer.
3756
3757 2000-03-08  Neil Booth  <NeilB@earthling.net>
3758
3759         * MAINTAINERS: Add self in write-after-approval section.
3760
3761 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
3762
3763         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
3764         (do-tar-bz2): Replace TOOL with PACKAGE.
3765         (gdb.tar.bz2): Remove GDBTK from GDB package.
3766         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
3767         dejagnu.tar.bz2): New packages.
3768
3769 2000-02-27  Andreas Jaeger  <aj@suse.de>
3770
3771         * configure.in: Add entry for mips*-*-linux*, move catch all
3772         *-*-*linux* entry below this one.
3773
3774 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
3775
3776         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
3777
3778 2000-02-24  Nick Clifton  <nickc@cygnus.com>
3779
3780         * config.sub: Support an OS of "wince".
3781
3782 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
3783
3784         * config.guess, config.sub: Updated to match config's 2000-02-15
3785         version.
3786
3787 2000-02-23  Linas Vepstas <linas@linas.org>
3788
3789         * config.sub: Add support for Linux/IBM 370.
3790         * configure.in: Likewise.
3791
3792 2000-02-22  Nick Clifton  <nickc@cygnus.com>
3793
3794         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
3795
3796 2000-02-20  Christopher Faylor <cgf@cygnus.com>
3797
3798         * config.guess: Guess "cygwin" rather than "cygwin32".
3799
3800 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3801
3802         * configure (gcc_version): When setting, narrow search to
3803         lines containing `version_string'.
3804
3805 2000-02-15  Denis Chertykov  <denisc@overta.ru>
3806
3807         * config.sub: Add support for avr target.
3808
3809 2000-02-14  Nick Clifton  <nickc@cygnus.com>
3810
3811         * MAINTAINERS: Add maintainers for MCore port.
3812
3813 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
3814
3815         * config.sub: Add mmix-knuth-mmixware.
3816
3817 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3818
3819         * MAINTAINERS: Pair cccp with cpplib maintainership.
3820
3821 2000-01-27  Christopher Faylor <cgf@redhat.com>
3822
3823         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
3824         structure stuff to -L library search.
3825         (CXX_FOR_TARGET): Ditto.
3826         (CROSS_CHECK_MODULES): Fix spelling mistake.
3827
3828 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
3829
3830         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
3831         the C++ compiler.
3832
3833 2000-01-12  Richard Henderson  <rth@cygnus.com>
3834
3835         * configure.in: Don't build some bits for beos.
3836
3837 2000-01-12  Joel Sherrill (joel@OARcorp.com)
3838
3839         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
3840         as include files.
3841
3842 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
3843
3844         * Add self as cpplib maintainer, as requested by Jason
3845         Merrill.  Correct my e-mail address.
3846
3847 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
3848
3849         * configure.in: Use mt-aix43 to handle *_TARGET defs,
3850         not mh-aix43.
3851
3852 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
3853
3854         * MAINTAINERS: Add myself to "write after approval" list.
3855
3856 1999-12-14  Richard Henderson  <rth@cygnus.com>
3857
3858         * config.guess (alpha-osf, alpha-linux): Detect ev67.
3859         * config.sub: Accept alphaev[78], alphaev8.
3860
3861 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
3862
3863         * config.guess, config.sub: Update from autoconf.
3864
3865 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
3866
3867         * MAINTAINERS:  update my playtime e-address.
3868
3869 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3870
3871         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
3872         necessary libraries are missing.
3873
3874 Fri Nov 19 11:22:31 MST 1999    Diego Novillo <dnovillo@cygnus.com>
3875
3876         * MAINTAINERS: Add new 'write after approval' maintainer.
3877
3878 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
3879
3880         * MAINTAINERS: Add new Java maintainer.
3881
3882 1999-10-25  Andreas Schwab  <schwab@suse.de>
3883
3884         * configure: Fix quoting inside arguments of eval.
3885
3886 1999-10-21  Nick Clifton  <nickc@cygnus.com>
3887
3888         * config-ml.in: Allow suppression of some ARM multilibs.
3889
3890 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
3891
3892         * config.guess: Add OS/390 match pattern.
3893         * config.sub: Add mvs, openedition targets.
3894         * configure.in (i370-ibm-opened*): New.
3895
3896 1999-09-04  Steve Chamberlain  <sac@pobox.com>
3897
3898         * config.sub: Add support for configuring for pj.
3899
3900 1999-08-31  Nick Clifton  <nickc@cygnus.com>
3901
3902         * config.sub (maybe_os): Add support for configuring for fr30.
3903
3904 1999-08-25  Nick Clifton  <nickc@cygnus.com>
3905
3906         * configure.in: Do not configure or build ld for AIX
3907         platforms.  ld is known to be broken on these platforms.
3908
3909 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3910
3911         * config-ml.in: Pass compiler flag corresponding to multidirs to
3912         subdir configures.
3913
3914 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
3915
3916         * Makefile.in (LDFLAGS): Define.
3917
3918 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
3919
3920         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
3921         noconfigdirs.
3922         (*-*-cygwin*): Likewise.
3923
3924 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
3925
3926         * mkdep: New file.
3927         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
3928         (BINUTILS_SUPPORT_DIRS): Add mkdep.
3929
3930         From Eli Zaretskii <eliz@is.elta.co.il>:
3931         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
3932         long file name when using DJGPP on MS-DOS.
3933
3934 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
3935
3936         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
3937
3938 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
3939
3940         * Makefile.in (check-target-libio): Remove all-target-libstdc++
3941         dependency as this causes "make check" to globally "make all"
3942
3943 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
3944
3945         * configure.in (target_libs): Added target-zlib.
3946         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
3947         (CONFIGURE_TARGET_MODULES): Likewise.
3948         (CHECK_TARGET_MODULES): Likewise.
3949         (INSTALL_TARGET_MODULES): Likewise.
3950         (CLEAN_TARGET_MODULES): Likewise.
3951         (configure-target-zlib): New target.
3952         (all-target-zlib): Likewise.
3953         (all-target-libjava): Depend on all-target-zlib.
3954         (configure-target-libjava): Depend on configure-target-zlib.
3955
3956         * Makefile.in (configure-target-libjava): Depend on
3957         configure-target-newlib.
3958         (configure-target-boehm-gc): New target.
3959         (configure-target-qthreads): New target.
3960
3961         * configure.in (target_libs): Added target-qthreads.
3962         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
3963         (CONFIGURE_TARGET_MODULES): Likewise.
3964         (CHECK_TARGET_MODULES): Likewise.
3965         (INSTALL_TARGET_MODULES): Likewise.
3966         (CLEAN_TARGET_MODULES): Likewise.
3967         (all-target-qthreads): New target.
3968         (configure-target-libjava): Depend on configure-target-qthreads.
3969         (all-target-libjava): Depend on all-target-qthreads.
3970
3971         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
3972         (CONFIGURE_TARGET_MODULES): Likewise.
3973         (CHECK_TARGET_MODULES): Likewise.
3974         (INSTALL_TARGET_MODULES): Likewise.
3975         (CLEAN_TARGET_MODULES): Likewise.
3976         (all-target-libjava): New target.
3977         (all-target-boehm-gc): Likewise.
3978         * configure.in (target_libs): Added libjava, boehm-gc.
3979
3980 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
3981
3982         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
3983         configure.bat in SUPPORT_FILES.
3984         (gas+binutils.tar.bz2): Likewise.
3985
3986         * makeall.bat: Remove; obsolete.
3987
3988 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
3989
3990         From Mark Elbrecht:
3991         * configure.bat: Remove; obsolete.
3992
3993 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
3994
3995         * configure: Add -W -Wall to the default CFLAGS when compiling with
3996         gcc.
3997
3998 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
3999
4000         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
4001
4002 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
4003
4004         * configure.in: Build ld on IRIX6.
4005
4006 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
4007
4008         * Makefile.in: Change distribution targets to use bzip2 instead of
4009         gzip.
4010         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
4011         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
4012
4013 1999-06-04  Nick Clifton  <nickc@cygnus.com>
4014
4015         * config.sub: Add mcore target.
4016
4017 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
4018
4019         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
4020
4021 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
4022
4023         * config.guess (dummy): Changed to $dummy.
4024
4025 1999-05-24  Nick Clifton  <nickc@cygnus.com>
4026
4027         * config.sub: Tidied up case statements.
4028
4029 1999-05-22  Ben Elliston  <bje@cygnus.com>
4030
4031         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
4032         <jiro@din.or.jp>.
4033
4034         * config.guess: Merge with FSF version. Future changes will be
4035         more accurately recorded in this ChangeLog.
4036         * config.sub: Likewise.
4037
4038 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
4039
4040          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
4041
4042 1999-04-30  Tom Tromey  <tromey@cygnus.com>
4043
4044         * ltmain.sh: [mode link] Always use CC given by ltconfig.
4045
4046 1999-04-23  Tom Tromey  <tromey@cygnus.com>
4047
4048         * ltconfig, ltmain.sh: Update to libtool 1.2f.
4049
4050 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
4051
4052         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
4053         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
4054         Bad merge removed these two changes.
4055
4056 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
4057                           Martin Heller (Ing.-Buero_Heller@t-online.de)
4058
4059         * config.guess (interix Alpha): Add.
4060
4061 1999-04-11  Richard Henderson  <rth@cygnus.com>
4062
4063         * configure.in (i?86-*-beos*): Do config gperf; don't config
4064         gdb, newlib, or libgloss.
4065
4066 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
4067
4068         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
4069         link a trivial program with -mabi=64.  If it fails, remove mabi=64
4070         from multidirs.
4071
4072 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
4073
4074         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
4075
4076 1999-04-08  Nick Clifton  <nickc@cygnus.com>
4077
4078         * config.sub: Add support for mcore targets.
4079
4080 1999-04-07  Michael Meissner  <meissner@cygnus.com>
4081
4082         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
4083         not mt-ospace, in order to shut up assembler warning about using
4084         symbols that are named the same as registers.
4085
4086 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
4087
4088         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
4089         dependency list for all-target-cygmon.
4090
4091 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
4092
4093         * config-ml.in: Check $host, not $target, for selective multilibs.
4094         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
4095         thumb interworking, and underscore prefix multilibs.
4096
4097 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
4098
4099         * missing: Update to version from current automake.
4100
4101 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
4102
4103         * configure (gxx_include_dir): Removed.
4104
4105         * configure.in (gxx_include_dir): Handle it.
4106         * Makefile.in: Likewise.
4107
4108 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
4109
4110         * config.sub (mips64vr4111,mips64vr4111el) Add.
4111
4112 1999-03-21  Ben Elliston  <bje@cygnus.com>
4113
4114         * config.guess: Correct typo for detecting ELF on FreeBSD.
4115
4116 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
4117
4118         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
4119         config/mh-djgpp.
4120
4121 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
4122
4123         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
4124         all-target-newlib to dependency list for all-target-bsp.
4125
4126 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
4127
4128         * config.sub: Add i386-uwin support.
4129         * config.guess: Likewise.
4130
4131 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4132
4133         * configure.in: cleanup, add mh-*pic handling for arm, special
4134         case powerpc*-*-aix*
4135
4136 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
4137
4138         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
4139         can be built.
4140
4141 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
4142
4143         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
4144         targets.
4145
4146 1999-03-02  Nick Clifton  <nickc@cygnus.com>
4147
4148         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
4149
4150 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
4151
4152         * config.sub: Check for "cygwin*" rather than "cygwin32*"
4153
4154 1999-02-24  Nick Clifton  <nickc@cygnus.com>
4155
4156         * config.sub: Fix typo in arm recognition.
4157
4158 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
4159
4160         * configure.in (noconfigdirs): Changed target_configdirs to
4161         include target-bsp only for m68k-*-elf* and m68k-*-coff*
4162         rather than m68k-*-* since it is not known to work on
4163         m68k-aout. Ditto for arm-*-*oabi.
4164
4165 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
4166
4167         * configure.in (*-*-windows*): Remove, no longer used.
4168
4169 1999-02-19  Ben Elliston <bje@cygnus.com>
4170
4171         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
4172         Smart and improved by Andrew Cagney.
4173
4174 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
4175
4176         * config.guess: Recognize openbsd-*-hppa.
4177
4178 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
4179
4180         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
4181         only if it is not empty.
4182
4183 1999-02-17  Nick Clifton  <nickc@cygnus.com>
4184
4185         Patch from: Scott Bambrough <scottb@corelcomputer.com>
4186
4187         * config.guess: Modified to recognize uname's armv* syntax.
4188
4189         * config.sub: Modified to recognize uname's armv* syntax.
4190
4191 1999-02-17  Mark Salter  <msalter@cygnus.com>
4192
4193         * configure.in: Added target-bsp for sparclite.
4194
4195 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
4196
4197         * config.sub: Recognize alphapca5[67] and up to alphaev8.
4198
4199 1999-02-08  Nick Clifton  <nickc@cygnus.com>
4200
4201         * configure.in: Add support for strongarm port.
4202         * config.sub: Add support for strongarm target.
4203
4204 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
4205
4206         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
4207         the old name config/mh-cygwin32.
4208         Enable texinfo.
4209
4210 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
4211
4212         * configure.in: Do build ld for ix86 Solaris.
4213
4214 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
4215
4216         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
4217         $AR_FOR_TARGET.  Likewise for RANLIB.
4218
4219 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
4220
4221         * config.sub (oabi):  Recognize.
4222         * configure.in (arm-*-oabi):  Handle.
4223
4224 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
4225
4226         * config.guess: Improve detection of i686 on UnixWare 7.
4227
4228 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
4229
4230         * config.guess: Add support for i386-pc-interix.
4231         * config.sub: Likewise.
4232         * configure.in: Likewise.
4233
4234 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
4235
4236         * Makefile.in: Remove unneeded all-target-libio from
4237         from all-target-winsup target since it is now unneeded.
4238         Add all-target-libtermcap in its place since it is now
4239         needed.
4240
4241 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
4242
4243         * configure.in: makefile stub for cygwin target is probably
4244         unnecessary.  Remove it for now.
4245
4246 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
4247
4248         * configure.in: libtermcap.a should be built when cygwin is the
4249         target as well as the host.
4250         * config.guess: Allow mixed case in cygwin uname output.
4251         * Makefile.in: Add libtermcap target.
4252
4253 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
4254
4255         * config.sub: Clean up handling of hppa2.0.
4256
4257 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
4258
4259         * config.guess: Use C code to identify more HP machines.
4260
4261 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
4262
4263         * config.sub: Handle hppa2.0.
4264
4265 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
4266
4267         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
4268         cygmon for all sparclite targets, regardless of object format.
4269
4270 1998-12-15  Mark Salter  <msalter@cygnus.com>
4271
4272         * configure.in: Added target-bsp for several target architectures.
4273
4274         * Makefile.in: Added rules for bsp.
4275
4276 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
4277
4278         * config.guess: Improve detection of hppa2.0 processors.
4279
4280 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
4281
4282         * config.guess: Recognize FreeBSD using ELF automatically.
4283
4284 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
4285
4286         * configure (skip-this-dir): Add handling for new shell script, which
4287         might be created by a sub-directory's configure to indicate, this particular
4288         directory is "unwanted".
4289         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
4290
4291 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
4292
4293         * ltconfig: import from libtool, after changing libtool to
4294         account for the cygwin name change.
4295
4296 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
4297
4298         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
4299         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
4300
4301 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
4302
4303         * configure.in: Add libtermcap to list of cygwin dependencies.
4304
4305 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
4306
4307         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
4308         they include winsup/include when it's a cygwin target.
4309
4310 1998-11-12  Tom Tromey  <tromey@cygnus.com>
4311
4312         * configure.in (host_tools): Added zip.
4313         * Makefile.in (all-target-libjava): Depend on all-zip.
4314         (all-zip): New target.
4315         (ALL_MODULES): Added all-zip.
4316         (NATIVE_CHECK_MODULES): Added check-zip.
4317         (INSTALL_MODULES): Added install-zip.
4318         (CLEAN_MODULES): Added clean-zip.
4319
4320 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
4321
4322         * Makefile.in: lose "32" from comment about cygwin.
4323
4324 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
4325
4326         * configure.in: Use -Os to build target libraries for the fr30.
4327
4328 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
4329
4330         * config.sub: Add fr30.
4331
4332 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
4333
4334         * configure.in: drop "32" from config/mh-cygwin32.  Check
4335         cygwin* instead of cygwin32*.
4336         * config.sub: Check cygwin* instead of cygwin32*.
4337
4338 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
4339
4340         * config.guess: Match any version of Unixware7.
4341
4342 1998-10-20  Syd Polk  <spolk@cygnus.com>
4343
4344         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
4345         if desired.
4346
4347 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
4348
4349         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
4350         these if the appropriate directories and files to not exist.
4351
4352 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
4353
4354         * Makefile.in (DEVO_SUPPORT): Add config.if.
4355
4356 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
4357
4358         * configure: Add pattern to replace "build_tooldir"'s
4359         definition in the generated Makefile with "tooldir"'s
4360         actual value.
4361
4362 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
4363
4364         * config.sub: Bring back lost sparcv9.
4365
4366         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
4367
4368 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
4369
4370         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
4371         CC_FOR_TARGET and friends.
4372
4373 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
4374
4375         * Makefile.in (build_tooldir): New variable, same as tooldir.
4376         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
4377         -B$(build_tooldir)/bin/.
4378         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
4379
4380 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4381
4382         * README: Remove installation instructions and refer to the
4383         INSTALL directory instead.
4384
4385 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
4386
4387         * config.sub: Add support for i[34567]86-pc-udk.
4388         * configure.in: Likewise.
4389
4390 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
4391
4392         * Makefile.in: add bzip2 package building bits for user
4393         tools module
4394         * configure.in: ditto
4395
4396 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
4397
4398         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
4399         (ALL_TARGET_MODULES): Add all-target-libobjc.
4400         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
4401         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
4402         (all-target-libchill): Add dependencies.
4403         * configure.in (target_libs): Add libchill.
4404
4405 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
4406
4407         * configure.in (target_subdir): Remove duplicate line.
4408
4409 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
4410
4411         * Makefile.in (all-automake): fix dependencies.
4412
4413 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
4414
4415         * configure.in: Minor cleanups for building in the $(target_alias)
4416         subdir.
4417
4418 1998-09-22  Jim Wilson  <wilson@cygnus.com>
4419
4420         * Makefile.in (bootstrap): Set r and s before make all.  Use
4421         BASE_FLAGS_TO_PASS in make all.
4422         (cross): Likewise.
4423
4424 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
4425
4426         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
4427
4428 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
4429
4430         * config.sub: Fix typo in last change.
4431
4432 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
4433
4434         * config.sub: Add support for C4x target.
4435         * configure.in: Likewise.
4436
4437 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
4438
4439         * config.sub: Recognize sparcv9 just like sparc64.
4440
4441 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
4442
4443         * config.guess: Match "Pent II" or "PentII" for OpenServer.
4444
4445 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
4446
4447         * config.guess: Correctly identify Pentium II sco boxes.
4448
4449         * config.guess: Fix "tr" code.  From Weiwen Liu.
4450
4451 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
4452
4453         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
4454         stabs.
4455
4456 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
4457
4458         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
4459         (ALL_TARGET_MODULES): Add all-target-libchill.
4460         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
4461         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
4462         (all-target-libchill): Add dependencies.
4463         * configure.in (target_libs): Add libchill.
4464
4465 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
4466
4467         * config.guess: Avoid assumptions about "tr" behaves when
4468         LANG is set to something other than English.
4469
4470 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
4471
4472         * configure (gxx_include_dir): Changed to
4473         '${prefix}/include/g++'-${libstdcxx_interface}.
4474
4475         * config.if: New to determine the interfaces.
4476
4477 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
4478
4479         * config.guess: Detect and handle MPE/IX.
4480         * config.sub: Deal with MPE/IX.
4481
4482 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
4483
4484         * configure.in: Use mh-aix43.
4485
4486 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
4487
4488         * configure: Fix --without/--disable cases for gxx-include-dir.
4489
4490 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
4491
4492         * mdata-sh:  Imported.  Needed for automake support.
4493
4494 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
4495
4496         * Makefile.in (taz): Try "chmod -R og=u ." before
4497         "chmod og=u `find . -print`".
4498
4499 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
4500
4501         * configure.in: Add arm-elf and thumb-elf support.
4502
4503 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
4504
4505         * Makefile.in: Undo previous patch.
4506
4507 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
4508
4509         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
4510         to here ...
4511         (install-no-fixedincludes): and here
4512         (INSTALL_MODULES): ... from here.
4513
4514 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
4515
4516         * config.sub: Merge with FSF.
4517
4518         * config.guess: Merge with FSF.
4519
4520 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
4521
4522         * configure (extraconfigdirs): New variable.
4523         (SUBDIRS): Add extraconfigdirs and recurse on them too.
4524         * Makefile.in (all): Move higher in file.
4525         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
4526         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
4527         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
4528         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
4529         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
4530
4531 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
4532
4533         * Makefile.in (all-target-libjava): Depend on all-gcc and
4534         all-target-newlib.
4535         (configure-target-libjava): Depend on $(ALL_GCC).
4536
4537 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
4538
4539         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
4540         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
4541
4542 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
4543
4544         * INSTALL/README: Fix typo.
4545
4546 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
4547
4548         * ylwrap: Change absolute path checks to check for DOS style path
4549         names.
4550
4551         * ylwrap: Don't use a full path name if the source file is in the
4552         same directory.  From hjl@lucon.org (H.J. Lu).
4553
4554         * config-ml.in: Default to being verbose, to match Feb 18 change to
4555         configure.
4556
4557 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
4558
4559         Brought over from egcs:
4560
4561         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
4562
4563         * configure.in (target_subdir): Set to ${target_alias} instead
4564         of "libraries".
4565
4566         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
4567
4568         * configure.in (target_subdir): Set to libraries if enable_multilib.
4569
4570 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
4571
4572         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
4573         multilibs, force reconfiguration the first time we create
4574         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
4575
4576 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
4577
4578         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
4579         avoid confusion with --no-recursion.
4580
4581 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
4582
4583         * configure.in: Win32 hosts shouldn't use install -x
4584         * install-sh: remove -x option, and special .exe-handling
4585         hack.
4586
4587 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
4588
4589         * config.guess: Recognize i586-pc-beos.
4590         * configure.in: Don't build some bits for beos.
4591
4592 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
4593
4594         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
4595         CFLAGS default to -O2.
4596
4597         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
4598         when using GNU ld.
4599
4600 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
4601
4602         * ltmain.sh: Correct install when using a different shell.
4603
4604 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
4605
4606         * ltconfig, ltmain.sh: Update to libtool 1.2b.
4607
4608 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
4609
4610         * makefile.vms: Update to build binutils/makefile.vms.  Add install
4611         target.
4612
4613 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
4614
4615         * ltconfig: Update to correct AIX handling.
4616
4617 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
4618
4619         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
4620
4621         * configure.in (target_subdir): Set to ${target_alias} instead
4622         of "libraries".
4623
4624 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
4625
4626         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
4627         (Makefile): Depend on $(gcc_version_trigger).
4628
4629         * configure (gcc_version): Change default initializer to empty
4630         string.
4631         (gcc_version_trigger): New variable; pass this variable down
4632         to subdir configures to enable them checking gcc's version
4633         themselves. Emit make macros for both gcc_version vars.
4634         (topsrcdir): Initialize reliably.
4635         (recursion line): Remove --with-gcc-version=${gcc_version}.
4636
4637 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
4638
4639         * configure (enable_version_specific_runtime_libs): Implement new flag
4640         --enable-version-specific-runtime-libs which installs C++ runtime stuff
4641         in $(libsubdir); emit definition in each generated Makefile.
4642         (gxx_include_dir): Initialize depending on
4643         $enable_version_specific_runtime_libs.
4644
4645 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
4646
4647         * configure (gcc_version): Initialize properly depending on
4648         how and where configure is started.
4649         (recursion line): Pass a --with-gcc-version=${gcc_version}
4650         to configures in subdirs.
4651
4652 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
4653
4654         * configure.in (noconfigdirs): Add configure pattern for mips tx39
4655         cygmon
4656
4657 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
4658
4659         * configure.in: Add cygmon and libstub support for mn10200.
4660
4661 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
4662
4663         * configure (gcc_version): Add new variable describing the
4664         particular gcc version we're building.
4665         * Makefile.in (libsubdir): Add new macro for the directory
4666         in which the compiler finds executables, libraries, etc.
4667         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
4668         and libsubdir.
4669
4670 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
4671
4672         * Makefile.in (local-clean): Remove *.log.
4673         (warning.log): Built with warn_summary from build.log.
4674         (mail-report.log): Run test_summary.
4675         (mail-report-with-warnings.log): Run test_summary including
4676         warning.log in the report.
4677
4678 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
4679
4680         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
4681
4682 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
4683
4684         * Makefile.in (grep): Grep no longer depends on libiberty.
4685
4686 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
4687
4688         * Makefile.in: all-snavigator needs all-libgui.
4689
4690 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
4691
4692         * configure.in: Add cygmon and libstub support for mn10300.
4693
4694 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
4695
4696         * missing: Update to version from automake 1.3.
4697
4698         * ltmain.sh: On installation, don't get confused if the same name
4699         appears more than once in the list of library names.
4700
4701 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
4702
4703         * config.sub: Accept m68060 and m5200 as CPU names.
4704
4705 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
4706
4707         * configure: Use && rather than using -a in test, because odd
4708         strings can confuse test.
4709         * configure.in: Likewise.
4710
4711 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
4712
4713         * ltconfig, ltmain.sh: Bring in Visual C++ support.
4714
4715 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
4716
4717         * Makefile.in (boostrap2-lean, bootstrap3-lean,
4718         bootstrap4-lean): New targets.
4719
4720 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
4721
4722         * mpw-* Delete.  Not used.
4723
4724 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
4725
4726         * COPYING.LIB: Update FSF address.
4727
4728 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
4729
4730         * ltconfig, ltmain.sh: Update to libtool 1.2a.
4731
4732         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
4733         GAS_SUPPORT_DIRS.
4734
4735 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
4736
4737         * ltconfig, ltmain.sh: Avoid producing a version number if
4738         -version-info was not used.
4739
4740 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
4741
4742         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
4743         building with newlib.
4744
4745 1998-04-30  Paul Eggert  <eggert@twinsun.com>
4746
4747         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
4748         Solaris `make' causes it to continue to next definition.
4749
4750 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
4751
4752         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
4753         the right GUI libraries and files are installed along with GDB.
4754
4755 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
4756
4757         * configure.in: Change alpha to alpha* in several places.
4758
4759 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
4760
4761         * config.sub: Recognize sparc86x.
4762
4763 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
4764
4765         * configure.in (--enable-target-optspace): Remove debug echo.
4766
4767 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
4768
4769         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
4770
4771 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
4772
4773         * ltconfig: Update cygwin32 support.
4774
4775         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
4776         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
4777         (GDB_SUPPORT_DIRS): Likewise.
4778
4779 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
4780
4781         * configure.in (target_makefile_frag): If --enable-target-optspace,
4782         use -Os to compile target libraries rather than -O2.  Default to
4783         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
4784         not used.
4785         * configure.in (target_cflags): Ditto for d30v.
4786
4787 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
4788
4789         * Makefile.in (all-bfd): Depend on all-intl.
4790         (all-binutils): Likewise.
4791         (all-gas): Likewise.
4792         (all-gprof): Likewise.
4793         (all-ld): Likewise.
4794
4795 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
4796
4797         * configure.in (host_tools): Fix typo, lbtool -> libtool.
4798
4799 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
4800
4801         * Makefile.in (all-bfd): Depend upon all-libiberty.
4802
4803         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
4804
4805 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
4806
4807         * Makefile.in: Add libstub.
4808
4809         * configure.in: Ditto. Build libstub for targets that have cygmon
4810         support.
4811
4812 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
4813
4814         * configure.in: Don't set PICFLAG on ix86-cygwin32.
4815
4816 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
4817
4818         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
4819         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
4820
4821 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
4822
4823         * configure: Define DEFAULT_M4 by searching PATH.
4824         * Makfile.in: Use DEFAULT_M4.
4825
4826 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
4827
4828         * ltconfig: Add cygwin32 support.
4829
4830         * Makefile.in, configure.in: Add libtool as a native only directory
4831         to configure and build.
4832
4833 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
4834
4835         * Makefile.in (INSTALL_MODULES): Remove texinfo.
4836
4837 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
4838
4839         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
4840
4841 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
4842
4843         * Makefile.in: add ash make rules
4844         * configure.in: add ash to native_only and host_tools lists
4845
4846 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
4847
4848         * Makefile.in (all-gettext, all-intl): New targets.
4849         (ALL_MODULES): Added all-gettext, all-intl.
4850         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
4851         (INSTALL_MODULES): Added install-gettext, install-intl.
4852         (CLEAN_MODULES): Added clean-gettext, clean-intl.
4853
4854         * configure.in (host_tools): Added gettext.
4855         (native_only): Likewise.
4856         (noconfigdirs) [various cases]: Likewise.
4857         (host_libs): Added intl.
4858
4859 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
4860
4861         * configure: Do not disable building gdbtk for cygwin32 hosts.
4862
4863 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
4864
4865         * configure.in: Add thumb-coff target.
4866         * config.sub: Add thumb-coff target.
4867
4868 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
4869
4870         * Makefile.in: Revert yesterday's change.
4871         (all-target-winsup):  all-target-librx stays out of here.
4872
4873 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
4874
4875         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
4876         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
4877         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
4878         Remove references to librx and libg++.
4879
4880 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
4881
4882         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
4883         recursive makes
4884
4885 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
4886
4887         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
4888         for newlib directory.
4889         (CXX_FOR_TARGET): Likewise.
4890
4891 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
4892
4893         * ltconfig: Update after libtool/ltconfig.in change for
4894         hpux11.
4895
4896 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
4897
4898         * ltconfig, ltmain.sh: Update to libtool 1.2.
4899
4900 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
4901
4902         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
4903         (install-gcc-cross): Instead, override LANGUAGES here.
4904
4905 1998-03-18  Dave Love  <d.love@dl.ac.uk>
4906
4907         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
4908         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
4909
4910 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
4911
4912         * configure.in: Add Thumb-pe target.
4913
4914 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
4915
4916         * Makefile.in - changed sn targets to snavigator
4917         * configure.in - changed sn targets to snavigator
4918
4919 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
4920
4921         * config-ml.in: After building symlink tree call make distclean
4922         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
4923         to be the case for libiberty.
4924
4925 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
4926
4927         * configure: When making link, also check the current
4928         directory. The configure scripts may create one.
4929
4930 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
4931
4932         * config.sub: Accept alphapca56 and alphaev6 properly.
4933
4934 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4935
4936         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
4937
4938 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
4939
4940         * config.sub (sco5): Fix typo.
4941
4942 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
4943
4944         * Makefile.in (INSTALL_MODULES): Move install-tcl before
4945         install-itcl.
4946         (install-itcl): Remove dependency on install-tcl.
4947
4948 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
4949
4950         * configure.in: Remove libgloss from noconfigdirs for MN10300.
4951
4952 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
4953
4954         * configure.in: Don't build libgui for a cygwin32 target when not on
4955         a cygwin32 host.
4956
4957 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
4958
4959         * configure (redirect): Set to null, so default behavior of
4960         configure is now --verbose.
4961
4962 1998-02-16  Dave Love  <d.love@dl.ac.uk>
4963
4964         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
4965         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
4966
4967 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
4968
4969         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
4970         this change to sync Makefile.in with its ChangeLog entries.
4971
4972 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
4973
4974         * ltmain.sh (mkdir): Check that the directory doesn't exist
4975         before we exit with error, so that we don't get races during
4976         parallel builds.
4977
4978 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
4979
4980         * ltconfig, ltmain.sh: Update from libtool 1.0i.
4981
4982 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
4983
4984         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
4985         PICFLAG_FOR_TARGET.
4986         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
4987
4988         * configure: Emit a definition for the new macro enable_shared
4989         into each Makefile.
4990
4991 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
4992
4993         * configure.in (host_tools, native_only): Add libtool.
4994
4995 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
4996
4997         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
4998         Fix typo in ming config comment.
4999
5000 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
5001
5002         * ltconfig, ltmain.sh: Update from libtool 1.0h.
5003
5004 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
5005
5006         * config.sub: Add tic30 cases, and map c30 to tic30.
5007
5008 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
5009
5010         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
5011         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
5012         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
5013         (CLEAN_TARGET_MODULES): Similarly
5014         (all-target-libf2c): Add dependences.
5015         * configure.in (target_libs): Add libf2c.
5016
5017 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
5018
5019         * configure.in: Remove expect from noconfigdirs when target
5020         is cygwin32.  OK to build expect and dejagnu with Canadian
5021         Cross.
5022
5023 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
5024
5025         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
5026         host.
5027
5028         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
5029         and mingw32.
5030
5031 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
5032
5033         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
5034         here as it is not defined in the toplevel Makefile.
5035
5036 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
5037
5038         * configure (package_makefile_rules_frag): New variable, which names
5039         a file with generic rules, ...
5040         Change comment to mention we now have FIVE parts.
5041         * configure: Undo last change.
5042
5043 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
5044
5045         * config.guess: More accurate determination of HP processor types.
5046         * config.sub: More accurate determination of HP processor types.
5047
5048 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
5049
5050         * configure (package_makefile_frag): Move inserting the
5051         ${package_makefile_frag} to where it should be according
5052         to the comment.
5053
5054 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
5055
5056         * config.guess: Add support for Linux/ARM.
5057
5058 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
5059
5060         * .cvsignore: Remove *-info and *-install since they match
5061         release-info and mpw-install, which we don't want to just ignore.
5062
5063 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
5064
5065         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
5066
5067 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
5068
5069         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
5070         local_prefix to sub-make invocations.
5071
5072 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
5073
5074         * configure.in: Check makefile fragments in the source
5075         directory.
5076
5077 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
5078
5079         * configure.in: Check whether host and target makefile
5080         fragments exist before adding them to *_makefile_frag.
5081
5082 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
5083
5084         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
5085
5086 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
5087
5088         * configure.in: Make sure we only replace RPATH_ENVVAR on
5089         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
5090         regexp to sed.
5091
5092         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
5093         to sub-makes.
5094
5095 1998-01-13  Lee Iverson   (leei@ai.sri.com)
5096
5097         * config-ml.in (multi-do): LDFLAGS must include multilib
5098         designator.
5099
5100 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
5101
5102         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
5103
5104 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
5105
5106         * config.sub: Add mingw32 support.
5107         * configure.in: Likewise.
5108
5109 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
5110
5111         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
5112
5113 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
5114
5115         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
5116         * configure (gxx_include_dir): Provide a definition for subdirs
5117         which do not use autoconf.
5118
5119 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
5120
5121         * config.guess: Sync with egcs.  Picks up new alpha support,
5122         BeOS & some additional linux support.
5123
5124 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
5125
5126         * config.guess: HP 9000/803 is a PA1.1 machine.
5127
5128 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
5129
5130         * configure.in: It's alpha*-...
5131
5132 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
5133
5134         * configure.in (host_makefile_frag, target_makefile_frag):
5135         Handle multiple config files.
5136         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
5137         alpha-*-*.
5138
5139 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
5140
5141         * mkdep: New file.
5142
5143 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
5144
5145         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
5146
5147 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
5148
5149         * Makefile.in: Add libgui directory.
5150         (GDB_TK): Add all-libgui.
5151         * configure.in: Add libgui directory.
5152         * configure: Add all-libgui to GDB_TK.
5153
5154 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
5155
5156         * config-ml.in (multidirs): Add m32r to multilib list.
5157
5158 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
5159
5160         * Makefile.in (all-target-gperf): Change dependency to
5161         all-target-libstdc++.
5162
5163 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
5164
5165         * config.guess: Add BeOS support.
5166
5167 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
5168
5169         Source directory cvs renamed to cvssrc:
5170         * configure.in (host_tools): Change cvs to cvssrc.
5171         (native_only): Likewise.
5172         (noconfigdirs) [various cases]: Likewise.
5173         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
5174         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
5175         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
5176         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
5177         (all-cvssrc): Rename target from all-cvs.
5178
5179 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
5180
5181         * configure (gxx_include_dir): Fix thinko.
5182
5183 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
5184
5185         * Makefile.in (INSTALL_TARGET_CROSS): Define.
5186         (install-cross, install-gcc-cross): New targets.
5187
5188 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
5189
5190         * configure.in (noconfigdirs): Add support for Thumb target.
5191
5192         * config.sub (maybe_os): Add support for Thumb target.
5193
5194 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
5195
5196         * Makefile.in: Add rules for cygmon.
5197
5198         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
5199
5200 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
5201
5202         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
5203         * configure (gxx_include_dir): Provide a definition for subdirs
5204         which do not use autoconf.
5205
5206 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
5207
5208         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
5209         11/18/97 build
5210
5211 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
5212
5213         * From Franz Sirl.
5214         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
5215         found on RedHat Linux systems.
5216
5217 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
5218
5219         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
5220         guesses.
5221
5222 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
5223
5224         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
5225
5226 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
5227
5228         * ltmain.sh: If mkdir fails, check whether the directory was created
5229         anyhow by some other process.
5230
5231 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
5232
5233         * configure.in (d30v-*-*): Configure all directories.
5234
5235 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
5236
5237         * configure.in (d30v-*-*): Configure newlib, libiberty directories
5238         for the D30V.
5239
5240 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
5241
5242         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
5243
5244 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
5245
5246         * include/libiberty.h: Add extern "C" { so it can be used with C++
5247         progrms.
5248         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
5249         programs.
5250
5251 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
5252
5253         * configure.in (d30v-*-*): Configure GCC now.
5254
5255 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
5256
5257         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
5258         is no longer needed.
5259
5260 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
5261
5262         * Makefile.in: check-target-libio depends on all-target-libstdc++.
5263
5264 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
5265
5266         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
5267         targets using "$@" to provide support for similar but not identical
5268         targets without having to duplicate code.
5269
5270 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
5271
5272         * makefile.vms: Fix to work with DEC C.
5273
5274 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
5275
5276         * config.sub: Add mips-tx39-elf to marketing names.
5277
5278 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
5279
5280         * ltmain.sh: Handle symlinks in generated script.
5281
5282 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
5283
5284         * configure: Handle autoconf style directory options: --bindir,
5285         --datadir, --includedir, --infodir, --libdir, --libexecdir,
5286         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
5287         --sysconfdir.
5288         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
5289         (sharedstatedir, localstatedir, oldincludedir): New variables.
5290         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
5291         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
5292         sbindir, sharedstatedir, and sysconfdir.
5293
5294 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
5295
5296         * Makefile.in (bootstrap-lean): New target.
5297
5298 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
5299
5300         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
5301         sn, and gnuserv from noconfigdirs.
5302
5303 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
5304
5305         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
5306
5307 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
5308
5309         * Makefile.in (cross): New target.
5310
5311 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
5312                           Jeff Law         <law@cygnus.com>
5313
5314         * Makefile.in (bootstrap2, bootstrap3): New targets.
5315         (all-bootstrap): Remove outdated and confusing target.
5316         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
5317
5318 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
5319
5320         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
5321         windows.  Consistent with gdb/configure.
5322
5323 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
5324
5325         * configure.in: Name Linux target fragment.
5326
5327         * configure: Rewrite so that project Makefile fragment is inserted
5328         first and appears last in the resulting Makefile.
5329
5330 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
5331
5332         * Makefile.in (install-itcl): Install tcl first.
5333
5334 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
5335
5336         * configure.in: remove bison from noconfigdirs for Cygwin32 host
5337
5338 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
5339
5340         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
5341
5342         * configure.in (skipdirs): Add target-librx for Linux.
5343         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
5344
5345 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
5346
5347         * Makefile.in (bootstrap): New target.
5348
5349 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
5350
5351         * config.sub: Accept 'amigados' for backward compatibility.
5352
5353 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
5354
5355         * config.guess: Merge with FSF.
5356
5357 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
5358
5359         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
5360
5361 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
5362
5363         * config.sub: Add "marketing-names" patch.
5364
5365 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
5366
5367         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
5368
5369 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
5370
5371         * config.sub: Handle v850-elf.
5372
5373 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
5374
5375         * .cvsignore (*-install): Remove.
5376
5377 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
5378
5379         * ltconfig: Set CONFIG_SHELL in libtool.
5380         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
5381
5382 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
5383
5384         * configure.in (target_subdir): Set to libraries if enable_multilib.
5385
5386 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
5387
5388         * config.guess: Update from gcc directory.
5389
5390 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
5391
5392         * Makefile.in (all-sim): Depends on all-readline.
5393
5394 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
5395
5396         * Makefile.in (BISON, YACC): Use $$s.
5397         (all-bison): Depend on all-texinfo.
5398
5399 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
5400
5401         * Makefile.in (BISON): Add -L flag.
5402         (YACC): Likewise.
5403
5404 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
5405
5406         * configure.in (noconfigdirs): Add support for v850e target.
5407
5408         * config.sub (maybe_os): Add support for v850e target.
5409
5410 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
5411
5412         * configure.in (noconfigdirs): Add support for v850ea target.
5413
5414         * config.sub (maybe_os): Add support for v850ea target.
5415
5416 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
5417
5418         * config.sub: Add mipstx39.  Delete r3900.
5419
5420 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
5421
5422         * Makefile.in (all-autoconf): Depends on all-texinfo.
5423
5424 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
5425
5426         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
5427         eabi targets.
5428
5429 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
5430
5431         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
5432
5433         * configure: When handling a Canadian Cross, handle YACC as well as
5434         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
5435         * Makefile.in (all-bison): Depend upon all-texinfo.
5436
5437 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
5438
5439         * Makefile.in (BISON): bison, not byacc or bison -y.
5440         (YACC): bison -y or byacc or yacc.
5441         (various): Add *-bison as appropriate.
5442         (taz): No need to mess with BISON anymore.
5443
5444 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
5445
5446         * configure: If OSTYPE matches *win32*, try to find a good value for
5447         CONFIG_SHELL.
5448
5449 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
5450
5451         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
5452         configure.in if it is present.
5453
5454 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
5455
5456         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
5457
5458 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
5459
5460         * config.sub: Recognize `arc' cpu.
5461         * configure.in: Likewise.
5462         * config-ml.in: Likewise.
5463
5464 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
5465
5466         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
5467
5468 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
5469
5470         * configure: Changed sed delimiter from ':' to '|' when
5471         attempting to substitute ${config_shell} for SHELL. On
5472         NT ${config_shell} may contain a ':' in it.
5473
5474 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
5475
5476         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
5477
5478 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
5479
5480         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
5481
5482 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
5483
5484         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
5485
5486         * ylwrap: If the program is a relative path, force it to be
5487         absolute.
5488
5489 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
5490
5491         * configure (tooldir): Set BISON to `bison -y' and not just bison.
5492
5493 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
5494
5495         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
5496         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
5497         for libraries.
5498
5499 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
5500
5501         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
5502         separated by spaces.
5503
5504 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
5505
5506         * ylwrap: New file.
5507         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
5508
5509         * ltmain.sh: Handle /bin/sh at start of install program.
5510
5511         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
5512
5513         * ltconfig, ltmain.sh: New files, from libtool 1.0.
5514         * missing: New file, from automake 1.2.
5515
5516 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
5517
5518         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
5519         check-tk to CHECK_X11_MODULES.
5520
5521 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
5522
5523         * config.sub: Merge with FSF.
5524
5525 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
5526
5527         * config.guess: Merge with FSF.
5528
5529 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
5530
5531         * configure: Treat msdosdjgpp like go32.
5532         * configure.in: Likewise.  Don't remove gprof for go32.
5533
5534         * configure: Change Makefile.tem2 to Makefile.tm2.
5535
5536 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
5537
5538         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
5539
5540 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
5541
5542         * install-sh (chmodcmd): Set to null if the DST directory already
5543         exists.  Same as Nov 11th change.
5544
5545 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
5546
5547         * configure (GDB_TK): Needs itcl and tix.
5548
5549 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
5550
5551         * config.guess: Update from FSF.
5552
5553 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
5554
5555         * Makefile.in (GDB_TK): Depend on itcl and tix.
5556
5557 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
5558
5559         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
5560         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
5561         (INSTALL_SCRIPT): New variable.
5562         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
5563         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
5564         to -x.
5565         * install-sh: Add support for -x option.
5566
5567 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
5568
5569         * configure.in, Makefile.in: Treat tix like itcl.
5570
5571 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
5572
5573         * Makefile.in (WINDRES): New variable.
5574         (WINDRES_FOR_TARGET): New variable.
5575         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
5576         (EXTRA_HOST_FLAGS): Add WINDRES.
5577         (EXTRA_TARGET_FLAGS): Add WINDRES.
5578         (EXTRA_GCC_FLAGS): Add WINDRES.
5579         ($(DO_X)): Pass down WINDRES.
5580         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
5581         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
5582         DLLTOOL_FOR_TARGET.
5583
5584 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
5585
5586         * configure.in: configure sim before gdb for win32-x-ppc
5587
5588 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
5589
5590         Move gperf into the toplevel, from libg++.
5591         * configure.in (target_tools): Add target-gperf.
5592         (native_only): Add target-gperf.
5593         * Makefile.in (all-target-gperf): New target, depend on
5594         all-target-libg++.
5595         (configure-target-gperf): Empty rule.
5596         (ALL_TARGET_MODULES): Add all-target-gperf.
5597         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
5598         (CHECK_TARGET_MODULES): Add check-target-gperf.
5599         (INSTALL_TARGET_MODULES): Add install-target-gperf.
5600         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
5601
5602 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
5603
5604         * config.sub (mn10200): Recognize new basic machine.
5605
5606 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
5607
5608         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
5609         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
5610
5611 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
5612
5613         * configure.in: If we're building mips-sgi-irix6* native, turn on
5614         ENABLE_MULTILIB and set TARGET_SUBDIR.
5615
5616 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
5617
5618         * Makefile.in (all-sn): Depend on all-grep.
5619
5620 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
5621
5622         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
5623
5624         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
5625         Makefile.  From Jeff Makey <jeff@cts.com>.
5626         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
5627
5628         * Makefile.in (DISTBISONFILES): Remove.
5629         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
5630         $(DEFAULT_YACC).
5631
5632         * configure.in: Build itl, db, sn, etc., when building for native
5633         cygwin32.
5634
5635         * Makefile.in (LD): New variable.
5636         (EXTRA_HOST_FLAGS): Pass down LD.
5637         ($(DO_X)): Likewise.
5638
5639 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
5640
5641         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
5642
5643 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
5644
5645         * configure.in (targargs): Strip out any supplied --build argument
5646         before adding our own. Always add --build.
5647
5648 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
5649
5650         * configure.in (targargs): Pass --build if we're doing
5651         a cross-compile.
5652
5653 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
5654
5655         * configure: Use '|' instead of ":" as the separator in
5656         sed. Otherwise sed chokes on NT path names with drive
5657         designators. Also look for "?:*" as the leading characters in an
5658         absolute pathname.
5659
5660 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
5661
5662         * config.sub: Support for r3900.
5663
5664 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
5665
5666         * configure.in: Use install-sh, not install.sh.
5667
5668 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
5669
5670         * Makefile.in (taz): Improve check for BISON so it doesn't try to
5671         apply it twice.
5672
5673 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
5674
5675         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
5676         install-binutils.
5677
5678 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
5679
5680         * Makefile.in: Add automake targets.
5681         * configure.in (host_tools): Add automake.
5682
5683 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
5684
5685         * configure: Default CXX to c++, not gcc.
5686         * Makefile.in (CXX): Set to c++, not gcc.
5687         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
5688
5689 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
5690
5691         * install-sh: try appending a .exe if source file doesn't
5692         exist
5693
5694 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
5695
5696         * configure.in: Turn on multilib by default.
5697         (cross_only): Remove target-libiberty.
5698
5699         * Makefile.in (all-gcc): Don't depend on libiberty.
5700
5701 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
5702
5703         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
5704
5705 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
5706
5707         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
5708         (DISTBISONFILES): Add ld/Makefile.in
5709
5710 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
5711
5712         * configure.in: if target is cygwin32 but host isn't cygwin32,
5713         don't configure gdb tcl tk expect, not just gdb.
5714
5715 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
5716
5717         * configure.in: Added gnuserv everywhere sn appears.
5718
5719         * Makefile.in (ALL_MODULES): Added all-gnuserv.
5720         (CROSS_CHECK_MODULES): Added check-gnuserv.
5721         (INSTALL_MODULES): Added install-gnuserv.
5722         (CLEAN_MODULES): Added clean-gnuserv.
5723         (all-gnuserv): New target.
5724
5725 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
5726
5727         * config.guess: Fixes for MIPS OpenBSD systems.
5728
5729 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
5730
5731         * Makefile.in (INSTALL_XFORM): Remove.
5732         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
5733
5734         * mkinstalldirs: New file, copied from automake.
5735         * Makefile.in (installdirs): Rename from install-dirs.  Use
5736         mkinstalldirs.  Change all users.
5737         (DEVO_SUPPORT): Add mkinstalldirs.
5738
5739 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
5740
5741         * install-sh: Rename from install.sh.
5742         * Makefile.in (INSTALL): Change install.sh to install-sh.
5743         (DEVO_SUPPORT): Likewise.
5744
5745         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
5746         Graichen <graichen@rzpd.de>.
5747
5748 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
5749
5750         * config.guess: Recognize OpenBSD systems correctly.
5751
5752 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
5753
5754         * README, Makefile.in (ETC_SUPPORT): Remove references to
5755         cfg-paper*, configure.{texi,man,info*}._
5756
5757 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
5758
5759         * Makefile.in (all.normal): Ensure that gcc is built after all
5760         the x11 - ie gdb - targets.
5761
5762 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
5763
5764         * makefile.vms: Don't run conf-a-gas.
5765
5766 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
5767
5768         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
5769
5770 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
5771
5772         * configure.in: Remove noconfigdirs case since gdb also
5773         configures and builds for tic80-coff.
5774
5775 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
5776
5777         * configure: Set cache_file to config.cache.
5778         * Makefile.in (local-distclean): Remove config.cache.
5779
5780 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
5781
5782         * COPYING: Update FSF address.
5783
5784 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
5785
5786         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
5787         noconfigdirs.
5788
5789 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
5790
5791         * Makefile.in (install-dirs): Don't crash if prefix, and hence
5792         MAKEDIRS, is empty.
5793
5794 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
5795
5796         * config.sub: Tweak mn10300 entry.
5797
5798 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
5799
5800         * configure.in (host_tools): Put sim before gdb, so gdb's
5801         configure.tgt can determine if the simulator was configured.
5802
5803 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
5804
5805         * config.sub: Move BeOS $os case to be with other Cygnus
5806         local cases.
5807
5808 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
5809
5810         * config.sub: Remove misplaced comment that broke Linux.
5811
5812 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
5813
5814         * config.sub: Add BeOS support.
5815
5816 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
5817
5818         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
5819
5820 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
5821
5822         * configure.in (noconfigdirs): Remove tcl and tk from
5823         noconfigdirs for cygwin32 builds.
5824
5825 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
5826
5827         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
5828
5829 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
5830
5831         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
5832         make-all.com, use makefile.vms instead.
5833
5834 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
5835
5836         * config.sub: Accept -lnews*.
5837
5838 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
5839
5840         * configure.in (noconfigdirs): Disable target-newlib,
5841         target-examples and target-libiberty for d30v.
5842
5843 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
5844
5845         * configure.in (noconfigdirs): Enable ld for d30v.
5846
5847 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
5848
5849         * configure.in (tic80-*-*): Build compiler.
5850
5851 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
5852
5853         * configure.in (d30v-*): Remove sim directory from list of
5854         unsupported d30v directories
5855
5856 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
5857
5858         * config.sub, configure.in: Add d30v target cpu.
5859
5860 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
5861
5862         * makefile.vms: New file.
5863         * make-all.com: Remove.
5864
5865 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
5866
5867         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
5868
5869 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
5870
5871         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
5872
5873 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
5874
5875         * Makefile.in (ALL_MODULES): Added all-db.
5876         (CROSS_CHECK_MODULES): Addec check-db.
5877         (INSTALL_MODULES): Added install-db.
5878         (CLEAN_MODULES): Added clean-db.
5879
5880 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
5881
5882         * config.guess: Merge with latest FSF sources.
5883
5884 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
5885
5886         * Makefile.in (ALL_MODULES): Added all-itcl.
5887         (CROSS_CHECK_MODULES): Added check-itcl.
5888         (INSTALL_MODULES): Added install-itcl.
5889         (CLEAN_MODULES): Added clean-itcl.
5890
5891 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
5892
5893         * configure.in: build gdb for mn10200
5894
5895 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
5896
5897         * Makefile.in (all-target-winsup): Depend on all-target-libio.
5898
5899 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
5900
5901         * configure.in (tic80-*-*): Turn off most targets right now.
5902
5903 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
5904
5905         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
5906         rather than the makeinfo program.
5907         (do-info): Depend upon all-texinfo.
5908
5909 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
5910
5911         * configure.in: Remove uses of config/mh-linux.
5912
5913         * config.sub, config.guess: Merge with latest FSF sources.
5914
5915 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
5916
5917         * config.sub (case $basic_machine): Add tic80 entries.
5918
5919 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
5920
5921         * config.sub, config.guess: Merge with latest FSF sources.
5922
5923 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
5924
5925         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
5926         * mpw-config.in: Test for NewFolderRecursive.
5927         * mpw-install: Use symbolic name for startup filename.
5928         * mpw-README: Add various additional details.
5929
5930 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
5931
5932         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
5933
5934 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
5935
5936         * configure.in: Do build gcc and the target libraries for
5937         the mn10200.
5938
5939 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
5940
5941         * configure.in: don't avoid building gdb for mn10300 any more
5942         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
5943         instead of single-quoting it.
5944
5945 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
5946
5947         * configure.in: Don't use --with-stabs on IRIX 6.
5948
5949 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
5950
5951         * configure.in (m32r): Build gdb, libg++ now.
5952
5953 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
5954
5955         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
5956         directories from noconfigdirs.
5957
5958 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
5959
5960         * config.sub (basic_machine): added mips16 configuration
5961
5962 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
5963
5964         * config.sub: Handle d10v-unknown.
5965
5966 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
5967
5968         * config.sub: Handle v850-unknown.
5969
5970 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
5971
5972         * Makefile.in: add findutils
5973         * configure.in: add findutils to list of host_tools
5974
5975 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
5976
5977         * config.sub: Handle mn10200 and mn10300.
5978
5979 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
5980
5981         * configure.in (d10v-*): Do not build librx.
5982
5983 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
5984
5985         * configure.in (mn10300): Build everything except gdb & libgloss.
5986
5987 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
5988
5989         * config.guess:  Patch for Dansk Data Elektronik servers,
5990         from Niels Skou Olsen <nso@dde.dk>.
5991
5992         For ncr, use /bin/uname rather than uname, since GNU uname does not
5993         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
5994
5995         Patch for MIPS R4000 running System V,
5996         from Eric S. Raymond <esr@snark.thyrsus.com>.
5997
5998         Fix thinko for nextstep.
5999
6000         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
6001
6002         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
6003         * config.guess: Guess mips-dec-mach_bsd4.3.
6004
6005         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
6006         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
6007         release numbers.
6008         * config.guess (mips-mips-riscos*):  Emit just enough of the
6009         release number.
6010
6011         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
6012         * config.guess (sparc-auspex-sunos*):  Added.
6013         (f300-fujitsu-*): Added.
6014
6015         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
6016         * config.guess:  Recognize a Tadpole as a sparc.
6017
6018 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
6019
6020         * config.guess: Don't assume that NextStep version is either 2 or
6021         3.  NextStep 4 (aka OpenStep 4) has come out now.
6022
6023 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
6024
6025         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
6026         From Rik Faith <faith@cs.unc.edu>.
6027
6028 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
6029
6030         * config.sub: Contributions from bug-gnu-utils to:
6031         Support plain "hppa" (no version given) architecture, reported by
6032         OpenStep.
6033         OpenBSD like NetBSD.
6034         LynxOs is not a hardware supplier.
6035
6036         * config.guess: Contributions from bug-gnu-utils to add support for:
6037         OpenBSD like NetBSD.
6038         Stratus systems.
6039         More Pyramid systems.
6040         i[n>4]86 Intel chips.
6041         M680[n>4]0 Motorola chips.
6042         Use unknown instead of lynx for hardware manufacturer.
6043
6044 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
6045
6046         * install.sh (chmodcmd): Set to null if the DST directory already
6047         exists.
6048
6049 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
6050
6051         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
6052         not use mt-ppc target Makefile fragment any more.
6053
6054 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
6055
6056         * configure.in (*-*-windows):  Exclude everything but those dirs
6057         needed to build windows.
6058
6059 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
6060
6061         * Makefile.in (all-target-winsup): Depend on all-target-librx.
6062
6063 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
6064
6065         * configure.in:  Exclude mmalloc from i386-windows.
6066
6067 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
6068
6069         * Undo my previous change.
6070
6071 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
6072
6073         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
6074         unconditionally.
6075         (MAKEOVERRIDES): Define (revert this part of October 18 change).
6076
6077 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
6078
6079         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
6080         host to add it's own flags.
6081
6082 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
6083
6084         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
6085
6086 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
6087
6088         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
6089         (CXX_FOR_TARGET): Likewise.
6090         (GCC_FOR_TARGET): Define.
6091         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
6092         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
6093         CC_FOR_TARGET was specified on the command line.
6094         (MAKEOVERRIDES): Don't define.
6095
6096 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
6097
6098         * configure.in (m32r): Fix spelling of libg++ libs.
6099
6100 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
6101
6102         * config.sub (-apple*): Remove, now redundant.
6103
6104 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
6105
6106         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
6107
6108         * configure: Rework yesterday's sed script patch.
6109
6110         * config.sub: Merge with FSF.
6111
6112 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
6113
6114         * config.guess:  Merge from FSF.
6115
6116         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
6117         * config.guess: Use pc instead of unknown, for pc clone systems.
6118         Change linux to linux-gnu.
6119
6120         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
6121         * config.guess: Avoid non-portable tr syntax.
6122
6123 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
6124
6125         * test-build.mk (HOLES): Add "xargs" for gdb.
6126
6127         * configure: Avoid hpux10.20 sed bug.
6128
6129 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
6130
6131         * configure.in:  Add support for windows host
6132         (that is a build done under the Microsoft build environment).
6133
6134 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
6135
6136         * Makefile.in: Replace all uses of srcroot with s, to shrink
6137         command line lengths.
6138
6139         Patches from Geoffrey Noer <noer@cygnus.com>:
6140         * configure.in: If configuring for newlib, pass --with-newlib to
6141         subdirectories.
6142         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
6143         -Bnewlib/ and -Lwinsup to gcc.
6144         (CXX_FOR_TARGET): Likewise.
6145
6146 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
6147
6148         * Makefile.in (ETC_SUPPORT): Add configure.
6149
6150 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
6151
6152         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
6153         host configuration file.
6154
6155 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
6156
6157         * configure.in: Break mn10x00 support into separate
6158         mn10200 and mn10300 configurations.
6159         * config.sub: Likewise.
6160
6161 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
6162
6163         * configure.in: Add lots of stuff to noconfigdirs for
6164         the mn10x00 targets.
6165
6166         * config.sub, configure.in: Add mn10x00 support.
6167
6168 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
6169
6170         * make-all.com: Call conf-a-gas, not config-a-gas.
6171
6172 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
6173
6174         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
6175         targets.
6176
6177 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
6178
6179         * mpw-README: Add much more detail for native PowerMac.
6180         * mpw-install: New file.
6181         * mpw-configure: Add --norecursion and --help options.
6182         * mpw-config.in: Translate readme and install files when
6183         copying to objdir.
6184         * mpw-build.in: Don't always depend on byacc and flex.
6185         (install-only-top): New action.
6186
6187 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
6188
6189         * configure.in:  You can now configure GDB for the v850.
6190
6191 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
6192
6193         * configure.in (noconfigdirs): Don't configure any C++ dirs
6194         if targeting D10V.
6195
6196 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
6197
6198         * config.sub: Recognize mips64vr5000.
6199
6200 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
6201
6202         * configure.in: Use a single line for host_tools and native_only.
6203
6204 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
6205
6206         * config.sub, configure.in: Add entries for m32r.
6207
6208 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
6209
6210         * Makefile.in (inet-install): Don't run install-gzip.
6211
6212 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
6213
6214         * configure.in:  Don't config lots of things for *-*-windows*.
6215
6216 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
6217
6218         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
6219         (host_libs, host_tools): Copy from configure.in.
6220         * mpw-configure: Don't complain about directories not found.
6221
6222 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
6223
6224         * configure.in (i[345]86): Recognize i686 for pentium pro.
6225         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
6226         file.
6227
6228         * config.guess (i[345]86): Ditto.
6229
6230 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
6231
6232         * configure.in (noconfigdirs): Removed gdb for D10V.
6233
6234 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
6235
6236         * configure.in: Remove ld, target-libio, target-libg++, and
6237         target-libstdc++ from noconfigdirs.
6238
6239 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
6240
6241         * configure: Fix three locations where shell scripts were
6242         being run directly rather than with config_shell.
6243
6244 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
6245
6246         * configure.in (v850-*-*): Set up initial $noconfigdirs.
6247         * config.sub (basic_machine): Recognize v850.
6248
6249 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
6250
6251         * mpw-configure: Handle multiple enable/disable options and
6252         pass them down recursively, handle -c and -s flags appropriately
6253         depending on choice of compiler, add escape mechanism for
6254         quoted arguments to gC.
6255
6256 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
6257
6258         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
6259         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
6260         so that -mrelocatable-lib and -mno-eabi are used.
6261
6262         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
6263         not support --print-multi-lib, don't abort.
6264
6265 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
6266
6267         * make-all.com: Run config-a-gas.
6268         * setup.com: Don't copy subdirectory files around.
6269
6270 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
6271
6272         * configure.in (*-*-ose): Remove exclusion of libgloss for this
6273         target, it now compiles correctly.
6274
6275 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
6276
6277         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
6278
6279 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
6280
6281         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
6282
6283 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
6284
6285         * configure.in (native_only): Add prms.
6286
6287 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
6288
6289         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
6290         (BINUTILS_SUPPORT_DIRS): Likewise.
6291
6292 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
6293
6294         * configure.in (d10v-*-*): Don't configure ld or gdb until the
6295         d10v support is added.
6296
6297 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
6298
6299         * configure.in (d10v-*-*): New target.
6300
6301 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
6302
6303         * config.guess (HP 9000/811): Recognize this as a PA1.1
6304         machine.
6305
6306 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
6307
6308         * Makefile.in (do-tar-gz): New target, split out from tail end of
6309         taz target.  Run each command separately, don't use pipes.
6310         (taz): Use it.
6311
6312 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
6313
6314         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
6315         * mpw-build.in: No builds should depend on building byacc or flex,
6316         they are assumed to be installed already.
6317
6318 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
6319
6320         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
6321         variable that CC_FOR_TARGET needs.
6322
6323 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
6324
6325         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
6326         options have changed since the last time the subdirectory was
6327         configured, and if it has, reconfigure.
6328         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
6329         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
6330
6331 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
6332
6333         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
6334         CLEAN_MODULES): Add bash.
6335         (all-bash): New target.
6336
6337 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
6338
6339         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
6340
6341 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
6342
6343         * config.sub (basic_machine): Recognize d10v as a valid processor.
6344
6345 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
6346
6347         * mpw-configure: Add support for --bindir.
6348         * mpw-build.in: Use a GCC-specific build script for GCC actions.
6349
6350 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
6351
6352         * configure.in: add bash, time, gawk to list of hosttools and things
6353         to only build for native toolchains
6354
6355 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
6356
6357         * Makefile.in (docdir): Remove.
6358
6359 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
6360
6361         * Makefile.in (datadir): Set to $(prefix)/share.
6362
6363 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
6364
6365         * configure.in: build diff and patch for cygwin32-hosted
6366         toolchains.
6367
6368 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
6369
6370         * config.sub: Accept -rtems*.
6371
6372 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
6373
6374         * configure.in: enable dosrel for cygwin32-hosted builds,
6375                 remove diff from the list of things not buildable
6376                 via Canadian Cross
6377
6378 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
6379
6380         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
6381         don't get ". ".
6382
6383 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
6384
6385         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
6386
6387 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
6388
6389         * Makefile.in (taz): Handle case where tex3patch didn't even get
6390         checked out.  Also, if it was found, put the symlink in a new util
6391         subdirectory.
6392
6393 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
6394
6395         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
6396
6397 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
6398
6399         * config.sub: Recognize -openvms.
6400         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
6401         * make-all.com, setup.com: New files.
6402
6403 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
6404
6405         * Makefile.in (taz): tex3patch moved to texinfo/util.
6406
6407 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
6408
6409         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
6410         * configure.in: remove make from disable-if-Can-Cross list
6411                 enable gdb if ${host} and ${target} are cygwin32
6412
6413 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
6414
6415         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
6416         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
6417
6418 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
6419
6420         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
6421         distinguish sysv/svr4/bsd variants.
6422         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
6423
6424 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
6425
6426         * configure.in: Added copyright notice.
6427         * move-if-change: Added copyright notice.
6428
6429 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
6430
6431         * configure.in (powerpcle-*-solaris*): Until we get shared
6432         libraries working, don't build gdb, sim, make, tcl, tk, or
6433         expect.
6434
6435 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
6436
6437         * config.guess:  Merge with FSF:
6438
6439         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
6440         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
6441
6442         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
6443         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
6444
6445         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
6446         * config.guess:  Combine two OSF1 rules.
6447         Also recognize field test versions.  From mjr@zk3.dec.com.
6448         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
6449         because GNU uname does not support -p.  From pmr@pajato.com.
6450
6451 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
6452
6453         * Makefile.in (MAKEDIRS): Removed $(tooldir).
6454
6455 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
6456
6457         * mpw-README: Document GCCIncludes.
6458
6459 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
6460
6461         * configure.in (alpha-*-linux*): Set enable_shared to yes.
6462
6463 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
6464
6465         * mpw-configure: Handle --enable-FOO and --disable-FOO.
6466
6467 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
6468
6469         * configure.in (*-*-cygwin32): Configure make.
6470
6471 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
6472
6473         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
6474
6475 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
6476
6477         * Makefile.in (all-inet): Depend on all-perl.
6478
6479         * Makefile.in (inet-install): New target.
6480
6481         * Makefile.in (all-inet): Depend on all-tcl.
6482         (all-inet): Depend on all-send-pr.
6483
6484 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
6485
6486         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
6487         temporarily.
6488
6489 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
6490
6491         * configure.in: Don't configure --with-gnu-ld on AIX.
6492
6493 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
6494
6495         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
6496
6497 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
6498
6499         * Makefile.in (ALL_MODULES): Added all-inet.
6500         (CROSS_CHECK_MODULES): Added check-inet.
6501         (INSTALL_MODULES): Added install-inet.
6502         (CLEAN_MODULES): Added clean-inet.
6503         (all-indent): New target.
6504
6505         * configure.in (host_tools): Added inet.
6506         (native_only): Added inet.
6507         (noconfigdirs): Added inet.
6508
6509 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
6510
6511         * configure.in: Don't configure libgloss if we are not configuring
6512         newlib.
6513
6514 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
6515
6516         * configure.in: Don't configure libgloss for unsupported
6517         architectures.
6518
6519 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
6520
6521         * Makefile.in (CLEAN_MODULES): Add clean-apache.
6522
6523 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
6524
6525         * Makefile.in (ALL_MODULES): Include all-apache.
6526         (CROSS_CHECK_MODULES): Include check-apache.
6527         (INSTALL_MODULES): Include install-apache.
6528         (all-apache): New target.
6529
6530         * configure.in: Added apache everywhere perl is seen.
6531
6532 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
6533
6534         * Makefile.in: Add support for clean-{module} and
6535         clean-target-{module} rules.
6536
6537 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
6538
6539         * configure.in (*-*-ose) do not build libgloss.
6540
6541 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
6542
6543         * config.guess (prep*:SunOS:5.*:*): Turn into
6544         powerpele-unknown-solaris2.
6545
6546 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
6547
6548         * configure.in: Permit --enable-shared to specify a list of
6549         directories.
6550
6551 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
6552
6553         * configure.in (host==solaris): Pass only the first word of $CC
6554         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
6555
6556 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
6557
6558         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
6559
6560 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
6561
6562         * Makefile.in (ALL_MODULES): Include all-perl.
6563         (CROSS_CHECK_MODULES): Include check-perl.
6564         (INSTALL_MODULES): Include install-perl.
6565         (ALL_X11_MODULES): Include all-guile.
6566         (CHECK_X11_MODULES): Include check-guile.
6567         (INSTALL_X11_MODULES): Include install-guile.
6568         (all-perl): New target.
6569         (all-guile): New target.
6570
6571         * configure.in (host_tools): Include perl and guile.
6572         (native_only): Include perl and guile.
6573         (noconfigdirs): Don't build guile and perl; no ports have been
6574         done.
6575
6576 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
6577
6578         * configure (--enable-*): Handle quoted option lists such as
6579         --enable-sim-cflags='-g0 -O' better.
6580
6581 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
6582
6583         * Makefile.in ({,inst}all-target): New rule so we can make and
6584         install all of the target directories easily.
6585
6586 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6587
6588         * configure.in: Add missing global flag in sed substitution when
6589         deleting `target-' from ${configdirs}.
6590
6591 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
6592
6593         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
6594         option.
6595
6596         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
6597         config/mh-necv4.
6598
6599         * install.sh: Correct misspelling of transformbasename.
6600
6601         * config.guess: Recognize mips-*-sysv*.
6602
6603 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
6604
6605         * config.sub: Recognize mon960.
6606
6607 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
6608
6609         * configure: Restore Canadian Cross handling of BISON and LEX,
6610         removed in Feb 20 change.
6611
6612 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
6613
6614         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
6615         Mention make install.  Remove the old copyright date as well the
6616         clumsy and rather pointless copyright on the README file.
6617
6618 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
6619
6620         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
6621         Makefile after running symlink-tree, then run `make distclean' to
6622         avoid clobbering any generated files in srcdir.
6623
6624 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
6625
6626         * configure.in (m68k-*-netbsd*): Build everything now.
6627
6628 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
6629
6630         * Makefile.in (taz): Fix quoting.
6631
6632 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
6633
6634         * configure.in (sparclet-*-*): Build everything now.
6635
6636 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6637
6638         * configure.in (m68k-*-linux*): New host.
6639
6640 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
6641
6642         * configure: Check for bison before byacc.
6643
6644 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
6645
6646         * Makefile.in configure:  Change the way LEX and BISON/YACC are
6647         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
6648         searching PATH.  These are used as fallbacks by Makefile.in if
6649         flex/bison/byacc aren't in objdir.
6650
6651 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
6652
6653         * Makefile.in: Make everything which depends upon all-bfd also
6654         depend upon all-opcodes, in case --with-commonbfdlib is used.
6655
6656 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
6657
6658         * configure.in (host *-*-cygwin32): Don't build gdb if we are
6659         building NT native compilers on Unix.
6660
6661 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
6662
6663         * configure.in: Don't get CC from the host Makefile fragment if we
6664         can find gcc in PATH, or if this is a Canadian Cross.  Move the
6665         Solaris test for /usr/ucb/cc to the post target script, just after
6666         the compiler sanity test.
6667
6668 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
6669
6670         * config.sub: Merge with FSF.
6671
6672 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
6673
6674         * Makefile.in (RPATH_ENVVAR): New variable.
6675         (REALLY_SET_LIB_PATH): Use it.
6676         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
6677
6678 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
6679
6680         * config.sub, configure.in: Recognize sparclet cpu.
6681
6682 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
6683
6684         * config.guess:  Support m68k-cbm-sysv4.
6685
6686 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6687
6688         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
6689         m68k-unknown-linuxaout from linker help string.  Put quotes around
6690         $ld_help_string.
6691
6692 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
6693
6694         * config.guess (powerpc-harris-powerunix): Add guess for port
6695         to new target.
6696
6697 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
6698
6699         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
6700
6701 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
6702
6703         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
6704         $(REALLY_SET_LIB_PATH) in Makefile.
6705         * Makefile.in (SET_LIB_PATH): New variable.
6706         (REALLY_SET_LIB_PATH): New variable.
6707         ($(DO_X)): Use $(SET_LIB_PATH).
6708         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
6709         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
6710         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
6711         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
6712         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
6713         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
6714         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
6715         (install-dosrel): Likewise.
6716         (all-opcodes): Depend upon all-libiberty.
6717
6718 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
6719
6720         * config.guess (*:CYGWIN*): New
6721
6722 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
6723
6724         * Makefile.in (all-target-winsup): All all-target-libiberty.
6725
6726 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
6727
6728         * configure.in (noconfigdirs): Add missing # in front of comment.
6729
6730 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
6731
6732         * configure.in: add second pass to things added to noconfigdirs
6733         so *-gm-magic can exclude libgloss properly.
6734
6735 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
6736
6737         * mpw-configure (extralibs_name, rez_name): Set correctly
6738         for MWC68K compiler.
6739
6740         * mpw-README: Add more info on the necessary build tools.
6741
6742 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
6743
6744         * configure.in, config.sub: Recognize cygwin32.
6745
6746 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
6747
6748         * config.guess, config.sub: Recognize A/UX.
6749
6750 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
6751
6752         * config.sub: Merge with gcc/config.sub.
6753
6754 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
6755
6756         * mpw-build.in (do-binutils): Add build of stamps.
6757
6758 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
6759
6760         * config.sub: Add recognition for mips64vr4100*-* targets.
6761
6762 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
6763
6764         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
6765         Add creation of gconfigargs with `--enable-shared' turned on.
6766         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
6767         ($(host)-stamp-stage3-configured): Likewise.
6768         (HOLES): Add chatr and ldd.
6769         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
6770
6771 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
6772
6773         * configure: Pass --nfp to recursive configures.
6774
6775 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
6776
6777         * Makefile.in (DLLTOOL): New.
6778         (DLLTOOL_FOR_TARGET): New.
6779         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
6780         (EXTRA_TARGET_FLAGS): Ditto.
6781         (EXTRA_GCC_FLAGS): Ditto.
6782         (CONFIGURE_TARGET_MODULES): Ditto.
6783         (DO_X): Ditto.
6784         * configure: Add DLLTOOL.
6785
6786 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
6787
6788         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
6789         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
6790         mh-sco, since old workarounds no longer needed, and don't
6791         build ld, since libraries have weak symbols in COFF.
6792
6793 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
6794
6795         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
6796
6797 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
6798
6799         * configure.in: Make sure that ${CC} can be used to compile an
6800         executable.
6801
6802 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
6803
6804         * Makefile.in (all-gdb): Depend on $(GDB_TK).
6805         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
6806         nothing depending on whether gdbtk is being built.
6807
6808 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
6809
6810         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
6811
6812 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
6813
6814         * configure.in (noconfigdirs): Put ld or gas in this early, if the
6815         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
6816
6817 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
6818
6819         * config-ml.in: Add support for
6820         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
6821         Simplify setting of multidirs from --disable-foo.
6822
6823 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
6824
6825         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
6826         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
6827         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
6828         non-empty, pass them on to the  GCC make.
6829         (all-bootstrap): New rule that is like all-gcc, except it executes
6830         the GCC bootstrap rule instead of the GCC all rule.
6831
6832 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
6833
6834         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
6835
6836 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
6837
6838         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
6839         DG/UX support.
6840
6841 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
6842
6843         * config.sub (i*86*) Change [345] to [3456]
6844
6845 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
6846
6847         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
6848         --with-gnu-ld=no.
6849
6850 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
6851
6852         * config-ml.in (rs6000*, powerpc*): Add switches to control which
6853         AIX multilibs get built.
6854
6855 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
6856
6857         * configure.in (i386-win32): Don't build expect if we're not
6858         building the tcl subdir.
6859
6860 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
6861
6862         * Makefile.in: (configure-target-examples, all-target-examples):
6863         New targets, configure and build example programs.
6864
6865 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
6866
6867         * mpw-configure: If an mpw-config.in generated a file mk.sed,
6868         use it as input to sedit the generated MPW makefile.
6869         * mpw-README: Add a suggestion about Gestalt.h.
6870
6871 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
6872
6873         * config.sub: Accept *-*-ieee*.
6874
6875 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
6876
6877         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
6878         Ronald F. Guilmette <rfg@monkeys.com>.
6879
6880 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
6881
6882         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
6883         for powerpc-pe native.
6884         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
6885         (target==powerpc-pe): duplicate i386-win32 entry.
6886
6887 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
6888
6889         * configure.in (noconfigdirs): Exclude target-newlib for all versions
6890         of vxworks, not just vxworks5.1.
6891
6892 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
6893
6894         * mpw-configure: Add support for exec-prefix.
6895
6896 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
6897
6898         * config.guess: Recognize HP model 816 machines as having
6899         a PA1.1 processor.
6900
6901 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
6902
6903         * configure: Ignore new autoconf configure options.
6904
6905 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
6906
6907         * config.guess:  Recognize Pentium under SCO.
6908         From Robert Lipe <robertl@arnet.com>.
6909
6910 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
6911
6912         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
6913
6914 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
6915
6916         * configure.in: Don't configure gas for alpha-dec-osf*.
6917
6918 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
6919
6920         * configure.in: Default to --with-stabs for some targets for which
6921         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
6922         i[345]86*-*-unixware*.
6923
6924 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
6925
6926         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
6927         rather than basing it on the target.  Simplify handling of options
6928         controlling which directories to configure.  Remove extraneous
6929         slash in multi-clean target.
6930
6931 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
6932
6933         * config-ml.in: Prefix more variables with ml_ so they don't collide
6934         with configure's.
6935
6936 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
6937
6938         * configure: Don't turn -v into --v.
6939
6940 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
6941
6942         * configure.in (targargs): Fix typo.
6943
6944         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
6945
6946 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
6947
6948         * configure.in: Strip --host and --target options from
6949         CONFIG_ARGUMENTS, and always configure for --host only.  Add
6950         --with-cross-host option when building with a cross-compiler.
6951         * configure: Canonicalize the arguments put into config.status by
6952         always using `=' for an option with an argument.  Pass a presumed
6953         --host or --target explicitly.
6954
6955 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
6956
6957         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
6958         into general OS recognition case.
6959
6960 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
6961
6962         * configure.in (target_configdirs): add target-winsup only
6963         for win32 target systems.
6964
6965 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
6966
6967         * Makefile.in (all-target-libgloss): Depend upon
6968         configure-target-newlib, since when libgloss is built it looks to
6969         see if the newlib directory exists.
6970
6971 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
6972
6973         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
6974         cfg-ml-*.in.
6975
6976 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
6977
6978         * configure: Handle LD and LD_FOR_TARGET when configuring a
6979         Canadian Cross.
6980
6981 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
6982
6983         * configure.in (target_libs): add target-winsup.
6984         (target==i386-win32): add patch diff flex make to $noconfigdirs.
6985         (target==ppcle-pe): remove ld from $noconfigdirs.
6986
6987 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
6988
6989         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
6990         Preserve relative path names in $srcdir.  Build symlink tree if
6991         configuring cross target dir and srcdir=. (= no VPATH support).
6992         (configure-target-libg++): Depend on configure-target-librx.
6993         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
6994         * config-ml.in: New file.
6995         * symlink-tree: New file.
6996         * configure: Ensure srcdir="." if that's what it is.
6997
6998 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
6999
7000         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
7001         includes and FLEX_SKELETON setting.
7002         * mpw-configure (--with-gnu-ld): New option, controls whether
7003         to use PPCLink or ld with PowerMac GCC.
7004         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
7005         * mpw-config.in: Configure grez if targeting Mac.
7006
7007         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
7008         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
7009         just macos.
7010         * configure.in: Configure grez resource compiler if targeting Mac.
7011         * Makefile.in (all-grez, install-grez): New targets.
7012
7013 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
7014
7015         * configure: CXX defaults to gcc, not g++.  If we find
7016         gcc in the path, set CC to gcc -O2.
7017
7018 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
7019
7020         * configure: Default ${build} correctly.  Avoid picking up extra
7021         spaces when reading CC and CXX from Makefile.  When doing a
7022         Canadian Cross, use plausible default values for numerous
7023         variables.
7024         * configure.in: When doing a Canadian Cross, don't try to
7025         configure tools whose configure script can't handle it.
7026
7027 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
7028
7029         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
7030
7031 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
7032
7033         * configure:  Remove dubious bug reporting address.
7034
7035 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
7036
7037         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
7038         configure script, run that instead of this directory's configure.
7039         In either case, print a message that we're configuring the sub-dir.
7040
7041 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
7042
7043         * configure.in: Before checking for the existence of various files,
7044         use sed to filter out "target-".
7045
7046 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
7047
7048         * Makefile.in (DO_X): Split rule to decrease command line length
7049         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
7050         (Philippe De Muyter).
7051
7052 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
7053
7054         * Makefile.in (all-patch): depend on all-libiberty.
7055
7056 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
7057
7058         * configure.in: If the only directory in target_configdirs which
7059         actually exists is libiberty, then set target_configdirs to empty,
7060         to avoid trying to build a target libiberty in a gas or gdb
7061         distribution.
7062
7063 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
7064
7065         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
7066         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
7067         systems.
7068
7069 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
7070
7071         * configure.in (copy_dirs): Use sys-include instead of include
7072         for --with-headers option.
7073
7074 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
7075
7076         * Makefile.in, configure.in: Make winsup builds work with
7077         new scheme.
7078
7079 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
7080
7081         * configure.in: Build the linker on AIX.
7082
7083 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
7084
7085         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
7086         where needed.
7087
7088 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
7089
7090         * Makefile.in (all-gcc): Fix typo.
7091
7092 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
7093
7094         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
7095
7096 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
7097
7098         * configure.in:  Rename libFOO to target-libFOO, and xiberty
7099         to target-xiberty, to provide more flexibility.
7100         (target_subdir):  Define.  Create if cross.
7101         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
7102         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
7103         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
7104         check-libFOO -> check-target-libFOO, etc.
7105         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
7106         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
7107         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
7108         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
7109         allow ALL_GCC="" to only configure.
7110         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
7111         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
7112         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
7113
7114 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
7115
7116         * Makefile.in (taz): Build "info" in etc explicitly.
7117
7118 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
7119
7120         * configure.in:  Make sure that CC is undefined (as opposed to
7121         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
7122         problem with autoconf trying to configure on a host without GCC.
7123
7124 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
7125
7126         * mpw-configure: Set host alias from choice of host compiler,
7127         only use generic MPW Makefile sed if present, edit a file
7128         named "hacked_Makefile.in" instead of "Makefile.in" if present.
7129         * mpw-README: Add problem notes about CW6 and CW7.
7130
7131 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
7132
7133         * Makefile.in (taz): Use ";" instead of ";;".
7134
7135 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
7136
7137         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
7138         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
7139         DISTDOCDIRS.
7140         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
7141         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
7142
7143 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
7144
7145         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
7146         and gnats, because they are now subsumed by DISTSTUFFDIRS.
7147         Move bfd to DISTSTUFFDIRS.
7148
7149 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
7150
7151         * Makefile.in (X11_LIB): Removed.
7152         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
7153
7154         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
7155
7156 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
7157
7158         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
7159         names.
7160
7161 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
7162
7163         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
7164
7165 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
7166
7167         * configure.in (i[345]86-*-win32): Always build newlib.
7168         Don't configure cvs, autoconf or texinfo.
7169         * Makefile.in (LD_FOR_TARGET): New.
7170         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
7171         Pass down LD_FOR_TARGET.
7172
7173 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
7174
7175         * winsup: New directory.
7176         * Makefile.in: Build winsup.
7177         * configure.in: Winsup is configured when target is win32.
7178         Can only build win32 target GDB when native.
7179
7180 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
7181
7182         * config.guess: Recognize HP model 819 machines as having
7183         a PA 1.1 processor.
7184
7185 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
7186
7187         * configure: Fix sed loop which substitutes for CC and CXX to
7188         avoid bug found in various sed implementations.
7189
7190 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
7191
7192         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
7193         simulator.  Use standard powerpc-*-eabi*.
7194
7195 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
7196
7197         * configure.in: Stop putting gas and binutils in noconfigdirs for
7198         powerpc-*-aix* and rs6000-*-*.
7199
7200 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
7201
7202         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
7203         -mcall-aixdesc libraries.
7204
7205 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
7206
7207         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7208
7209         * config.sub (arm | armel | armeb): Fix shell syntax.
7210
7211 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
7212
7213         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
7214         -msoft-float and -mcpu=common support.
7215         (powerpc*-*-eabisim*): Add support for building -mcall-aix
7216         libraries.
7217
7218 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
7219
7220         * configure.in: Allow configuration and build of emacs19 for the alpha.
7221
7222 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
7223
7224         * configure.in (CC): Get ^CC, not just any old CC, from
7225         ${host_makefile_frag}.
7226
7227 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
7228
7229         * configure.in (CC): Try to get CC from
7230         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
7231
7232 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
7233
7234         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
7235         only if it exists in $(srcdir).
7236
7237 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
7238
7239         * configure: If CC and CXX are not set in the environment, set
7240         them, based on either an existing Makefile or on searching for gcc
7241         in PATH.  Substitute for CC and CXX in Makefile.
7242         * configure.in: Remove libm from target_libs.  Separate
7243         target_configdirs from configdirs.  If CC is not set in
7244         environment, try to get it from a host Makefile fragment.  Rewrite
7245         changes of configdirs to use skipdirs instead.  A few minor
7246         tweaks.  Take directories out of target_configdirs as they are
7247         taken out of configdirs.  Remove existing Makefile files from
7248         subdirectories.  Substitute for TARGET_CONFIGDIRS and
7249         CONFIG_ARGUMENTS in Makefile.
7250         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
7251         by configure.in.
7252         (CONFIG_ARGUMENTS): Likewise.
7253         (CONFIGURE_TARGET_MODULES): New variable.
7254         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
7255         ($(CONFIGURE_TARGET_MODULES)): New target.
7256         (configure-libg++, configure-libio): New targets.
7257         (all-libg++): Depend upon configure-libg++.
7258         (all-libio): Depend upon configure-libio.
7259         (configure-libgloss, all-libgloss): New targets.
7260         (configure-libstdc++): New target.
7261         (all-libstdc++): Depend upon configure-libstdc++.
7262         (configure-librx, all-librx): New targets.
7263         (configure-newlib): New target.
7264         (all-newlib): Depend upon configure-newlib
7265         (configure-xiberty): New target.
7266         (all-xiberty): Depend upon configure-xiberty.
7267
7268 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
7269
7270         * configure.in (host i[345]86-*-win32):  Expand the
7271         noconfigdirs again.
7272
7273 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
7274
7275         * mpw-configure: Fix sed command file name.
7276
7277 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
7278
7279         * configure.in (host i[345]86-*-win32): Reduce the
7280         noconfigdirs again.
7281
7282 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
7283
7284         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
7285         or powerpc*-*-pe*, since they are not yet supported.
7286
7287 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
7288
7289         Add PowerMac support and many other enhancements.
7290         * mpw-configure: New option --cc to select compiler to use,
7291         paste options set according to --cc into the generated
7292         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
7293         if mpw-make.sed is present.
7294         * mpw-config.in: Don't test for gC1, test for mpw-touch,
7295         add forward includes for PowerPC include files.
7296         * mpw-build.in: Build using Makefile.PPC if present.
7297         (do-byacc, etc): Remove separate version resource builds.
7298         (do-gas): Build "stamps" before "all".
7299         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
7300         * mpw-README: Update to reflect --cc option, PowerMac support,
7301         and recently-reported compatibility problems.
7302
7303 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
7304
7305         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
7306         embedded m68k systems (-aout, -coff, -elf, -vxworks).
7307         (--with-multilib-top): Pass to recursive invocations.
7308
7309 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
7310
7311         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
7312         v810-*-*.
7313
7314 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
7315
7316         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
7317         gdb, ld and opcodes on v810-*-*.
7318
7319 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
7320
7321         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
7322         (local-maintainer-clean): New target.
7323         (maintainer-clean): New target.
7324         (realclean): Just depend upon maintainer-clean.
7325
7326 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
7327
7328         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
7329
7330 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
7331
7332         * configure.in: Build ld in mips*-*-bsd* case.
7333
7334 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
7335
7336         * config.sub: Accept -lites* OS.  From Ian Dall.
7337
7338 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
7339
7340         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
7341         targets.
7342
7343 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
7344
7345         * configure.in: treat i386-win32 canadian cross the same as
7346         i386-go32 canadian cross.
7347
7348 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
7349
7350         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
7351         running under the simulator to build a reduced set of libraries.
7352         (powerpc-*-eabiaix): Add fine grained multilib support added to
7353         other powerpc targets yesterday.
7354
7355 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
7356
7357         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
7358         -disable-softfloat, -disable-relocatable, -disable-aix, and
7359         -disable-sysv to control which multilib libraries get built.
7360
7361 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
7362
7363         * configure: Add Makefile.tem to list of files to remove in trap
7364         handler.
7365
7366 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
7367
7368         * config.guess (*Linux*):  Add missing "exit"s.
7369         Also, need specific check for alpha-unknown-linux (uses COFF).
7370
7371 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
7372
7373         * config.guess:  Merge with FSF:
7374
7375         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
7376         * config.guess (AIX4): More robust release numbering discovery.
7377
7378         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
7379         * config.guess (i386-sequent-ptx): Properly get version number.
7380
7381         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
7382         * config.guess (mips:*:4*:UMIPS): New case.
7383
7384 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
7385
7386         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
7387         (i386-win32 host): Likewise.  Don't build readline.
7388
7389 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
7390
7391         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
7392         SUPPORT_FILES to submakes.
7393
7394 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
7395
7396         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
7397         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
7398         mpw-configure.
7399
7400 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
7401
7402         * configure.in (appdirs): Use =, not ==, in test expression when
7403         trying to build the text to print in the warning message for
7404         Solaris users.
7405
7406 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
7407
7408         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
7409
7410 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
7411
7412         * config.guess: Recognize lynx-2.3.
7413
7414 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
7415
7416         * config.sub (z8ksim): Deleted
7417         (z8k-*-coff): New, this is the one true name of the target.
7418
7419 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
7420
7421         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
7422
7423 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
7424
7425         * config.guess (*:Linux:*:*): First try asking the linker what the
7426         default object file format is (elf, aout, or coff).  Then if this
7427         fails, try previous methods.
7428
7429 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
7430
7431         * configure.in: Don't build newlib for *-*-vxworks5.1.
7432
7433 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
7434
7435         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
7436         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
7437
7438 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
7439
7440         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
7441
7442 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
7443
7444         * cfg-ml-com.in: New file.
7445         * cfg-ml-pos.in: New file.
7446
7447 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
7448
7449         * COPYING.NEWLIB: Add HP free copyright to list.
7450
7451 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
7452
7453         * config.sub: Recognize -eabi* for the system, not just -eabi.
7454
7455 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
7456
7457         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
7458         * config.sub, configure.in (win32): New target and host.
7459
7460 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
7461
7462         * configure.in: Add i386-pe configuration.
7463
7464 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
7465
7466         * mpw-build.in (install): Install GDB after LD.
7467
7468 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
7469
7470         * mpw-config.in (elf/mips.h): Always forward-include, needed
7471         for GDB to build.
7472
7473 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
7474
7475         * testsuite: New directory for customer acceptance and whole tool
7476         chain tests.
7477
7478 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
7479
7480         * configure: If per-host line isn't found, but AC_OUTPUT is found
7481         and a configure script exists, run it instead.
7482
7483 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
7484
7485         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
7486
7487 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
7488
7489         * configure: Set build_{cpu,vendor,os,alias} to host values when
7490         --build isn't specified.
7491
7492 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
7493
7494         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
7495         (FLAGS_TO_PASS): Pass them.
7496         (EXTRA_TARGET_FLAGS): Ditto.
7497
7498 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
7499
7500         * Makefile.in (all-libg++): Depend on all-libstdc++.
7501
7502 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
7503
7504         * configure.in (noconfigdirs): Enable all packages for
7505           i386-unknown-netbsd.
7506
7507 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
7508
7509         * configure.in (noconfigdirs): Don't configure tk for i386-go32
7510         hosted builds (DOS builds)
7511
7512 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
7513
7514         Changes for ARM based on patches from Richard Earnshaw:
7515         * config.sub: Handle armeb and armel.
7516         * configure.in: Omit arm linker only for riscix.
7517
7518 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
7519
7520         * config.guess:  Update from FSF.
7521
7522 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
7523
7524         * config.sub: Recognize powerpcle as the little endian variant of
7525         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
7526         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
7527         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
7528         temporarily.
7529
7530 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
7531
7532         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
7533
7534 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
7535
7536         * config.sub: Accept -lites* as a basic system type.
7537
7538 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
7539
7540         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
7541         installed, and if so return linuxoldld as the system name.
7542
7543 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
7544
7545         * config.guess: Add hppa1.1-hp-lites support.
7546
7547 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
7548
7549         * configure.in: Don't build newlib for m68k-vxworks5.1.
7550
7551 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
7552
7553         * configure.in (mips-sgi-irix6): Use mh-irix5.
7554
7555 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
7556
7557         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
7558
7559 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
7560
7561         * test-build.mk: Enable building of shared libraries on IRIX 5 and
7562         OSF/1.  Fix compiler flags.
7563         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
7564
7565 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
7566
7567         * configure.in: Recognize --with-newlib.
7568         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
7569
7570 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
7571
7572         * Makefile.in: move {all,check,install}-gdb from *_MODULES
7573         to *_X11_MODULES due to gdbtk needing X include files et al.
7574
7575 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
7576
7577         Merge in support for Mac MPW as a host.
7578         (Old change descriptions retained for informational value.)
7579
7580         * mpw-config.in: Add generic include forwards for cpu-specific
7581         include files in aout and elf directories.
7582
7583         * mpw-configure: Added copyright.
7584         * mpw-config.in: Check for presence of required build tools.
7585         (target_libs): Add newlib.
7586         (target_tools): Add examples.
7587         (Read Me): Generate as "Read Me for MPW" instead.
7588         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
7589         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
7590         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
7591
7592         * mpw-configure: Remove subdir-specific makefile hackery,
7593         delete mk.tmp after using it.
7594
7595         * mpw-build.in (all): Display start and end times.
7596
7597         * mpw-configure (host_canonical): Set.
7598         (target_cpu): Always add to makefiles.
7599         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
7600         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
7601         (mpw-mh-mpw): Look for in srcdir and srcroot.
7602         Use sed instead of mpw-edit-prefix to edit prefix definitions.
7603
7604         * mpw-build.in: (install-only): New target.
7605
7606         * mpw-configure (host_alias, target_alias): Rename from hostalias
7607         and targetalias, add into generated Makefile.
7608         (mk.tmp): If present, add into generated Makefile.
7609         * mpw-build.in (all-gas): Build config.h first before gas proper.
7610
7611         * mpw-configure (config.status): Write only if changed.
7612         * mpw-config.in (readline): Configure it (not built, just used for
7613         definitions).
7614
7615         * mpw-config.in (elf/mips.h): Add a forward include.
7616
7617         * mpw-config.in: Forward-include most .h files in include into
7618         extra-include.
7619         (readline): Don't build.
7620         mpw-build.in (install): Install GDB.
7621
7622         * mpw-configure (prefix, mpw_prefix): Handle it.
7623         * mpw-config.in (mmalloc, readline): Don't configure.
7624         * mpw-build.in (thisscript): Rename to ThisScript.
7625         Use mpw-build instead of BuildProgram everywhere.
7626         (mmalloc, readline): Don't build.
7627         * mpw-README: New file, basic documentation about the MPW port.
7628
7629         * mpw-config.in: Use forward-include to create include files.
7630
7631         * mpw-configure: Add more things to the top of each configured
7632         Makefile, including contents of config/mpw-mh-mpw.
7633         * mpw-config.in (extra-include): Create this directory and fill it
7634         with Posix-like include files when configuring.
7635
7636         * config.sub (apple, mac, mpw): Add various aliases.
7637
7638         * mpw-build.in: New file, top-level build script fragment for MPW.
7639         * mpw-configure: New file, configure script for MPW.
7640         * mpw-config.in: New file, config fragment for MPW.
7641
7642 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
7643
7644         * configure.in (host_libs): Remove glob, since it is gone from the
7645         sources.
7646
7647 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
7648
7649         * Makefile.in: define empty GDB_NLM_DEPS var.
7650
7651         * configure.in(target_makefile_frag): use config/mt-netware
7652         for netware targets.
7653
7654 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
7655
7656         * config.sub: Merge in recent FSF changes.  Remove linux special
7657         cases.
7658
7659 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
7660
7661         Revert this change:
7662
7663         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
7664
7665                 * build-all.mk: Use CC=cc -Xs on Solaris.
7666
7667 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
7668
7669         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
7670         stop using it.
7671         * Makefile.in: Nuke all references to glob subdirectory.
7672
7673 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
7674
7675         * configure.in: Fix --enable-shared logic in per-host.
7676
7677 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
7678
7679         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
7680
7681 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
7682
7683         * configure.in (noconfigdirs): Don't build gas on AIX, for
7684         powerpc*-*-aix* as well as for rs6000*-*-aix*.
7685
7686 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
7687
7688         * configure: Fix --cache-file to work if the file argument is a
7689         relative path.
7690
7691 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
7692
7693         * configure: If the --cache-file is used, pass it down to
7694         configure in subdirectories.
7695
7696 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
7697
7698         * config.sub: add vxworks29k configuration.
7699
7700 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
7701
7702         * Makefile.in (taz): Do "diststuff" part quietly.
7703
7704 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
7705
7706         * config.sub: Mini-merge with gcc/config.sub.
7707
7708 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
7709
7710         * config.guess (IRIX): Sed - to _.
7711
7712 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
7713
7714         * Makefile.in (source-vault, binary-vault): New targets.
7715
7716 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
7717
7718         * config.sub: Recognize -eabi as a basic system type.
7719
7720 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
7721
7722         * configure.in (enable_shared stuff): Fix typo.
7723
7724 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
7725
7726         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
7727
7728 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
7729
7730         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
7731
7732 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
7733
7734         * configure.in (rs6000-*-*): Don't build gas.
7735
7736 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
7737
7738         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
7739         reduce command line length.
7740         (AS_FOR_TARGET): Check for as.new, not Makefile.
7741         (NM_FOR_TARGET): Check for nm.new, not Makefile.
7742
7743 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
7744
7745         * config.guess:  Merge from FSF.
7746
7747 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
7748
7749         * configure: Don't use $ when handling program_suffix.
7750
7751 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
7752
7753         * configure.in:  Configure tk for hppa/hpux.
7754
7755 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
7756
7757         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
7758
7759 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
7760
7761         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
7762         to LIBCXXFLAGS.  Tests are better run without it.
7763
7764 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
7765
7766         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
7767
7768 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
7769
7770         * configure.in (*-*-netware*): Don't configure xiberty.
7771
7772 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
7773
7774         * configure.in:  Remove tk from native_only list.
7775
7776 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
7777
7778         * build-all.mk: Add mips-ncd-elf target to sun4 targets
7779           for special NCD build.
7780
7781 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
7782
7783         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
7784         makeall.bat, they're only useful for binutils snapshots.
7785         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
7786         makeall.bat to specified SUPPORT_FILES.
7787
7788 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
7789
7790         * build-all.mk: Add Ericsson targets to sun4 and solaris
7791           hosts.  Add  BNR's sun4 target to solaris host, so their
7792           build-from-source will be tested in-house first.
7793
7794 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
7795
7796         * Makefile.in (LIBCFLAGS): New variable.
7797         (CFLAGS_FOR_TARGET): Ditto.
7798         (LIBCFLAGS_FOR_TARGET): Ditto.
7799         (LIBCXXFLAGS): Ditto.
7800         (CXXFLAGS_FOR_TARGET): Ditto.
7801         (LIBCXXFLAGS_FOR_TARGET): Ditto.
7802         (BASE_FLAGS_TO_PASS): Pass them.
7803         (EXTRA_TARGET_FLAGS): Ditto.
7804
7805         * configure.in: Support --enable-shared.
7806
7807 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
7808
7809         * configure.in (target_libs):  Include libstdc++ again.
7810         * config.guess:  Update from FSF (for FreeBSD).
7811
7812 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
7813
7814         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
7815         makeall.bat.
7816         (DISTDOCDIRS): Add `etc'.
7817         (ETC_SUPPORT_PFX): New variable.
7818         (taz): Include anything from etc starting with a word in
7819         ETC_SUPPORT_PFX.
7820
7821 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
7822
7823         * config.sub: Update for recent FSF changes.  Remove obsolete
7824         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
7825         spacing changes.
7826
7827 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
7828
7829         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
7830
7831         * config.guess:  Merge with FSF.
7832         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
7833
7834 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
7835
7836         * configure: Since the "trap 0" handler will override the exit
7837         status on many systems, only use it for "exit 1", and make it set
7838         a non-zero exit status; reset it before "exit 0".  Also, check
7839         exit status of config.sub, and error out if it failed.
7840
7841 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
7842
7843         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
7844         and install libgloss.
7845
7846 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
7847
7848         * Makefile.in (all-binutils): Depend upon all-byacc.
7849
7850         * configure.in: Don't build emacs on Irix 5.
7851
7852 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
7853
7854         * configure.in (*-*-netware*): Add libio.
7855
7856 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
7857
7858         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
7859         (CHECK_TARGET_MODULES): Ditto.
7860         (INSTALL_TARGET_MODULES): Ditto.
7861         (TARGET_LIBS): Ditto.
7862         (all-libstdc++): Note dependencies.
7863
7864 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
7865
7866         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
7867
7868 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
7869
7870         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
7871         -fexternal-templates.
7872
7873         * configure.in (target_libs): Add libstdc++.
7874         (noconfigdirs): Add libstdc++ as appropriate.
7875
7876 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
7877
7878         * config.guess:  Update from FSF.
7879
7880 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
7881
7882         * configure: Use ${config_shell} when running ${configsub}.
7883
7884 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
7885
7886         * config.sub: No longer recognize h8300h.
7887
7888 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
7889
7890         * config.sub: Remove extraneous differences between config.sub and
7891         gcc/config.sub.
7892
7893 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
7894
7895         * Makefile.in (DISTSTUFFDIRS): Add gas.
7896
7897 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
7898
7899         * COPYING.NEWLIB: New file.
7900
7901 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
7902
7903         * config.guess (HP-UX):  Patch from Harlan Stenn
7904         <harlan@landmark.com> to also emit release level.
7905
7906 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
7907
7908         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
7909
7910 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
7911
7912         * config.sub:  Merge nextstep cleanup from FSF.
7913
7914 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
7915
7916         * configure.in (arm-*-*): Don't configure ld for this target.
7917
7918 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
7919
7920         * configure.in (*-*-netware): don't configure libg++, libio,
7921           librx, or newlib.
7922
7923 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
7924
7925         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
7926         configure ld--it works, but it doesn't support shared libraries.
7927
7928 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
7929
7930         * config.guess (*-unknown-freebsd*):  Get rid of possible
7931         trailing "(Release)" in version string.
7932         Patch from Paul Richards <paul@isl.cf.ac.uk>.
7933
7934 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
7935
7936         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
7937         Fix type: *-next-neststep -> *-next-nextstep.
7938
7939         * config.guess:  Merge from FSF:
7940
7941         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
7942
7943         * config.guess: Recognize powerpc-ibm-aix3.2.5.
7944
7945         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
7946
7947         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
7948         instead of UNIX_SV for UnixWare 1.0).
7949
7950 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
7951
7952         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
7953         to make gdb/nlm/* build after the compiler and linker.
7954
7955 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
7956
7957         * config.guess (netbsd, freebsd, linux):  Accept any machine,
7958         not just i[34]86.
7959         (m68k-atari-sysv4):  Relocate to match FSF version.
7960
7961         * config.guess:  More merges from the FSF:
7962
7963         Add a space before function call or macro invocation.
7964
7965         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7966
7967         * config.guess: Add trap cmd to remove dummy.c and dummy when
7968         interrupted.
7969
7970         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7971
7972         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
7973         (dummy): Redirect stderr from compilation of dummy.c.
7974
7975         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
7976
7977         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
7978
7979 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
7980
7981         * configure: Accept and ignore --cache*, for compatibility with
7982         new autoconf.
7983
7984 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
7985
7986         * config.guess:  Merge from FSF:
7987
7988         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7989
7990         * config.guess (Pyramid*:OSx*:*:*): New case.
7991         (PATH): Add /.attbin at end for finding uname.
7992         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
7993
7994         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
7995
7996         * config.guess (M88*:DolphinOS:*:*): New case.
7997
7998         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
7999
8000         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
8001         to select whether to use ELF or COFF.
8002
8003         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8004
8005         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
8006
8007         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8008
8009         * config.guess: Guess the OS version for HPUX.
8010
8011         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
8012
8013         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
8014
8015 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
8016
8017         * configure.in: Recognize --with-headers, --with-libs, and
8018         --without-newlib.
8019         * Makefile.in (all-xiberty): Depend upon all-ld.
8020
8021 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
8022
8023         * configure.in: Change i[34]86 to i[345]86.
8024
8025 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
8026
8027         * configure (version): A few more tweaks to help message.
8028
8029 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
8030
8031         * Makefile.in:  Remove (for now) librx as a host library,
8032         now that we're building it for target.
8033
8034 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
8035
8036         * configure: Fix up help message; from karl@owl.hq.ileaf.com
8037         (Karl Berry).
8038
8039 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
8040
8041         * configure.in:  Also configure librx.
8042
8043 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
8044
8045         * Makefile.in:  Update various rules to reflect that librx
8046         is now needed for libg++.
8047
8048 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
8049
8050         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
8051
8052 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
8053
8054         * configure.in: Configure the examples directory.
8055
8056 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
8057
8058         * configure: Simplify Jun 2 1994 change.
8059
8060 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
8061
8062         * change CC to /usr/latest/bin/gcc for lynx host builds, since
8063         /bin/gcc isn't good enough to build gcc.
8064
8065 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
8066
8067         * Makefile.in (GDB_SUPPORT_FILES): Remove
8068         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
8069         (gdb.tar.gz): Add new rule to use standard distribution building
8070         mechanism.
8071
8072 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8073
8074         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
8075         Bill Cox <bill@cygnus.com>.
8076
8077 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
8078
8079         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
8080
8081 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
8082
8083         * configure:  Search current dir first in .gdbinit.
8084
8085 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
8086
8087         * config.sub:  Recognize freebsd (merged from gcc config.sub).
8088
8089 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
8090
8091         * config.sub:  Refer to NeXT's operating system as nextstep.
8092
8093         * config.sub (case $basic_machine):  Re-order the cases, to match
8094         the order in the FSF version (which is mostly alphabethical).
8095         Merge in some additions and changes from the FSF.
8096
8097 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
8098
8099         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
8100         * config.sub: Recognize cxux7.
8101         * configure.in: Use mh-cxux for m88k-harris-cxux*.
8102
8103 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
8104
8105         * config.sub:  Fix typo powerpc -> powerpc-*.
8106
8107 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
8108
8109         * Makefile.in: `all-emacs19' depends on `all-byacc'.
8110
8111         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
8112         parallel with all-emacs and install-emacs).  Top-level command
8113         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
8114
8115 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
8116
8117         * test-build.mk ($(host)-stamp-stage2-installed): Remove
8118         $(relbindir)/make before doing ``make install'', and use
8119         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
8120         installing over running make binary.
8121         ($(host)-stamp-stage3-installed): Likewise.
8122
8123 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
8124
8125         * config.guess: Recognize Mach.
8126
8127 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
8128
8129         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
8130         see whether --exec-prefix was used.
8131
8132 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
8133
8134         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
8135
8136 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
8137
8138         * Makefile.in: Add all-librx target similar to all-libproc.
8139
8140 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
8141
8142         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
8143         with post 1.2 uname bogosity.
8144
8145 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8146
8147         * configure: Remove temporary files on receipt of a signal.
8148
8149 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
8150
8151         * configure: If there is a package_makefile_frag, remove
8152         ${subdir}/Makefile.tem after copying it in.
8153
8154 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
8155
8156         * build_all.mk: support rs6000 lynx identifies itself as
8157         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
8158         since /bin/gcc is too feeble to compile a modern gcc.
8159
8160 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
8161
8162         * brought devo/test-build.mk update-to-date with progressive/
8163           test-build.mk. Add lynx targets and hppa flag info.
8164
8165 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
8166
8167         * configure.in:  Use mh-ncrsvr43.  Patch from
8168         Tom McConnell <tmcconne@sedona.intel.com>.
8169
8170 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
8171
8172         * config.guess (i386-unknown-bsdi):  No longer need to
8173         check #if defined(__bsdi__) && defined(__i386__).
8174
8175 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8176
8177         * configure: Set program_transform_nameoption correctly.
8178
8179 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
8180
8181         * brought build-all.mk update-to-date with progressive build-all.mk,
8182           added new targets and hppa info.
8183
8184 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8185
8186         * configure: If config.guess result is a prefix of the user
8187         specified target, assume a native build and use the user specified
8188         target as the host alias.  Remove SunOS patch suffix removal hack.
8189         * configure.in: Remove SunOS patch suffix removal hack.
8190
8191         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
8192         in NATIVE_CHECK_MODULES.
8193
8194 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
8195
8196         * Makefile.in: Rename HOST_ONLY to NATIVE.
8197         * configure: Delete SunOs patch suffix from host_canonical
8198           and build_canonical variables that are prepended to Makefiles.
8199         * configure.in: Add comments for easier maintenance.
8200
8201 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
8202
8203         * Makefile.in: Add all-libproc target similar to all-gui.
8204
8205 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
8206
8207         * Makefile.in (CHECK_MODULES): split into
8208         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
8209
8210 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
8211
8212         * config.guess (i386-unknown-bsdi): New system to guess.
8213
8214 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
8215
8216         * Makefile.in: Add all-gui target (but not yet build by "all").
8217
8218 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
8219
8220         * config.sub: Move deletion of patch suffix from here...
8221         * configure.in: To here, at Ian's suggestion.  The top-
8222           level scripts might need to know of a patch level.
8223
8224 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
8225
8226         * config.sub: Strip off patch suffix so rtl is recognized
8227           as a sunos4.1.3 machine, even though it's been patched.
8228
8229 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
8230
8231         * Makefile.in (INSTALL_LAST): Delete.
8232         (INSTALL_DOSREL): New.
8233
8234 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8235
8236         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
8237         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
8238         whether we pass down --with-gnu-ld anyhow.
8239
8240 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
8241
8242         * Makefile.in (INSTALL_LAST): Change operation so it works
8243         on more flavors of make.
8244         * configure.in (go32): Don't build libg++ or libio.
8245
8246 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
8247
8248         * Makefile.in (Move HOST_PREFIX_1 and friends up so
8249         they can be overriden by templates.
8250
8251 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
8252
8253         * configure.in (target==go32): Don't build gdb.
8254         * dosrel: New directory.
8255
8256 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
8257
8258         * configure.in (host==go32): Configure dosrel too.
8259         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
8260         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
8261         be set by incoming names or templates.
8262         (INSTALL_LAST): New rule.
8263
8264 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
8265
8266         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
8267
8268 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
8269
8270         * configure.in (appdirs): New variable.  Currently empty, but will
8271         be used in gas distribution.  If nonempty, lists a set of
8272         directories at least one of which must get configured, or top
8273         level configuration is considered to have failed.
8274         (rs6000-*-lynxos*): Use new file name.
8275
8276 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8277
8278         Eliminate XTRAFLAGS.
8279         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
8280         newlib include files using -idirafter, and also use -nostdinc.
8281         (CXX_FOR_TARGET): Likewise.
8282         (XTRAFLAGS): Removed.
8283         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
8284         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
8285         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
8286         ($(DO_X)): Don't pass down XTRAFLAGS.
8287
8288 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
8289
8290         * configure.in (mips*-dec-bsd*): New target; do build linker.
8291         (mips*-*-bsd*): New target; don't build linker.
8292
8293 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
8294
8295         * configure.in: support rs6000-*-lynxos* configuration.
8296         support sunos4 as a cross target.
8297
8298         * config.sub: look for lynx*, not lynx since the OS version may
8299         legitimately be part of the name.
8300
8301 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
8302
8303         * configure.in (i[34]86-*-sco*): Move to be with other i386
8304         targets.
8305         (romp-*-*): New target.  Skip various binary utilities.
8306         (vax-*-*): New target.  Don't build newlib.
8307         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
8308
8309 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
8310
8311         * configure.in: Only set host_makefile_frag if config
8312         directory exists.
8313
8314 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
8315
8316         * install.sh: If $dstdir exists, don't check whether each
8317         component does.
8318
8319 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8320
8321         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
8322
8323 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
8324
8325         * configure.in (*-*-lynxos*): Don't configure newlib for either
8326         native or cross Lynx.
8327
8328 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
8329
8330         * config.sub (sparc64-elf): Fix os.
8331         (z8k): Remove duplicate.
8332
8333 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8334
8335         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
8336         gcc/stmp-fixproto, to try to prevent fixproto from being run.
8337
8338 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
8339
8340         * configure: Make file links cleanly even if Lynx fails on
8341           an NFS symlink (at least fail cleanly).
8342
8343 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
8344
8345         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
8346         -XNh2000.
8347
8348 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
8349
8350         * configure: Unknown options are fatal again.
8351
8352 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
8353
8354         * configure: Ignore --x-includes and --x-libraries, for Autoconf
8355         compatibility.
8356
8357 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
8358
8359         * build-all.mk: Add `clean' target.
8360
8361 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
8362
8363         * config.guess:  Add SINIX support.
8364         * configure.in:  Add mips-*-sysv4* support.
8365
8366 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
8367
8368         * build-all.mk: Document all useful targets.
8369         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
8370         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
8371
8372 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
8373
8374         * configure: Support --silent, --quiet.
8375
8376 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
8377
8378         * configure: Support --disable-FEATURE.
8379
8380 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
8381
8382         * config.guess: Recognize NCR running SVR4.3.
8383
8384 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
8385
8386         * config.guess:  Make BSDI generate i386-unknown-bsd386.
8387         Patch from Paul Eggert <eggert@twinsun.com>.
8388
8389 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8390
8391         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
8392
8393 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
8394
8395         * configure: Make unrecognized options give nonfatal warnings
8396         instead of fatal errors, and pass them to any subdirectory
8397         configures in case they recognize them.
8398         Make --x equivalent to --with-x.
8399
8400 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
8401
8402         * configure: Add --enable-* options.  Clean up usage message and
8403         some comments.
8404
8405 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
8406
8407         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
8408
8409 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
8410
8411         * configure.in (hppa*-*-*): Enable binutils.
8412
8413 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
8414
8415         * config.sub: Recognize cisco.
8416
8417 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
8418
8419         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
8420
8421 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
8422
8423         * config.guess: about target *-hitachi-hiuxwe2, don't print more
8424         than one configuration name.  Add comment.
8425
8426 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
8427
8428         * config.guess: about target *-hitachi-hiuxwe2, fixed
8429         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
8430         macro is incorrect.]
8431
8432 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
8433
8434         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
8435         than the "make ls" stuff which used to be here.
8436
8437 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
8438
8439         * config.guess:  Recognize i[34]86-unknown-freebsd.
8440         From Shawn M Carey <smcarey@rodan.syr.edu>.
8441
8442 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
8443
8444         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
8445
8446 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
8447
8448         * config.guess: Check for ptx.
8449
8450 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
8451
8452         * config.sub: Add os9k checking.
8453
8454 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
8455
8456         * config.guess: Handle OSF1 running on HPPA processors
8457
8458 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
8459
8460         * configure: If subdir configure fails, print out a message with
8461         subdirectory name, in case subdir's configure code didn't identify
8462         itself.
8463
8464 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
8465
8466         * configure.in: Remove embedded newlines from configdirs.
8467         Avoid mismatches of substrings.  Fix matching strings at end
8468         of configdirs.
8469
8470 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
8471
8472         * config.guess:  Add Lynx/rs6000 config support.
8473
8474 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
8475
8476         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
8477
8478 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
8479
8480         * configure.in (hppa*-*-osf*): Treat this just like most other
8481         PA configurations (eg no binutils or ld).
8482         (hppa*-*-*elf*): These configurations have binutils and ld.
8483
8484 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
8485
8486         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
8487
8488 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8489
8490         * configure.in (rs6000-*-*): Build gas.
8491
8492 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
8493
8494         * Makefile.in:  Avoid bug in losing hpux sed.
8495
8496 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
8497
8498         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
8499         for GDB and GDB has been fixed to not need it.
8500
8501 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
8502
8503         * config.guess: Recognize vax hosts.
8504
8505 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
8506
8507         * configure (while loop): Don't use "break 2" inside case
8508         statement -- the case statement isn't an enclosing loop.
8509
8510 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
8511
8512         * config.guess:  Clean up NeXT support, to allow nextstep
8513         on Intel machines.  Make OS be nextstep.
8514
8515 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
8516
8517         * config.guess: Add alternate forms for Convex.
8518
8519 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
8520
8521         * configure:  Completely rewrite option processing.  Take
8522         advantage of pattern-matching to avoid invoking test frequently.
8523         Also clean up host and target defaulting logic.
8524
8525 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
8526
8527         * Makefile.in: Replace all occurrances of "rootme" with "r" and
8528         "$${rootme}" with "$$r", to increase the likelihood that the do-*
8529         commands (plus user environment) will fit SCO limits.
8530
8531 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8532
8533         * configure.in: Don't issue warnings about directories which are
8534         not being configured if -norecursion is set.  Correct test for
8535         --with-gnu-as and --with-gnu-ld to not get confused by substring
8536         matches.
8537
8538         * configure.in: Don't build gas for alpha-dec-osf1*.
8539
8540 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
8541
8542         * configure:  Back out Per's change of 12/19/1993.  It changes the
8543         behavior of configure in unexpected and confusing ways.
8544
8545         Also, use different delim char when calculating
8546         program_transform_name so that the name can contain slashes.
8547
8548 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
8549
8550         * configure.in, config.sub: Add support for VSTa micro-kernel.
8551
8552 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
8553
8554         * configure.in: Nuke hacks which were used to get a special
8555         version of GAS for HPPA configurations.
8556
8557 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
8558
8559         * configure:  If only ${target_alias} is given, use that
8560         as the default for ${host_alias}.
8561         * configure:  Add missing back-slashes before nested quotes.
8562
8563 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
8564
8565         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
8566
8567 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
8568
8569         * config.guess:  Recognize some Tektronix configurations.
8570         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
8571
8572 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
8573
8574         * config.sub: Match any flavor of SH.
8575
8576 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
8577
8578         * configure.in: Don't try to configure newlib for Alpha.
8579
8580 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8581
8582         * configure.in: Don't build ld for Irix 5.  Don't build gas,
8583         libg++ or libio for any Alpha target.
8584
8585         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
8586
8587 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
8588
8589         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
8590         default arguments -- so it tried to compress itself.
8591
8592 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
8593
8594         * configure.in (notsupp): ensure that a space is always at the end
8595           of the configdirs list, since the grep checks for an explicit space
8596
8597 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
8598
8599         * configure.in (target i386-sysv4.2): don't build ld, since static
8600           versions of many libraries are not available.
8601
8602 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
8603
8604         * config.guess: Recognize Apollos (using environment variables).
8605         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
8606
8607 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
8608
8609         * config.guess: Recognize Sony news mips running newsos.
8610
8611 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
8612
8613         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
8614         "fi ; else" for bash.
8615
8616 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
8617
8618         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
8619
8620 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
8621
8622         * config.sub: accept unixware as an alias for svr4.2.
8623         Fix some inconsistancies with the gcc version.
8624
8625 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
8626
8627         * Makefile.in (DISTDOCDIRS):  Add gdb.
8628
8629 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
8630
8631         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
8632
8633 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
8634
8635         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
8636         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
8637         this now.
8638
8639 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
8640
8641         * config.sub: Accept hiux* as an OS name.
8642
8643         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
8644         etc/make-stds.texi.  The underscore came from gcc, and dje now
8645         agrees that RUNTESTFLAGS is the correct name.
8646
8647 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
8648
8649         * install.sh:  Remove 'set -e'.  It makes any conditionals
8650         in the script useless.
8651
8652         * config.guess: Automatically recognize arm-acorn-riscix
8653         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
8654
8655 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
8656
8657         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
8658
8659 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
8660
8661         * Makefile.in (DISTDOCDIRS): New variable.
8662         (taz): Edit local Makefile.in sooner, instead of proto-toplev
8663         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
8664
8665 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
8666
8667         * configure.in (hppa target): check the source directory for the
8668           pagas sub-directory
8669
8670 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
8671
8672         * config.sub: Allow -aout* and -elf*.
8673
8674 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
8675
8676         * configure.in: Don't build ld on i386-solaris2, same as for
8677         sparc-solaris2.
8678
8679 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
8680
8681         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
8682
8683 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
8684
8685         * configure.in:  Configure gdb for alpha.
8686
8687 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
8688
8689         * Makefile.in (CXXFLAGS): Add -O.
8690
8691 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
8692
8693         * config.guess: added support for DG Aviion
8694
8695 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
8696
8697         * configure.in: Produce warning message for subdirectories not
8698         configurable for this host/target combination.  Don't try to
8699         configure gdb for vms.
8700
8701 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
8702
8703         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
8704         appropriate files before making "diststuff".
8705         (DISTBISONFILES): New var: list of files to be edited.
8706         (DISTSTUFFDIRS): Add binutils.
8707
8708 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
8709
8710         * config.sub: also handle mipsel and mips64el (for little endian mips)
8711
8712 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
8713
8714         * configure.in: Add * to end of all OS names.
8715
8716 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
8717
8718         * configure.in: Build newlib for LynxOS native.
8719
8720 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
8721
8722         * config.guess: Add support for delta 88k running SVR3.
8723
8724         * configure.in: Add comment about HP compiler vs. emacs.
8725
8726 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
8727
8728         * configure.in: don't build ld on solaris2 (not a viable option
8729           due to bugs in getpwnam & getpwuid)
8730
8731 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
8732
8733         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
8734         config.guess will produce a full version number.
8735
8736 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8737
8738         * configure.in: Build linker and binutils for alpha-dec-osf1.
8739
8740 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
8741
8742         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
8743         and gdb/testsuite/Makefile.in.
8744
8745 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
8746
8747         * configure.in: recognize mips*- instead of mips-
8748
8749 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
8750
8751         * config.sub: Accept linux*coff and linux*elf as operating
8752         systems.
8753
8754 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8755
8756         * config.sub: Recognize mips64, and mips3 as an alias for it.
8757
8758 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
8759
8760         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
8761         gdb knows how to handle OSF/1 shared libraries.
8762
8763 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
8764
8765         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
8766         * config.guess: Recognize Hitachi's HIUX.
8767         * config.sub: Recognize h3050r* and hppahitachi.
8768         Remove redundant cases for hp9k[23]*.
8769
8770 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
8771
8772         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
8773         if gas and ld are in the source tree and are in ${configdirs}.
8774         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
8775         --with options (but still pass them down on the command line,
8776         if they were explicitly specified).
8777
8778 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
8779
8780         * configure: substitute SHELL value in Makefile.in with
8781         ${CONFIG_SHELL}
8782
8783 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8784
8785         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
8786         *-*-solaris2* targets.
8787
8788 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
8789
8790         * Makefile.in: define M4, and pass it down to sub-makes;
8791         all-autoconf now depends on all-m4
8792
8793 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
8794
8795         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
8796         presence of {ar,ranlib} instead of a configured directory
8797
8798 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
8799
8800         * config.guess: Accept 34?? as well as 33?? for NCR.
8801
8802 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
8803
8804         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
8805         of 'gas' in sed commands, since 'gash' is now in the tree as well.
8806
8807 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
8808
8809         * configure: grab values for $(CC) and $(CXX) from the
8810         environment, so that someone can do "CC=gcc configure; make" and
8811         have it work right (matching the way that autoconf works now)
8812
8813         * configure.in, Makefile.in: add support for gash, the tcl
8814         interface to Galaxy
8815
8816         * config.guess: add NetBSD variants (hp300, x86)
8817
8818 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
8819
8820         * install.sh: Support -d option (in the manner of SunOS 4 install,
8821         as it is more deterministic than that of GNU install)
8822         (chmodcmd): Set file to mode 755 by default (should also do default
8823         chgrp and chown, but I don't feel like dealing with that now)
8824
8825 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
8826
8827         * config.sub: Remove h8300hhms alias.
8828
8829 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
8830
8831         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
8832
8833 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
8834
8835         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
8836         as stmp-fixinc
8837
8838 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
8839
8840         * config.sub: recognize m88110-bug-coff.
8841
8842 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
8843
8844         * Makefile.in (all-libio): all dependencies on the toolchain used
8845         to build this (gcc, gas, ld, etc)
8846
8847 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
8848
8849         * config.guess: Deal with OSF/1 1.3 on alpha.
8850
8851 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
8852
8853         * install.sh: add some 'else true' clauses for portability
8854
8855         * configure.in: don't build libio for h8[35]00-*-* targets
8856
8857 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
8858
8859         * Makefile.in:  Add support for new libio.
8860
8861 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
8862
8863         * install.sh: If one command fails, don't try the rest.  Don't try
8864         to remove $dsttmp (via trap) unless we have already created it.
8865         If $src doesn't exist, detect it and exit with an error.
8866
8867         * config.guess: Recognize BSD on hp300.
8868
8869 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
8870
8871         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
8872         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
8873
8874 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
8875
8876         * Makefile.in (all-send-pr): depends on all-prms
8877
8878 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
8879
8880         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
8881
8882 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8883
8884         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
8885         Added test for mips-mips-riscos5.
8886
8887 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
8888
8889         * configure.in: use mh-hp300 for 68k HP hosts
8890
8891 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
8892
8893         * configure: add support for CONFIG_SHELL, so that you can use
8894         some alternate shell for evaluating configure scripts
8895
8896 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
8897
8898         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
8899         in configure script to bug-gdb@prep.ai.mit.edu when building
8900         distribution archive.
8901         * Makefile.in (COMPRESS):  Remove def.
8902         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
8903         gdb.tar.Z and make-gdb.tar.Z respectively.
8904         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
8905         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
8906         to convergence with 'taz' target in Makefile.in.
8907
8908 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
8909
8910         * install.sh (dsttmp): use trap to ensure that tmp files go
8911         away on error conditions
8912
8913 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
8914
8915         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
8916
8917 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
8918
8919         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
8920         its parent is '/' not ''.
8921
8922         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
8923
8924 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
8925
8926         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
8927         that ${newsrcdir}/configure.in does.
8928
8929 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
8930
8931         * test-build.mk: support for CONFIG_SHELL
8932
8933 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
8934
8935         * config.sub (netware):  Add as a basic system type.
8936
8937 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
8938
8939         * Makefile.in (Makefile): depend on configure.in.  Also drop the
8940           $(srcdir)/ from the dependency on Makefile.in.
8941
8942 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
8943
8944         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
8945         (h8300hhms is temporary until multi-libraries are implemented).
8946         * configure.in: Handle h8300h too.
8947
8948 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
8949
8950         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
8951
8952 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
8953
8954         * configure:  Remove extraneous output when guessing host type.
8955         * config.guess:  Remove extraneous output when guessing using C
8956         compiler rather than uname, or when guessing fails.
8957
8958 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
8959
8960         * Makefile.in: remove all.cross and install.cross targets
8961
8962         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
8963           definitions
8964
8965 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
8966
8967         * configure.in (target sh): Build gprof.
8968
8969 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
8970
8971         * config.sub: change -solaris to -solaris2
8972
8973 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
8974
8975         * configure.in: Use config/mh-riscos for mips-*-sysv*.
8976
8977 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
8978
8979         * configure: Correct error message for missing Makefile.in to
8980         print correct directory.
8981
8982 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
8983
8984         * install.sh: kludge around 386BSD shell bug
8985
8986 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
8987
8988         * config.guess:  Recognize NeXT.
8989         * config.guess:  Recognize i486-ncr-sysv4.
8990         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
8991
8992 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
8993
8994         * Makefile.in (MAKEINFOFLAGS): New variable.
8995         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
8996         * build-all.mk, test-build.mk: Pass down --no-split as
8997         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
8998
8999 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
9000
9001         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
9002
9003 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
9004
9005         * Makefile.in (libg++.tar.z):  New rule.
9006         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
9007         * Makefile.in (taz):  Only do a single chmod.
9008
9009 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
9010
9011         * install.sh: don't use dirname anymore (replaced with sed usage)
9012
9013 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
9014
9015         * Makefile.in:  Change extension for gzip'd files from '.z' to
9016         '.gz' per new FSF standard usage.
9017
9018 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
9019
9020         * configure: put quotes around the final value of program_transform_name
9021
9022 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
9023
9024         * Makefile.in: new install.sh support; update install-info rules
9025
9026 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
9027
9028         * configure.in: Build diff for crosses, but not for go32 host.
9029
9030         * configure.in: Build gprof only for native, and don't build it
9031         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
9032
9033 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
9034
9035         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
9036
9037 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
9038
9039         * configure.in (host_tools): Add prms.
9040
9041 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
9042
9043         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
9044         with $(FLAGS_TO_PASS) on the command line
9045
9046         * config.sub: Recognize lynx and lynxos
9047
9048 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
9049
9050         * config.sub: Accept -ecoff*, not just -ecoff.
9051
9052 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
9053
9054         * Makefile.in (taz): Use .gz suffix instead of .z.
9055         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
9056         names.
9057
9058 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
9059
9060         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
9061
9062 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
9063
9064         * Makefile.in (install-no-fixedincludes):  install gcc last, so
9065         that rebuilds that might happen during 'make install' don't get
9066         bogus gcc include files
9067
9068 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
9069
9070         Change from Utah for HPPA support:
9071         * config.guess: Recognize hppa1.x-hp-bsd.
9072
9073 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
9074
9075         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
9076         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
9077
9078 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
9079
9080         * config.sub: Add support for rom68k and bug boot monitors.
9081
9082 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
9083
9084         * Makefile.in: Make all-opcodes depend on all-bfd.
9085
9086 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
9087
9088         * config.guess: Added special check for i[34]86-univel-sysv4*.
9089
9090 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
9091
9092         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
9093         the processor rather than assuming i486.
9094
9095 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9096
9097         * config.guess: Recognize SunOS6 as Solaris3.
9098
9099 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
9100
9101         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
9102         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
9103
9104 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
9105
9106         * build-all.mk (all-cross): New target for Canadian Cross.
9107         Added Q2 go32 targets.
9108         * test-build.mk: Configure go32 cross sparclite-aout and
9109         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
9110         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
9111
9112 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
9113
9114         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
9115         GO32 hosted toolchains
9116
9117 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
9118
9119         * configure: change  so "-exec-prefix" gets passed down rather
9120         than "-exec_prefix" so autoconf generated Makefiles get the
9121         exec_prefix set right.
9122
9123 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
9124
9125         * config.guess: get the Solaris2 minor version number
9126
9127         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
9128
9129 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
9130
9131         * config.guess: Recognize some Sequent platforms.
9132
9133 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
9134
9135         * Makefile.in: added the vault-install target
9136
9137         * configure.in: actually use the Sun3 makefile fragment that's in
9138         config, also added the release dir to configdirs
9139
9140 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
9141
9142         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
9143
9144 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
9145
9146         * configure.in: remove some program from Alpha targetted toolchains
9147
9148 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
9149
9150         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
9151         gprof.
9152         (taz): Run "make diststuff" in those directories instead of "make
9153         proto-dir".  Look for "VERSION=" only at start of line in subdir
9154         Makefile.  Use "gzip -9" for compression.
9155         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
9156         (binutils.tar.z): New target.
9157
9158 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
9159
9160         * Makefile.in (taz): Include gpl.texinfo.
9161
9162 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
9163
9164         * Makefile.in (setup-dirs): Merged into "taz" target.
9165         (taz): Only do `proto-dir' stuff if a directory is actually needed
9166         for this target.
9167
9168 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
9169
9170         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
9171         (FLAGS_TO_PASS): Pass down MUNCH_NM.
9172         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
9173         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
9174         (gcc-no-fixedincludes): Correct for current gcc Makefile.
9175
9176 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
9177
9178         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
9179         config.sub, and move-if-change to gdb testsuite distribution
9180         archive, so the testsuite can be extracted, configured, and
9181         run separately from the gdb distribution.  Blow away the Chill
9182         tests that require a Chill compiled executable, since GNU Chill
9183         is not yet publically available.
9184
9185 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
9186
9187         * test-build.mk: set environment variables in a single command,
9188         instead of a list of assignments and exports
9189
9190         * config.guess: recognize Alpha/OSF1 systems
9191
9192 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
9193
9194         * configure: Change help message to prefer --options rather than
9195           -options.
9196
9197 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
9198
9199         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
9200         zippy@ecst.csuchico.edu.
9201         * config.guess: Recognize miniframe.
9202
9203 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
9204
9205        * Makefile.in: Use srcroot to find runtest rather than rootme.
9206        Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
9207
9208 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
9209
9210         * test-build.mk: Extensive additions to support building on a
9211         machine other than the host.
9212
9213 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
9214
9215         * configure (tooldir): Fix for i386-aix again.
9216
9217 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
9218
9219         * configure, Makefile.in:  Change definition of $(tooldir)
9220         to match the FSF.
9221
9222 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
9223
9224         * config.guess:  Recognize i[34]86/SVR4.
9225
9226 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
9227
9228         * Makefile.in (all-gdb): gdb depends on sim.
9229
9230 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
9231
9232         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
9233         at the same time we make the prototype gdb directory.
9234         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
9235         files at the same time as the gdb base release distribution.
9236
9237 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
9238
9239         * Makefile.in (check): Use individual check targets rather than
9240         DO_X rule.
9241         (check-gcc): Added.
9242
9243 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
9244
9245         * config.sub: Use sysv3.2 not sysv32 for canonical OS
9246         for System V release 3.2.
9247
9248 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
9249
9250         * config.sub: Recognize hppaosf.
9251         * configure.in: Do configure ld/binutils/gas for it.
9252
9253 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
9254
9255         * configure (tooldir): Alter syntax used to set this, for systems
9256         where "\$" isn't handled right, like i386-aix.
9257
9258 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
9259
9260         * configure: Pass program-transform-name, not
9261         program_transform_name, to recursive configures.
9262
9263 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
9264
9265         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
9266         of gas+ld+binutils.
9267
9268 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
9269
9270         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
9271
9272 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
9273
9274         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
9275
9276 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
9277
9278         * Makefile.in (PRMS): Set back to all-prms.
9279
9280 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
9281
9282         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
9283         targets, rather than for MIPS hosts.
9284
9285 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
9286
9287         * configure.in: add comment for --with-x default values
9288
9289         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
9290
9291         * Makefile.in: add check-* targets for each of the directories in
9292         the tree.  Add a definition of RUNTEST that will use the one we
9293         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
9294
9295 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
9296
9297         * configure.in: Removed obsolete references to bfd_target and
9298         target_makefile_frag.
9299
9300         * build-all.mk: Set assorted targets for Q2.
9301         * config.sub: Recognize z8k-sim and h8300-hms.
9302         * test-build.mk: Really don't pass host to configure.
9303         (HOLES): Added uname.
9304
9305 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
9306
9307         * configure: Handle an empty program-prefix, program-suffix or
9308         program-transform-name correctly.
9309
9310 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
9311
9312         * build-all.mk: -G 8 no longer required for MIPS targets.
9313         * test-build.mk: Don't pass host argument to configure; make it
9314         guess.
9315
9316 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
9317
9318         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
9319         * Makefile.in (COMPRESS):  New macro, like GZIP.
9320
9321 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
9322
9323         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
9324
9325         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
9326         with gas currently defaults to -G 0.
9327
9328 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
9329
9330         * Makefile.in (all-flex): flex depends on byacc.
9331
9332         * build-all.mk: If host not specified, use config.guess.  Pass TAG
9333         to test-build.mk as RELEASE_TAG.
9334         * test-build.mk (configargs): New variable containing arguments to
9335         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
9336         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
9337
9338         * config.guess: Use /bin/uname when checking -X argument on SCO,
9339         to avoid invoking GNU uname which doesn't understand -X.
9340
9341         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
9342
9343         * configure.in: Build gas for mips-*-*.
9344
9345 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
9346
9347         * Makefile.in (all.normal): insert missing backslash.
9348
9349 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
9350
9351         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
9352
9353         * Makefile.in: Complete overhaul to merge many almost identical
9354         targets.
9355
9356 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
9357
9358         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
9359         (gdb.tar.Z): Adjusted.
9360
9361         * Makefile.in (setup-dirs, taz): New targets; should be general
9362         enough to adapt for gdb sometime.  Build only .z file.
9363         (gas.tar.z): New target.
9364
9365 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
9366
9367         * build-all.mk: Use CC=cc -Xs on Solaris.
9368
9369 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
9370
9371         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
9372         for handling BISON for FSF releases.
9373
9374 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
9375
9376         * configure: Actually implement the change zoo just documented.
9377
9378 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
9379
9380         * configure: when using config.guess, only set target_alias when
9381         it's not already been set (ie, on the command line)
9382
9383 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
9384
9385         * Makefile.in: add installcheck target, set PRMS to install-prms
9386
9387 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
9388
9389         * configure: add support for package_makefile_fragment, handle the
9390         case where a directory has a configure.in file but no Makefile.in
9391         more gracefully (with an actual understandable error message, even);
9392         add support for --without (and add this to the usage message); also
9393         explicitly add a --host=${host_alias} to the command line when
9394         config.guess is used
9395
9396 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
9397
9398         * configure: Must use both --host and --target in recursive calls.
9399
9400 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
9401
9402         * Makefile.in: Change deja-gnu to dejagnu.
9403
9404 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
9405
9406         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
9407
9408 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
9409
9410         * configure.in: canonicalize all instances to *-*-solaris2*,
9411         also strip out a number of tools to not build for go32 host
9412
9413 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
9414
9415         * config.guess: add GPL.
9416
9417         * Makefile.in, config.guess, config.sub, configure: bump
9418           copyrights to 93.
9419
9420 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
9421
9422         * Makefile.in (do-info): Removed obsolete check for existence of
9423         localenv file.
9424
9425         * Makefile.in (MAKEOVERRIDES): Define to be empty.
9426
9427 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
9428
9429         * Makefile.in: a couple of 'else true' for decstation,
9430         support for TclX
9431
9432         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
9433
9434 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
9435
9436         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
9437
9438 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
9439
9440         * config.guess: Recognize i386-ibm-aix (PS/2).
9441         * configure.in: Use config/mh-aix386 file for it.
9442
9443 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
9444
9445         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
9446         CC_FOR_TARGET instead.
9447         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
9448
9449 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
9450
9451         * Makefile.in: Add sim to list of directories sent with gdb
9452
9453 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
9454
9455         * configure.in: Put back mips-dec-bsd* case.
9456
9457 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
9458
9459         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
9460         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
9461         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
9462
9463 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
9464
9465         * configure.in: remove no-op mips-dec-bsd* in "case $target"
9466
9467         * Makefile.in (dir.info): only run gen-info-dir if it exists,
9468         (install-info): install dir.info only if it exists,
9469         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
9470
9471 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
9472
9473         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
9474         gas for mips-dec-bsd.
9475
9476 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
9477
9478         * configure (makesrcdir): If ${srcdir} is relative and not ".",
9479         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
9480
9481 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
9482
9483         * configure.in: Added "dejagnu" to hosttools list.
9484
9485 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
9486
9487         * config.sub, configure.in, config.guess:  Add support
9488         for Bosx, an AIX variant from Bull.
9489         Patches from F.Pierresteguy@frcl.bull.fr.
9490
9491 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
9492
9493         * devo/dejagnu: Initial creation of devo/dejagnu.
9494         Migrated dejagnu testcases and support files for testing software
9495         tools to reside as subdirectories, currently called "testsuite",
9496         within the directory of the software tool.  Migrated all programs,
9497         support libraries, etc. beloging to dejagnu proper from
9498         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
9499         with no modifications.  The changes to these files which will
9500         allow them to configure, build, and execute properly will be made
9501         in a future update.
9502
9503 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
9504
9505         * Makefile.in: Change send_pr to send-pr.
9506         * configure.in: Likewise.
9507         * send_pr: Renamed directory to send-pr.
9508
9509 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
9510
9511         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
9512
9513 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
9514
9515         * README:  Update for gdb-4.8 release.
9516         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
9517         gdb-xxx.tar.z (gzip'd) file also.
9518
9519 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
9520
9521         * Makefile.in: make all-diff depend on all-libiberty
9522
9523 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
9524
9525         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
9526
9527 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
9528
9529         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
9530
9531 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
9532
9533         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
9534         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
9535         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
9536
9537 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
9538
9539         * Makefile.in:  makeinfo binary is in a new location
9540
9541 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
9542
9543         * config.sub: Accept -ecoff as an OS.
9544
9545         * Makefile.in: Various changes to eliminate a level of make
9546         recursion and reduce the required command line length.
9547         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
9548         sub-makes.
9549         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
9550         variables holding settings for specific sub-makes.
9551         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
9552         in terms of BASE_FLAGS_TO_PASS.
9553         (TARGET_LIBS): New variable listing directories which use
9554         TARGET_FLAGS_TO_PASS.
9555         (subdir_do): Eliminated.
9556         (do-*): New set of targets to replace subdir_do.
9557         (various): All targets which used subdir_do now depend on do-*.
9558         (local-clean): Renamed from do_clean.
9559         (local-distclean): New target, dependency of distclean and
9560         realclean.
9561         (install-info): Don't create directories.  Depend on dir.info
9562         rather than calling make recursively.
9563         (install-dir.info): Eliminated.
9564         (install-info-dirs): Create all info directories here.
9565         (dir.info): Depend upon do-install-info.
9566
9567         * test-build.mk (HOLES): Added false.
9568
9569 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
9570
9571         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
9572
9573 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
9574
9575         * Makefile.in (info): remove dependency on all-texinfo.  The
9576         problem was really in texinfo/C, not at this level.
9577
9578 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
9579
9580         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
9581
9582 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
9583
9584         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
9585         GDB releases.
9586
9587 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
9588
9589         * configure: Include srcdir in message about target of link not
9590         being found.  Don't convert `-' to `_' in `with' options being
9591         passed to subdirs.
9592
9593 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
9594
9595         * configure.in: add uudecode to host_tools
9596
9597         * Makefile.in: added {all,install}-uudecode targets, added them to
9598         the appropriate lists
9599
9600 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
9601
9602         * Makefile.in (all-gcc): Added dependency on all-gas.
9603
9604         * configure.in (mips-*-*): Build ld and binutils.
9605
9606 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
9607
9608         * configure: check return code from mkdir, print error message and
9609           exit on failure.
9610
9611 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
9612
9613         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
9614
9615 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
9616
9617         * test-build.mk (HOLES): Added tar, cpio and uudecode.
9618
9619 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
9620
9621         * config.sub (h8500):  Recognize this as a cpu type.
9622
9623 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
9624
9625         * configure: source directory missing is no longer a warning
9626
9627         * configure.in: recognize irix[34]* instead of irix[34]
9628
9629         * Makefile.in: define and pass down X11_LIB
9630
9631 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
9632
9633         * guess-systype: Renamed to ...
9634         * config.guess:  ... by popular request.
9635         * configure.in, Makefile.in:  Update accordingly.
9636
9637 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
9638
9639         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
9640         + Add Convex, Cray/Unicos, and Encore/Multimax support.
9641         + Execute ./dummy instead of assuming . is in PATH.
9642
9643 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
9644
9645         * guess-systype:  New shell script.  Attempts to guess the
9646         canonical host name of the executing host.
9647         Only a few hosts are supported so far.
9648         * configure:  Call guess-systype if no host is specified.
9649
9650 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
9651
9652         * Makefile.in (gcc-no-fixedincludes): Made to work with current
9653         gcc Makefile.
9654
9655
9656 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
9657
9658         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
9659         (all-gcc, install-gcc, subdir_do): Use it.
9660
9661 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
9662
9663         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
9664
9665 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
9666
9667         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
9668           set exclusively by configure, using configure.in .
9669
9670 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
9671
9672         * test-build.mk: set $PATH for all builds
9673
9674         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
9675
9676 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
9677
9678         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
9679         the one used in gcc/Makefile.in, so that a null expansion doesn't
9680         override the one needed to build gcc with a native cc.
9681
9682
9683 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
9684
9685         * configure: Accept -with arguments.
9686
9687 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
9688
9689         * Makefile.in: added h8300sim
9690
9691 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
9692
9693         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
9694         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
9695         (all-cygnus, native, build-cygnus): Make
9696         $(canonhost)-stamp-3stage-done, not $(host)....
9697         * test-build.mk (stamp-3stage-compared): Use tail +10c for
9698         i386-sco3.2v4.  Added else true to if command.
9699
9700 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
9701
9702         * config.sub: (from FSF) Sequent uses a BSD-like OS.
9703
9704 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
9705
9706         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
9707
9708 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
9709
9710         * configure.in: don't remove binutils from Solaris builds
9711
9712 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
9713
9714         * Makefile.in: get rid of earlier definitions for *clean,
9715         also handle the recursive info rule better
9716
9717 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
9718
9719         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
9720         do more-or-less the right thing.
9721
9722 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
9723
9724         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
9725         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
9726
9727 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
9728
9729         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
9730         $(host_canonical).
9731
9732         * configure.in: split the configdirs list into 4 categories (native
9733         v. cross, library v. tool) and handle the cross-only and native-
9734         only in more reasonable (and correct!) way.
9735
9736 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
9737
9738         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
9739         configdirs anymore.
9740
9741 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
9742
9743         * Makefile.in: extensive cleanup::  removed all of the explicit
9744         clean-* targets, collapsed many wrappers around subdir_do into
9745         one, added additional targets to satisfy standards.texi, deleted
9746         some old targets, some changes for consistency
9747
9748 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
9749
9750         * configure.in: handle some programs as cross-only, and others as
9751         native only
9752
9753         * test-build.mk: handle partial holes in a more generic manner
9754
9755         * Makefile.in: m4 depends on libiberty
9756
9757 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
9758
9759         * configure.in: add m4, textutils, fileutils, sed, shellutils,
9760         time, wdiff, and find to configdirs
9761
9762         * Makefile.in: all, clean, and install rules for the new programs
9763         added to configure.in
9764
9765 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
9766
9767         * configure.in: use mh-sun for all *-sun-* hosts
9768
9769 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
9770
9771         * Makefile.in: define flags for X11 include files and library file
9772         locations, pass them down to the programs that need this info
9773
9774         * build-all.mk: added a 'native' target, to 3stage the native toolchain
9775
9776 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
9777
9778         * configure.in: start building libg++ for HP-UX targets
9779
9780 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
9781
9782         * README:  Update references to files moved into etc/.
9783
9784 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
9785
9786         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
9787         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
9788
9789 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
9790
9791         * configure: accept dash as well as underscore in long option
9792         names for FSF compatibility.
9793
9794 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
9795
9796         * config.sub: added -sco3.2v4 support from FSF.
9797
9798 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
9799
9800         * configure.in: expand the section that adds or removes
9801         directories from the list of programs to build, to handle native
9802         vs. cross in addition to host v. native
9803
9804 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
9805
9806         * Makefile.in:  Replace C++ in macro names with CXX.
9807         This is less likely to break ...
9808
9809 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
9810
9811         * test-build.mk: add -w to GNU_MAKE
9812
9813 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
9814
9815         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
9816         add 'sparc' to list of recognized cpus.  This needed to make
9817         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
9818         Delete some redundant ose68 variants.  Recognize -wrs as an os,
9819         then changes that into $CPU-wrs-vxworks.
9820
9821         * configure.in: remove most references to gdbtest, regularize
9822         target based program removal
9823
9824         * test-build.mk: import from p3 tree (many fixes and changes)
9825
9826 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
9827
9828         * Makefile.in: added rules to handle tcl, tk, and expect
9829
9830         * configure.in: handle those directories if they exist
9831
9832 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
9833
9834         * config.sub: removed bogus hppabsd and hppahpux names, since
9835         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
9836
9837 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
9838
9839         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
9840         depends upon all-xiberty
9841
9842         * Makefile.in: changes from p3, including:
9843
9844         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
9845
9846         * Makefile.in (XTRAFLAGS): include newlib directories if
9847         newlib/Makefile exists, rather than if host != target.
9848
9849         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
9850
9851         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
9852         from the same source tree and not building a cross-compiler.  This
9853         matters for the libg++ configuration if reconfiguring a tree that
9854         has already been installed.
9855
9856         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
9857
9858         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
9859         pick up the machine and system specific header files.
9860
9861         * Makefile.in: added AS_FOR_TARGET, passed down in
9862         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
9863         the C compiler to use to create programs which are run in the
9864         build environment, set it to default to $(CC), and passed it down
9865         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
9866
9867         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
9868
9869         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
9870         We need them for unusual native builds, like systems without
9871         ranlib.
9872
9873         * configure: also define $(host_canonical) and
9874         $(target_canonical), which are the full, canonical names for the
9875         given host and target
9876
9877 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
9878
9879         * Makefile.in:  Added separate definitions for C++.
9880
9881 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
9882
9883         * configure.in (configdirs):  Add deja-gnu.
9884
9885 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
9886
9887         * README:  Update for configure.texi and gdb-4.7 release.
9888
9889 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
9890
9891         * Makefile.in:  Move "all" target to top of file.
9892         Previously, first target was ".PHONY" which caused BSD4.4 make
9893         to build .PHONY when make was run without arguments.
9894
9895 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
9896
9897         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
9898         Library-copylefted code in libiberty.
9899
9900 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
9901
9902         * config.sub:  Replace m68kmote with plain old m68k.
9903
9904 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
9905
9906         * Makefile.in:  Remove space from blank line, avoid Make complaints.
9907
9908 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
9909
9910         * config.sub: Complain if no argument is given.  Added support for
9911         386bsd as OS and target alias.
9912
9913 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
9914
9915         * Makefile.in (XTRAFLAGS): include newlib directories if
9916         newlib/Makefile exists, rather than if host != target.
9917
9918 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
9919
9920         * config.sub: recognize sparclite-wrs-vxworks.
9921
9922         * Makefile.in (install-xiberty): added *-xiberty make rules (from
9923         p3.) Added clean-xiberty to clean.
9924
9925 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
9926
9927         * configure.in: use *-*-* instead of nested cases for host and target
9928
9929 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
9930
9931         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
9932         from the same source tree and not building a cross-compiler.  This
9933         matters for the libg++ configuration if reconfiguring a tree that
9934         has already been installed.
9935
9936 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
9937
9938         * config.sub (i486v/i486v4):  Merge in from FSF version.
9939
9940 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
9941
9942         * configure: only set PWD if it is already set.
9943
9944 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
9945
9946         * configure: just set PWD=`pwd` at the top, since Ultrix sh
9947         doesn't have unset and all success paths (and most error paths)
9948         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
9949         to just ${PWD} to avoid confusion.)
9950
9951 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
9952
9953         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
9954         even for a native compilation.
9955
9956 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
9957
9958         Changes to make the gdb.tar.Z rule work better.
9959
9960         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
9961         (DEVO_SUPPORT):  Add configure.texi.
9962         (bfd-ilrt.tar.Z):  Remove ancient rule.
9963
9964 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
9965
9966         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
9967         pick up the machine and system specific header files.
9968
9969         * configure.in, config.sub: added new target m68010-adobe-scout,
9970         with alias of adobe68k.  Changed configure.in to check for
9971         -scout before -sco* to avoid a false match.
9972
9973         * Makefile.in: added AS_FOR_TARGET, passed down in
9974         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
9975         the C compiler to use to create programs which are run in the
9976         build environment, set it to default to $(CC), and passed it down
9977         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
9978
9979 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
9980
9981         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
9982         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
9983         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
9984         FOR_TARGET variants, to newlib and libg++.
9985
9986 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
9987
9988         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
9989         first.
9990
9991 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
9992
9993         * config.sub:  Accept `elf' as an environment.
9994
9995 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
9996
9997         * Makefile.in (all-opcodes):  cd into the right directory
9998
9999 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
10000
10001         * configure: added -program_transform_name option, used as
10002         argument to sed when installing programs.
10003         configure.texi: added documentation for -program_prefix,
10004         -program_suffix and -program_transform_name.
10005
10006 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
10007
10008         * config.sub:  Accept i486 where i386 ok.
10009
10010 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
10011
10012         * config.sub: accept we32k
10013
10014 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
10015
10016         * config.sub, configure.in: accept OSE68000 and OSE68k.
10017
10018         * Makefile.in: don't create all directories for ``make install'';
10019         let the subdirectories create the ones they need.
10020
10021 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10022
10023         * COPYING: new file, GPL v2
10024
10025 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10026
10027         * Makefile.in: use the new gen-info-dir, which needs a template
10028         argument (which also lives in texinfo)
10029
10030         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
10031
10032 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
10033
10034         * config.sub (ncr3000):  Change i386 to i486.
10035
10036 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10037
10038         * Makefile.in: add install-rcs, install-grep to
10039         install-no-fixedincludes, removed install-bison and install-libgcc
10040
10041 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
10042
10043         * configure.in: grab the HPUX makefile fragment if on HPUX
10044
10045 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
10046
10047         * Makefile.in: eradicate bison spoor (ditto libgcc).
10048          configure.in: recognise m68{k,000}-ericsson-OSE.
10049          es1800 is alias for m68k-ericsson-OSE
10050
10051 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10052
10053         * configure.in: rearrange the parts that remove programs from
10054         configdirs, based now on HOST==TARGET or by canonical triple.
10055
10056 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
10057
10058         * test-build.mk: recurse explicitly with -f test-build.mk when
10059           appropriate.  predicate stage3 and comparison on the existence
10060           of gcc.  That is, if gcc isn't around, we aren't three-staging.
10061           On very clean, also remove ...stamp-co.  Build in-place before
10062           doing other builds.
10063
10064 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
10065
10066         * Makefile.in, configure.in: add tgas
10067
10068 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
10069
10070         * Makefile.in: a number of changes merged in from progressive.
10071
10072         * configure.in: add libm.
10073
10074         * .cvsignore: ignore some stuff that comes from test-build.mk.
10075
10076 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
10077
10078         * config.sub:  Add es1800 (m68k-ericsson-es1800).
10079
10080 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
10081
10082         * configure: Add program_suffix (parallel to program_prefix)
10083         * Makefile.in: adjust directory-creating script for losing decstation
10084
10085 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
10086
10087         * configure:  Minor $subdir-related fixes.
10088
10089 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
10090
10091         * configure: fix various problems with propogating
10092         makefile_target_frag in subdirs.
10093         * configure.in: config libgcc if its there
10094
10095 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
10096
10097         * config.sub:  HPPA merge.
10098
10099 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
10100
10101         * Makefile.in:  Replace all-bison with all-byacc in all
10102         dependency lines for other tools (which now use byacc).
10103
10104 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
10105
10106         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
10107
10108 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
10109
10110         * Makefile.in: make gprof rules similar to byacc rules (instead of
10111         vestigal $(unsubdir) that didn't work...)
10112
10113 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
10114
10115         * config.sub:  Add support for Linux.
10116         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
10117         (at least for libg++).
10118
10119 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
10120
10121         * configure.texi: fix doc for the -nfp option to configure
10122
10123 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
10124
10125         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
10126
10127 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
10128
10129         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
10130         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
10131         * configure.in: added solaris* host_makefile_frag hook.
10132
10133 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10134
10135         * config.sub: changed recognition of m68000 so that various
10136         m68k types can be specified via m680[01234]0
10137
10138 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10139
10140         * config.sub (basic_machine): fix sed so that '-foo' isn't
10141         completely substituted out while .+'-foo' loses the '-foo'
10142
10143 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
10144
10145         * config.sub ($os): Add -aout.
10146
10147 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
10148
10149         * configure:  If host_makefile_frag is absolute, don't
10150         prefix ${invsubdir} (relevant to libg++ auto-configure).
10151
10152 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
10153
10154         * Makefile.in (tooldir): Define it.
10155         (all-ld): Depend on all-flex.
10156
10157 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
10158
10159         * Makefile.in (check):  Fix libg++ special case.
10160
10161 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
10162
10163         * configure: do not bury `pwd` into config.status, thus do fewer
10164           pwd's.
10165
10166         * configure: print the "Building in" message only when building in
10167           other than "." AND verbose.
10168
10169         * configure: remove -s, rework -v to better accommodate guested
10170           configures.
10171
10172         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
10173
10174 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
10175
10176         * Makefile.in: macroize flags passed on recursion.  remove
10177           fileutils.
10178
10179 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
10180
10181         * configure: get makesrcdir right for subdirs deeper than 1.
10182
10183         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
10184           install.
10185
10186 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
10187
10188         * Makefile.in: don't print subdir_do or recursion lines.
10189
10190 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
10191
10192         * standards.texi: added menu item.
10193
10194         * Makefile.in: build and install standards.info.
10195
10196         * standards.texi: new file.
10197
10198 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
10199
10200         * configure: test for and move config.status pieces from
10201           ${subdir}/.
10202
10203 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
10204
10205         * configure:  Test for existance of files before trying to mv
10206         them, to avoid numerous non-existance messages.
10207
10208 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
10209
10210         * configure: correct final line of config.status.
10211
10212         * configure: patch from eggert.  Avoids a protection problem if
10213           the original Makefile.in is read only.
10214
10215         * configure: use move-if-change from gcc to create config.status.
10216           Some makefiles depend on config.status to tell if a directory
10217           has been reconfigured for a different host.  This change
10218           prevents those directories from remaking everything in the case
10219           where the reconfig was only intended to rebuild a Makefile.
10220
10221         * configure: test for config.sub with "config.sub sun4" rather
10222           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
10223           host alias from a missing config.sub.
10224
10225 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
10226
10227         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
10228           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
10229
10230 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
10231
10232         * configure: mkdir ${subdir} as needed.
10233
10234 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
10235
10236         * Makefile.in,configure.in: added autoconf.
10237
10238 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
10239
10240         * Makefile.in: no longer pass against on recursion.
10241
10242         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
10243           definitions are not inherited.
10244
10245         * configure: correct makesrcdir when subdir is .
10246
10247 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
10248
10249         * configure:  Add support for 'subdirs' variable, which is
10250         like 'configdirs', except that configure doesn't re-invoke
10251         itself for subdirs, it just creates a Makefile for each subdir.
10252         * configure.texi:  Document subdirs.
10253
10254 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10255
10256         * configure.in: added flex to configdirs
10257
10258 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
10259
10260         * Makefile.in: remove clean-stamps from clean.
10261
10262 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
10263
10264         * configure.in:  Add gdbtest to configdirs.
10265
10266 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
10267
10268         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
10269         to recursive makes.
10270         * configure.in:  Recognize new ncr3000 config.
10271
10272 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
10273
10274         * Makefile.in, configure.in: removed references to gdbm.
10275
10276 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
10277
10278         * config.sub:  Don't canonicalize os value
10279         newsos* to bsd (readline needs to check for newsos).
10280         (This fix was earlier made Jan 31, but got re-broken.)
10281
10282 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
10283
10284         * configure.in:  sco is an os, not a vendor!
10285
10286         * configure:  Quote $( better.  Keep various shells happy.
10287
10288 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
10289
10290         * Makefile.in: eliminate stamp-files.
10291
10292 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
10293
10294         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
10295           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
10296
10297 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
10298
10299         * config.sub:  fix iris/iris3.
10300
10301 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
10302
10303         * configure: re-add -rm.
10304
10305 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
10306
10307         * Maskefile.in: add .stmp-rcs to all.
10308
10309         * configure.in: remove gas from rs6000 build, use aix host fragment.
10310
10311 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
10312
10313         * configure: pass down site_option during recursion.
10314
10315 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
10316
10317         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
10318
10319 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
10320
10321         * configure: Change exec_prefix so that it really defaults to prefix.
10322
10323 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
10324
10325         * Makefile.in, configure.in:  Add support for mmalloc library.
10326
10327 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
10328
10329         * Makefile.in: add stmp dependencies for a few more things.
10330
10331 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
10332
10333         * configure: adjusted error message on objdir/srcdir configure
10334           collision, per john's suggestion.
10335
10336         * Makefile.in: add libiberty stmp to all and all.cross.
10337
10338 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
10339
10340         * Makefile.in: remove force dependencies, add grep to all.
10341
10342 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
10343
10344         * Makefile.in: drop flex.  make stamp files work.
10345
10346         * configure: added test for conflicting configuration in srcdir,
10347           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
10348           gets cranky.  use relative paths for configure and srcdir
10349           whenever possible.  Send some error messages to stderr that were
10350           going to stdout.
10351
10352 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
10353
10354         * Makefile.in:  Fix libg++ rule to check for gcc directory
10355         before using gcc/gcc.  Also pass XTRAFLAGS.
10356
10357 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
10358
10359         * Makefile.in: added stmp-files so that directories aren't polled
10360           when they are already built.
10361
10362         * configure.texi: fixed a node pointer problem.
10363
10364 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
10365
10366         * config.sub configure.in gdb/configure.in
10367         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
10368         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
10369         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
10370
10371 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
10372
10373         * configure: -recurring becomes -silent.  corrected help message
10374           for -site= option.
10375
10376         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
10377
10378 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
10379
10380         * configure: when building Makefile for crosses, replace
10381           tooldir and program_prefix.  default srcdir from location of
10382           config.sub.  remove "for host in hosts" and "for target in
10383           targets" loops.
10384
10385 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
10386
10387         * Makefile.in: Do not pass bindir or mandir to cvs.
10388
10389 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
10390
10391         * Makefile.in, configure.in: removed traces of namesubdir,
10392           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
10393           copyrights to '92, changed some from Cygnus to FSF.
10394
10395         * configure.texi: remove most references to multiple hosts,
10396           multiple targets, subdirs, etc.
10397
10398         * configure.man: removed rcsid. reference config.sub not
10399           config.subr.
10400
10401         * Makefile.in: mkdir $(infodir) on install-info.
10402
10403 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
10404
10405         * configure.texi:  Explain better about .gdbinit and about
10406         the environment that configure.in sections run in.
10407
10408 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
10409
10410         * configure.in:  Ultrix is only a decstation if it's a MIPS.
10411
10412 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
10413
10414         * README:  DOC.configure => cfg-paper.texi.
10415
10416 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
10417
10418         * config.sub (near case $os):  Don't convert newsos* to bsd!
10419
10420 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
10421
10422         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
10423         the number of copies of COPYING that go into the GDB tar file.
10424
10425 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
10426
10427         * bfd/configure.in, gdb/config/mh-i386sco,
10428         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
10429         Fix SCO configuration stuff.
10430
10431 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
10432
10433         * Makefile.in:  For libg++, make sure the -I pointing
10434         to the gcc directory goes *after* all the libg++-local -I flags.
10435         Also, move just-gcc dependency from just-libg++ to all-libg++.
10436
10437 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
10438
10439         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
10440
10441 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
10442
10443         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
10444
10445 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
10446
10447         * config.sub:  Add stratus configuration frags.  Also
10448         submitted to FSF.
10449
10450 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
10451
10452         * Makefile.in (DEV_SUPPORT):  add configure.man.
10453
10454         * config.sub(Decode manufacturer-specific):  add -none*.
10455
10456 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
10457
10458         * Makefile.in:  remove form feeds to make Sun's make happy.
10459         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
10460
10461 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
10462
10463         * Makefile.in (AR_FLAGS):  Make quieter.
10464
10465 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
10466
10467         * configure.in:  Add libg++.
10468         * configure:  When verbose, don't output the command line at each
10469         level; it will be unremarkably the same as the previous version,
10470         which will be the same as what the user typed.
10471
10472 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
10473
10474         * configure.in, Makefile.in: fix clean-info, add flex.  add
10475           fileutils.
10476
10477         * configure: be less sensitive to spaces in Makefile.in.  Do not
10478           look for sources in "..".  Doing so breaks subdirectories that
10479           might have their own configure.  If a subdir has it's own
10480           configure script, use it.
10481
10482 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
10483
10484         * cfg-paper.texi: some changes suggested by rms.
10485
10486 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
10487
10488         * config.sub:  Merge in some small additions from the FSF version,
10489         taken from the gcc distribution, to bring the Cygnus and FSF
10490         versions into closer sync.
10491
10492 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
10493
10494         * configure.in:  Changed svr4 references to sysv4.
10495
10496 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
10497
10498         * configure: added -V for version number option.
10499
10500 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
10501
10502         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
10503           renamed from DOC.configure to cfg-paper.texi.
10504
10505 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
10506
10507         * configure, config.subr, config.sub: config.subr is now
10508           config.sub again.
10509
10510 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
10511
10512         * configure.texi: new file, in progress.
10513
10514         * Makefile.in: build info file and install the man page for
10515           configure.
10516
10517         * configure.man: new file, first cut.
10518
10519         * configure: find config.subr again now that configuration "none"
10520           has gone.  removed all traces of the -ansi option.  removed all
10521           traces of the -languages option.
10522
10523         * config.subr: resync from rms.
10524
10525 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
10526
10527         * configure, config.sub, config.subr: merge config.sub into
10528           config.subr, call the result config.subr, remove config.sub, use
10529           config.subr.
10530
10531         * Makefile.in: revised install for dir.info.
10532
10533 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
10534
10535         * configure.in: add decstation host makefile frag.
10536
10537         * Makefile.in: BISON now bison -y again.  also install-gcc on
10538           install.  clean-gdbm on clean.  infodir belongs in datadir.
10539           Make directories for info install.  Build dir.info here then
10540           install it.
10541
10542 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
10543
10544         * Makefile.in: fix for bad directory tests.
10545
10546 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
10547
10548         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
10549           regexp.  -srcdir relative was being handled incorrectly.
10550
10551         * Makefile.in: unwrapped some for loops so that parallel makes
10552           work again and so one can focus one's attention on a particular
10553           package.
10554
10555 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
10556
10557         * configure: added PWD as a stand in for `pwd` (for speed). use
10558           elif wherever possible.  make -srcdir work without -objdir.
10559           -objdir= commented out.
10560
10561 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
10562
10563         * configure: +options become --options.  -subdirs commented out.
10564           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
10565           Makefile now at top of generated Makefile.  Removed cvs log
10566           entries.  added -srcdir.  create .gdbinit only if there is one
10567           in ${srcdir}.
10568
10569         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
10570           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
10571           and mandir now keyed off datadir by default.
10572
10573 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
10574
10575         * Freshly created ChangeLog.
10576
10577 \f
10578 Local Variables:
10579 mode: change-log
10580 left-margin: 8
10581 fill-column: 76
10582 version-control: never
10583 End: