OSDN Git Service

* libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
[pf3gnuchains/gcc-fork.git] / ChangeLog
1 2005-04-12  Mike Stump  <mrs@apple.com>
2
3         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
4
5 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
6
7         * MAINTAINERS (Write After Approval): Add myself.
8
9 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
10
11         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
12
13 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
14
15         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
16         (TARGET_CONFIGARGS): Include --with-target-subdir.
17         (configure, all): New macros.  Use them throughout.
18         * Makefile.in: Regenerate.
19
20 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
21
22         * MAINTAINERS (Write After Approval): Add myself.
23         
24 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
25
26         * MAINTAINERS: Remove 'loop unrolling' maintainer.
27
28 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
29
30         * MAINTAINERS: Move John Carr to Write After Approval.
31
32 2005-03-30  J"orn Rennecke <joern.rennecke@st.com>
33
34         * config/mh-mingw32: Delete.
35         * configure.in: Don't use it.
36         * configure: Regenerate.
37
38 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
39
40         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
41         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
42         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
43         (HOST_LIB_PATH): Generate from Makefile.def.
44         (TARGET_LIB_PATH): Likewise.
45         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
46         * Makefile.in: Regenerate.
47         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
48         (RPATH_ENVVAR): Include Darwin case.
49         * configure: Regenerate.
50
51 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
52
53         * MAINTAINERS (Various Maintainers): Remove self.
54         (Write After Approval): Add self.
55
56 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
57
58         * MAINTAINERS (Various Maintainers): Add self.
59
60 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
61
62         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
63         * configure: Regenerate.
64
65 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
66
67         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
68         gcc_version, and gcc_version_trigger from set of flags to pass.
69         * Makefile.tpl: Remove definitions of above variables.
70         (config.status): Remove dependency on $(gcc_version_trigger).
71         * Makefile.in: Regenerate.
72         * configure.in: Do not reference config/gcc-version.m4 nor
73         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
74         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
75         * configure: Regenerate.
76
77 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
78             Andrew Pinski <pinskia@physics.uc.edu>
79
80         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
81         * Makefile.in: Regenerate.
82
83 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
84
85         * MAINTAINERS (Write After Approval): Add myself.
86
87 2005-03-03  David Ayers  <d.ayers@inode.at>
88
89         * MAINTAINERS (Write After Approval): Add myself.
90
91 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
92
93         PR libgcj/20160
94         * ltmain.sh: Avoid creating archives with components that have
95         duplicate basenames.
96
97 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
98
99         PR bootstrap/20250
100         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
101         instead of check.
102         * Makefile.in: Regenerate.
103
104 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
105
106         * Makefile.in: Regenerate to fix conflict between the previous two
107         patches.
108
109 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
110
111         PR bootstrap/17383
112         * Makefile.def (target_modules): Remove "stage", now unnecessary.
113         * Makefile.tpl (HOST_SUBDIR): New substitution.
114         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
115         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
116         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
117         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
118         (Host modules, Bootstrapped modules): Use it.
119         (Build modules, Target modules): Do not create symlink trees,
120         always configure out-of-srcdir.
121         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
122         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
123         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
124         $(HOST_SUBDIR).  Create a symlink for host_subdir.
125
126         * Makefile.in: Regenerate.
127         * configure: Regenerate.
128
129 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
130
131         Merged from libada-gnattools-branch:
132         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
133
134         * gnattools: New directory.
135         * Makefile.def: Add gnattools as a module, depending on target-libada.
136         * Makefile.in: Regenerate.
137         * configure.in: Include gnattools in host_tools; disable it if ada
138         is disabled.
139         * configure: Regenerate.
140
141 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
142
143         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
144         treelang maintainer.
145         (Write After Approval): Remove myself.
146
147 2005-02-23  Paul Schlie  <schlie@comcast.net>
148
149         * configure.in: Allow darwin targeted ports to build tk, itcl and
150         libgui.
151         * configure: Regenerate.
152
153 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
154
155         PR libgcj/10353
156         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
157         * configure: Regenerate.
158
159 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
160
161         * MAINTAINERS (Write After Approval): Add myself.
162
163 2005-02-10  Ian Lance Taylor  <ian@airs.com>
164
165         * MAINTAINERS: Update my e-mail address.
166
167 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
168
169         * MAINTAINERS (Write After Approval): Add myself.
170
171 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
172
173         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
174         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
175         target-libgloss when not *-*-elf and *-*-aout.
176         * configure: Regenerate.
177
178 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
179
180         * MAINTAINERS: Remove obsolete entries.
181
182         * MAINTAINERS (Write After Approval): Add Michael Matz.
183
184 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
185
186         * MAINTAINERS: Remove self as cpplib maintainer.
187
188 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
189
190         * install-sh, config.sub: Import from upstream.
191
192 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
193
194         PR bootstrap/18222
195         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
196         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
197         * Makefile.in: Regenerate.
198
199 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
200
201         * MAINTAINERS: Update my email address.
202
203 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
204             Andreas Schwab  <schwab@suse.de>
205
206         PR bootstrap/18033
207         * config-ml.in: Eval option if surrounded by single quotes.
208
209 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
210
211         Revert 2004-12-28 Makefile changes, a better fix will be
212         applied to mainline and src after GCC 4.0 branches.
213
214 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
215
216         PR bootstrap/17383
217
218         * Makefile.def (target_modules): Remove stage parameter,
219         it is always true now.
220         * Makefile.tpl (configure-build-[+module+],
221         configure-target-[+module+]): Always build symlink tree
222         for the directory and for include.  BUILD_SUBDIR and
223         TARGET_SUBDIR cannot be . anymore.
224         * Makefile.in: Regenerate.
225
226 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
227
228         Revert 2004-12-08 Makefile changes.
229
230 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
231
232         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
233         cygwin, mingw.
234
235 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
236
237         * configure.in (sh64-*-*): Reenable gprof.
238         * configure: Regenerate.
239
240 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
241
242         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
243         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
244         (EXTRA_TARGET_FLAGS): Add PICFLAG.
245         * Makefile.in: Regenerate.
246
247 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
248
249         * MAINTAINERS: Update my email address.
250
251 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
252
253         * Makefile.tpl: Generate normal dependencies if the LHS module is
254         not bootstrapped.
255         * Makefile.in: Regenerate.
256
257 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
258
259         * configure.in: Include config/gxx-include-dir.m4.  Use
260         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
261         * configure: Regenerate.
262
263 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
264
265         * config.if: Delete.
266         * configure.in: Set libstdcxx_incdir directly.
267         * configure: Regenerate.
268
269 2004-12-02  Eric Christopher  <echristo@redhat.com>
270
271         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
272         * Makefile.in: Regenerate.
273
274 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
275
276         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
277         * configure: Regenerate.
278
279 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
280
281         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
282         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
283         * configure: Regenerate.
284
285 2004-12-01  Eric Christopher  <echristo@redhat.com>
286
287         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
288         of things to remove.
289
290 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
291
292         * MAINTAINERS (Write After Approval): Update my e-mail address.
293
294 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
295
296         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
297         from CVS libtool to always pass_all.
298
299 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
300
301         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
302         (hppa*64*-*-*): Delete incorrect comment.
303         * configure: Rebuilt.
304
305 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
306
307         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
308
309 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
310
311         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
312         from CVS libtool to always pass_all.
313
314 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
315
316         * install-sh, compile: Import from automake.
317
318 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
319
320         * config.guess, config.sub:  Import from savannnah.
321
322 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
323
324         * MAINTAINERS (Write After Approval): Add myself
325
326 2004-11-12  Mike Stump  <mrs@apple.com>
327
328         * Makefile.def: Add html support.
329         * Makefile.tpl: Likewise.
330         * Makefile.in: Regenerate.
331
332 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
333
334         PR 18423
335         * configure.in: Remove all instances of build-fixincludes from
336         noconfigdirs.
337         (build_configargs): Supply --target to subdirectories.
338         * configure: Regenerate.
339
340         * Makefile.def: Make gcc install depend on fixincludes install.
341         * Makefile.in: Regenerate.
342
343 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
344
345         * MAINTAINERS: Add myself as gcc testsuite maintainer.
346
347 2004-11-11  Paul Brook  <paul@codesourcery.com>
348
349         * MAINTAINERS: Add self as arm maintainer.  Update email address.
350
351 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
352
353         * configure.in (noconfigdirs) [mmix-*-*]: Disable
354         target-libgfortran.
355         * configure: Regenerate.
356
357 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
358
359         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
360         like CC.
361
362 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
363
364         * Makefile.def (host fixincludes): Specify missing targets.
365         * Makefile.in: Regenerate.
366
367 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
368
369         * MAINTAINERS: Add myself
370
371 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
372
373         * MAINTAINERS (Write After Approval): Add myself.
374
375 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
376
377         * Makefile.def: Build fixincludes for the host, too.
378         * Makefile.in: Regenerate.
379         * configure.in (host_tools): Add fixincludes.
380         * configure: Regenerate.
381
382 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
383
384         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
385         * configure: Regenerated.
386
387 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
388
389         PR other/17783
390         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
391         * configure: Regenerated.
392
393 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
394
395         * README.SCO: Update per FSF instructions.
396
397 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
398
399         PR target/18151
400         * configure.in (case ${target}): Do not build fixincludes for avr.
401         * configure: Regenerated.
402
403 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
404
405         * configure.in (case ${target}): Do not build fixincludes
406         on platforms where it is not used.
407         * configure: Regenerated.
408
409 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
410
411         * configure.in: Use an absolute path to install-sh.
412         * configure: Regenerated.
413
414 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
415
416         * MAINTAINERS (Write After Approval): Add myself.
417
418 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
419
420         * MAINTAINERS: Remove from Write After Approval those that are
421         already maintainers.
422
423 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
424
425         * MAINTAINERS:  Update my email address.
426
427 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
428
429         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
430         * configure: Regenerate.
431
432 2004-10-07  J"orn Rennecke <joern.rennecke@st.com>
433
434         * MAINTAINERS:  Update my email address.
435
436 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
437
438         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
439         entries belonging to this category.
440
441 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
442
443         * MAINTAINERS: Update my e-mail address.
444
445 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
446
447         Fix wrong conflict resolution in:
448
449         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
450
451         * Makefile.in: Regenerate.
452         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
453         in the recursive `make', instead of hardwiring `all'.
454         (Autogenerated TARGET-* variables): New.
455
456 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
457
458         * configure.in: Enable target-libgloss for crx-*-*.
459         * configure: Regenerate.
460
461 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
462
463         * MAINTAINERS (Various Maintainers): Move the "windows,
464         cygwin, mingw" maintainer to ...
465         (OS Port Maintainers): ... here.
466
467 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
468
469         * MAINTAINERS (Write After Approval): Remove those that are
470         maintainers of some subsystem.
471
472 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
473
474         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
475         * ltcf-cxx.sh (tpf*): Likewise.
476         * ltconfig (tpf*): Add TPF OS configuration support.
477
478 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
479
480         * MAINTAINERS: Change my email address to my new work account.
481
482 2004-09-24  Michael Roth  <mroth@nessie.de>
483
484         * configure.in (--without-headers): Add missing double quotes.
485         * configure: Regenerate.
486
487 2004-09-24  Kelley Cook <kcook@gcc.gnu.org>
488
489         * ylwrap: Revert to previous version.
490
491 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
492
493         PR bootstrap/17369
494         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
495         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
496         SET_GCC_LIB_PATH_CMD.
497         (BASE_TARGET_EXPORTS): Likewise.
498         * Makefile.in: Regenerated.
499
500         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
501         * configure: Regenerated.
502
503 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
504
505         * config.guess: New upstream version
506         * compile, depcomp, install-sh, ylwrap: Likewise.
507
508 2004-09-19  Roger Sayle  <roger@eyesopen.com>
509
510         * config/mh-x86omitfp: New host makefile fragment.  Add
511         -fomit-frame-pointer to the default BOOT_CFLAGS.
512         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
513         * configure: Regenerate.
514
515 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
516
517         PR target/11572
518         * configure.in (*-*-darwin*): Renable libobjc.
519         * configure: Regenerate.
520
521 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
522
523         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
524
525 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
526
527         * Makefile.def: Remove libbanshee.
528         * Makefile.tpl: Ditto.
529         * configure.in: Ditto.
530         * Makefile.in: Regen.
531         * configure: Ditto.
532
533 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
534
535         * ltmain.sh: Use $pic_object as $non_pic_object if
536         $non_pic_object=none.
537
538 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
539
540         * missing: Import latest version from master repository.
541
542 2004-09-06  Nick Clifton  <nickc@redhat.com>
543
544         * config.sub: Import latest version from master repository.
545         * config.guess: Likewise.
546         This includes these changes:
547
548         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
549
550         * config.sub: Handle crisv32, alias etraxfs.
551         * config.guess (crisv32:Linux:*:*): Handle.
552
553         2004-08-13  Brad Smith  <brad@comstyle.com>
554
555         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
556         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
557
558         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
559
560         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
561         assume the processor is a powerpc.  This is because coreutils
562         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
563         in this case, due to a MacOS X bug that causes
564         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
565         to return a negative number.
566         Problem reported by Petter Reinholdtsen in:
567         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
568
569         2004-07-19  Ben Elliston  <bje@gnu.org>
570
571         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
572
573         2004-06-24  Ben Elliston  <bje@gnu.org>
574
575         * config.guess: Update copyright years.
576         * config.sub: Likewise.
577
578         2004-06-22  Robert Millan  <robertmh@gnu.org>
579
580         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
581         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
582
583         2004-06-22  Stanley F. Quayle <stan@stanq.com>
584
585         * config.guess (*:*VMS:*:*): New entry. Replaces
586         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
587         manufacturer.
588
589         2004-06-22  Ben Elliston  <bje@gnu.org>
590
591         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
592         * config.sub: Likewise.
593
594         2004-06-22  Ben Elliston  <bje@gnu.org>
595
596         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
597         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
598
599         2004-06-11  Ben Elliston  <bje@gnu.org>
600
601         * config.guess (pegasos:OpenBSD:*:*): Remove.
602
603         2004-06-11  Ben Elliston  <bje@gnu.org>
604
605         From Wouter Verhelst <wouter@grep.be>:
606         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
607
608         2004-06-11  Ben Elliston  <bje@gnu.org>
609
610         * config.guess (luna88k:OpenBSD:*:*): New.
611
612         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
613
614         * config.guess (m32r*:Linux:*:*): New case.
615         * config.sub: Handle m32rle.
616
617         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
618
619         From Jens Petersen  <petersen@redhat.com>:
620         * config.sub: Handle sparcv8.
621
622         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
623
624         From Tom Smith <smith@cag.lkg.hp.com>:
625         * config.guess: Version suffixes are equally significant on Tru64
626         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
627         prefix of "P" (patched kernel).
628
629         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
630
631         * config.sub: Add support for National Semiconductor CRX target.
632
633 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
634
635         * MAINTAINERS (Various Maintainers): Remove myself as web page
636         maintainer, add myself as maintainer of build status lists.
637
638 2004-09-03  Jan Beulich  <jbeulich@novell.com>
639
640         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
641         *-*-netware, but add target-libmudflap.
642         Consolidate *-*-netware targets (of which really only i?86 exists)
643         into a single entry.
644         * configure: Likewise.
645
646 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
647
648         * Makefile.tpl (sorry): Remove.
649         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
650         (cleanstrap targets): Depend on distclean, not distclean-stage1.
651         (do-clean): Clean per-stage directories too.
652         (do-distclean): Run distclean-stage1 too.
653         (.NOTPARALLEL): Enable during toplevel bootstrap.
654         (stage[+id+]-bubble): Enable parallel execution during
655         the recursive invocation.
656         * Makefile.in: Regenerate.
657
658         Fix previous checkin:
659
660         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
661         include.
662         * configure.in: Fix indentation.
663         * configure: Regenerate.
664
665 2004-08-31  Robert Bowdidge <bowdidge@apple.com>
666
667         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
668         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
669         * configure: regenerate
670         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
671         -mdynamic-no-pic
672
673
674 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
675
676         * Makefile.def (build_modules): Add fixincludes.
677         (dependencies): Make gcc depend on fixincludes.
678         * configure.in (build_tools): Add fixincludes.
679         (build_configdirs): Always include build_libs.
680         * Makefile.in: Regenerate.
681         * configure: Regenerate.
682
683 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
684
685         * Makefile.def (bootstrap stages): Add 'lean' parameter.
686         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
687         phony targets; do not generate timestamp files.
688         (distclean-stageN): Remove references to their timestamp files.
689         (restageN, touch-stageN): Remove.
690         (stageN-bubble): Rewritten.
691         (compare): Support lean bootstraps.
692         * Makefile.in: Regenerate.
693
694         * configure.in: Only warn when bootstrapping but
695         build != host or build != target.  Support lean bootstraps.
696         * configure: Regenerate.
697
698 2004-08-26  Phil Edwards  <phil@codesourcery.com>
699
700         * configure.in:  Give a better error message if GMP/MPFR are missing
701         and a language needing them has been requested.
702         * configure:  Regenerated.
703
704 2004-08-25  Phil Edwards  <phil@codesourcery.com>
705
706         * configure.in:  Print a list of available language front-ends if
707         a requested one is missing.  Tidy stray tab characters.
708         * configure:  Regenerated.
709
710 2004-08-19  Michael Koch  <konqueror@gmx.de>
711
712         * gcc/doc/install.texi: Update entry about automake for libjava.
713
714 2004-08-17  Robert Millan  <robertmh@gnu.org>
715
716         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
717         (instead of FreeBSD).
718         * configure: Regenerate.
719
720 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
721
722         * Makefile.in: Regenerate.
723         * configure: Regenerate.
724
725         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
726         stage_*_flags.
727         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
728         for bootstrapped modules if toplevel bootstrap is going.
729         (GCC bootstrap): Generate per-stage targets for all bootstrapped
730         modules.  Adjust for changes in Makefile.def.  Enable several
731         rules even in non-bootstrap mode, just to avoid peppering the
732         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
733         (stage-[+prev+]-bubble): Remove.
734
735         * Makefile.def (Dependencies): Depend on all-build-bison,
736         all-build-flex, all-build-byacc, all-build-texinfo, rather
737         than the host variations.
738         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
739         with BUILD_SUBDIR.
740         (BISON): Update for recent Bisons.
741         (YACC): Fix typo.
742         (cross): Depend on all-build.
743         (all): Do not depend on all-build.
744         (prebootstrap): Remove.
745         (dep-kind): Accept separate prefixes for MODULE and ON variables.
746         (Prebootstrap dependencies): Add them to the per-stage targets
747         and to all-prebootstrap.
748         * configure.in (build_configdirs): Always enable build_tools.
749         (BUILD_DIR_PREFIX): Remove.
750
751         * Makefile.def (gcc): Add target variable.
752         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
753         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
754         in the recursive `make', instead of hardwiring `all'.
755         (Autogenerated TARGET-* variables): New.
756
757 2004-08-13  Brian Booth  <bbooth@redhat.com>
758
759         * MAINTAINERS: Remove myself from write-after-approval.
760
761 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
762
763         * src-release: Stop distributing mmalloc with gdb (which doesn't
764         use it).
765         * Makefile.def: GDB doesn't depend on mmalloc anymore.
766         * Makefile.in: Regenerate.
767
768 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
769
770         * configure.in (arm*-*-eabi*): New target.
771         * configure: Regenerate.
772
773 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
774
775         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
776         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
777         (Dependencies): New section.
778         * Makefile.tpl (Dependencies): Generate from Makefile.def.
779         (configure-target-[+module+]): Depend on maybe-all-gcc
780         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
781         (toplevel profiledbootstrap): Fix dependencies.
782         * Makefile.in: Regenerate.
783
784 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
785
786         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
787         target-libiberty to noconfigdirs.
788         * configure: Regenerate.
789
790 2004-08-03  Paul Brook  <paul@codesourcery.com>
791
792         * configure.in: Check for MPFR as well as GMP.
793         * configure: Regenerate.
794
795 2004-08-01  Robert Millan  <robertmh@gnu.org>
796
797         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
798         libmudflap for all GNU-based systems (with Glibc).
799         * configure: Regenerate.
800
801 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
802
803         * Makefile.def (host-modules): Add gcc.
804         * Makefile.in: Regenerate.
805         * Makefile.tpl (sorry): New rule.
806         (configure-host, all-host, [+make_target+]-host, do-check,
807         install-host): Do not add gcc as a special case.
808         (host modules): Add a small special-casing for gcc.  Export
809         extra_make_flags through the environment.
810         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
811         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
812         other recursive targets for gcc): Remove.
813
814         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
815         (stage, unstage): New rules.
816         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
817         distclean-stage[+id+]): Use stage_current.
818         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
819         the stage*-start rules.
820
821 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
822
823         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
824         use -all_load flag.
825
826 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
827
828         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
829         * configure: Regenerate.
830
831 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
832
833         * maintainer-scripts/gcc_release: Revert yesterday's change.
834
835 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
836
837         * MAINTAINERS: Add myself to write-after-approval.
838
839 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
840
841         * libf2c: Removed.
842         * gcc/gccbug.in: Updated because of libf2c removal.
843         * maintainer-scripts/gcc_release: Ditto.
844
845 2004-07-09  Loren J. Rittle <ljrittle@acm.org>
846
847         * configure.in: Build libmudflap by default on FreeBSD.
848         * configure: Regenerated.
849
850 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
851
852         * configure.in: Do not build libmudflap by default on non-GNU/Linux
853         systems.
854         * configure: Regenerated.
855
856 2004-07-08 John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
857
858         PR target/16344
859         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
860         feedback based compiler.
861         * Makefile.in: Rebuilt.
862
863 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
864
865         * Makefile.def (host_modules): Set bootstrap=true for flex.
866         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
867         * Makefile.in: Rebuilt.
868
869 2004-07-07  Jan Hubicka  <jh@suse.cz>
870
871         * MAINTAINERS: Add self as a profile feedback maintainer.
872
873 2004-07-05  Phil Edwards  <phil@codesourcery.com>
874
875         * configure.in:  Do not prepend $srcdir to /dev/null in
876         makefile fragments.
877         * configure:  Regenerate.
878
879 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
880
881         * Makefile.def (build_modules): Add bison, byacc, flex,
882         m4, texinfo.
883         (flags_to_pass): Add FLEX.
884         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
885         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
886         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
887         DEFAULT_MAKEINFO): Remove.
888         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
889         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
890         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
891         objdir or else use configured tool.
892         (all-build): New.
893         (all): Depend on it.
894         (Build module dependencies): Add.
895         * Makefile.in: Regenerate.
896         * configure.in: Better support for multiple build modules,
897         matching what is done for host/target modules.  Do not look
898         for "plausible" locations of build tools if Canadian cross.
899         Use autoconf's AC_PROG_CC to find a C compiler.  Define
900         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
901         * configure: Regenerate.
902
903 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
904
905         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
906         * Makefile.in: Regenerate.
907
908 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
909
910         * Makefile.tpl (configure-build-[+module+],
911         configure-[+module+], configure-target-[+module+]): Pass
912         [+extra_configure_args+].
913         (all-build-[+module+], all-[+module+], check-[+module+],
914         install-[+module+], [+make_target+]-[+module+],
915         all-target-[+module+], check-target-[+module+],
916         install-target-[+module+], [+make_target+]-target-[+module+]):
917         Pass [+extra_make_args+].
918         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
919         (GCC_HOST_EXPORTS): Remove.
920         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
921         cross, check-gcc, check-gcc-c++, install-gcc,
922         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
923         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
924         * Makefile.in: Regenerate.
925
926 2004-06-21  Matthew Sachs  <msachs@apple.com>
927
928         * MAINTAINERS: Added self to write-after-approval.
929
930 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
931
932         * configure.in: Check for srcdir/winsup rather than build directory
933         winsup.
934         * configure: Regenerate.
935
936 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
937
938         * configure.in: Don't build Cygwin native newlib if winsup
939         directory is missing.  Emit warning instead.
940         * configure: Regenerate.
941
942 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
943
944         * Makefile.tpl (touch-stage[+id+]): New.
945         (restage[+prev+]): Depend on touch-stage[+id+].
946
947         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
948         Use it throughout.
949
950         * Makefile.def: Add profile and feedback bootstrap stages.
951         Remove next field from bootstrap stages.
952         * Makefile.tpl (LN, LN_S): Substitute.
953         (stageN-start, stageN-end): Use double-colon rules, to
954         provide a hook for additional setup commands.
955         (distclean-stageN-gcc, restageN): Create dependencies from
956         [+prev+], not from [+next+].
957         (stageN-bubble): Add commands for successive stages from
958         [+prev+], using double-colon rules.
959         (all-stageN-gcc): Fix typo.
960         (stagefeedback-start, profiledbootstrap): New.
961         * Makefile.in: Regenerate.
962         * configure.in: Call ACX_PROG_LN.
963         * configure: Regenerate.
964
965 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
966
967         * MAINTAINERS (Write After Approval): Add myself.
968
969 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
970
971         * MAINTAINERS (Write After Approval): Add myself.
972
973 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
974
975         * configure.in: Fix --enable-bootstrap breakage introduced in trees
976         without gcc.
977         * configure: Regenerate.
978
979 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
980
981         * Makefile.tpl: Fix typo.
982         * Makefile.in: Regenerate.
983
984 2004-06-01  Paolo Bonzini <bonzini@gnu.org>
985
986         * configure.in: Remove new- prefix from toplevel
987         bootstrap targets.
988         * configure: Regenerate.
989
990 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
991
992         * Makefile.tpl (all.normal): Rename to all.
993         (all): Replace with a rule to pick the default
994         target from configure.
995         (all-gcc, configure-gcc): Use conditionals to
996         do nothing when toplevel bootstrap is going on.
997         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
998         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
999         * configure.in: Support --enable-bootstrap.
1000
1001         * Makefile.def: Remove new- prefix from toplevel
1002         bootstrap targets.
1003         * Makefile.tpl: Likewise.
1004
1005         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
1006         target.
1007
1008         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
1009         $(RECURSE_FLAGS) to recursive invocation of make.
1010
1011         * Makefile.in: Regenerate.
1012         * configure: Regenerate.
1013
1014 2004-05-30  Andreas Jaeger  <aj@suse.de>
1015             Jim Wilson <wilson@specifixinc.com>
1016
1017         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
1018         like CC.
1019
1020 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
1021
1022         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
1023         * configure: Regenerate.
1024
1025 2004-05-25  Daniel Jacobowitz  <drow@false.org>
1026
1027         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
1028         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
1029         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
1030         targets.
1031         * Makefile.in: Regenerate.
1032
1033 2004-05-24  Paolo Bonzini <bonzini@gnu.org>
1034
1035         * configure.in: Test the ability to symlink directories.
1036         * configure: Regenerate.
1037
1038         * Makefile.def (bootstrap-stage): New definitions.
1039         * Makefile.tpl (configure-stage1-gcc,
1040         configure-stage2-gcc, configure-stage3-gcc,
1041         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
1042         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
1043         new-restage3, compare): Autogenerate, see Makefile.in
1044         entry for behavioral changes.
1045         (distclean-stage1, new-stage1-start, new-stage1-end,
1046         new-stage1-bubble, distclean-stage2, new-stage2-start,
1047         new-stage2-end, new-stage2-bubble, distclean-stage3,
1048         new-stage3-start, new-stage3-end): New autogenerated targets.
1049         (objext, prebootstrap, BOOT_CFLAGS,
1050         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
1051         targets.
1052
1053         * Makefile.in: Regenerate.
1054         (distclean-stage1, new-stage1-start, new-stage1-end,
1055         new-stage1-bubble, distclean-stage2, new-stage2-start,
1056         new-stage2-end, new-stage2-bubble, distclean-stage3,
1057         new-stage3-start, new-stage3-end): New targets.
1058         (all-stage1-gcc): Move prebootstrap dependency from here...
1059         (configure-stage1-gcc): ...to here.
1060         (new-bootstrap): Use bubble targets.
1061         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
1062         Use per-stage distclean targets.
1063         (configure-stage1-gcc, configure-stage2-gcc,
1064         configure-stage3-gcc, all-stage1-gcc,
1065         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
1066         Use new-stageN-start to prepare the tree.
1067
1068 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
1069
1070         * Makefile.def (host_modules): add libcpp.
1071         * Makefile.tpl: Add dependencies on and for libcpp.
1072         * Makefile.in: Regenerate.
1073         * configure.in: Add libcpp host module.
1074         * configure: Regenerate.
1075
1076 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
1077
1078         * Makefile.tpl: Whenever a recursive target is defined, wrap
1079         it in a special @if/@endif block, and prepare its maybe
1080         dependency in the @if/@endif block
1081         * configure.in: Instead of writing maybe dependencies, remove
1082         the @if/@endif statements, and remove the @if/@endif blocks
1083         that remain.
1084         * configure: Regenerate.
1085         * Makefile.in: Regenerate.
1086
1087 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
1088
1089         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
1090
1091 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
1092
1093         PR bootstrap/15120
1094         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
1095         * */configure: Rebuilt.
1096
1097 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
1098
1099         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
1100         of libf2c.
1101         * configure, Makefile.in: Regenerate.
1102
1103 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
1104
1105         * MAINTAINERS (Write After Approval): Add myself.
1106
1107 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
1108
1109         Merge from tree-ssa-20020619-branch.
1110
1111         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
1112         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
1113         (HOST_GMPLIBS): Define.
1114         (HOST_GMPINC): Define.
1115         (TARGET_LIB_PATH): Add libmudflap.
1116         (GFORTRAN_FOR_TARGET): Define.
1117         (configure-build*): Export GFORTRAN.
1118         (configure-gcc): Export GMPLIBS and GMPINC.
1119         (all-gcc): Add maybe-all-libbanshee.
1120         (configure-target-libgfortran): Define.
1121         * Makefile.in: Regenerate.
1122         * configure.in (host_libs): Add libbanshee.
1123         (target_libraries): Add target-libmudflap and target-libgfortran.
1124         Add --with-libbanshee.
1125         Handle --disable-libmudflap.
1126         (*-*-freebsd*): Use with_gmp.
1127         Add $(libgcj) to noconfigdirs.
1128         * configure: Regenerate.
1129         * depcomp: New file.
1130         * MAINTAINERS: Add tree-ssa maintainers.
1131
1132 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
1133
1134         * MAINTAINERS (Various Maintainers): Add myself.
1135
1136 2004-04-30  Brian Ford  <ford@vss.fsi.com>
1137
1138         * MAINTAINERS (Write After Approval): Add myself.
1139
1140 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
1141
1142         * MAINTAINERS (Write After Approval): Add myself.
1143
1144 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
1145
1146         * config/acx.m4: Fix fastcompare support for new-bootstrap.
1147         * configure: Regenerate.
1148
1149 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
1150
1151         Revert:
1152         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
1153
1154         * Makefile.def (flags_to_pass): Remove *dir variables that
1155         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
1156         as well as prefix and exec_prefix.
1157         * Makefile.in: Regenerate.
1158
1159 2004-04-26  Robert Millan  <robertmh@gnu.org>
1160
1161         Add patches from libtool CVS.
1162         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
1163         * ltconfig: Likewise.
1164         * ltcf-c.sh: Likewise.
1165         * ltcf-cxx.sh: Likewise.
1166         * ltcf-gcj.sh: Likewise.
1167
1168 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
1169
1170         * Makefile.def (host_modules): Mark with the bootstrap
1171         flag packages on which gcc depends.
1172         * Makefile.tpl (all-bootstrap): Use it.
1173         * Makefile.in: Regenerate.
1174
1175 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
1176
1177         * Makefile.def (flags_to_pass): Remove *dir variables that
1178         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
1179         as well as prefix and exec_prefix.
1180         * Makefile.in: Regenerate.
1181
1182 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
1183
1184         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
1185         * configure: Regenerate.
1186         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
1187         * gcc/Makefile.tpl (compare): Use the result of the test.
1188         * gcc/Makefile.in: Regenerate.
1189
1190 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
1191
1192         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
1193         Always relocate gcc and prev-gcc to the original names, even
1194         if the build fails.
1195         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
1196         New targets.
1197
1198 2004-04-23  Laurent GUERBY <laurent@guerby.net>
1199
1200         * MAINTAINERS: Update my email address.
1201
1202 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1203
1204         * configure.in (mips*-*-irix5*): Enable ld.
1205         * configure: Regenerate.
1206
1207 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1208
1209         * configure: Regenerate.
1210
1211 2004-04-15  James E Wilson  <wilson@specifixinc.com>
1212
1213         * Makefile.tpl (configure-[+module+], configure-gcc,
1214         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
1215         Set and export LDFLAGS.
1216         * Makefile.in: Regenerate.
1217
1218 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
1219
1220         * MAINTAINERS: Add myself to write-after-approval.
1221
1222 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
1223
1224         PR bootstrap/14871
1225         * Makefile.tpl: If we don't have built-in-tree target tools,
1226         use the ones found by configure rather than hacking around with
1227         program_transform_name.
1228         * configure.in: Give Makefile.tpl the information necessary
1229         to do that.
1230         * Makefile.in: Regenerate.
1231         * configure: Regenerate.
1232
1233 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
1234
1235         PR bootstrap/14760
1236         * configure.in: When computing baseargs, strip *all* copies of
1237         offending options.  Also, don't match/substitute the trailing space,
1238         so that this actually works when two similar options are separated by
1239         only one space.
1240         * configure: Regenerate.
1241
1242 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
1243
1244         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
1245         (rs6000-*-aix*): Same.
1246         * configure: Regenerate.
1247
1248 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
1249
1250         * MAINTAINERS: Add myself to write-after-approval.
1251
1252 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
1253
1254         * MAINTAINERS: Add myself to write-after-approval.
1255
1256 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
1257
1258         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
1259         STRICT_WARN, WARN_CFLAGS flags passed down to make.
1260         * Makefile.in: Regenerate.
1261
1262         * configure.in (top level bootstrap support): Rework --enable-werror
1263         to set @stage2_werror_flag@.
1264         * configure: Regenerate.
1265         * Makefile.tpl (top level bootstrap support): Pass
1266         @stage2_werror_flag@ down to configure in stages 2 and 3.
1267         * Makefile.in: Regenerate.
1268
1269 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
1270
1271         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
1272         for stages 2 and 3 as well as in make.  As a consequence, remove
1273         OUTPUT_OPTION (now detected by configure) from the flags passed down
1274         to make.
1275         * Makefile.in: Regenerate.
1276
1277         * Makefile.tpl (new-bootstrap): Fix typo.
1278         * Makefile.in: Regenerate.
1279
1280 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
1281
1282         * Makefile.tpl: Rearrange by moving recursive_targets rules
1283         into their proper sections.
1284         * Makefile.tpl (top level bootstrap support): Move disabling
1285         of coverage flags from 'make' to 'configure'; improve comments.
1286         * Makefile.in: Regenerate.
1287
1288         * Makefile.tpl (experimental top level bootstrap) Move stage1
1289         language setting from all- target to configure- target; disable
1290         intermodule optimization in stage 1; prevent gratuitous rebuilds
1291         of stage 1.
1292         * Makefile.in: Regenerate.
1293         * configure.in: Comma-separate stage 1 language list for top
1294         level bootstrap.
1295         * configure: Regenerate.
1296
1297         * Makefile.tpl: Clean up experimental top level bootstrap support:
1298         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
1299         prev-gcc in configure- targets as well as all- targets.
1300         * Makefile.in: Regenerate.
1301
1302 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
1303
1304         * compile: New file imported from automake.
1305
1306 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
1307
1308         * configure.in: Remove symbolic link section.
1309         * configure: Regenerate.
1310         * Makefile.tpl (links): Remove.
1311         * Makefile.in: Regenerate.
1312
1313 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
1314             Nathanael Nerode  <neroden@gcc.gnu.org>
1315
1316         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
1317         Set with AC_CHECK_PROGS.
1318         * configure.in: Fix comment typo from last patch.
1319         * configure: Regenerate.
1320
1321 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
1322
1323         * Makefile.tpl: Introduce experimental top level bootstrap support.
1324         * Makefile.in: Regenerate.
1325         * configure.in: Introduce support for top level bootstrap.
1326         * configure: Regenerate.
1327
1328 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
1329             Paolo Bonzini  <bonzini@gnu.org>
1330
1331         PR bootstrap/14522
1332         * configure.in: Cope with shells that do not support unquoted ^
1333         * configure: Regenerate.
1334
1335 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
1336             Paolo Bonzini  <bonzini@gnu.org>
1337
1338         PR bootstrap/14522
1339         * configure.in: Cope with shells that do not support nesting
1340         quotes inside quoted backquote substitutions.
1341         * configure: Regenerate.
1342
1343 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
1344
1345         PR bootstrap/14522
1346         * configure.in: Fix escaping of $.
1347         * configure: Regenerate.
1348
1349 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
1350
1351         * configure: Regenerate, since I forgot to while committing Paolo's
1352         changes.
1353
1354 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
1355
1356         PR ada/14131
1357         Move language detection to the top level.
1358         * configure.in: Find default values for the tools as
1359         soon as possible.  Disable ada if GNAT is not found.
1360         Emit error message about missing languages.  Expand
1361         --enable-languages=all for the gcc subdirectory.
1362
1363 2004-03-10  Ben Elliston  <bje@gnu.org>
1364
1365         * MAINTAINERS: Update my email address.
1366
1367 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
1368
1369         * ltconfig: Disable building static libraries if building shared
1370         libraries on AIX 5L.
1371
1372 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
1373
1374         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
1375         and disable libgcj.
1376         * configure: Regenerated.
1377
1378 2004-03-01  Brian Booth  <bbooth@redhat.com>
1379
1380         * MAINTAINERS: Add myself to write-after-approval.
1381
1382 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
1383
1384         * MAINTAINERS: Add myself to write-after-approval.
1385
1386 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
1387
1388         PR bootstrap/7087
1389         * Makefile.tpl: Guard XFOO sed statements better.
1390         * Makefile.tpl: Add dependency for configure-target-libada.
1391         * Makefile.in: Regenerate (incidentally fixes broken
1392         commit when libada-branch was merged).
1393
1394 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
1395
1396         * MAINTAINERS: Add myself to write-after-approval.
1397
1398 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
1399
1400         * MAINTAINERS: Add Nicola Pero and myself as libobjc
1401         maintainers.
1402
1403 2004-02-20  Andrew Cagney  <cagney@redhat.com>
1404
1405         * config.guess: Update from version 2003-10-16 to 2004-02-16.
1406         * config.sub: Update from version 2003-11-03 to 2004-02-16.
1407
1408 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
1409
1410         PR bootstrap/11932
1411         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
1412
1413 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
1414
1415         * MAINTAINERS: Added myself to write-after-approval.
1416
1417 2004-02-14  Michael Koch  <konqueror@gmx.de>
1418
1419         * MAINTAINERS: Added myself to write-after-approval.
1420
1421 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
1422
1423         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
1424         some OS port maintainers to OS port maintainers section.
1425
1426 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
1427
1428         * MAINTAINERS: Add self.
1429
1430 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
1431
1432         * MAINTAINERS: Alphabetize.
1433
1434 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
1435
1436         * MAINTAINERS: Remove myself.
1437
1438 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
1439
1440         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
1441         (rs6000-*-aix*): Same.
1442         * configure: Regenerate.
1443
1444 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
1445
1446         * configure.in (host): Add in missing $noconfigdirs to defines.
1447         * configure: Regenerate.
1448
1449 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
1450             Nathanael Nerode  <neroden@gcc.gnu.org>
1451
1452         PR ada/6637, PR ada/5911
1453         Merge with libada-branch:
1454         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
1455         with appropriate dependencies. Add --enable-libada configure switch.
1456         * configure, Makefile.in: Regenerate.
1457
1458 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
1459
1460         * MAINTAINERS: Add myself to write-after-approval.
1461
1462 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1463
1464         * configure.in: Don't pass --with-stabs on IRIX 5 either.
1465         * configure: Regenerate.
1466
1467 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
1468
1469         Merge from upstream:
1470
1471         * ltmain.in: When setting IFS to '~', be careful about user
1472         arguments that contain '~'.
1473
1474         2004-02-04  Peter O'Gorman  <peter@pogma.com>
1475
1476         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
1477         Also test $base_compile against $CC with escaped arguments. Bug
1478         reported by Geoff Keating <geoffk@apple.com>.
1479
1480 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
1481
1482         * MAINTAINERS: Remove i960 port.
1483
1484 2004-01-23  DJ Delorie  <dj@redhat.com>
1485
1486         * Makefile.def (target_modules) [libiberty]: Don't stage.
1487         * Makefile.in: Rebuilt.
1488
1489 2004-01-20  Caroline Tice  <ctice@apple.com>
1490
1491         * MAINTAINERS: Add myself to write-after-approval.
1492
1493 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
1494
1495         * MAINTAINERS: Update my email address.
1496
1497 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
1498
1499         * MAINTAINERS: Add myself to write-after-approval.
1500
1501 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1502
1503         * MAINTAINERS: Remove entries without email address.
1504
1505 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
1506
1507         * MAINTAINERS: Add myself to write-after-approval.
1508
1509 2004-01-15  Steven Bosscher  <stevenb@suse.de>
1510
1511         * MAINTAINERS: Update my email address.
1512
1513 2004-01-14  Loren J. Rittle <ljrittle@acm.org>
1514
1515         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
1516         * Makefile.tpl (configure-target-[+module+]): Support stage.
1517         * Makefile.in: Rebuilt.
1518
1519 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
1520
1521         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
1522
1523 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
1524
1525         * MAINTAINERS: Add myself as a MIPS maintainer.
1526
1527 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
1528
1529         * configure.in: Use ./config.cache, not config.cache.
1530         * configure: Regenerate.
1531         * Makefile.tpl: Special-casing not needed for GCC any more.
1532         * Makefile.in: Regenerate.
1533
1534         * configure.in: Don't share a cache file for host dirs.
1535         * configure: Regenerate.
1536
1537         * config-ml.in: Don't mess with the cache file.
1538
1539 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
1540
1541         * MAINTAINERS: Move myself from 'Write After Approval' to
1542         'CPU Port Maintainers' section as SPARC maintainer.
1543
1544 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
1545
1546         * Makefile.tpl: Make GCC use a separate config.cache.
1547         * Makefile.in: Regenerate.
1548
1549         PR bootstrap/11932, PR bootstrap/11933
1550         (I don't know if it will fix either of them, but it relates
1551         to them.)
1552         * configure.in: Don't use shared config.cache for target
1553         directories.
1554         * configure: Regenerate.
1555
1556 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
1557
1558         * MAINTAINERS: Add myself to 'Write After Approval' section.
1559
1560 2003-12-31  Roger Sayle  <roger@eyesopen.com>
1561
1562         * configure.in (ia64*-*-hpux*): Disable building java libraries.
1563         * configure: Regenerated.
1564
1565 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
1566
1567         * MAINTAINERS: Remove the mn10200 maintainer.
1568
1569 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
1570
1571         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
1572         * configure: Regenerated.
1573
1574 2003-12-16  Jan Hubicka  <jh@suse.cz>
1575
1576         * MAINTAINERS: Add myself as callgraph maintainer.
1577
1578 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
1579
1580         * configure.in (raw_libstdcxx_flags): Remove the leading space.
1581         * configure: Regenerate.
1582
1583 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1584
1585         * MAINTAINERS: Move myself from 'Bug database only accounts' to
1586         'Write After Approval' section. Update email.
1587
1588 2003-12-01  James Lemke <jim@wasabisystems.com>
1589
1590         * MAINTAINERS (Write After Approval): Add myself.
1591
1592 2003-11-20  Matt Thomas  <matt@3am-software.com>
1593
1594         * MAINTAINERS: Add myself as a vax port maintainer.
1595
1596 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
1597
1598         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
1599         (configure-build-[+module+], configure-[+module+]): Likewise.
1600         (configure-target-[+module+], configure-gcc, config.status): Likewise.
1601         * Makefile.in: Regenerate.
1602
1603 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
1604
1605         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
1606         shared/dylibed libraries.
1607         * ltmain.sh: Likewise.
1608         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
1609         * ltcf-cxx.sh: Likewise.
1610         * ltcf-gcj.sh: Likewise.
1611         * ltconfig: Likewise.
1612
1613 2003-11-17  Stan Cox  <scox@redhat.com>
1614
1615         * MAINTAINERS: Add myself as iq2000 port maintainer.
1616
1617 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
1618
1619         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
1620         * Makefile.in: Regenerate.
1621
1622 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
1623
1624         * config.sub: Update to 2003-11-03 version.
1625
1626 2003-10-20  Phil Edwards  <phil@codesourcery.com>
1627
1628         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
1629         * configure:  Regenerate.
1630
1631 2003-10-20  Nicolas Pitre <nico@cam.org>
1632
1633         * MAINTAINERS: Add myself to 'Write After Approval' section.
1634
1635 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
1636
1637         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
1638
1639 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
1640
1641         * MAINTAINERS: Update my email address.
1642
1643 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1644
1645         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
1646
1647 2003-10-17 Ralph Loader  <rcl@ihug.co.nz>
1648
1649         * MAINTAINERS: Add myself to 'Write After Approval' section.
1650
1651 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
1652
1653         * config.guess: Update to 2003-10-16 version.
1654         * config.sub: Update to 2003-10-16 version.
1655
1656 2003-10-15 David Daney  <ddaney@avtrex.com>
1657
1658         * MAINTAINERS: Added myself to 'Write After Approval' section.
1659
1660 2003-10-15  Falk Hueffner  <falk@debian.org>
1661
1662         * MAINTAINERS: Move myself from 'Bug database only accounts' to
1663         'Write After Approval' section. Update email.
1664
1665 2003-10-14  Roger Sayle  <roger@eyesopen.com>
1666
1667         * MAINTAINERS: Move myself from 'Write After Approval' to
1668         'Various Maintainers' section as middle-end maintainer.
1669
1670 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
1671
1672         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
1673         HOST_FLAGS_TO_PASS.
1674         * Makefile.in: Regenerate.
1675
1676 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
1677
1678         * config.guess: Update to 2003-10-07 version.
1679         * config.sub: Update to 2003-10-07 version.
1680
1681 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1682
1683         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
1684         * ltconfig (irix5*, irix6*): Don't override version_type.
1685
1686 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
1687
1688         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
1689         * configure: Rebuilt
1690         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
1691         * Makefile.in: Rebuilt
1692
1693 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
1694
1695         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
1696
1697 2003-09-30  Carlo Wood  <carlo@alinoe.com>
1698
1699        * MAINTAINERS (Write After Approval): Add myself.
1700
1701 2003-09-29  Paul Koning  <ni1d@arrl.net>
1702
1703         * MAINTAINERS: Move myself from "Write After Approval"
1704         to CPU platform maintainers for pdp11 platform.
1705
1706 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
1707
1708         * MAINTAINERS: Move myself from 'Write After Approval' to
1709         'Various Maintainers' section as libffi testsuite maintainer.
1710
1711 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
1712
1713         * configure.in: Pass a computed --program-transform-name
1714         to subconfigures.
1715         * configure: Regenerated.
1716
1717 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
1718
1719         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
1720         * Makefile.in: Regenerate.
1721
1722         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
1723         * Makefile.in: Regenerate.
1724
1725 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
1726
1727         * MAINTAINERS: Move myself from 'Write After Approval'
1728         to 'Various Maintainers' (objective-c) section.
1729
1730 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
1731
1732         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
1733         quoting.
1734         * configure: Regenerated.
1735
1736 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
1737
1738         * MAINTAINERS (Write After Approval): Add myself to write after
1739         approval list.
1740
1741 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
1742
1743        * MAINTAINERS (Write After Approval): Add myself.
1744
1745 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
1746
1747         * MAINTAINERS: Update my e-mail address.
1748
1749 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
1750
1751         * libtool.m4 (LD): Correct powerpc64 host match.
1752
1753 2003-09-06  James E Wilson  <wilson@tuliptree.org>
1754
1755         * MAINTAINTERS: Update my affiliation and email address.
1756
1757 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1758
1759         * MAINTAINERS (Write After Approval): Add myself.
1760
1761 2003-09-04  DJ Delorie  <dj@redhat.com>
1762
1763         * configure: Regenerate.
1764
1765 2003-09-04  Robert Millan  <robertmh@gnu.org>
1766
1767         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
1768
1769 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1770
1771         * configure.in: Ensure arguments to sed are properly spaced.
1772         * configure: Regenerate.
1773
1774 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
1775
1776         * MAINTAINERS: Update my e-mail address.
1777
1778 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
1779
1780         * MAINTAINERS (Write After Approval): Add myself.
1781
1782 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
1783
1784         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
1785         * configure: Regenerated.
1786
1787 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
1788
1789         * MAINTAINERS: Update my email address.
1790
1791 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
1792
1793         * configure.in:  Use newline instead of semicolon when assuming
1794         shell arguments in a for loop.
1795         * configure:  Regenerated.
1796
1797 2003-08-22  Jason Eckhardt  <jle@rice.edu>
1798
1799         * MAINTAINERS: Resurrect the i860 maintainer.
1800
1801 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
1802
1803         PR 8180
1804         * configure.in: When testing with_libs and with_headers, treat
1805         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
1806         * configure: Regenerate.
1807
1808         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
1809         make, shell, etc.
1810         (baseargs): Likewise.
1811         * configure: Regenerate.
1812
1813 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
1814
1815         * MAINTAINERS (Write After Approval): Add myself.
1816
1817 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
1818
1819         * configure.in: Disable libgcj for darwin not on powerpc.
1820         * configure: Rebuild.
1821
1822 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
1823
1824         * config-ml.in, symlink-tree: Add license.
1825
1826 2003-08-03  Richard Stallman  <rms@gnu.org>
1827             Eben Moglen  <moglen@columbia.edu>
1828
1829         * README.SCO: New file.
1830
1831 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
1832
1833         * Makefile.tpl (check, check-c++): Express dependencies using
1834         dependencies rather than commands.
1835         * Makefile.in: Regenerate.
1836
1837 2003-08-01  Andrew Cagney  <cagney@redhat.com>
1838
1839         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
1840         * configure: Ditto.
1841
1842 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
1843
1844         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
1845         * Makefile.in: Update.
1846
1847 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
1848
1849         * configure.in: Enable libgcj for darwin.
1850         * configure: Rebuild.
1851
1852 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
1853
1854         * config-ml.in:  Use ac_configure_args directly instead of
1855         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
1856         actually seen.
1857
1858 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
1859
1860         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
1861         creating target and build subdirs to build all parent dirs as needed.
1862         * Makefile.in: Rebuild.
1863         * configure.in: Don't build dirs explicitly here.
1864         * configure: Rebuild.
1865
1866 2003-07-26  Paul Brook  <paul@nowt.org>
1867
1868         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
1869
1870 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
1871
1872         * Makefile.tpl (all-make): Depend on intl.
1873         * Makefile.in: Rebuilt.
1874
1875 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
1876
1877         * install-sh:  Update to newer upstream versions (associated with
1878         aclocal 1.7).
1879         * mkinstalldirs:  Likewise.
1880         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
1881
1882 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
1883
1884         * MAINTAINERS: Move self from Bug database only accounts
1885         to write-after-approval.
1886
1887 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
1888
1889         * config.if: Remove unused libc_interface determination.
1890
1891 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
1892
1893         * MAINTAINERS: Move self from write-after-approval to
1894         build machinery (*.in).
1895
1896 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
1897
1898         PR bootstrap/11273
1899         PR bootstrap/11408
1900         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
1901         unused INSTALL_PROGRAM_ARGS.
1902         * configure.in: Use AC_PROG_INSTALL.
1903         * Makefile.in: Regenerate.
1904         * configure: Regenerate.
1905
1906 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
1907
1908         * MAINTAINERS: Alphabetize.
1909
1910 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
1911
1912         * configure: Rebuilt.
1913         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
1914         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
1915         newlib nor libgloss.
1916         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
1917         * configure.in (am33_2.0-*-linux*): Added.
1918
1919 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
1920
1921         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
1922         * configure: Regenerate.
1923
1924 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
1925
1926         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
1927         * Makefile.in: Regenerate.
1928
1929 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
1930
1931         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
1932         * Makefile.in: Regenerate.
1933
1934 2003-07-04  H.J. Lu <hongjiu.lu@intel.com>
1935
1936         * Makefile.tpl: Replace PWD with PWD_COMMAND.
1937         * Makefile.in: Regenerated.
1938
1939         * config-ml.in: Replace PWD with PWD_COMMAND.
1940
1941 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
1942
1943         * intl: New directory; see intl/ChangeLog for details.
1944         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
1945         * Makefile.tpl: all-gcc depends on maybe-all-intl.
1946         * Makefile.in: Regenerate.
1947
1948 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
1949
1950         * configure.in: Clean up config-lang.in handling.  Delete
1951         useless assignment to "subdirs".
1952         * configure: Regenerate.
1953
1954 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
1955
1956         * configure.in: Rename 'target_libs' to 'target_libraries'.
1957         Remove useless reference to 'target_libs'.
1958         * configure: Regenerate.
1959
1960 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
1961
1962         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
1963         * Makefile.in: Regenerate.
1964
1965 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
1966
1967         * Makefile.def: Introduce flags_to_pass.
1968         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
1969         * Makefile.in: Regenerate.
1970
1971 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
1972
1973         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
1974         and target-libgloss.
1975         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
1976         <h8300*-*-*>: Disable libf2c and ${libgcj}.
1977         * configure: Regenerate.
1978
1979 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
1980
1981         * configure.in: Update testsuite_flags to new location.
1982         * configure. Regenerate.
1983
1984 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
1985
1986         * Makefile.tpl: Remove BUILD_CC stuff.
1987         * Makefile.in: Regenerate.
1988
1989 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
1990
1991         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
1992
1993 2003-06-16  Graeme Peterson <gp@qnx.com>
1994
1995         * MAINTAINERS (Write After Approval): Add myself.
1996
1997 2003-06-14  H.J. Lu <hongjiu.lu@intel.com>
1998
1999         * config.guess: Update to 2003-06-12 version.
2000         * config.sub: Update to 2003-06-13 version.
2001
2002 2003-06-12  H.J. Lu <hongjiu.lu@intel.com>
2003
2004         * config.guess: Update to 2003-06-06 version.
2005         * config.sub: Update to 2003-06-06 version.
2006
2007 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2008
2009         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
2010         * configure. Regenerate.
2011
2012 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
2013
2014         * configure.in: Disable serial configure by default.
2015         * configure: Regenerate.
2016         * Makefile.tpl: Abolish .NOTPARALLEL.
2017         * Makefile.in: Regenerate.
2018
2019         * Makefile.tpl: Replace {build,host,target}_canonical by
2020         {build,host,target}.
2021         * Makefile.in: Regenerate.
2022
2023         * Makefile.tpl: Fix stupid pasto.
2024         * Makefile.in: Regenerate.
2025
2026 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
2027
2028         * Makefile.tpl: Remove bogus conditional.
2029         * Makefile.in: Regenerate.
2030
2031 2003-06-05  Jan Hubicka  <jh@suse.cz>
2032
2033         * Makefile.tpl (profiledbootstrap): New target.
2034         * Makefile.in (profiledbootstrap): New target.
2035
2036 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
2037
2038         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
2039         Pinski. Remove user names from other bugzilla-only maintainers.
2040
2041 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
2042
2043         * Makefile.tpl: Make 'recursive targets' using autogen rather
2044         than shell loop.  Remove duplicate 'clean' targets and false
2045         comments.
2046         * Makefile.def: Add systematic dependencies to 'recursive' targets.
2047         Add systematic method of specifying missing targets in subdirs.
2048         Add copyright boilerplate.
2049         * Makefile.in: Regenerate.
2050         * configure.in: Add 'recursive targets' to maybe list.
2051         * configure: Regenerate.
2052
2053         * MAINTAINERS: "GNATS only" -> "Bug database only".
2054
2055         * Makefile.tpl: Rename [+target+] to [+make_target+].
2056         * Makefile.def: Rename 'target' to 'make_target'.
2057
2058 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
2059
2060         * MAINTAINERS: Add self as options handling maintainer.
2061
2062 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
2063
2064         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
2065         been too long since I touched those ports.
2066
2067 2003-05-28  DJ Delorie  <dj@redhat.com>
2068
2069         * Makefile.tpl: Make maybe-check-gcc .PHONY.
2070         * Makefile.in: Regenerate.
2071
2072 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
2073
2074         * configure.in: Use curly braces in the definition of tooldir.
2075         * configure: Regenerate.
2076
2077 2003-05-21  DJ Delorie  <dj@redhat.com>
2078
2079         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
2080         newlib or libgloss.
2081         * Makefile.in: Regenerate.
2082
2083 2003-05-21  DJ Delorie  <dj@redhat.com>
2084
2085         * Makefile.tpl: Add missing empty maybe-check-gcc target.
2086         * Makefile.in: Regenerate.
2087
2088 2003-05-20  Ian Lance Taylor  <ian@airs.com>
2089
2090         * MAINTAINERS: Update my e-mail address.
2091
2092 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
2093
2094         * configure.in: Switch more things to use maybe dependencies.
2095         * Makefile.tpl: Switch more things to use maybe dependencies.
2096         Factor out common code from autogen IF statements.
2097         * configure: Regenerate.
2098         * Makefile.in: Regenerate.
2099
2100 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
2101
2102         * configure.in: Accept i[3456789]86 for machine type.
2103         * configure: Regenerate.
2104
2105 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
2106
2107         * configure.in: Switch more things to use maybe dependencies.
2108         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
2109         * configure: Regenerate.
2110         * Makefile.tpl: Switch more things to use maybe dependencies.
2111         * Makefile.in: Regenerate.
2112
2113 2003-05-16  Andreas Schwab  <schwab@suse.de>
2114
2115         * Makefile.tpl (install-opcodes): Define.
2116         * Makefile.in: Rebuild.
2117
2118 2003-05-13  Andreas Jaeger  <aj@suse.de>
2119
2120         * config.guess: Update to 2003-05-09 version.
2121         * config.sub: Update to 2003-05-09 version.
2122
2123 2003-05-13  Michael Eager <eager@mvista.com>
2124
2125         * configure.in: Correct sed script so that options in quotes are not
2126         deleted.
2127         * configure: Rebuild.
2128
2129 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
2130
2131         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
2132         and $$s/newlib/libc/sys/cygwin32 include paths.
2133         * configure: Ditto.
2134
2135 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
2136
2137         * MAINTAINERS: Update my email addresses.
2138
2139 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
2140
2141         * config-ml.in: Propagate INSTALL variables.
2142
2143 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2144
2145         * MAINTAINERS: Remove duplicate entries in Write After Approval.
2146
2147 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
2148
2149         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
2150         * Makefile.in: Regenerate.
2151
2152 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
2153
2154         * MAINTAINERS (GNATS only): Add Falk Hueffner.
2155
2156 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
2157
2158         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
2159
2160 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
2161
2162         * Makefile.tpl: Clean $(BUILD_SUBDIR).
2163         * Makefile.in: Regenerated.
2164
2165 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
2166
2167         * MAINTAINERS (Write After Approval): Upgrade myself from
2168         GNATS only to write-after-approval. Update my mail address.
2169
2170 2003-04-25  Loren J. Rittle <ljrittle@acm.org>
2171
2172         (OS Port Maintainers: freebsd): Add myself.
2173
2174 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
2175
2176         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
2177
2178 2003-04-22  Kean Johnston  <jkj@sco.com>
2179
2180         * MAINTAINERS (SCO ports): Added myself.
2181
2182 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
2183
2184         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
2185
2186 2003-04-19  Kean Johnston  <jkj@sco.com>
2187
2188         * MAINTAINERS (Write After Approval): Add myself.
2189
2190 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2191
2192         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
2193         * Makefile.in: Regenerate.
2194
2195 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
2196
2197         * configure.in (powerpc64*-*-linux*): Remove.
2198         * configure: Rebuilt.
2199
2200 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
2201
2202         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
2203         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
2204         and restrap.
2205         * Makefile.in:  Regenerate.
2206
2207 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
2208
2209         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
2210         * configure: Regenerated.
2211
2212 2003-04-15  DJ Delorie  <dj@redhat.com>
2213
2214         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
2215
2216 2003-04-13  Nick Clifton  <nickc@redhat.com>
2217
2218         * config-ml.in: Remove support for --disable-aix removing
2219         call-aix multilibs.
2220
2221 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
2222
2223         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
2224         * */configure: Rebuilt.
2225
2226 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
2227
2228         * MAINTAINERS: Add my email address.
2229
2230 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
2231
2232         * MAINTAINERS (Write After Approval): Add myself.
2233
2234 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
2235
2236         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
2237         * Makefile.in: Regenerate.
2238
2239 2003-03-14  Michael Chastain  <mec@shout.net>
2240
2241         * Makefile.in: Regenerate with correct Makefile.def.
2242
2243 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
2244
2245         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
2246         Make macro.
2247         * Makefile.in: Regenerate.
2248         * configure.in: Clean up gxx_include_dir logic.
2249         * configure: Regenerate.
2250
2251 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
2252
2253         * MAINTAINERS (Write After Approval): Add myself.
2254
2255 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
2256
2257         * MAINTAINERS: Update my mail address.
2258
2259 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2260
2261         * configure.in (gxx_include_dir): Fix typo.
2262         * configure: Regenerated.
2263
2264 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
2265
2266         * Makefile.tpl: Reindent.
2267         * Makefile.in: Regenerate.
2268         * configure.in: Reindent.  Don't set unused variables.
2269         * configure: Regenerate.
2270
2271 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
2272
2273         * configure.in: Include $(build_tooldir)/sys-include in
2274         FLAGS_FOR_TARGET.
2275         * configure: Regenerated.
2276
2277 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
2278
2279         * Makefile.tpl: Always pass down RANLIB.
2280         * Makefile.in: Regenerate.
2281
2282         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
2283         * Makefile.in: Regenerate.
2284         * configure.in: Remove unused logic relating to --enable-shared
2285         and --enable-threads.  Remove bogus comments.  Remove redundant
2286         noconfigdirs.
2287         * configure: Regenerate.
2288
2289         * configure.in: Replace ${libstdcxx_version} by its value.
2290         Remove reference to mh-dgux.
2291         * configure: Regenerate.
2292
2293 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
2294
2295         * MAINTAINERS (Write After Approval): Add myself.
2296
2297 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
2298
2299         * Makefile.tpl: Rearrange.
2300         * Makefile.in: Regenerate.
2301
2302 2003-02-25  Uwe Stieber <uwe@wwws.de>
2303
2304         * configure.in: Add support for kaOS as cross build target system.
2305         * configure: Regenerated.
2306
2307 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
2308
2309         * MAINTAINERS (Write after approval): Add myself.
2310
2311 2003-02-21  James E Wilson  <wilson@tuliptree.org>
2312
2313         * MAINTAINERS: Update my email address.
2314
2315 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
2316
2317         * MAINTAINERS: Add self to blanket write privs. section.
2318
2319 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
2320
2321         * Makefile.tpl: Add definition of CPPFLAGS to pass into
2322         configure-target-* as some target builds may require additional
2323         flags for preprocessor tests.
2324         * Makefile.in: Regenerated.
2325
2326 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
2327
2328         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
2329         * ltconfig: Handle it.
2330         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
2331         auto-detecting it.
2332
2333         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
2334         it is used as argument to $CC.
2335         * ltcf-gcj.sh: Likewise.
2336
2337         * configure.in: Introduce --enable-maintainer-mode.
2338         * configure: Rebuilt.
2339         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
2340         for maintainer mode.
2341         * Makefile.in: Rebuilt.
2342
2343 2003-02-18  Jason Merrill  <jason@redhat.com>
2344
2345         * Makefile.tpl (check-c++): Allow parallelism.
2346
2347 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2348
2349         * MAINTAINERS: Remove John Carr (who never actually had access to
2350         gcc.gnu.org).
2351
2352 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
2353
2354         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
2355         don't configure target-libobjc.
2356         * configure: Regenerate.
2357
2358 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2359
2360         * Makefile.tpl (RANLIB): Define.
2361         * Makefile.in: Regenerate.
2362
2363 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
2364
2365         * MAINTAINERS: Update my email.
2366
2367 2003-02-06  Keith R Seitz  <keiths@redhat.com>
2368
2369         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
2370         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
2371         * Makefile.in: Regenerated.
2372         * configure.in: Remove all traces of snavigator, db, and grep.
2373         * configure: Regenerated.
2374
2375 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2376
2377         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
2378         After Approval.
2379
2380 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
2381
2382         * MAINTAINERS (Write after approval): Add myself.
2383
2384 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
2385
2386         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
2387         * Makefile.in: Regenerated.
2388
2389 2003-01-30  Roger Sayle  <roger@eyesopen.com>
2390
2391         * config.guess: Updated to 2003-01-30's version.
2392         * config.sub: Updated to 2003-01-28's version.
2393
2394 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
2395
2396         * config.if: If gcc_version is already set, just use it.  Don't set
2397         gcc_version_trigger if it's already set, otherwise set it to
2398         gcc/version.c, but only if the file exists.  If it is not set and
2399         gcc/version.c does not exist, try to extract the version number from
2400         $CC.
2401
2402 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
2403
2404         * MAINTAINERS: Add myself to write-after-approval list.
2405
2406 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
2407
2408         * configure.in:  Revert 24Jan change.
2409         * configure:  Regenerate.
2410
2411 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2412
2413         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
2414         entry of HJ Lu.
2415
2416 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
2417
2418         * configure.in: Revert previous change.
2419         * configure: Regenerate.
2420
2421 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
2422
2423         * configure.in: Make rda native-only.
2424         * configure: Regenerate.
2425
2426 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2427
2428         * MAINTAINERS: Move myself from GNATS-only-accounts to
2429         write-after-approval.
2430
2431 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
2432
2433         * configure.in: Add missing \.
2434         * configure: Rebuilt.
2435
2436 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
2437
2438         * configure.in (baseargs): Avoid using \| in sed regular
2439         expressions.
2440         * configure: Rebuilt.
2441
2442 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
2443
2444         * configure.in (baseargs): Remove all supported forms of
2445         --cache-file, --srcdir, --host, --build and --target options
2446         from argument lists.
2447         * configure: Rebuilt.
2448
2449 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
2450
2451         * MAINTAINERS: Add myself to write-after-approval list.
2452
2453 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
2454
2455         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
2456         * configure: Rebuilt.
2457
2458 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
2459
2460         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
2461         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
2462         * Makefile.in: Regenerate.
2463         * configure: Regenerate.
2464
2465 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
2466
2467         * configure.in: Remove Makefile in build, host and target modules
2468         unless configure was run with --no-recursion.
2469         * configure: Rebuilt.
2470
2471 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
2472
2473         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
2474         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
2475         * Makefile.in: Regenerate.
2476
2477 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
2478
2479         * config.guess: Update to 2003-01-03 version.
2480         * config.sub: Update to 2003-01-03 version.
2481
2482 2003-01-07  Christopher Faylor  <cgf@redhat.com>
2483
2484         * configure: Regenerate with proper autoconf 2.13.
2485
2486 2003-01-07  Christopher Faylor  <cgf@redhat.com>
2487
2488         * configure.in: Add AC_PREREQ for consistency.
2489         * configure: Regenerate.
2490
2491 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
2492
2493         * configure.in (GDB_TK): Add tcl directories conditional on
2494         gdb/gdbtk directory being present.
2495         * configure: Regenerate.
2496
2497 2003-01-04 John David Anglin  <dave.anglin@nrc.ca>
2498
2499         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld used
2500         by gcc if LD is not defined and we are not doing a Canadian Cross.
2501         * configure: Rebuilt.
2502
2503 2002-12-31  Tom Tromey  <tromey@redhat.com>
2504
2505         * Makefile.in: Rebuilt.
2506         * Makefile.def (target_modules) [libffi]: Allow installation.
2507
2508 2002-12-31  Andreas Schwab  <schwab@suse.de>
2509
2510         * configure.in: Fix use of $program_transform_name.
2511         * configure: Regenerated.
2512
2513 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
2514
2515         * configure.in (baseargs): Don't remove first configure argument.
2516         * configure: Regenerated.
2517
2518 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
2519
2520         * Makefile.tpl (local-distclean): Don't remove...
2521         (multilib.ts): ... this.  Moved into...
2522         (multilib.out): ... this.  Don't use sub-make.
2523         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
2524         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
2525         (configure-build-[+module+], configure-[+module+],
2526         configure-target-[+module+], configure-gcc): ... these.  Test
2527         for Makefile existence.  Drop config.status from dependencies.
2528         * Makefile.in: Rebuilt.
2529         * configure.in: Move gcc-version-trigger to the end of
2530         ac_configure_args.  Add comments to maybedep.tmp and
2531         serdep.tmp.  Introduce --disable-serial-configure.  Remove
2532         nonopt from baseargs, matching and removing corresponding
2533         whitespace while at it.
2534         * configure: Rebuilt.
2535
2536 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
2537
2538         * configure.in (host_configargs): Replace reference to
2539         no-longer-defined buildopts with --build=${build_alias}.
2540         * configure: Rebuilt.
2541
2542         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
2543         program_transform_name to standard idiom.
2544         (AUTOGEN, AUTOCONF): Define.
2545         (Makefile.in): Use $(AUTOGEN).
2546         (Makefile): Depend on config.status, and use autoconf-style rule to
2547         build it.  Move original commands to...
2548         (config.status): ... this new target.
2549         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
2550         $(AUTOCONF).
2551         * Makefile.in: Rebuilt.
2552
2553 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
2554
2555         * Makefile.tpl: Fix dramatic bustage due to change in
2556         program_transform_name.
2557         * Makefile.in: Regenerate.
2558
2559         * configure.in: Remove unnecessary PATH setting.
2560         * configure: Regnerate.
2561
2562         * configure.in: Don't default to unprefixed tools unless
2563         the native tools will work.
2564         * configure: Regenerate.
2565
2566         * configure.in: Convert to autoconf script.  Blow away lots
2567         of now-redundant Makefile fragments.
2568         * configure: Generate using Autoconf.
2569         * Makefile.tpl: Rewrite to reflect autoconfiscation.
2570         * Makefile.in: Regenerate.
2571
2572 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
2573
2574         * configure: Fix stupid bug where RANLIB was mistakenly included.
2575
2576         * configure.in: Rename (buildargs, hostargs, targargs) to
2577         (build_configargs, host_configargs, target_configargs).
2578
2579         * configure.in: Move logic out of sed statement.
2580
2581         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
2582         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
2583
2584 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
2585
2586         * config.sub: Import from master repository
2587         * config.guess: Ditto
2588
2589 2002-12-24  Andreas Schwab  <schwab@suse.de>
2590
2591         * Makefile.tpl (multilib.out): Fix missing space.
2592         * Makefile.in: Regenerate.
2593
2594 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
2595
2596         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
2597         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
2598         * Makefile.in: Regenerate.
2599         * configure.in: Remove unnecessary leftovers.
2600
2601 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
2602
2603         * configure.in (extra_ranlibflags_for_target): New variable.
2604         (*-*-darwin): Add -c to ranlib commands.
2605         * configure (tooldir): Handle extra_ranlibflags_for_target.
2606
2607 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
2608
2609         * Makefile.tpl: Revert HJL's change.
2610         * Makefile.in: Regenerated.
2611         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
2612         always.
2613
2614 2002-12-19  Andreas Schwab  <schwab@suse.de>
2615
2616         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
2617         * Makefile.in: Regenerate.
2618
2619 2002-12-18  H.J. Lu <hjl@gnu.org>
2620
2621         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
2622         * Makefile.in: Regenerated.
2623
2624         * configure.in (build_prefix): New. Substitute.
2625
2626 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
2627
2628         * Makefile.tpl: Don't let real targets depend on phony targets.
2629         * Makefile.in: Regenerate.
2630
2631         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
2632         * Makefile.in: Regenerate.
2633
2634 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
2635
2636         * config.sub: Import from master repository
2637         * config.guess: Ditto
2638
2639 2002-12-16  Jason Merrill  <jason@redhat.com>
2640
2641         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
2642         previous 'make bootstrap'.
2643         * Makefile.in: Regenerate.
2644
2645 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
2646
2647         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
2648
2649 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
2650
2651         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
2652         * Makefile.in: Regenerate.
2653
2654 2002-12-13  Jason Merrill  <jason@redhat.com>
2655
2656         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
2657         library tests.
2658         (check-c++): Just depend on it and check-target-libstdc++-v3.
2659         * Makefile.in: Regenerate.
2660
2661 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
2662
2663         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
2664         * Makefile.in: Rebuilt.
2665
2666 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
2667
2668         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
2669
2670 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
2671
2672         * configure: Fix bug put in by gremlins.
2673
2674         * Makefile.tpl: Substitute more autoconfily.
2675         * configure: Substitute more autoconfily.
2676         * Makefile.in: Regenerate.
2677
2678 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
2679
2680         * config.sub: Import from master repository
2681         * config.guess: Ditto
2682         * MAINTAINERS: Added Svein Seldal under write after approval
2683
2684 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
2685
2686         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
2687         * Makefile.in (all-sim): Ditto.
2688
2689 2002-12-06  DJ Delorie  <dj@redhat.com>
2690
2691         * Makefile.tpl: Change configure dependencies to not have real
2692         targets depend on phony targets.
2693
2694 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
2695
2696         * configure.in: Revert unintentional change.
2697
2698         * Makefile.tpl: Change dependency for */multilib.out so that
2699         it works when gcc isn't in the tree.
2700
2701         * configure.in: Substitute more.
2702         * configure: Run subconfigures from the Makefile.
2703         * Makefile.tpl: Run subconfigures from the Makefile; add a few
2704         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
2705
2706 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2707
2708         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
2709
2710 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
2711
2712         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
2713         and corresponding dependencies.
2714         * Makefile.in: Regenerate.
2715
2716         * configure.in (host_tools): Order binutils, gas and ld for
2717         convenience in running the testsuites.
2718
2719         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
2720         * Makefile.in: Regenerate.
2721         * configure.in: Introduce rules to serialize subconfigure runs.
2722
2723         * configure.in: Introduce BASE_CC_FOR_TARGET.
2724         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
2725         Realize configure-build-* targets.  Realize configure-target-* targets.
2726         * Makefile.in: Regenerate.
2727
2728 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
2729
2730         * configure: Move gcc_version_trigger stuff from here...
2731         * configure.in: ...to here.
2732
2733         * configure.in: Separate subconfigure options added by this file from
2734         options given by the user.  Add machinery to put args for host
2735         subconfigures into the Makefile.
2736
2737         * Makefile.tpl: Remove 'vault' targets.
2738         * Makefile.tpl: Reorder and comment dependencies.
2739         * Makefile.in: Regenerate.
2740
2741 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
2742         * configure.in: Fix my broken commit of previous patch. (sigh)
2743
2744 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
2745
2746         * configure.in: Move host-specific darwin noconfigdirs into
2747         the host-specific section.
2748
2749 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
2750
2751         * configure.in: Move host-specific darwin noconfigdirs into
2752         the host-specific section.
2753
2754 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
2755
2756         * configure: Remove skip-this-dir support.
2757         * Makefile.tpl: Remove skip-this-dir support.
2758
2759         * Makefile.tpl: Remove leftover support for non-autoconfiscated
2760         subdirectories.
2761         * Makefile.in: Regenerate.
2762
2763         * Makefile.tpl: Strip out useless setting of 'dir'.
2764         * Makefile.in: Regenerate.
2765
2766 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
2767
2768         * configure.in: Fix deeply stupid bug.
2769
2770         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
2771         shell code in CXX_FOR_TARGET
2772         * Makefile.def: Introduce raw_cxx.
2773         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
2774         RAW_CXX_FOR_TARGET.
2775         * Makefile.in: Regenerate.
2776
2777 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
2778
2779         * Makefile.tpl: Remove unnecessary ifs.
2780         * Makefile.in: Regenerate.
2781
2782         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
2783         dependencies.  Maybe-ize build-libiberty.  Create dummy install
2784         targets for 'no_install' modules.
2785         * configure: Move GDB_TK substitution to configure.in.  Move
2786         build_modules stuff to configure.in.
2787         * configure.in: Implement soft dependency machinery.  Maybe-ize
2788         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
2789         * Makefile.in: Regenerate.
2790
2791 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
2792
2793         * Makefile.tpl: Make all-target, install-target behave similarly
2794         to all, install (only hitting configured targets).  Eliminate
2795         unused macro defintions.
2796
2797         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
2798         build != host.
2799
2800         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
2801
2802         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
2803
2804         * configure.in: Produce lists of subdir targets we're actually
2805         configuring.  Remove references to "dosrel".
2806         * Makefile.tpl: Let configure set which subdir targets are hit.
2807         Remove install-cross; clean up install; remove ALL.  Remove
2808         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
2809         Autogenerate host module targets.  Remove empty dependency lines
2810         and redundant dependency; rearrange slightly.
2811         * Makefile.def: Add host-side libtermcap, utils.
2812
2813         * Makefile.in: Regenerate.
2814
2815 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2816
2817         * ltconfig (osf[345]): Append $major to soname_spec.
2818         Reflect this in library_names_spec.
2819         * ltmain.sh (osf): Prefix $major with . for use as extension.
2820
2821 2002-11-19  Andreas Jaeger  <aj@suse.de>
2822
2823         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
2824         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
2825         and sparc64 GNU/Linux systems.
2826
2827 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
2828
2829         * MAINTAINERS: Update email.
2830
2831 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2832
2833         * MAINTAINERS: Complete James Dennett's entry.
2834
2835 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
2836
2837         * MAINTAINERS (Write After Approval): Add myself.
2838
2839 2002-11-13  Bruce Korb  <bkorb@gnu.org>
2840
2841         * Makefile.tpl: syntactic cleanup
2842
2843 2002-11-13 Stuart Hastings <stuart@apple.com>
2844
2845         * MAINTAINERS: Add myself to write-after-approval list.
2846
2847 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
2848
2849         * Makefile.def: Add list of recursive targets to autogenerate.
2850         Add build_modules.
2851         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
2852         targets.  Autogenerate *-build-* targets.
2853         * Makefile.in: Regenerate.
2854
2855 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
2856
2857         * configure: More autoconf-style substitutions.
2858         * Makefile.tpl: More autoconf-style substitutions.
2859         * Makefile.in: Regenerate.
2860
2861 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
2862
2863         * configure: Substitute more variables in a more autoconf-friendly
2864         way.  Simplify slightly.
2865         * Makefile.tpl: Make more variables substitutable in an
2866         autoconf-friendly way.
2867         * Makefile.in: Regenerate.
2868
2869 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
2870
2871         * MAINTAINERS (Write After Approval): Add myself.
2872
2873 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
2874
2875         * configure.in (v810*): Remove special setting of tools.
2876
2877         * configure: Add support for extra required flags for ar or nm.
2878         * configure.in (aix4.3+): Use above support for target-specific
2879         issues, rather than using config/mt-aix43.
2880
2881 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
2882
2883         * configure: Remove 'removing', which doesn't work.  Replace $subdir
2884         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
2885         with $srcdir.  Reformat indentation.  Substitute some variables
2886         formerly hard-coded in the Makefile for build=host.
2887         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
2888         * Makefile.def: Autogenerate more.
2889         * Makefile.in: Regenerate.
2890
2891 2002-11-04  Adam Nemet  <anemet@lnxw.com>
2892
2893         * MAINTAINERS (Write After Approval): Add myself.
2894
2895 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
2896
2897         * Makefile.def (host_modules): Add rda.
2898         * Makefile.in: Regenerate.
2899         * configure.in (target_tool): Add target-rda to list.
2900
2901 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2902
2903         * MAINTAINERS: Remove "co-maintainer" note for web pages.
2904
2905 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
2906
2907         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
2908         and restrap targets to this rule.
2909         * Makefile.in:  Regenerate.
2910
2911 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2912
2913         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
2914         GNATS only accounts.
2915
2916 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
2917
2918         * configure.in (i[3456]86-*-linux*): Add check to disable
2919         ${libgcj} for glibc1.
2920
2921 2002-10-24  Denis Chertykov  <denisc@overta.ru>
2922
2923         * MAINTAINERS: Add myself as ip2k port maintainer.
2924
2925 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
2926
2927         * configure.in: Add tic4x target.
2928
2929 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
2930
2931         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
2932         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
2933         * Makefile.in: Regenerate.
2934
2935         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
2936         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
2937         * Makefile.in: Regenerate.
2938
2939 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
2940
2941         * MAINTAINERS: Add myself as web pages co-maintainer.
2942
2943 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
2944
2945         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
2946         * Makefile.in: Regenerate.
2947
2948 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
2949
2950         * MAINTAINERS: Add myself and Nathan Sidwell
2951         <nathan@codesourcery.com> as VxWorks maintainers.
2952
2953 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
2954
2955         * Makefile.def: Remove order dependency comments.
2956         * Makefile.tpl: Add explicit install-install dependencies.
2957         * Makefile.in: Regenerate.
2958
2959         * Makefile.tpl: Remove material now in src-release.  (Finally!)
2960         * Makefile.in: Regenerate.
2961
2962         * Makefile.tpl: Add configure-target (for src-release in src)
2963         * Makefile.in: Regenerate.
2964
2965 2002-09-30  Nick Clifton  <nickc@redhat.com>
2966
2967         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
2968
2969 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
2970
2971         * configure.in (s390*-*-linux*): Enable libgcj.
2972
2973 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
2974
2975         * configure: Revert accidentally applied changes.
2976
2977         * Makefile.tpl: Make more autoconf-friendly.
2978         * Makefile.in: Regenerate.
2979         * configure: Make substitution more autoconf-like.
2980
2981 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
2982
2983         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
2984         single entry to handle all these.
2985         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
2986         libjava on arm-*-elf.
2987
2988 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
2989
2990         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
2991         things that depend on them.
2992
2993 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
2994
2995         * Makefile.tpl: Make subsituted variables more autoconfy.
2996         * Makefile.in: Regenerate.
2997         * configure: Make seds more autoconfy.
2998
2999 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
3000
3001         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
3002         * Makefile.in: Regenerate.
3003         * configure.in: Rewrite sed statements to look autoconfy.
3004
3005         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
3006         all-target-foo on configure-target-foo.
3007         * Makefile.def: Ditto.
3008         * Makefile.in: Rebuild.
3009
3010 2002-09-25  Andrew Haley  <aph@redhat.com>
3011
3012         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
3013
3014 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
3015
3016         * Makefile.def: New file.
3017         * Makefile.tpl: New file.
3018         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
3019         * contrib/gcc_update: Note that Makefile.in is a generated file.
3020
3021         * configure.in: Minor rearrangement.  Simplify tests.
3022
3023 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
3024
3025         * configure.in (with_headers): Skip copy if value is "yes".
3026         (with_libs): Likewise.
3027
3028 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
3029
3030         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
3031         * configure.in (sh*-*-pe*): Ditto.
3032         * configure.in (mips*-*-pe*): Ditto.
3033         * configure.in (*arm-wince-pe): Ditto.
3034
3035         * configure.in: Rearrange.
3036
3037 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
3038
3039         * MAINTAINERS: Update my email address.
3040
3041 2002-08-30  Paul Koning  <pkoning@equallogic.com>
3042
3043         * MAINTAINERS: (Write After Approval): Add myself.
3044
3045 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
3046
3047         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
3048
3049 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
3050
3051         * MAINTAINERS: Change my mailing address.
3052
3053 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
3054
3055         * MAINTAINERS (Write After Approval): Remove myself.
3056         (Various Maintainers: c++ runtime libs): Add myself.
3057
3058 2002-08-20  Loren J. Rittle <ljrittle@acm.org>
3059
3060         * MAINTAINERS (Write After Approval): Remove myself.
3061         (Various Maintainers: c++ runtime libs): Add myself.
3062
3063 2002-08-15  Eric Christopher  <echristo@redhat.com>
3064
3065         * config.sub: Import from master repository.
3066         * config.guess: Ditto.
3067
3068 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
3069
3070         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
3071         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
3072         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
3073
3074 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
3075
3076         * MAINTAINERS: Add self to rs6000 vector extensions.
3077
3078 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
3079
3080         * libiberty/configure: Reverted unintended yesterday's check in.
3081
3082 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
3083
3084         * boehm-gc/configure, libf2c/configure: Rebuilt.
3085         * libffi/configure, libiberty/configure: Ditto.
3086         * libjava/configure, libobjc/configure: Ditto.
3087         * libstdc++-v3/configure, zlib/configure: Ditto.
3088         Merged from binutils:
3089         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
3090         From Steve Ellcey <sje@cup.hp.com>:
3091         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
3092         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
3093         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
3094         IA64.
3095         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
3096         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
3097         soname_spec, sys_lib_search_path_spec): Ditto.
3098
3099 2002-08-06  Federico G. Schwindt <fgsch@olimpo.com.br>
3100
3101         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
3102
3103 2002-08-04  H.J. Lu  (hjl@gnu.org)
3104
3105         * configure.in (mips*-*-linux*): Don't skip target-libffi.
3106
3107 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
3108
3109         * MAINTAINERS (Write After Approval): Add myself.
3110
3111 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
3112
3113         * configure.in: Move generic linux case to end.  Copy generic
3114         linux noconfigdirs to mips*-*-linux* entry and new
3115         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
3116
3117 2002-07-19  Michael Matz  <matz@suse.de>
3118
3119         * MAINTAINERS: Add myself as ra* maintainer.
3120
3121 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
3122
3123         * config.guess: Update to 2002-07-09 version.
3124         * config.sub: Update to 2002-07-03 version.
3125
3126 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
3127
3128         * MAINTAINERS: Fix typo in a maintainer email address.
3129
3130 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
3131
3132         * configure.in: Remove two redundant tests.
3133
3134 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3135
3136         * configure.in (mips*-*-irix6*o32): Enable stabs.
3137
3138 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
3139
3140         * configure.in: Don't build grez.
3141         * Makefile.in: Ditto.
3142
3143         * Makefile.in: Remove references to bsp, cygmon, libstub.
3144         * configure.in: Ditto.
3145
3146         * configure.in: Remove leftover reference to gdbtest.
3147
3148 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
3149
3150         * configure.in (gxx_include_dir):  Change to match versioned
3151         C++ headers if --enable-version-specific-runtime-libs is used.
3152
3153 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
3154
3155         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
3156
3157 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
3158
3159         * configure.in: Make --without-x work.
3160
3161 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
3162
3163         * configure.in: Rearrange target Makefile fragment collection.
3164
3165         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
3166         cvs[src].
3167         * configure.in: Ditto.
3168
3169 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
3170
3171         * MAINTAINERS (Write After Approval): Update my e-mail address.
3172
3173 2002-06-24  Ben Elliston  <bje@redhat.com>
3174
3175         * configure.in (host_tools): Remove cgen.
3176
3177         * Makefile.in (all-cgen): Remove; runs from its source directory.
3178         (check-cgen, install-cgen, clean-cgen): Likewise.
3179         (all-opcodes): Do not depend on all-cgen.
3180         (all-sim): Likewise.
3181
3182 2002-07-01  Nathanael Nerode <neroden@gcc.gnu.org>
3183
3184         * Makefile.in: Eliminate 'apache' targets.
3185         * configure.in: Eliminate 'apache' targets.
3186
3187         * configure.in: Eliminate redundant tests.  Reorganize.
3188
3189         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
3190
3191         * config-ml.in: Eliminate references to Cygnus configure.
3192
3193         * Makefile.in: Eliminate references to building emacs.
3194
3195 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
3196
3197         * MAINTAINERS: Update my email address.
3198
3199 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
3200
3201         * config.if (libstdcxx_incdir): Version C++ headers.
3202         (cxx_incdir): Remove.
3203
3204 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
3205
3206         * MAINTAINERS (Write After Approval): Add self.
3207
3208 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
3209
3210         * configure.in: Add support for ip2k.
3211
3212 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
3213
3214         * configure.in: Fix AIX configury bug.
3215
3216 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
3217
3218         * MAINTAINERS (Write After Approval): Add self.
3219
3220 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
3221
3222         * configure.in: replace ${topsrcdir} with ${srcdir}
3223
3224         * configure.in: Move definition of libstdcxx_flags
3225         right above usage, rather than waaay earlier.
3226
3227         * configure.in: Pull definition of is_cross_compiler earlier.
3228
3229         * configure.in: Rearrange a little.
3230
3231         * configure.in: Remove references to librx.
3232         * Makefile.in: Remove references to librx.
3233
3234 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
3235
3236         * config.sub: Add support for avr target.
3237         Import from master sources, rev 1.255
3238
3239 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
3240
3241         * configure, .cvsignore:  Revert previous change...
3242         * Makefile:  ...delete.
3243
3244 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
3245
3246         * configure.in: Eliminate ${gasdir} variable.
3247
3248 2002-06-18  Dave Brolley  <brolley@redhat.com>
3249
3250         * configure.in: Add support for frv.
3251         * config.sub: Add support for frv.
3252
3253 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
3254
3255         * configure:  Remove garbage from previous commit.
3256
3257 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
3258
3259         * configure:  For in-source builds, make a subdir and re-exec there.
3260         * Makefile:  New file.  Pass targets through to build directory.
3261         * .cvsignore:  No longer ignore "Makefile".
3262
3263 2002-06-16  Douglas Rupp  <rupp@gnat.com>
3264
3265         * MAINTAINERS (Write After Approval): Add self.
3266
3267 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3268
3269         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
3270
3271 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
3272
3273         * configure.in (vax-*-netbsd*): Re-enable gas.
3274
3275 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
3276
3277         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
3278         BUILD_PREFIX_1, to correct nomenclature.
3279         * configure: Likewise.
3280
3281         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
3282         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
3283
3284 2002-05-31  Olaf Hering  <olh@suse.de>
3285
3286         * config-ml.in: Propogate DESTDIR also.
3287
3288 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
3289
3290         * configure.in (vax-*-netbsd*): Don't build gas for this
3291         platform.
3292
3293 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
3294
3295         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
3296         and libgcj for AVR.
3297
3298 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
3299
3300         * MAINTAINERS (Write After Approval): Add myself.
3301
3302 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
3303
3304         * config.guess: Update to 2002-05-22 version.
3305         * config.sub: Likewise.
3306
3307 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3308
3309         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
3310         * config-ml.in: Likewise.
3311         * configure: Likewise.
3312         * configure.in: Likewise.
3313
3314 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
3315
3316         * MAINTAINERS: Update my email address.
3317
3318 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
3319
3320         * configure.in: Simplify makefile fragment collection.
3321
3322         * configure.in: Remove code to build emacs.
3323
3324         * configure.in : Remove --srcdir argument from targargs and buildargs
3325         (it's always overridden in the Makefile anyway).  Rearrange a bit.
3326
3327         * configure: Move some logic to configure.in.
3328         * configure.in: Move some logic from configure.
3329
3330 2002-05-11  Tom Tromey  <tromey@redhat.com>
3331
3332         * MAINTAINERS: Reflect libgcj reality.
3333
3334 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
3335
3336         * Makefile.in: Honour DESTDIR.
3337
3338 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
3339
3340         * config.guess: Import 2002-03-20 version.
3341         * config.sub: Import 2002-04-26 version.
3342
3343 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3344
3345         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
3346
3347 2002-05-07  Tim Josling  <tej@melbpc.org.au>
3348
3349         * MAINTAINERS: Add self.
3350
3351 2002-05-06  Loren J. Rittle <ljrittle@acm.org>
3352
3353         * ltmain.sh: Detect and handle object name conflicts
3354         while piecewise linking a static library.
3355
3356 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
3357
3358         * configure.in (noconfigdirs): Don't disable libgcj on
3359         sparc64-*-solaris* and sparcv9-*-solaris*.
3360
3361 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
3362
3363         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
3364
3365 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
3366
3367         * configure.in (FLAGS_FOR_TARGET): Do not add
3368         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
3369         on i[3456]86-*-linux*.
3370
3371 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
3372
3373         * configure.in (noconfigdirs): Replace [ ] with test.
3374
3375         * configure.in (noconfigdirs): Do not add target-newlib if
3376         target == i[3456]86-*-linux*, and host == target.
3377
3378 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
3379
3380         * configure.in: delete reference to absent file
3381
3382         * configure.in: replace '[' with 'test'
3383
3384         * configure.in: Eliminate references to gash.
3385         * Makefile.in: Eliminate references to gash.
3386
3387         * configure.in: remove useless references to 'pic' makefile fragments.
3388
3389         * configure.in: (*-*-windows*) Finish removing.
3390
3391         * configure.in: Eliminate redundant test for libgui.
3392
3393 2002-04-29  Roger Sayle  <roger@eyesopen.com>
3394
3395         * MAINTAINERS: Add self and realphabetize.  Update entries
3396         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
3397         entry for a29k port maintainer.
3398
3399 2002-04-26      Joel Sherrill <joel@OARcorp.com>
3400
3401         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
3402         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
3403
3404 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
3405
3406         * configure.in: remove references to dead files
3407
3408 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
3409
3410         * MAINTAINERS: Add information about purpose of this file.
3411
3412 2002-04-18  Tom Tromey  <tromey@redhat.com>
3413
3414         * configure.in: Disallow configuring libgcj when it is already
3415         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
3416         Solaris 2.8 by default.  For PR libgcj/6158.
3417
3418 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
3419
3420         * configure.in:  Move default CC setting out of config/mh-* fragments
3421         directly into here.
3422
3423 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
3424
3425         * configure.in: don't even try to configure or make a subdirectory
3426         if there's no configure script for it.
3427
3428 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
3429
3430         * MAINTAINERS: Remove chill maintainers.
3431         * Makefile.in (CHILLFLAGS): Remove.
3432         (CHILL_LIB): Remove.
3433         (TARGET_CONFIGDIRS): Remove libchill.
3434         (CHILL_FOR_TARGET): Remove.
3435         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
3436         CHILL_LIB.
3437         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
3438         (CHECK_TARGET_MODULES): Likewise.
3439         (INSTALL_TARGET_MODULES): Likewise.
3440         (CLEAN_TARGET_MODULES): Likewise.
3441         (configure-target-libchill): Remove.
3442         (all-target-libchill): Remove.
3443         * configure.in (target_libs): Remove target-libchill.
3444         Do not compute CHILL_FOR_TARGET.
3445         * libchill: Remove directory.
3446
3447 2002-04-11  DJ Delorie  <dj@redhat.com>
3448
3449         * Makefile.in, configure.in: Sync with binutils, entries
3450         follow...
3451
3452 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
3453
3454         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
3455         (do-tar, do-bz2): New rules.
3456         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
3457         (gdb-tar): New rule.
3458         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
3459         (insight_dejagnu.tar): New rule.
3460         (insight.tar): New rule.
3461         (gdb+dejagnu.tar): New rule.
3462         (gdb.tar): New rule.
3463
3464 2002-02-01  Mo DeJong  <supermo@bayarea.net>
3465
3466         * Makefile.in: Add all-tix to deps for all-snavigator
3467         so that tix is built when building snavigator.
3468
3469 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
3470
3471         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
3472         ld and gdb are not supported.
3473
3474 2002-01-07  Mark Salter  <msalter@redhat.com>
3475
3476         * configure.in: Remove target-bsp and target-cygmon from arm builds.
3477         Allow target-libgloss to be built for arm, strongarm, and xscale.
3478
3479 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
3480
3481         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
3482         options for i[3456]86-pc-linux* native builds.
3483
3484 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
3485
3486         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
3487         files from .po files for a distribution.
3488
3489 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
3490
3491         * configure.in: Enable libstdc++-v3 for h8300 targets.
3492
3493 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
3494
3495         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
3496         version from bfd/.
3497
3498 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
3499
3500         * Makefile.in (VER): When present, extract the version number from
3501         the file version.in.
3502
3503 2001-05-24  Tom Rix <trix@redhat.com>
3504
3505         * configure.in : enable ld for aix
3506
3507 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3508
3509         * config.guess: Add linux target for S/390.
3510
3511 2000-11-07  Philip Blundell  <pb@futuretv.com>
3512
3513         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
3514
3515 2000-11-03  Philip Blundell  <pb@futuretv.com>
3516
3517         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
3518         files.
3519
3520 2001-01-15  Ben Elliston  <bje@redhat.com>
3521
3522         * configure.in (host_tools): Add sid.
3523         Always configure cgen.
3524
3525 2000-11-24  Nick Clifton  <nickc@redhat.com>
3526
3527         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
3528
3529
3530 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
3531
3532         * Makefile.in (ALL_MODULES): Add all-cgen.
3533         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
3534         (all-cgen): New target.
3535         (all-opcodes,all-sim): Depend on all-cgen.
3536         * configure.in (host_tools): Add cgen.
3537         Only configure cgen if --enable-cgen-maint.
3538
3539 2002-04-09  Loren J. Rittle <ljrittle@acm.org>
3540
3541         * configure.in: Add *-*-freebsd* configurations.
3542
3543 2002-04-08  Tom Tromey  <tromey@redhat.com>
3544
3545         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
3546         Fixes PR libgcj/6068.
3547
3548 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
3549
3550         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
3551
3552 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3553
3554         * configure.in (alpha*-dec-osf*): Enable libgcj.
3555
3556 2003-03-27  Matthew Gingell <gingell@gnat.com>
3557
3558         * MAINTAINERS (Write After Approval): Add myself.
3559
3560 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
3561
3562         Fix for: PR bootstrap/3591, target/5676
3563         * configure.in (mcore-pe): Disable the configuration of
3564         libstdc++-v3 since exceptions are not supported.
3565
3566 2002-03-20  Anthony Green  <green@redhat.com>
3567
3568         * configure.in: Enable libgcj for xscale-elf target.
3569
3570 Tue Mar 19 09:05:08 2002  J"orn Rennecke <joern.rennecke@superh.com>
3571
3572         * MAINTAINERS:  Update my email address.
3573
3574 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
3575
3576         * ltmain.sh (relink_command): Fix typo in previous change.
3577
3578 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
3579
3580         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
3581         (relink_command): Added --tag flags.
3582         (mode=install): If relinking fails; error out.
3583
3584 2002-03-12  Richard Henderson  <rth@redhat.com>
3585
3586         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
3587         .NOTPARALLEL tag.
3588         (do-check): Rename from check.
3589         (check): Allow parallel check.
3590
3591 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
3592
3593         * MAINTAINERS: Add myself as maintainer for xtensa port.
3594         Fix alphabetical order in CPU port maintainer list.
3595         Remove myself from Write After Approval list.
3596
3597 2002-03-11  Richard Henderson  <rth@redhat.com>
3598
3599         * Makefile.in (.NOTPARALLEL): Add fake tag.
3600
3601 2002-03-07  H.J. Lu  (hjl@gnu.org)
3602
3603         * configure.in: Enable gprof for mips*-*-linux*.
3604
3605 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
3606
3607         * MAINTAINERS (Write After Approval): Add myself.
3608
3609 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
3610
3611         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
3612         libjava.
3613         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
3614
3615 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
3616
3617         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
3618         because its Makefile is there; test for the executable instead.
3619
3620 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
3621
3622         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
3623         libstdc++-v3 and libjava.
3624
3625 2002-02-11  Adam Megacz <adam@xwt.org>
3626
3627         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
3628         boehm-gc
3629
3630 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
3631
3632         * config.guess: Updated to 2002-01-30's version.
3633         * config.sub: Updated to 2002-02-01's version.
3634         Contribute sh64-elf.
3635         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
3636         * configure.in: Added sh64-*-*.
3637
3638 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
3639
3640         * MAINTAINERS: Belatedly add myself to write after approval list.
3641
3642 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
3643
3644         * MAINTAINERS: Put self in as maintainer for x86-64 port.
3645         Remove self as Write After Approval.
3646
3647 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
3648
3649         * MAINTAINERS: Put self in as maintainer for contrib/regression
3650         directory.
3651
3652 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
3653
3654         * MAINTAINERS:  Update my email address.
3655
3656 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
3657
3658         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
3659         target-libiberty, and target-libgloss.  Skip Java-related
3660         libraries if not supported for NetBSD on target CPU.
3661
3662 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
3663
3664         * install-sh: Use _inst.$$_ for temp file name.
3665
3666 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
3667
3668         * MAINTAINERS (Write After Approval): Move my contact info
3669         from here...
3670         (OS Port Maintainers): ...to here (netbsd).
3671
3672 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
3673
3674         * MAINTAINERS (Write After Approval): Add myself.
3675
3676 2002-01-17  H.J. Lu <hjl@gnu.org>
3677
3678         * Makefile.in (all-fastjar): Also depend on all-libiberty.
3679         (all-target-fastjar): Also depend on all-target-libiberty.
3680
3681 2002-01-16  H.J. Lu  (hjl@gnu.org)
3682
3683         * config.guess: Import from master sources, rev 1.225.
3684         * config.sub: Import from master sources, rev 1.238.
3685
3686 2002-01-16  Kazu Hirata  <kazu@hxi.com>
3687
3688         * MAINTAINERS (Write After Approval): Remove myself.
3689
3690 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
3691
3692         * MAINTAINERS (Write After Approval): Add myself.
3693
3694 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
3695
3696         * MAINTAINERS: Add self as docs co-maintainer.
3697
3698 2001-12-11  Matthias Klose  <doko@debian.org>
3699
3700         * MAINTAINERS (Write After Approval): Add myself.
3701
3702 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
3703
3704         * MAINTAINERS: Update my email address.
3705
3706 2001-12-07  Turly O'Connor  <turly@apple.com>
3707         * MAINTAINERS (Write After Approval): Add myself.
3708         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
3709         (rs6000_initialize_trampoline): Call __trampoline_setup for
3710         ABI_DARWIN too.
3711         * darwin-tramp.asm: New file, implements __trampoline_setup.
3712         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
3713
3714 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
3715
3716         * MAINTAINERS (Write After Approval): Add myself.
3717
3718 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
3719
3720         * configure, configure.in: Use temp file for long sed commands.
3721
3722 2001-12-03  Laurent Guerby  <guerby@acm.org>
3723
3724         * config.sub: Update to version 1.232 on subversion.
3725
3726 2001-12-03  Ben Elliston  <bje@redhat.com>
3727
3728         * MAINTAINERS: Update mail address for config.* patches.
3729
3730 2001-11-27  DJ Delorie <dj@redhat.com>
3731             Zack Weinberg  <zack@codesourcery.com>
3732
3733         When build != host, create libiberty for the build machine.
3734
3735         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
3736         CONFIG_ARGUMENTS.
3737         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
3738         New variables.
3739         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
3740         and rules.
3741         (all.normal): Depend on ALL_BUILD_MODULES.
3742         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
3743         (all-build-libiberty): Depend on configure-build-libiberty.
3744
3745         * configure: Calculate and substitute proper value for
3746         ALL_BUILD_MODULES.
3747         * configure.in: Create the build subdirectory.
3748         Calculate and substitute TARGET_CONFIGARGS (formerly
3749         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
3750
3751 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
3752
3753         * MAINTAINERS (write-after-approval): Add self.
3754
3755 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
3756
3757         * MAINTAINERS (GNATS only accounts): Remove self.
3758
3759 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
3760
3761         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
3762         libf2c.
3763
3764 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
3765
3766         * MAINTAINERS (Write After Approval): Add self.
3767
3768 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
3769
3770         * MAINTAINERS: mips and s390 are also CPU ports.
3771
3772 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
3773
3774         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
3775
3776 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
3777
3778         * MAINTAINERS: Alphabetize.
3779
3780 2001-11-09  Kazu Hirata  <kazu@hxi.com>
3781
3782         * MAINTAINERS (Various maintainers: h8 port): Add myself.
3783
3784 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
3785
3786         * MAINTAINERS (Various maintainers: hppa port): Added myself.
3787
3788 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
3789
3790         * configure.in (--enable-languages): Be more permissive about
3791         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
3792
3793 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
3794
3795         * config.sub: Import from master sources, rev. 1.230.
3796         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
3797
3798 2001-11-07  Laurent Guerby  <guerby@acm.org>
3799
3800         * MAINTAINERS (Write After Approval): Add self.
3801
3802 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
3803
3804         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
3805
3806 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
3807
3808         * config.sub: Import from master sources, rev 1.226.
3809         * config.guess: Import from master sources, rev 1.216.
3810
3811 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
3812
3813         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
3814         * MAINTAINERS: Add self as maintainer of MMIX port.
3815         Remove old after-approval entry.
3816
3817 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
3818
3819         * ChangeLog, configure: Fix spelling errors.
3820
3821 2001-10-20  Brendan Kehoe  <brendan@zen.org>
3822
3823         * MAINTAINERS: Tweak my address.
3824
3825 Thu Oct 11 21:50:15 2001  J"orn Rennecke <amylaar@onetel.net.uk>
3826
3827         * MAINTAINERS: Update my email address.
3828
3829 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
3830
3831         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
3832         * MAINTAINERS: Add self as maintainer of CRIS port.
3833
3834 2001-10-10  Geert Bosch  <bosch@gnat.com>
3835
3836         * MAINTAINERS (Various maintainers: Ada front end):
3837         Added Robert Dewar.
3838
3839 2001-10-03  David Billinghurst <David.Billinghurst@riotinto.com>
3840
3841         * MAINTAINERS (Write After Approval): Added self
3842
3843 2001-10-02  Geert Bosch  <bosch@gnat.com>
3844
3845         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
3846
3847 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
3848
3849         * configure: Handle temporary files securely using mkdir.
3850
3851 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
3852
3853         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
3854
3855 2001-09-26  Will Cohen <wcohen@redhat.com>
3856
3857         * configure.in (*-*-linux*): Disable configuration of target-newlib
3858         and target-libgloss.
3859
3860 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
3861
3862         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
3863         RANLIB.
3864
3865 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
3866
3867         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
3868         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
3869         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
3870         avoid quotes nesting problems.
3871         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
3872         (DO_X): Export only variables that are set.
3873
3874 2001-09-19  Ben Elliston  <bje@redhat.com>
3875
3876         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
3877         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
3878         semantics.  Use the shell built-in "type" command instead.
3879
3880 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
3881
3882         Merged from gcc-3_0-branch:
3883         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
3884         * ltcf-c.sh: Use $objext, not $ac_objext.
3885         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
3886         * ltcf-cxx.sh: Add support for GNU.
3887         2001-07-22  Timothy Wall  <twall@redhat.com>
3888         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
3889         default settings if using GNU tools with that configuration.
3890         * ltcf-cxx.sh: Ditto.
3891         * ltcf-gcj.sh: Ditto.
3892         2001-07-21  Michael Chastain  <chastain@redhat.com>
3893         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
3894         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
3895         * ltmain.sh: Mark as gcc-local.
3896
3897 2001-08-30  Eric Christopher  <echristo@redhat.com>
3898             Jason Eckhardt  <jle@redhat.com>
3899
3900         * config.guess: Merge from master sources.
3901         * config.sub: Merge from master sources, add support for mipsisa32.
3902
3903 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
3904         * config.sub: Merge from master sources, rev 1.219.
3905         * MAINTAINERS: Add self as contact for stormy16 port.
3906
3907 2001-08-14  Zack Weinberg  <zackw@panix.com>
3908
3909         * config.sub: Merge from master sources, rev 1.218.
3910         * config.guess: Merge from master sources, rev 1.209.
3911
3912 2001-08-11  Graham Stott  <grahams@redhat.com>
3913
3914         * Makefile.in (check-c++): Add missing semicolon.
3915
3916 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
3917
3918         * MAINTAINERS (Various maitainers: predict.def): Added myself.
3919
3920 2001-07-30  Eric Christopher  <echristo@redhat.com>
3921
3922         * MAINTAINERS (Various maintainers: mips port): Added myself.
3923
3924 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
3925
3926         * configure.in (sh-*-linux*): New.
3927
3928 2001-07-27  Richard Henderson  <rth@redhat.com>
3929
3930         * .cvsignore: Add LAST_UPDATED.
3931
3932 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
3933
3934         * MAINTAINERS (Various maintainers: s390 port): Added myself.
3935
3936 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
3937
3938         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
3939
3940 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
3941
3942         * MAINTAINERS (Write After Approval): Added myself.
3943
3944 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
3945
3946         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
3947         and libgcj on m68hc11/m68hc12.
3948
3949 2001-06-27  H.J. Lu  (hjl@gnu.org)
3950
3951         * Makefile (CFLAGS_FOR_BUILD): New.
3952         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
3953
3954 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
3955
3956         * README: Remove version number.
3957
3958 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3959
3960         * INSTALL/README: Update wrt. to the installation instructions now
3961         residing in gcc/doc/install.texi.
3962
3963 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
3964
3965         * README: Replace with a cut-down and updated version of gcc/README.
3966
3967 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
3968
3969         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
3970         multilibs to be disabled.
3971
3972 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
3973
3974         * MAINTAINERS (Write After Approval): Add myself.
3975
3976 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
3977
3978         * config.guess: Import CVS version 1.195.
3979         * config.sub: Import CVS version 1.212.
3980
3981 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
3982
3983         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
3984         gcc/xgcc is built, use -print-prog-name to find out the program
3985         name to use.
3986
3987 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
3988
3989         * config.guess:  Import CVS version 1.194.  All gcc-local changes
3990         appear to also be in the master copy.
3991         * config.sub:  Import CVS version 1.211.
3992
3993 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
3994
3995         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
3996         with_gcc]: Use `gcc -shared' to build a shared library.
3997
3998 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
3999
4000         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
4001         archives.
4002
4003 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4004
4005         * MAINTAINERS (Write After Approval): Add myself.
4006
4007 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
4008
4009         * configure.in (libstdcxx_flags): Do not try to execute
4010         libstdc++-v3/testsuite_flags until it exists.
4011
4012 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
4013
4014         * MAINTAINERS: Update my email address.
4015
4016 2001-05-31  Graham Stott  <grahams@redhat.com>
4017
4018         * MAINTAINERS (Write After Approval): Add myself.
4019
4020 2001-05-28  Simon Patarin <simon.patarin@inria.fr>
4021
4022         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
4023         libraries when using g++ with native linker.
4024
4025 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
4026
4027         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
4028
4029 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
4030
4031         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
4032         [aix4*|aix5*]: Prepend blank.
4033
4034 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
4035
4036         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
4037         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
4038         of subdir/configure scripts to use the new libtool.m4.
4039
4040 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
4041
4042         * MAINTAINERS (Write After Approval): Add myself.
4043
4044 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
4045
4046         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
4047
4048 2001-05-11  Ben Elliston  <bje@redhat.com>
4049
4050         * Makefile.in (all-sid): New target.
4051         (check-sid, clean-sid, install-sid): Likewise.
4052
4053 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
4054
4055         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
4056
4057 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
4058
4059         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
4060         libgcj.
4061
4062 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
4063
4064         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
4065         gcc/xgcc is built, use -print-prog-name to find out the program
4066         name to use.
4067
4068 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
4069
4070         * configure.in (noconfigdirs): Don't reset it from scratch in the
4071         target case; only append to it.
4072
4073         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
4074         sparc-*-solaris2.8]: Disable ${libgcj}.
4075
4076 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
4077
4078         * configure.in (libgcj_saved): Copy from $libgcj.
4079         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
4080         --disable-libgcj.
4081
4082 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
4083
4084         * MAINTAINERS: Remove self as MIPS maintainer and
4085         C front end maintainer.
4086
4087 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
4088
4089         * configure.in: Move *-chorusos target case to the proper switch.
4090         Disable libgcj.
4091
4092 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
4093
4094         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
4095         1.641.2.228.
4096
4097 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4098
4099         * Makefile.in (STAGE1_CFLAGS): Pass down.
4100
4101 2001-04-13  Alan Modra  <amodra@one.net.au>
4102
4103         * config.guess: Add hppa64-linux support.  Note for next import that
4104         this is already in the master file.
4105         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
4106
4107 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
4108
4109         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
4110         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
4111
4112 2001-04-11  Stan Shebs  <shebs@apple.com>
4113
4114         * MAINTAINERS: Add self as Darwin port maintainer.
4115
4116 2001-04-11  Alan Modra  <amodra@one.net.au>
4117
4118         * MAINTAINERS: Update my email address.
4119
4120 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
4121
4122         * ltcf-cxx.sh: Support creation of C++ shared libraries on
4123         recent versions of FreeBSD (release 3 or later).
4124         * ltconfig: On FreeBSD, -lc must not be provided when building
4125         a shared library or else the standard -pthread gcc option is
4126         rendered worthless to later users of the built library.
4127
4128 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
4129
4130         * MAINTAINERS: Add self and RTH as C front end maintainers.
4131
4132 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
4133
4134         * config.sub: Make sure to match an already-canonicalized
4135         machine name (eg. mn10300-unknown-elf).
4136
4137 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
4138
4139         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
4140         New macros.
4141         (bootstrap, cross): Use RECURSE_FLAGS.
4142         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
4143
4144 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
4145
4146         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
4147
4148 2001-03-22  Colin Howell  <chowell@redhat.com>
4149
4150         * Makefile.in (DO_X): Do not backslash single-quotes in
4151         backquotes (two places).
4152
4153 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
4154
4155         Re-installed:
4156         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
4157         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
4158         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
4159         * ltcf-cxx.sh: Likewise.
4160         * ltcf-gcj.sh: Likewise.
4161
4162 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4163
4164         * MAINTAINERS: Add myself as "documentation co-maintainer".
4165
4166 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
4167
4168         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
4169         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
4170
4171 2001-03-19  Tom Tromey  <tromey@redhat.com>
4172
4173         * config-ml.in: Handle GCJ and GCJFLAGS.
4174
4175 2001-03-21  Michael Chastain  <chastain@redhat.com>
4176
4177         * Makefile.in: all-m4 depends on all-texinfo.
4178
4179 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
4180
4181         * MAINTAINERS: Add myself to write after approval list.
4182
4183 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
4184
4185         * Makefile.in (DO_X): Quote nested quotes.
4186
4187 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
4188
4189         * MAINTAINERS: Add myself to write after approval list.
4190
4191 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
4192
4193         * Makefile.in (DO_X): Use double quotes for quoting
4194         "RANLIB=$${RANLIB}".
4195
4196 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
4197
4198         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
4199
4200 2001-03-09  Nicola Pero <n.pero@mi.flashnet.it>
4201
4202         * configure.in: Only use `lang_requires' for languages athat are
4203         actually enabled.
4204
4205 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
4206
4207         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
4208
4209 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
4210
4211         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
4212
4213 2001-03-07  Tom Tromey  <tromey@redhat.com>
4214
4215         * configure.in: Allow config-lang.in to set `lang_requires' to list
4216         of other required languages.
4217
4218 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
4219
4220         * Makefile.in: Remove RANLIB definition. Use RANLIB
4221         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
4222         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
4223
4224 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
4225             Alexandre Oliva  <aoliva@redhat.com>
4226
4227         * Makefile.in (check-c++): Use tabs, not spaces.
4228
4229 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
4230
4231         * MAINTAINERS: add myself to Write After Approval list.
4232
4233 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
4234
4235         * Makefile.in (check-c++): New rule.
4236
4237         * configure.in (target_libs): Remove libg++.
4238         (noconfigdirs): Remove libg++.
4239         (noconfigdirs): Same.
4240         (noconfigdirs): Same.
4241         (noconfigdirs): Same.
4242
4243         * config-ml.in: Remove libg++ references.
4244
4245         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
4246         (ALL_TARGET_MODULES): Same.
4247         (configure-target-libg++): Remove.
4248         (all-target-libg++): Remove.
4249         (configure-target-libio): Remove.
4250         (all-target-libio): Remove.
4251         (check-target-libio): Remove.
4252         (.PHONY): Remove.
4253         (libg++.tar.bz2): Remove.
4254         (all-target-cygmon): Remove libio.
4255         (all-target-libstdc++): Remove.
4256         (configure-target-libstdc++): Remove.
4257         (TARGET_LIB_PATH): Remove libstdc++.
4258         (ALL_GCC_CXX): Remove libstdc++.
4259         (all-target-gperf): Correct.
4260
4261 2001-02-16  Nick Clifton  <nickc@redhat.com>
4262
4263         * configure.in (noconfigdirs): Allow configuration of texinfo
4264         for Cygwin hosts.
4265
4266 2001-02-15  Anthony Green  <green@redhat.com>
4267
4268         * configure: Introduce GCJ_FOR_TARGET.
4269         * configure.in: Ditto.
4270         * Makefile.in: Ditto.
4271
4272 2001-02-13  Andreas Schwab  <schwab@suse.de>
4273
4274         * MAINTAINERS: Update mail address.
4275
4276 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4277
4278         * config.guess: Add linux target for S/390.
4279         * config.sub: Likewise.
4280
4281 2001-02-08  Chandrakala Chavva <cchavva@redhat.com>
4282
4283         * configure.in: for *-chorusos, don't config target-newlib and
4284         target-libgloss.
4285
4286 2001-02-06  Ben Elliston  <bje@redhat.com>
4287
4288         * configure: Output host type to stdout, not stderr.
4289
4290 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
4291
4292         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
4293         * ltcf-cxx.sh: Likewise.
4294
4295         * config.if: Assume enable_libstdcxx_v3 is defined.
4296
4297 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
4298
4299         Remove V2 C++ library.
4300         * configure.in: Remove --enable-libstdcxx_v3 support.
4301
4302 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
4303
4304         * include/demangle.h: Add prototype for java_demangle_v3.
4305
4306 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
4307
4308         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
4309
4310 2001-01-27  Richard Henderson  <rth@redhat.com>
4311
4312         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
4313
4314 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
4315
4316         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
4317         Don't unset, it's non-portable and no longer necessary, set to empty
4318         instead.
4319
4320 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
4321
4322         * ltconfig: Shell portability fix for the tagname validity check.
4323
4324 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
4325
4326         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
4327         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
4328
4329 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
4330
4331         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
4332
4333 2001-01-26  Tom Tromey  <tromey@redhat.com>
4334
4335         * configure.in: Allow libgcj to be built on Sparc Solaris.
4336
4337 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
4338
4339         * ltcf-c.sh: Add aix5 case.
4340         * ltcf-cxx.sh: Likewise.
4341         * ltconfig: Likewise.
4342
4343 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
4344
4345         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
4346         keep at least one of build_libtool_libs or build_old_libs set to
4347         yes.
4348
4349         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
4350         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
4351
4352 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
4353
4354         * configure.in: Enable libgcj on several additional platforms.
4355
4356 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
4357
4358         * configure.in: Enable libgcj for linux targets.
4359
4360 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
4361
4362         * MAINTAINERS (Write After Approval): Add myself.
4363
4364 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
4365
4366         * MAINTAINERS: Add myself as vax port maintainer.
4367
4368 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
4369
4370         * MAINTAINERS: Add myself as Mercury front-end maintainer.
4371
4372 2001-01-09  Mike Stump  <mrs@wrs.com>
4373
4374         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
4375         failures of subdirectories.
4376
4377 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
4378
4379         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
4380         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
4381         * ltcf-cxx.sh: Likewise.
4382         * ltcf-gcj.sh: Likewise.
4383         * ltconfig.sh: Fix typo.
4384
4385 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
4386
4387         * configure: handle DOS-style absolute paths.
4388
4389 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
4390
4391         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
4392
4393 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
4394
4395         * MAINTAINERS: Add myself as avr port co-maintainer.
4396
4397 2000-12-28  Ben Elliston  <bje@redhat.com>
4398
4399         * MAINTAINERS: Add myself under ``Write After Approval''.
4400
4401 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
4402
4403         * texinfo: Remove directory from GCC.
4404
4405 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
4406
4407         * COPYING: Update to current
4408         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
4409         to 19yy as example year in copyright notice).
4410
4411 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
4412
4413         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
4414         (libstdcxx_incdir): Pass down.
4415         * config.if: Remove expired bits for cxx_interface, add stub.
4416         (libstdcxx_incdir): Add variable for g++ include directory.
4417         * configure.in (gxx_include_dir): Use it.
4418
4419 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
4420
4421         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
4422         with old-email address from ``Write After Approval''.
4423
4424 2000-12-15  Andreas Jaeger  <aj@suse.de>
4425
4426         * configure.in: Handle lang_dirs.
4427
4428 2000-12-14  Tom Tromey  <tromey@redhat.com>
4429
4430         * MAINTAINERS: Removed brads.
4431
4432         * MAINTAINERS: Added gcj developers.
4433
4434 2000-12-13  Anthony Green  <green@redhat.com>
4435
4436         * configure.in: Disable libgcj for any target not specifically
4437         listed.  Disable libgcj for x86 and Alpha Linux until compatible
4438         with g++ abi.
4439
4440 2000-12-13  Mike Stump  <mrs@wrs.com>
4441
4442         * Makefile.in (local-distclean): Also remove fastjar.
4443
4444 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
4445
4446         * contrib/gcc_update: Add fastjar --touch entries.
4447
4448 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
4449
4450         * configure.in: Disable language-specific target libraries for
4451         languages that aren't enabled.
4452
4453 2000-12-10  Anthony Green  <green@redhat.com>
4454
4455         * configure.in: Define libgcj.  Disable libgcj target libraries for
4456         most targets.
4457
4458 2000-12-10  Neil Booth  <neilb@earthling.net>
4459
4460         * MAINTAINERS: Update mail address, remove from WAA list.
4461
4462 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4463
4464         * libjava: Imported from /cvs/java.
4465         * libffi: Likewise.
4466         * Boehm-gc: Likewise.
4467
4468 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4469
4470         * configure.in (target_libs): Revert 2000-12-08 patch.
4471         (noconfigdirs): Added target-libjava.
4472
4473 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
4474
4475         * djunpack.bat: removed.
4476
4477 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
4478
4479         * Makefile.in: handle DOS-style absolute paths.
4480         * config-ml.in: likewise.
4481         * symlink-tree: likewise.
4482
4483 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4484
4485         * fastjar: Imported.
4486
4487 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4488
4489         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
4490         libjava.
4491         * configure.in (target_libs): Removed `target-libjava'.
4492
4493 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4494
4495         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
4496         (ALL_MODULES): Added fastjar.
4497         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
4498         (all-target-libjava): all-fastjar replaces all-zip.
4499         (all-fastjar): Added.
4500         (configure-target-fastjar, all-target-fastjar): Likewise.
4501         * configure.in (host_tools): Added fastjar.
4502
4503 2000-12-07  Mike Stump  <mrs@wrs.com>
4504
4505         * Makefile.in (local-distclean): Remove leftover built files.
4506
4507 2000-11-24  Nick Clifton  <nickc@redhat.com>
4508
4509         * configure.in (xscale-elf): Add target.
4510         (xscale-coff): Add target.
4511
4512 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
4513
4514         * ltcf-cxx.sh: Support creation of C++ shared libraries on
4515         recent versions of FreeBSD (release 3 or later).
4516         * ltconfig: On FreeBSD, -lc must not be provided when building
4517         a shared library or else the standard -pthread gcc option is
4518         rendered worthless to later users of the built library.
4519
4520 2000-11-16  Fred Fish  <fnf@be.com>
4521
4522         * configure.in (enable_libstdcxx_v3): Fix typo,
4523         libstd++ -> libstdc++.
4524
4525 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4526
4527         * MAINTAINERS: Add self to Write After Approval list.
4528
4529 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
4530
4531         * MAINTAINERS: Update my email address.  Add myself to global write
4532         privs list.
4533
4534 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
4535
4536         * Makefile.in: Merge with src and libgcj.
4537         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
4538         configure-target-<library> when their configure scripts need the C
4539         or C++ library to have already been built to work properly.
4540         (do_proto_toplev): Set them to an empty string.
4541
4542         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
4543         (REALLY_SET_LIB_PATH): Use them.
4544
4545 2000-11-17  Stan Shebs  <shebs@apple.com>
4546
4547         * MAINTAINERS: Add self to Write After Approval list.
4548
4549 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
4550
4551         * configure: Provide the original toplevel configure arguments
4552         (including $0) to subprocesses in the environment rather than
4553         through gcc/configargs.h.
4554
4555 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
4556
4557         * MAINTAINERS: Remove references to cccp. Change C9X reference to
4558         C99.  Alphabetise "Write After Approval" list.
4559
4560 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
4561
4562         * configure: Turn on libstdc++ V3 by default.
4563
4564         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
4565         if we've got GCC.
4566
4567 2000-11-11  Philip Blundell  <philb@gnu.org>
4568
4569         * MAINTAINERS: Add self to Write After Approval list.
4570
4571 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
4572
4573         * ltcf-c.sh (aix4): Improve shared library configuration; require
4574         exporting symbols.
4575         * ltcf-cxx.sh (aix4): Define.
4576         * ltconfig (aix4): Define library and soname specs appropriate for
4577         AIX.  Define command to create export symbols list.
4578
4579 Mon Nov  6 14:19:35 2000  Christopher Faylor <cgf@cygnus.com>
4580
4581         * config.sub: Add support for Sun Chorus
4582
4583 2000-10-31  Nick Clifton  <nickc@redhat.com>
4584
4585         * MAINTAINERS: Rename <name>@cygnus.com addresses to
4586         <name>@redhat.com.  Also installed new email address for Clint
4587         Popetz.
4588
4589 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
4590
4591         * etc: Remove directory from GCC.
4592
4593 2000-10-16  Michael Meissner  <meissner@redhat.com>
4594
4595         * configure (gcc/configargs.h): Only create if there is a build GCC
4596         directory created.
4597
4598 2000-10-16  Matthias Klose  <doko@debian.org>
4599
4600         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
4601         when configured for libstdc++-v3.
4602
4603 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
4604
4605         * configure: Save configure arguments to gcc/configargs.h.
4606
4607 2000-10-04  Philipp Thomas  <pthomas@suse.de>
4608
4609         * config.guess: Import CVS version 1.157.
4610         * config.sub: Import CVS version 1.181.
4611
4612 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
4613
4614         * Makefile.in (bootstrap): avoid recursion if subdir missing
4615         (cross): ditto
4616         (do-proto-toplev): ditto
4617
4618 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
4619
4620         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
4621         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
4622
4623         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
4624         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
4625         all affected `configure' scripts.
4626
4627 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
4628
4629         * MAINTAINERS: Add self as cpplib co-maintainer.
4630
4631 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
4632
4633         * MAINTAINERS: Add self to Write After Approval list.
4634
4635 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4636
4637         * INSTALL/README: egcs -> GCC update.
4638
4639 Sun Sep 17 16:55:59 CEST 2000   Marc Espie <espie@cvs.openbsd.org>
4640
4641         * MAINTAINERS: Add myself to Write After Approval list.
4642
4643 2000-09-15  Kazu Hirata  <kazu@hxi.com>
4644
4645         * MAINTAINERS: Add myself to Write After Approval list.
4646
4647 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
4648
4649         * configure.in: Do not build byacc for hppa64.  Provide paths to the
4650         X11 libraries for hppa64.
4651
4652 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
4653
4654         * MAINTAINERS: Add myself as 68hc11 port maintainer.
4655
4656 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
4657
4658         * Makefile.in (all-zlib): Added dummy target.
4659
4660         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
4661         ltcf-gcj.sh: Updated from libtool multi-language branch.
4662
4663 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
4664
4665         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
4666         (bootstrap*): Depend on all-bootstrap.
4667
4668 2000-09-05  Philipp Thomas  <pthomas@suse.de>
4669
4670         * config.guess: Import CVS version 1.156.
4671         * config.sub: Import CVS version 1.179.
4672
4673 2000-09-02  Anthony Green  <green@cygnus.com>
4674
4675         * Makefile.in (all-gcc): Depend on all-zlib.
4676         (CLEAN_MODULES): Add clean-zlib.
4677         (ALL_MODULES): Add all-zlib.
4678         * configure.in (host_libs): Add zlib.
4679
4680 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
4681
4682         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
4683         crosses, but add gcc/include to the header search path for them.
4684
4685 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
4686
4687         * MAINTAINERS: Add self to Write After Approval list.
4688
4689 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4690
4691         * config.guess: Import CVS version 1.152.
4692         * config.sub: Import CVS version 1.177.
4693
4694 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
4695
4696         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
4697         $targargs to tell whether newlib is going to be built.
4698
4699         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
4700         $$r/TARGET_SUBDIR/libio for _G_config.h.
4701
4702 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
4703
4704         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
4705
4706 2000-08-22  DJ Delorie  <dj@redhat.com>
4707
4708         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
4709
4710 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
4711
4712         * config-ml.in (CC, CXX): Avoid trailing whitespace.
4713         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
4714         sub-configures.
4715
4716 2000-08-21  DJ Delorie  <dj@redhat.com>
4717
4718         * MAINTAINERS: Add self as a libiberty maintainer
4719
4720 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
4721
4722         * configure.in (libstdcxx_flags): Use
4723         libstdc++-v3/src/libstdc++.INC.
4724
4725 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
4726
4727         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
4728
4729 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
4730
4731         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
4732
4733         * configure: Make enable_threads and enable_shared defaults
4734         explicit.  Substitute enable_threads into generated Makefiles.
4735         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
4736         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
4737
4738 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
4739
4740         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
4741
4742 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
4743
4744         * config-ml.in (CC): Remove bogus duplicate quotation mark from
4745         previous delta.
4746
4747 2000-08-11  Jason Merrill  <jason@redhat.com>
4748
4749         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
4750         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
4751         (FLAGS_FOR_TARGET): Not here.
4752         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
4753
4754 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
4755
4756         * config-ml.in (CC, CXX): Don't introduce a leading space.
4757
4758 2000-08-07  DJ Delorie  <dj@delorie.com>
4759
4760         * MAINTAINERS: Add self as a DJGPP maintainer
4761
4762 2000-08-07  DJ Delorie  <dj@redhat.com>
4763
4764         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
4765         "if we're also building gcc, and it's a gcc that will run on the
4766         build machine, we want to use its includes instead of the system's
4767         default includes".
4768
4769 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
4770
4771         * MAINTAINERS: Add self to Write After Approval list.
4772
4773 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
4774
4775         * configure.in (libstdcxx_flags): Don't use `"'.
4776
4777         * config-ml.in: Adjust multilib search paths to the
4778         appropriate multilib tree.
4779
4780 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
4781
4782         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
4783         commas in $LANGUAGES.
4784
4785 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
4786
4787         * configure.in: Re-enable all references to libg++ and librx.
4788
4789 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
4790
4791         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
4792         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
4793         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
4794         * ltcf-cxx.sh (need_lc): Set based on postdeps.
4795
4796         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
4797
4798 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
4799
4800         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
4801         CXX_FOR_TARGET for sed.
4802
4803 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
4804
4805         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
4806         Do not override if already set in the environment or in configure.
4807         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
4808         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
4809
4810 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
4811
4812         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
4813         the libtool CVS tree multi-language branch.
4814         * ltconfig, ltmain.sh: Updated.
4815
4816 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
4817
4818         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
4819         (clean-target): Depend on it.
4820
4821         * Makefile.in (FLAGS_FOR_TARGET): New macro.
4822         (GCC_FOR_TARGET): Use it.
4823         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
4824         * configure.in: ... here.
4825         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
4826         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
4827
4828 2000-07-24  Eric Christopher  <echristo@cygnus.com>
4829
4830         * MAINTAINERS: Add self to Write After Approval list.
4831
4832 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
4833
4834         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
4835         (configure-target-libchill, configure-target-libobjc): Likewise.
4836
4837         * configure.in: Use the same cache file for all target libs.
4838         * config-ml.in: But different cache files per multilib variant.
4839
4840 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
4841
4842         * configure (topsrcdir): Don't use dirname.
4843
4844 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
4845
4846         * MAINTAINERS: Add self to Write After Approval list.
4847
4848 2000-07-20  Jason Merrill  <jason@redhat.com>
4849
4850         * configure.in: Remove all references to libg++ and librx.
4851
4852         * configure, configure.in, Makefile.in: Unify gcc and binutils.
4853
4854 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
4855
4856         * config.sub: Update to subversions version 2000-07-06.
4857
4858 2000-07-12  Andrew Haley  <aph@cygnus.com>
4859
4860         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
4861         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
4862
4863 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
4864
4865         * symlink-tree:  Check number of arguments.
4866
4867 2000-07-05  Jim Wilson  <wilson@cygnus.com>
4868
4869         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
4870         search path for a g++ extracted from the build tree.  This
4871         will allow link tests run by configure scripts in
4872         subdirectories to succeed.
4873
4874 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
4875
4876         * ltconfig: Add support for mips-dde-sysv4.2MP
4877
4878 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
4879
4880         * MAINTAINERS: Add myself as loop discovery maintainer.
4881
4882 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
4883
4884         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
4885         `os2'. Force ac_cv_exeext to be ".exe" in that case.
4886
4887 2000-06-19  Timothy Wall  <twall@cygnus.com>
4888
4889         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
4890         * config.sub: Add tic54x target.
4891
4892 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
4893
4894         * MAINTAINERS: Add self as Fortran maintainer,
4895         remove Craig Burley.
4896
4897 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
4898
4899         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
4900         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
4901
4902 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
4903
4904         * MAINTAINERS: Add self as i18n maintainer
4905
4906 20000-05-21  H.J. Lu  (hjl@gnu.org)
4907
4908         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
4909         directory are used if they exist. Make sure
4910         $(build_tooldir)/include is searched for header files,
4911         $(build_tooldir)/lib/ for library files.
4912         (GCC_FOR_TARGET): Likewise.
4913         (CXX_FOR_TARGET): Likewise.
4914
4915 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
4916
4917         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
4918
4919 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
4920
4921         * Makefile.in (configure-target-libiberty): Depend on
4922         configure-target-newlib.
4923
4924 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
4925
4926         * configure.in, Makefile.in: Merge all libffi-related
4927         configury stuff from the libgcj tree.
4928
4929 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
4930
4931         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
4932         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
4933
4934 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
4935
4936         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
4937         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
4938         current version information.  Add to proto-toplev directory.
4939         (gdb-taz): Build do-djunpack.
4940
4941 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
4942
4943         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
4944
4945 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
4946
4947         * MAINTAINERS: Add self to Write After Approval list.
4948
4949 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
4950
4951         * ltmain.sh: Preserve in relink_command any environment
4952         variables that may affect the linker behavior.
4953
4954 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
4955
4956         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
4957
4958 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
4959
4960         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
4961
4962 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
4963
4964         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
4965         with the version name.
4966
4967 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
4968
4969         * MAINTAINERS: Add self as bb-reorder maintainer.
4970
4971 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
4972
4973         * config.if: Tweak.
4974
4975 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
4976
4977         * djunpack.bat: New file.
4978
4979 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
4980
4981         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
4982         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
4983         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
4984         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
4985
4986 2000-04-16  Dave Pitts  <dpitts@cozx.com>
4987
4988         * config.sub (case $basic_machine): Change default for "ibm-*"
4989         to "openedition".
4990
4991 2000-04-13  Andreas Jaeger  <aj@suse.de>
4992
4993         * MAINTAINERS: Added myself.
4994
4995 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
4996
4997         * Makefile.in (gdb-taz): New target.  GDB specific archive.
4998         (do-md5sum): New target.
4999         (MD5PROG): Define.
5000         (PACKAGE): Default to TOOL.
5001         (VER): Default to a shell script.
5002         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
5003         md5 checksum generation.
5004         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
5005         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
5006         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
5007         insight.tar.bz2): Use gdb-taz to create archive.
5008
5009 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
5010
5011         * configure (warn_cflags): Delete.
5012
5013 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
5014
5015         * MAINTAINERS: Added myself.
5016
5017 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
5018             Martin v. Loewis  <martin@loewis.home.cs.tu-berlin.de>
5019
5020         * configure.in (enable_libstdcxx_v3): Add.
5021         (target_libs): Add bits here to switch between libstdc++-v2 and
5022         libstdc++-v3.
5023         * config.if: And this file too.
5024         * Makefile.in: Add libstdc++-v3 targets.
5025
5026 2000-04-05  Michael Meissner  <meissner@redhat.com>
5027
5028         * config.sub (d30v): Add d30v as a basic machine type.
5029
5030 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
5031
5032         * configure.in: -linux-gnu*, not -linux-gnu.
5033
5034 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
5035
5036         * MAINTAINERS: Add self in write-after-approval section.
5037
5038 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
5039
5040         * MAINTAINERS: Add self as ia64 port maintainer.
5041
5042 2000-03-08  Neil Booth  <NeilB@earthling.net>
5043
5044         * MAINTAINERS: Add self in write-after-approval section.
5045
5046 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
5047
5048         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
5049         (do-tar-bz2): Replace TOOL with PACKAGE.
5050         (gdb.tar.bz2): Remove GDBTK from GDB package.
5051         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
5052         dejagnu.tar.bz2): New packages.
5053
5054 2000-02-27  Andreas Jaeger  <aj@suse.de>
5055
5056         * configure.in: Add entry for mips*-*-linux*, move catch all
5057         *-*-*linux* entry below this one.
5058
5059 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
5060
5061         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
5062
5063 2000-02-24  Nick Clifton  <nickc@cygnus.com>
5064
5065         * config.sub: Support an OS of "wince".
5066
5067 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
5068
5069         * config.guess, config.sub: Updated to match config's 2000-02-15
5070         version.
5071
5072 2000-02-23  Linas Vepstas <linas@linas.org>
5073
5074         * config.sub: Add support for Linux/IBM 370.
5075         * configure.in: Likewise.
5076
5077 2000-02-22  Nick Clifton  <nickc@cygnus.com>
5078
5079         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
5080
5081 2000-02-20  Christopher Faylor <cgf@cygnus.com>
5082
5083         * config.guess: Guess "cygwin" rather than "cygwin32".
5084
5085 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5086
5087         * configure (gcc_version): When setting, narrow search to
5088         lines containing `version_string'.
5089
5090 2000-02-15  Denis Chertykov  <denisc@overta.ru>
5091
5092         * config.sub: Add support for avr target.
5093
5094 2000-02-14  Nick Clifton  <nickc@cygnus.com>
5095
5096         * MAINTAINERS: Add maintainers for MCore port.
5097
5098 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
5099
5100         * config.sub: Add mmix-knuth-mmixware.
5101
5102 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5103
5104         * MAINTAINERS: Pair cccp with cpplib maintainership.
5105
5106 2000-01-27  Christopher Faylor <cgf@redhat.com>
5107
5108         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
5109         structure stuff to -L library search.
5110         (CXX_FOR_TARGET): Ditto.
5111         (CROSS_CHECK_MODULES): Fix spelling mistake.
5112
5113 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
5114
5115         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
5116         the C++ compiler.
5117
5118 2000-01-12  Richard Henderson  <rth@cygnus.com>
5119
5120         * configure.in: Don't build some bits for beos.
5121
5122 2000-01-12  Joel Sherrill (joel@OARcorp.com)
5123
5124         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
5125         as include files.
5126
5127 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
5128
5129         * Add self as cpplib maintainer, as requested by Jason
5130         Merrill.  Correct my e-mail address.
5131
5132 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
5133
5134         * configure.in: Use mt-aix43 to handle *_TARGET defs,
5135         not mh-aix43.
5136
5137 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
5138
5139         * MAINTAINERS: Add myself to "write after approval" list.
5140
5141 1999-12-14  Richard Henderson  <rth@cygnus.com>
5142
5143         * config.guess (alpha-osf, alpha-linux): Detect ev67.
5144         * config.sub: Accept alphaev[78], alphaev8.
5145
5146 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5147
5148         * config.guess, config.sub: Update from autoconf.
5149
5150 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
5151
5152         * MAINTAINERS:  update my playtime e-address.
5153
5154 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5155
5156         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
5157         necessary libraries are missing.
5158
5159 Fri Nov 19 11:22:31 MST 1999    Diego Novillo <dnovillo@cygnus.com>
5160
5161         * MAINTAINERS: Add new 'write after approval' maintainer.
5162
5163 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5164
5165         * MAINTAINERS: Add new Java maintainer.
5166
5167 1999-10-25  Andreas Schwab  <schwab@suse.de>
5168
5169         * configure: Fix quoting inside arguments of eval.
5170
5171 1999-10-21  Nick Clifton  <nickc@cygnus.com>
5172
5173         * config-ml.in: Allow suppression of some ARM multilibs.
5174
5175 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
5176
5177         * config.guess: Add OS/390 match pattern.
5178         * config.sub: Add mvs, openedition targets.
5179         * configure.in (i370-ibm-opened*): New.
5180
5181 1999-09-04  Steve Chamberlain  <sac@pobox.com>
5182
5183         * config.sub: Add support for configuring for pj.
5184
5185 1999-08-31  Nick Clifton  <nickc@cygnus.com>
5186
5187         * config.sub (maybe_os): Add support for configuring for fr30.
5188
5189 1999-08-25  Nick Clifton  <nickc@cygnus.com>
5190
5191         * configure.in: Do not configure or build ld for AIX
5192         platforms.  ld is known to be broken on these platforms.
5193
5194 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5195
5196         * config-ml.in: Pass compiler flag corresponding to multidirs to
5197         subdir configures.
5198
5199 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
5200
5201         * Makefile.in (LDFLAGS): Define.
5202
5203 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
5204
5205         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
5206         noconfigdirs.
5207         (*-*-cygwin*): Likewise.
5208
5209 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
5210
5211         * mkdep: New file.
5212         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
5213         (BINUTILS_SUPPORT_DIRS): Add mkdep.
5214
5215         From Eli Zaretskii <eliz@is.elta.co.il>:
5216         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
5217         long file name when using DJGPP on MS-DOS.
5218
5219 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
5220
5221         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
5222
5223 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
5224
5225         * Makefile.in (check-target-libio): Remove all-target-libstdc++
5226         dependency as this causes "make check" to globally "make all"
5227
5228 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
5229
5230         * configure.in (target_libs): Added target-zlib.
5231         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
5232         (CONFIGURE_TARGET_MODULES): Likewise.
5233         (CHECK_TARGET_MODULES): Likewise.
5234         (INSTALL_TARGET_MODULES): Likewise.
5235         (CLEAN_TARGET_MODULES): Likewise.
5236         (configure-target-zlib): New target.
5237         (all-target-zlib): Likewise.
5238         (all-target-libjava): Depend on all-target-zlib.
5239         (configure-target-libjava): Depend on configure-target-zlib.
5240
5241         * Makefile.in (configure-target-libjava): Depend on
5242         configure-target-newlib.
5243         (configure-target-boehm-gc): New target.
5244         (configure-target-qthreads): New target.
5245
5246         * configure.in (target_libs): Added target-qthreads.
5247         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
5248         (CONFIGURE_TARGET_MODULES): Likewise.
5249         (CHECK_TARGET_MODULES): Likewise.
5250         (INSTALL_TARGET_MODULES): Likewise.
5251         (CLEAN_TARGET_MODULES): Likewise.
5252         (all-target-qthreads): New target.
5253         (configure-target-libjava): Depend on configure-target-qthreads.
5254         (all-target-libjava): Depend on all-target-qthreads.
5255
5256         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
5257         (CONFIGURE_TARGET_MODULES): Likewise.
5258         (CHECK_TARGET_MODULES): Likewise.
5259         (INSTALL_TARGET_MODULES): Likewise.
5260         (CLEAN_TARGET_MODULES): Likewise.
5261         (all-target-libjava): New target.
5262         (all-target-boehm-gc): Likewise.
5263         * configure.in (target_libs): Added libjava, boehm-gc.
5264
5265 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
5266
5267         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
5268         configure.bat in SUPPORT_FILES.
5269         (gas+binutils.tar.bz2): Likewise.
5270
5271         * makeall.bat: Remove; obsolete.
5272
5273 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
5274
5275         From Mark Elbrecht:
5276         * configure.bat: Remove; obsolete.
5277
5278 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
5279
5280         * configure: Add -W -Wall to the default CFLAGS when compiling with
5281         gcc.
5282
5283 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
5284
5285         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
5286
5287 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
5288
5289         * configure.in: Build ld on IRIX6.
5290
5291 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
5292
5293         * Makefile.in: Change distribution targets to use bzip2 instead of
5294         gzip.
5295         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
5296         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
5297
5298 1999-06-04  Nick Clifton  <nickc@cygnus.com>
5299
5300         * config.sub: Add mcore target.
5301
5302 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
5303
5304         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
5305
5306 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
5307
5308         * config.guess (dummy): Changed to $dummy.
5309
5310 1999-05-24  Nick Clifton  <nickc@cygnus.com>
5311
5312         * config.sub: Tidied up case statements.
5313
5314 1999-05-22  Ben Elliston  <bje@cygnus.com>
5315
5316         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
5317         <jiro@din.or.jp>.
5318
5319         * config.guess: Merge with FSF version. Future changes will be
5320         more accurately recorded in this ChangeLog.
5321         * config.sub: Likewise.
5322
5323 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
5324
5325          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
5326
5327 1999-04-30  Tom Tromey  <tromey@cygnus.com>
5328
5329         * ltmain.sh: [mode link] Always use CC given by ltconfig.
5330
5331 1999-04-23  Tom Tromey  <tromey@cygnus.com>
5332
5333         * ltconfig, ltmain.sh: Update to libtool 1.2f.
5334
5335 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
5336
5337         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
5338         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
5339         Bad merge removed these two changes.
5340
5341 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
5342                           Martin Heller (Ing.-Buero_Heller@t-online.de)
5343
5344         * config.guess (interix Alpha): Add.
5345
5346 1999-04-11  Richard Henderson  <rth@cygnus.com>
5347
5348         * configure.in (i?86-*-beos*): Do config gperf; don't config
5349         gdb, newlib, or libgloss.
5350
5351 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
5352
5353         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
5354         link a trivial program with -mabi=64.  If it fails, remove mabi=64
5355         from multidirs.
5356
5357 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
5358
5359         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
5360
5361 1999-04-08  Nick Clifton  <nickc@cygnus.com>
5362
5363         * config.sub: Add support for mcore targets.
5364
5365 1999-04-07  Michael Meissner  <meissner@cygnus.com>
5366
5367         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
5368         not mt-ospace, in order to shut up assembler warning about using
5369         symbols that are named the same as registers.
5370
5371 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
5372
5373         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
5374         dependency list for all-target-cygmon.
5375
5376 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
5377
5378         * config-ml.in: Check $host, not $target, for selective multilibs.
5379         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
5380         thumb interworking, and underscore prefix multilibs.
5381
5382 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
5383
5384         * missing: Update to version from current automake.
5385
5386 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
5387
5388         * configure (gxx_include_dir): Removed.
5389
5390         * configure.in (gxx_include_dir): Handle it.
5391         * Makefile.in: Likewise.
5392
5393 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
5394
5395         * config.sub (mips64vr4111,mips64vr4111el) Add.
5396
5397 1999-03-21  Ben Elliston  <bje@cygnus.com>
5398
5399         * config.guess: Correct typo for detecting ELF on FreeBSD.
5400
5401 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
5402
5403         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
5404         config/mh-djgpp.
5405
5406 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
5407
5408         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
5409         all-target-newlib to dependency list for all-target-bsp.
5410
5411 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
5412
5413         * config.sub: Add i386-uwin support.
5414         * config.guess: Likewise.
5415
5416 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5417
5418         * configure.in: cleanup, add mh-*pic handling for arm, special
5419         case powerpc*-*-aix*
5420
5421 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
5422
5423         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
5424         can be built.
5425
5426 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
5427
5428         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
5429         targets.
5430
5431 1999-03-02  Nick Clifton  <nickc@cygnus.com>
5432
5433         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
5434
5435 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
5436
5437         * config.sub: Check for "cygwin*" rather than "cygwin32*"
5438
5439 1999-02-24  Nick Clifton  <nickc@cygnus.com>
5440
5441         * config.sub: Fix typo in arm recognition.
5442
5443 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
5444
5445         * configure.in (noconfigdirs): Changed target_configdirs to
5446         include target-bsp only for m68k-*-elf* and m68k-*-coff*
5447         rather than m68k-*-* since it is not known to work on
5448         m68k-aout. Ditto for arm-*-*oabi.
5449
5450 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
5451
5452         * configure.in (*-*-windows*): Remove, no longer used.
5453
5454 1999-02-19  Ben Elliston <bje@cygnus.com>
5455
5456         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
5457         Smart and improved by Andrew Cagney.
5458
5459 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
5460
5461         * config.guess: Recognize openbsd-*-hppa.
5462
5463 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
5464
5465         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
5466         only if it is not empty.
5467
5468 1999-02-17  Nick Clifton  <nickc@cygnus.com>
5469
5470         Patch from: Scott Bambrough <scottb@corelcomputer.com>
5471
5472         * config.guess: Modified to recognize uname's armv* syntax.
5473
5474         * config.sub: Modified to recognize uname's armv* syntax.
5475
5476 1999-02-17  Mark Salter  <msalter@cygnus.com>
5477
5478         * configure.in: Added target-bsp for sparclite.
5479
5480 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
5481
5482         * config.sub: Recognize alphapca5[67] and up to alphaev8.
5483
5484 1999-02-08  Nick Clifton  <nickc@cygnus.com>
5485
5486         * configure.in: Add support for strongarm port.
5487         * config.sub: Add support for strongarm target.
5488
5489 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
5490
5491         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
5492         the old name config/mh-cygwin32.
5493         Enable texinfo.
5494
5495 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
5496
5497         * configure.in: Do build ld for ix86 Solaris.
5498
5499 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
5500
5501         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
5502         $AR_FOR_TARGET.  Likewise for RANLIB.
5503
5504 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
5505
5506         * config.sub (oabi):  Recognize.
5507         * configure.in (arm-*-oabi):  Handle.
5508
5509 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
5510
5511         * config.guess: Improve detection of i686 on UnixWare 7.
5512
5513 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
5514
5515         * config.guess: Add support for i386-pc-interix.
5516         * config.sub: Likewise.
5517         * configure.in: Likewise.
5518
5519 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
5520
5521         * Makefile.in: Remove unneeded all-target-libio from
5522         from all-target-winsup target since it is now unneeded.
5523         Add all-target-libtermcap in its place since it is now
5524         needed.
5525
5526 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
5527
5528         * configure.in: makefile stub for cygwin target is probably
5529         unnecessary.  Remove it for now.
5530
5531 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
5532
5533         * configure.in: libtermcap.a should be built when cygwin is the
5534         target as well as the host.
5535         * config.guess: Allow mixed case in cygwin uname output.
5536         * Makefile.in: Add libtermcap target.
5537
5538 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
5539
5540         * config.sub: Clean up handling of hppa2.0.
5541
5542 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
5543
5544         * config.guess: Use C code to identify more HP machines.
5545
5546 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
5547
5548         * config.sub: Handle hppa2.0.
5549
5550 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
5551
5552         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
5553         cygmon for all sparclite targets, regardless of object format.
5554
5555 1998-12-15  Mark Salter  <msalter@cygnus.com>
5556
5557         * configure.in: Added target-bsp for several target architectures.
5558
5559         * Makefile.in: Added rules for bsp.
5560
5561 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
5562
5563         * config.guess: Improve detection of hppa2.0 processors.
5564
5565 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
5566
5567         * config.guess: Recognize FreeBSD using ELF automatically.
5568
5569 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
5570
5571         * configure (skip-this-dir): Add handling for new shell script, which
5572         might be created by a sub-directory's configure to indicate, this particular
5573         directory is "unwanted".
5574         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
5575
5576 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
5577
5578         * ltconfig: import from libtool, after changing libtool to
5579         account for the cygwin name change.
5580
5581 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
5582
5583         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
5584         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
5585
5586 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
5587
5588         * configure.in: Add libtermcap to list of cygwin dependencies.
5589
5590 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
5591
5592         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
5593         they include winsup/include when it's a cygwin target.
5594
5595 1998-11-12  Tom Tromey  <tromey@cygnus.com>
5596
5597         * configure.in (host_tools): Added zip.
5598         * Makefile.in (all-target-libjava): Depend on all-zip.
5599         (all-zip): New target.
5600         (ALL_MODULES): Added all-zip.
5601         (NATIVE_CHECK_MODULES): Added check-zip.
5602         (INSTALL_MODULES): Added install-zip.
5603         (CLEAN_MODULES): Added clean-zip.
5604
5605 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
5606
5607         * Makefile.in: lose "32" from comment about cygwin.
5608
5609 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
5610
5611         * configure.in: Use -Os to build target libraries for the fr30.
5612
5613 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
5614
5615         * config.sub: Add fr30.
5616
5617 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
5618
5619         * configure.in: drop "32" from config/mh-cygwin32.  Check
5620         cygwin* instead of cygwin32*.
5621         * config.sub: Check cygwin* instead of cygwin32*.
5622
5623 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
5624
5625         * config.guess: Match any version of Unixware7.
5626
5627 1998-10-20  Syd Polk  <spolk@cygnus.com>
5628
5629         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
5630         if desired.
5631
5632 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
5633
5634         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
5635         these if the appropriate directories and files to not exist.
5636
5637 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
5638
5639         * Makefile.in (DEVO_SUPPORT): Add config.if.
5640
5641 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
5642
5643         * configure: Add pattern to replace "build_tooldir"'s
5644         definition in the generated Makefile with "tooldir"'s
5645         actual value.
5646
5647 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
5648
5649         * config.sub: Bring back lost sparcv9.
5650
5651         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
5652
5653 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
5654
5655         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
5656         CC_FOR_TARGET and friends.
5657
5658 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
5659
5660         * Makefile.in (build_tooldir): New variable, same as tooldir.
5661         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
5662         -B$(build_tooldir)/bin/.
5663         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
5664
5665 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
5666
5667         * README: Remove installation instructions and refer to the
5668         INSTALL directory instead.
5669
5670 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
5671
5672         * config.sub: Add support for i[34567]86-pc-udk.
5673         * configure.in: Likewise.
5674
5675 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
5676
5677         * Makefile.in: add bzip2 package building bits for user
5678         tools module
5679         * configure.in: ditto
5680
5681 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
5682
5683         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
5684         (ALL_TARGET_MODULES): Add all-target-libobjc.
5685         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
5686         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
5687         (all-target-libchill): Add dependencies.
5688         * configure.in (target_libs): Add libchill.
5689
5690 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
5691
5692         * configure.in (target_subdir): Remove duplicate line.
5693
5694 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
5695
5696         * Makefile.in (all-automake): fix dependencies.
5697
5698 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
5699
5700         * configure.in: Minor cleanups for building in the $(target_alias)
5701         subdir.
5702
5703 1998-09-22  Jim Wilson  <wilson@cygnus.com>
5704
5705         * Makefile.in (bootstrap): Set r and s before make all.  Use
5706         BASE_FLAGS_TO_PASS in make all.
5707         (cross): Likewise.
5708
5709 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
5710
5711         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
5712
5713 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
5714
5715         * config.sub: Fix typo in last change.
5716
5717 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
5718
5719         * config.sub: Add support for C4x target.
5720         * configure.in: Likewise.
5721
5722 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
5723
5724         * config.sub: Recognize sparcv9 just like sparc64.
5725
5726 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
5727
5728         * config.guess: Match "Pent II" or "PentII" for OpenServer.
5729
5730 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
5731
5732         * config.guess: Correctly identify Pentium II sco boxes.
5733
5734         * config.guess: Fix "tr" code.  From Weiwen Liu.
5735
5736 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
5737
5738         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
5739         stabs.
5740
5741 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
5742
5743         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
5744         (ALL_TARGET_MODULES): Add all-target-libchill.
5745         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
5746         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
5747         (all-target-libchill): Add dependencies.
5748         * configure.in (target_libs): Add libchill.
5749
5750 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
5751
5752         * config.guess: Avoid assumptions about "tr" behaves when
5753         LANG is set to something other than English.
5754
5755 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
5756
5757         * configure (gxx_include_dir): Changed to
5758         '${prefix}/include/g++'-${libstdcxx_interface}.
5759
5760         * config.if: New to determine the interfaces.
5761
5762 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
5763
5764         * config.guess: Detect and handle MPE/IX.
5765         * config.sub: Deal with MPE/IX.
5766
5767 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
5768
5769         * configure.in: Use mh-aix43.
5770
5771 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
5772
5773         * configure: Fix --without/--disable cases for gxx-include-dir.
5774
5775 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
5776
5777         * mdata-sh:  Imported.  Needed for automake support.
5778
5779 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
5780
5781         * Makefile.in (taz): Try "chmod -R og=u ." before
5782         "chmod og=u `find . -print`".
5783
5784 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
5785
5786         * configure.in: Add arm-elf and thumb-elf support.
5787
5788 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
5789
5790         * Makefile.in: Undo previous patch.
5791
5792 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
5793
5794         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
5795         to here ...
5796         (install-no-fixedincludes): and here
5797         (INSTALL_MODULES): ... from here.
5798
5799 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
5800
5801         * config.sub: Merge with FSF.
5802
5803         * config.guess: Merge with FSF.
5804
5805 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
5806
5807         * configure (extraconfigdirs): New variable.
5808         (SUBDIRS): Add extraconfigdirs and recurse on them too.
5809         * Makefile.in (all): Move higher in file.
5810         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
5811         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
5812         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
5813         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
5814         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
5815
5816 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
5817
5818         * Makefile.in (all-target-libjava): Depend on all-gcc and
5819         all-target-newlib.
5820         (configure-target-libjava): Depend on $(ALL_GCC).
5821
5822 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
5823
5824         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
5825         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
5826
5827 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
5828
5829         * INSTALL/README: Fix typo.
5830
5831 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
5832
5833         * ylwrap: Change absolute path checks to check for DOS style path
5834         names.
5835
5836         * ylwrap: Don't use a full path name if the source file is in the
5837         same directory.  From hjl@lucon.org (H.J. Lu).
5838
5839         * config-ml.in: Default to being verbose, to match Feb 18 change to
5840         configure.
5841
5842 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
5843
5844         Brought over from egcs:
5845
5846         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
5847
5848         * configure.in (target_subdir): Set to ${target_alias} instead
5849         of "libraries".
5850
5851         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
5852
5853         * configure.in (target_subdir): Set to libraries if enable_multilib.
5854
5855 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
5856
5857         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
5858         multilibs, force reconfiguration the first time we create
5859         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
5860
5861 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
5862
5863         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
5864         avoid confusion with --no-recursion.
5865
5866 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
5867
5868         * configure.in: Win32 hosts shouldn't use install -x
5869         * install-sh: remove -x option, and special .exe-handling
5870         hack.
5871
5872 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
5873
5874         * config.guess: Recognize i586-pc-beos.
5875         * configure.in: Don't build some bits for beos.
5876
5877 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
5878
5879         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
5880         CFLAGS default to -O2.
5881
5882         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
5883         when using GNU ld.
5884
5885 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
5886
5887         * ltmain.sh: Correct install when using a different shell.
5888
5889 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
5890
5891         * ltconfig, ltmain.sh: Update to libtool 1.2b.
5892
5893 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
5894
5895         * makefile.vms: Update to build binutils/makefile.vms.  Add install
5896         target.
5897
5898 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
5899
5900         * ltconfig: Update to correct AIX handling.
5901
5902 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
5903
5904         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
5905
5906         * configure.in (target_subdir): Set to ${target_alias} instead
5907         of "libraries".
5908
5909 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
5910
5911         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
5912         (Makefile): Depend on $(gcc_version_trigger).
5913
5914         * configure (gcc_version): Change default initializer to empty
5915         string.
5916         (gcc_version_trigger): New variable; pass this variable down
5917         to subdir configures to enable them checking gcc's version
5918         themselves. Emit make macros for both gcc_version vars.
5919         (topsrcdir): Initialize reliably.
5920         (recursion line): Remove --with-gcc-version=${gcc_version}.
5921
5922 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
5923
5924         * configure (enable_version_specific_runtime_libs): Implement new flag
5925         --enable-version-specific-runtime-libs which installs C++ runtime stuff
5926         in $(libsubdir); emit definition in each generated Makefile.
5927         (gxx_include_dir): Initialize depending on
5928         $enable_version_specific_runtime_libs.
5929
5930 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
5931
5932         * configure (gcc_version): Initialize properly depending on
5933         how and where configure is started.
5934         (recursion line): Pass a --with-gcc-version=${gcc_version}
5935         to configures in subdirs.
5936
5937 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
5938
5939         * configure.in (noconfigdirs): Add configure pattern for mips tx39
5940         cygmon
5941
5942 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
5943
5944         * configure.in: Add cygmon and libstub support for mn10200.
5945
5946 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
5947
5948         * configure (gcc_version): Add new variable describing the
5949         particular gcc version we're building.
5950         * Makefile.in (libsubdir): Add new macro for the directory
5951         in which the compiler finds executables, libraries, etc.
5952         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
5953         and libsubdir.
5954
5955 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
5956
5957         * Makefile.in (local-clean): Remove *.log.
5958         (warning.log): Built with warn_summary from build.log.
5959         (mail-report.log): Run test_summary.
5960         (mail-report-with-warnings.log): Run test_summary including
5961         warning.log in the report.
5962
5963 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
5964
5965         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
5966
5967 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
5968
5969         * Makefile.in (grep): Grep no longer depends on libiberty.
5970
5971 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
5972
5973         * Makefile.in: all-snavigator needs all-libgui.
5974
5975 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
5976
5977         * configure.in: Add cygmon and libstub support for mn10300.
5978
5979 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
5980
5981         * missing: Update to version from automake 1.3.
5982
5983         * ltmain.sh: On installation, don't get confused if the same name
5984         appears more than once in the list of library names.
5985
5986 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
5987
5988         * config.sub: Accept m68060 and m5200 as CPU names.
5989
5990 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
5991
5992         * configure: Use && rather than using -a in test, because odd
5993         strings can confuse test.
5994         * configure.in: Likewise.
5995
5996 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
5997
5998         * ltconfig, ltmain.sh: Bring in Visual C++ support.
5999
6000 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
6001
6002         * Makefile.in (boostrap2-lean, bootstrap3-lean,
6003         bootstrap4-lean): New targets.
6004
6005 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
6006
6007         * mpw-* Delete.  Not used.
6008
6009 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
6010
6011         * COPYING.LIB: Update FSF address.
6012
6013 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
6014
6015         * ltconfig, ltmain.sh: Update to libtool 1.2a.
6016
6017         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
6018         GAS_SUPPORT_DIRS.
6019
6020 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
6021
6022         * ltconfig, ltmain.sh: Avoid producing a version number if
6023         -version-info was not used.
6024
6025 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
6026
6027         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
6028         building with newlib.
6029
6030 1998-04-30  Paul Eggert  <eggert@twinsun.com>
6031
6032         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
6033         Solaris `make' causes it to continue to next definition.
6034
6035 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
6036
6037         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
6038         the right GUI libraries and files are installed along with GDB.
6039
6040 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
6041
6042         * configure.in: Change alpha to alpha* in several places.
6043
6044 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
6045
6046         * config.sub: Recognize sparc86x.
6047
6048 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
6049
6050         * configure.in (--enable-target-optspace): Remove debug echo.
6051
6052 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
6053
6054         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
6055
6056 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
6057
6058         * ltconfig: Update cygwin32 support.
6059
6060         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
6061         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
6062         (GDB_SUPPORT_DIRS): Likewise.
6063
6064 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
6065
6066         * configure.in (target_makefile_frag): If --enable-target-optspace,
6067         use -Os to compile target libraries rather than -O2.  Default to
6068         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
6069         not used.
6070         * configure.in (target_cflags): Ditto for d30v.
6071
6072 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
6073
6074         * Makefile.in (all-bfd): Depend on all-intl.
6075         (all-binutils): Likewise.
6076         (all-gas): Likewise.
6077         (all-gprof): Likewise.
6078         (all-ld): Likewise.
6079
6080 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
6081
6082         * configure.in (host_tools): Fix typo, lbtool -> libtool.
6083
6084 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
6085
6086         * Makefile.in (all-bfd): Depend upon all-libiberty.
6087
6088         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
6089
6090 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
6091
6092         * Makefile.in: Add libstub.
6093
6094         * configure.in: Ditto. Build libstub for targets that have cygmon
6095         support.
6096
6097 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
6098
6099         * configure.in: Don't set PICFLAG on ix86-cygwin32.
6100
6101 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
6102
6103         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
6104         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
6105
6106 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
6107
6108         * configure: Define DEFAULT_M4 by searching PATH.
6109         * Makfile.in: Use DEFAULT_M4.
6110
6111 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
6112
6113         * ltconfig: Add cygwin32 support.
6114
6115         * Makefile.in, configure.in: Add libtool as a native only directory
6116         to configure and build.
6117
6118 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
6119
6120         * Makefile.in (INSTALL_MODULES): Remove texinfo.
6121
6122 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
6123
6124         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
6125
6126 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
6127
6128         * Makefile.in: add ash make rules
6129         * configure.in: add ash to native_only and host_tools lists
6130
6131 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
6132
6133         * Makefile.in (all-gettext, all-intl): New targets.
6134         (ALL_MODULES): Added all-gettext, all-intl.
6135         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
6136         (INSTALL_MODULES): Added install-gettext, install-intl.
6137         (CLEAN_MODULES): Added clean-gettext, clean-intl.
6138
6139         * configure.in (host_tools): Added gettext.
6140         (native_only): Likewise.
6141         (noconfigdirs) [various cases]: Likewise.
6142         (host_libs): Added intl.
6143
6144 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
6145
6146         * configure: Do not disable building gdbtk for cygwin32 hosts.
6147
6148 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
6149
6150         * configure.in: Add thumb-coff target.
6151         * config.sub: Add thumb-coff target.
6152
6153 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
6154
6155         * Makefile.in: Revert yesterday's change.
6156         (all-target-winsup):  all-target-librx stays out of here.
6157
6158 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
6159
6160         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
6161         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
6162         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
6163         Remove references to librx and libg++.
6164
6165 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
6166
6167         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
6168         recursive makes
6169
6170 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
6171
6172         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
6173         for newlib directory.
6174         (CXX_FOR_TARGET): Likewise.
6175
6176 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
6177
6178         * ltconfig: Update after libtool/ltconfig.in change for
6179         hpux11.
6180
6181 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
6182
6183         * ltconfig, ltmain.sh: Update to libtool 1.2.
6184
6185 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
6186
6187         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
6188         (install-gcc-cross): Instead, override LANGUAGES here.
6189
6190 1998-03-18  Dave Love  <d.love@dl.ac.uk>
6191
6192         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
6193         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
6194
6195 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
6196
6197         * configure.in: Add Thumb-pe target.
6198
6199 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
6200
6201         * Makefile.in - changed sn targets to snavigator
6202         * configure.in - changed sn targets to snavigator
6203
6204 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
6205
6206         * config-ml.in: After building symlink tree call make distclean
6207         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
6208         to be the case for libiberty.
6209
6210 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
6211
6212         * configure: When making link, also check the current
6213         directory. The configure scripts may create one.
6214
6215 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
6216
6217         * config.sub: Accept alphapca56 and alphaev6 properly.
6218
6219 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6220
6221         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
6222
6223 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
6224
6225         * config.sub (sco5): Fix typo.
6226
6227 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
6228
6229         * Makefile.in (INSTALL_MODULES): Move install-tcl before
6230         install-itcl.
6231         (install-itcl): Remove dependency on install-tcl.
6232
6233 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
6234
6235         * configure.in: Remove libgloss from noconfigdirs for MN10300.
6236
6237 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
6238
6239         * configure.in: Don't build libgui for a cygwin32 target when not on
6240         a cygwin32 host.
6241
6242 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
6243
6244         * configure (redirect): Set to null, so default behavior of
6245         configure is now --verbose.
6246
6247 1998-02-16  Dave Love  <d.love@dl.ac.uk>
6248
6249         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
6250         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
6251
6252 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
6253
6254         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
6255         this change to sync Makefile.in with its ChangeLog entries.
6256
6257 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
6258
6259         * ltmain.sh (mkdir): Check that the directory doesn't exist
6260         before we exit with error, so that we don't get races during
6261         parallel builds.
6262
6263 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
6264
6265         * ltconfig, ltmain.sh: Update from libtool 1.0i.
6266
6267 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
6268
6269         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
6270         PICFLAG_FOR_TARGET.
6271         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
6272
6273         * configure: Emit a definition for the new macro enable_shared
6274         into each Makefile.
6275
6276 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
6277
6278         * configure.in (host_tools, native_only): Add libtool.
6279
6280 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
6281
6282         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
6283         Fix typo in ming config comment.
6284
6285 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
6286
6287         * ltconfig, ltmain.sh: Update from libtool 1.0h.
6288
6289 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
6290
6291         * config.sub: Add tic30 cases, and map c30 to tic30.
6292
6293 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
6294
6295         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
6296         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
6297         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
6298         (CLEAN_TARGET_MODULES): Similarly
6299         (all-target-libf2c): Add dependences.
6300         * configure.in (target_libs): Add libf2c.
6301
6302 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
6303
6304         * configure.in: Remove expect from noconfigdirs when target
6305         is cygwin32.  OK to build expect and dejagnu with Canadian
6306         Cross.
6307
6308 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
6309
6310         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
6311         host.
6312
6313         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
6314         and mingw32.
6315
6316 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
6317
6318         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
6319         here as it is not defined in the toplevel Makefile.
6320
6321 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
6322
6323         * configure (package_makefile_rules_frag): New variable, which names
6324         a file with generic rules, ...
6325         Change comment to mention we now have FIVE parts.
6326         * configure: Undo last change.
6327
6328 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
6329
6330         * config.guess: More accurate determination of HP processor types.
6331         * config.sub: More accurate determination of HP processor types.
6332
6333 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
6334
6335         * configure (package_makefile_frag): Move inserting the
6336         ${package_makefile_frag} to where it should be according
6337         to the comment.
6338
6339 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
6340
6341         * config.guess: Add support for Linux/ARM.
6342
6343 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
6344
6345         * .cvsignore: Remove *-info and *-install since they match
6346         release-info and mpw-install, which we don't want to just ignore.
6347
6348 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
6349
6350         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
6351
6352 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
6353
6354         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
6355         local_prefix to sub-make invocations.
6356
6357 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
6358
6359         * configure.in: Check makefile fragments in the source
6360         directory.
6361
6362 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
6363
6364         * configure.in: Check whether host and target makefile
6365         fragments exist before adding them to *_makefile_frag.
6366
6367 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
6368
6369         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
6370
6371 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
6372
6373         * configure.in: Make sure we only replace RPATH_ENVVAR on
6374         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
6375         regexp to sed.
6376
6377         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
6378         to sub-makes.
6379
6380 1998-01-13  Lee Iverson   (leei@ai.sri.com)
6381
6382         * config-ml.in (multi-do): LDFLAGS must include multilib
6383         designator.
6384
6385 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
6386
6387         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
6388
6389 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
6390
6391         * config.sub: Add mingw32 support.
6392         * configure.in: Likewise.
6393
6394 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
6395
6396         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
6397
6398 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
6399
6400         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
6401         * configure (gxx_include_dir): Provide a definition for subdirs
6402         which do not use autoconf.
6403
6404 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
6405
6406         * config.guess: Sync with egcs.  Picks up new alpha support,
6407         BeOS & some additional linux support.
6408
6409 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
6410
6411         * config.guess: HP 9000/803 is a PA1.1 machine.
6412
6413 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
6414
6415         * configure.in: It's alpha*-...
6416
6417 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
6418
6419         * configure.in (host_makefile_frag, target_makefile_frag):
6420         Handle multiple config files.
6421         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
6422         alpha-*-*.
6423
6424 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
6425
6426         * mkdep: New file.
6427
6428 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
6429
6430         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
6431
6432 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
6433
6434         * Makefile.in: Add libgui directory.
6435         (GDB_TK): Add all-libgui.
6436         * configure.in: Add libgui directory.
6437         * configure: Add all-libgui to GDB_TK.
6438
6439 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
6440
6441         * config-ml.in (multidirs): Add m32r to multilib list.
6442
6443 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
6444
6445         * Makefile.in (all-target-gperf): Change dependency to
6446         all-target-libstdc++.
6447
6448 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
6449
6450         * config.guess: Add BeOS support.
6451
6452 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
6453
6454         Source directory cvs renamed to cvssrc:
6455         * configure.in (host_tools): Change cvs to cvssrc.
6456         (native_only): Likewise.
6457         (noconfigdirs) [various cases]: Likewise.
6458         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
6459         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
6460         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
6461         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
6462         (all-cvssrc): Rename target from all-cvs.
6463
6464 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
6465
6466         * configure (gxx_include_dir): Fix thinko.
6467
6468 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
6469
6470         * Makefile.in (INSTALL_TARGET_CROSS): Define.
6471         (install-cross, install-gcc-cross): New targets.
6472
6473 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
6474
6475         * configure.in (noconfigdirs): Add support for Thumb target.
6476
6477         * config.sub (maybe_os): Add support for Thumb target.
6478
6479 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
6480
6481         * Makefile.in: Add rules for cygmon.
6482
6483         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
6484
6485 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
6486
6487         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
6488         * configure (gxx_include_dir): Provide a definition for subdirs
6489         which do not use autoconf.
6490
6491 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
6492
6493         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
6494         11/18/97 build
6495
6496 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
6497
6498         * From Franz Sirl.
6499         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
6500         found on RedHat Linux systems.
6501
6502 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
6503
6504         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
6505         guesses.
6506
6507 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
6508
6509         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
6510
6511 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
6512
6513         * ltmain.sh: If mkdir fails, check whether the directory was created
6514         anyhow by some other process.
6515
6516 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
6517
6518         * configure.in (d30v-*-*): Configure all directories.
6519
6520 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
6521
6522         * configure.in (d30v-*-*): Configure newlib, libiberty directories
6523         for the D30V.
6524
6525 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
6526
6527         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
6528
6529 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
6530
6531         * include/libiberty.h: Add extern "C" { so it can be used with C++
6532         progrms.
6533         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
6534         programs.
6535
6536 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
6537
6538         * configure.in (d30v-*-*): Configure GCC now.
6539
6540 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
6541
6542         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
6543         is no longer needed.
6544
6545 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
6546
6547         * Makefile.in: check-target-libio depends on all-target-libstdc++.
6548
6549 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
6550
6551         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
6552         targets using "$@" to provide support for similar but not identical
6553         targets without having to duplicate code.
6554
6555 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
6556
6557         * makefile.vms: Fix to work with DEC C.
6558
6559 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
6560
6561         * config.sub: Add mips-tx39-elf to marketing names.
6562
6563 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
6564
6565         * ltmain.sh: Handle symlinks in generated script.
6566
6567 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
6568
6569         * configure: Handle autoconf style directory options: --bindir,
6570         --datadir, --includedir, --infodir, --libdir, --libexecdir,
6571         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
6572         --sysconfdir.
6573         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
6574         (sharedstatedir, localstatedir, oldincludedir): New variables.
6575         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
6576         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
6577         sbindir, sharedstatedir, and sysconfdir.
6578
6579 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
6580
6581         * Makefile.in (bootstrap-lean): New target.
6582
6583 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
6584
6585         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
6586         sn, and gnuserv from noconfigdirs.
6587
6588 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
6589
6590         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
6591
6592 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
6593
6594         * Makefile.in (cross): New target.
6595
6596 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
6597                           Jeff Law         <law@cygnus.com>
6598
6599         * Makefile.in (bootstrap2, bootstrap3): New targets.
6600         (all-bootstrap): Remove outdated and confusing target.
6601         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
6602
6603 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
6604
6605         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
6606         windows.  Consistent with gdb/configure.
6607
6608 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
6609
6610         * configure.in: Name Linux target fragment.
6611
6612         * configure: Rewrite so that project Makefile fragment is inserted
6613         first and appears last in the resulting Makefile.
6614
6615 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
6616
6617         * Makefile.in (install-itcl): Install tcl first.
6618
6619 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
6620
6621         * configure.in: remove bison from noconfigdirs for Cygwin32 host
6622
6623 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
6624
6625         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
6626
6627         * configure.in (skipdirs): Add target-librx for Linux.
6628         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
6629
6630 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
6631
6632         * Makefile.in (bootstrap): New target.
6633
6634 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
6635
6636         * config.sub: Accept 'amigados' for backward compatibility.
6637
6638 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
6639
6640         * config.guess: Merge with FSF.
6641
6642 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
6643
6644         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
6645
6646 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
6647
6648         * config.sub: Add "marketing-names" patch.
6649
6650 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
6651
6652         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
6653
6654 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
6655
6656         * config.sub: Handle v850-elf.
6657
6658 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
6659
6660         * .cvsignore (*-install): Remove.
6661
6662 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
6663
6664         * ltconfig: Set CONFIG_SHELL in libtool.
6665         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
6666
6667 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
6668
6669         * configure.in (target_subdir): Set to libraries if enable_multilib.
6670
6671 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
6672
6673         * config.guess: Update from gcc directory.
6674
6675 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
6676
6677         * Makefile.in (all-sim): Depends on all-readline.
6678
6679 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
6680
6681         * Makefile.in (BISON, YACC): Use $$s.
6682         (all-bison): Depend on all-texinfo.
6683
6684 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
6685
6686         * Makefile.in (BISON): Add -L flag.
6687         (YACC): Likewise.
6688
6689 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
6690
6691         * configure.in (noconfigdirs): Add support for v850e target.
6692
6693         * config.sub (maybe_os): Add support for v850e target.
6694
6695 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
6696
6697         * configure.in (noconfigdirs): Add support for v850ea target.
6698
6699         * config.sub (maybe_os): Add support for v850ea target.
6700
6701 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
6702
6703         * config.sub: Add mipstx39.  Delete r3900.
6704
6705 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
6706
6707         * Makefile.in (all-autoconf): Depends on all-texinfo.
6708
6709 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
6710
6711         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
6712         eabi targets.
6713
6714 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
6715
6716         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
6717
6718         * configure: When handling a Canadian Cross, handle YACC as well as
6719         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
6720         * Makefile.in (all-bison): Depend upon all-texinfo.
6721
6722 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
6723
6724         * Makefile.in (BISON): bison, not byacc or bison -y.
6725         (YACC): bison -y or byacc or yacc.
6726         (various): Add *-bison as appropriate.
6727         (taz): No need to mess with BISON anymore.
6728
6729 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
6730
6731         * configure: If OSTYPE matches *win32*, try to find a good value for
6732         CONFIG_SHELL.
6733
6734 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
6735
6736         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
6737         configure.in if it is present.
6738
6739 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
6740
6741         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
6742
6743 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
6744
6745         * config.sub: Recognize `arc' cpu.
6746         * configure.in: Likewise.
6747         * config-ml.in: Likewise.
6748
6749 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
6750
6751         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
6752
6753 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
6754
6755         * configure: Changed sed delimiter from ':' to '|' when
6756         attempting to substitute ${config_shell} for SHELL. On
6757         NT ${config_shell} may contain a ':' in it.
6758
6759 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
6760
6761         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
6762
6763 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
6764
6765         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
6766
6767 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
6768
6769         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
6770
6771         * ylwrap: If the program is a relative path, force it to be
6772         absolute.
6773
6774 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
6775
6776         * configure (tooldir): Set BISON to `bison -y' and not just bison.
6777
6778 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
6779
6780         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
6781         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
6782         for libraries.
6783
6784 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
6785
6786         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
6787         separated by spaces.
6788
6789 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
6790
6791         * ylwrap: New file.
6792         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
6793
6794         * ltmain.sh: Handle /bin/sh at start of install program.
6795
6796         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
6797
6798         * ltconfig, ltmain.sh: New files, from libtool 1.0.
6799         * missing: New file, from automake 1.2.
6800
6801 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
6802
6803         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
6804         check-tk to CHECK_X11_MODULES.
6805
6806 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
6807
6808         * config.sub: Merge with FSF.
6809
6810 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
6811
6812         * config.guess: Merge with FSF.
6813
6814 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
6815
6816         * configure: Treat msdosdjgpp like go32.
6817         * configure.in: Likewise.  Don't remove gprof for go32.
6818
6819         * configure: Change Makefile.tem2 to Makefile.tm2.
6820
6821 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
6822
6823         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
6824
6825 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
6826
6827         * install-sh (chmodcmd): Set to null if the DST directory already
6828         exists.  Same as Nov 11th change.
6829
6830 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
6831
6832         * configure (GDB_TK): Needs itcl and tix.
6833
6834 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
6835
6836         * config.guess: Update from FSF.
6837
6838 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
6839
6840         * Makefile.in (GDB_TK): Depend on itcl and tix.
6841
6842 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
6843
6844         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
6845         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
6846         (INSTALL_SCRIPT): New variable.
6847         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
6848         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
6849         to -x.
6850         * install-sh: Add support for -x option.
6851
6852 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
6853
6854         * configure.in, Makefile.in: Treat tix like itcl.
6855
6856 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
6857
6858         * Makefile.in (WINDRES): New variable.
6859         (WINDRES_FOR_TARGET): New variable.
6860         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
6861         (EXTRA_HOST_FLAGS): Add WINDRES.
6862         (EXTRA_TARGET_FLAGS): Add WINDRES.
6863         (EXTRA_GCC_FLAGS): Add WINDRES.
6864         ($(DO_X)): Pass down WINDRES.
6865         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
6866         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
6867         DLLTOOL_FOR_TARGET.
6868
6869 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
6870
6871         * configure.in: configure sim before gdb for win32-x-ppc
6872
6873 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
6874
6875         Move gperf into the toplevel, from libg++.
6876         * configure.in (target_tools): Add target-gperf.
6877         (native_only): Add target-gperf.
6878         * Makefile.in (all-target-gperf): New target, depend on
6879         all-target-libg++.
6880         (configure-target-gperf): Empty rule.
6881         (ALL_TARGET_MODULES): Add all-target-gperf.
6882         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
6883         (CHECK_TARGET_MODULES): Add check-target-gperf.
6884         (INSTALL_TARGET_MODULES): Add install-target-gperf.
6885         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
6886
6887 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
6888
6889         * config.sub (mn10200): Recognize new basic machine.
6890
6891 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
6892
6893         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
6894         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
6895
6896 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
6897
6898         * configure.in: If we're building mips-sgi-irix6* native, turn on
6899         ENABLE_MULTILIB and set TARGET_SUBDIR.
6900
6901 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
6902
6903         * Makefile.in (all-sn): Depend on all-grep.
6904
6905 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
6906
6907         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
6908
6909         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
6910         Makefile.  From Jeff Makey <jeff@cts.com>.
6911         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
6912
6913         * Makefile.in (DISTBISONFILES): Remove.
6914         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
6915         $(DEFAULT_YACC).
6916
6917         * configure.in: Build itl, db, sn, etc., when building for native
6918         cygwin32.
6919
6920         * Makefile.in (LD): New variable.
6921         (EXTRA_HOST_FLAGS): Pass down LD.
6922         ($(DO_X)): Likewise.
6923
6924 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
6925
6926         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
6927
6928 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
6929
6930         * configure.in (targargs): Strip out any supplied --build argument
6931         before adding our own. Always add --build.
6932
6933 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
6934
6935         * configure.in (targargs): Pass --build if we're doing
6936         a cross-compile.
6937
6938 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
6939
6940         * configure: Use '|' instead of ":" as the separator in
6941         sed. Otherwise sed chokes on NT path names with drive
6942         designators. Also look for "?:*" as the leading characters in an
6943         absolute pathname.
6944
6945 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
6946
6947         * config.sub: Support for r3900.
6948
6949 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
6950
6951         * configure.in: Use install-sh, not install.sh.
6952
6953 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
6954
6955         * Makefile.in (taz): Improve check for BISON so it doesn't try to
6956         apply it twice.
6957
6958 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
6959
6960         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
6961         install-binutils.
6962
6963 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
6964
6965         * Makefile.in: Add automake targets.
6966         * configure.in (host_tools): Add automake.
6967
6968 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
6969
6970         * configure: Default CXX to c++, not gcc.
6971         * Makefile.in (CXX): Set to c++, not gcc.
6972         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
6973
6974 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
6975
6976         * install-sh: try appending a .exe if source file doesn't
6977         exist
6978
6979 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
6980
6981         * configure.in: Turn on multilib by default.
6982         (cross_only): Remove target-libiberty.
6983
6984         * Makefile.in (all-gcc): Don't depend on libiberty.
6985
6986 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
6987
6988         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
6989
6990 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
6991
6992         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
6993         (DISTBISONFILES): Add ld/Makefile.in
6994
6995 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
6996
6997         * configure.in: if target is cygwin32 but host isn't cygwin32,
6998         don't configure gdb tcl tk expect, not just gdb.
6999
7000 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
7001
7002         * configure.in: Added gnuserv everywhere sn appears.
7003
7004         * Makefile.in (ALL_MODULES): Added all-gnuserv.
7005         (CROSS_CHECK_MODULES): Added check-gnuserv.
7006         (INSTALL_MODULES): Added install-gnuserv.
7007         (CLEAN_MODULES): Added clean-gnuserv.
7008         (all-gnuserv): New target.
7009
7010 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
7011
7012         * config.guess: Fixes for MIPS OpenBSD systems.
7013
7014 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
7015
7016         * Makefile.in (INSTALL_XFORM): Remove.
7017         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
7018
7019         * mkinstalldirs: New file, copied from automake.
7020         * Makefile.in (installdirs): Rename from install-dirs.  Use
7021         mkinstalldirs.  Change all users.
7022         (DEVO_SUPPORT): Add mkinstalldirs.
7023
7024 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
7025
7026         * install-sh: Rename from install.sh.
7027         * Makefile.in (INSTALL): Change install.sh to install-sh.
7028         (DEVO_SUPPORT): Likewise.
7029
7030         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
7031         Graichen <graichen@rzpd.de>.
7032
7033 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
7034
7035         * config.guess: Recognize OpenBSD systems correctly.
7036
7037 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
7038
7039         * README, Makefile.in (ETC_SUPPORT): Remove references to
7040         cfg-paper*, configure.{texi,man,info*}._
7041
7042 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
7043
7044         * Makefile.in (all.normal): Ensure that gcc is built after all
7045         the x11 - ie gdb - targets.
7046
7047 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
7048
7049         * makefile.vms: Don't run conf-a-gas.
7050
7051 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
7052
7053         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
7054
7055 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
7056
7057         * configure.in: Remove noconfigdirs case since gdb also
7058         configures and builds for tic80-coff.
7059
7060 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
7061
7062         * configure: Set cache_file to config.cache.
7063         * Makefile.in (local-distclean): Remove config.cache.
7064
7065 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
7066
7067         * COPYING: Update FSF address.
7068
7069 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
7070
7071         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
7072         noconfigdirs.
7073
7074 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
7075
7076         * Makefile.in (install-dirs): Don't crash if prefix, and hence
7077         MAKEDIRS, is empty.
7078
7079 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
7080
7081         * config.sub: Tweak mn10300 entry.
7082
7083 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
7084
7085         * configure.in (host_tools): Put sim before gdb, so gdb's
7086         configure.tgt can determine if the simulator was configured.
7087
7088 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
7089
7090         * config.sub: Move BeOS $os case to be with other Cygnus
7091         local cases.
7092
7093 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
7094
7095         * config.sub: Remove misplaced comment that broke Linux.
7096
7097 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
7098
7099         * config.sub: Add BeOS support.
7100
7101 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
7102
7103         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
7104
7105 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
7106
7107         * configure.in (noconfigdirs): Remove tcl and tk from
7108         noconfigdirs for cygwin32 builds.
7109
7110 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
7111
7112         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
7113
7114 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
7115
7116         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
7117         make-all.com, use makefile.vms instead.
7118
7119 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
7120
7121         * config.sub: Accept -lnews*.
7122
7123 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
7124
7125         * configure.in (noconfigdirs): Disable target-newlib,
7126         target-examples and target-libiberty for d30v.
7127
7128 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
7129
7130         * configure.in (noconfigdirs): Enable ld for d30v.
7131
7132 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
7133
7134         * configure.in (tic80-*-*): Build compiler.
7135
7136 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
7137
7138         * configure.in (d30v-*): Remove sim directory from list of
7139         unsupported d30v directories
7140
7141 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
7142
7143         * config.sub, configure.in: Add d30v target cpu.
7144
7145 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
7146
7147         * makefile.vms: New file.
7148         * make-all.com: Remove.
7149
7150 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
7151
7152         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
7153
7154 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
7155
7156         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
7157
7158 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
7159
7160         * Makefile.in (ALL_MODULES): Added all-db.
7161         (CROSS_CHECK_MODULES): Addec check-db.
7162         (INSTALL_MODULES): Added install-db.
7163         (CLEAN_MODULES): Added clean-db.
7164
7165 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
7166
7167         * config.guess: Merge with latest FSF sources.
7168
7169 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
7170
7171         * Makefile.in (ALL_MODULES): Added all-itcl.
7172         (CROSS_CHECK_MODULES): Added check-itcl.
7173         (INSTALL_MODULES): Added install-itcl.
7174         (CLEAN_MODULES): Added clean-itcl.
7175
7176 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
7177
7178         * configure.in: build gdb for mn10200
7179
7180 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
7181
7182         * Makefile.in (all-target-winsup): Depend on all-target-libio.
7183
7184 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
7185
7186         * configure.in (tic80-*-*): Turn off most targets right now.
7187
7188 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
7189
7190         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
7191         rather than the makeinfo program.
7192         (do-info): Depend upon all-texinfo.
7193
7194 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
7195
7196         * configure.in: Remove uses of config/mh-linux.
7197
7198         * config.sub, config.guess: Merge with latest FSF sources.
7199
7200 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
7201
7202         * config.sub (case $basic_machine): Add tic80 entries.
7203
7204 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
7205
7206         * config.sub, config.guess: Merge with latest FSF sources.
7207
7208 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
7209
7210         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
7211         * mpw-config.in: Test for NewFolderRecursive.
7212         * mpw-install: Use symbolic name for startup filename.
7213         * mpw-README: Add various additional details.
7214
7215 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
7216
7217         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
7218
7219 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
7220
7221         * configure.in: Do build gcc and the target libraries for
7222         the mn10200.
7223
7224 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
7225
7226         * configure.in: don't avoid building gdb for mn10300 any more
7227         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
7228         instead of single-quoting it.
7229
7230 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
7231
7232         * configure.in: Don't use --with-stabs on IRIX 6.
7233
7234 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
7235
7236         * configure.in (m32r): Build gdb, libg++ now.
7237
7238 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
7239
7240         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
7241         directories from noconfigdirs.
7242
7243 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
7244
7245         * config.sub (basic_machine): added mips16 configuration
7246
7247 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
7248
7249         * config.sub: Handle d10v-unknown.
7250
7251 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
7252
7253         * config.sub: Handle v850-unknown.
7254
7255 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
7256
7257         * Makefile.in: add findutils
7258         * configure.in: add findutils to list of host_tools
7259
7260 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
7261
7262         * config.sub: Handle mn10200 and mn10300.
7263
7264 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
7265
7266         * configure.in (d10v-*): Do not build librx.
7267
7268 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
7269
7270         * configure.in (mn10300): Build everything except gdb & libgloss.
7271
7272 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
7273
7274         * config.guess:  Patch for Dansk Data Elektronik servers,
7275         from Niels Skou Olsen <nso@dde.dk>.
7276
7277         For ncr, use /bin/uname rather than uname, since GNU uname does not
7278         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
7279
7280         Patch for MIPS R4000 running System V,
7281         from Eric S. Raymond <esr@snark.thyrsus.com>.
7282
7283         Fix thinko for nextstep.
7284
7285         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
7286
7287         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
7288         * config.guess: Guess mips-dec-mach_bsd4.3.
7289
7290         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
7291         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
7292         release numbers.
7293         * config.guess (mips-mips-riscos*):  Emit just enough of the
7294         release number.
7295
7296         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
7297         * config.guess (sparc-auspex-sunos*):  Added.
7298         (f300-fujitsu-*): Added.
7299
7300         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
7301         * config.guess:  Recognize a Tadpole as a sparc.
7302
7303 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
7304
7305         * config.guess: Don't assume that NextStep version is either 2 or
7306         3.  NextStep 4 (aka OpenStep 4) has come out now.
7307
7308 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
7309
7310         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
7311         From Rik Faith <faith@cs.unc.edu>.
7312
7313 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
7314
7315         * config.sub: Contributions from bug-gnu-utils to:
7316         Support plain "hppa" (no version given) architecture, reported by
7317         OpenStep.
7318         OpenBSD like NetBSD.
7319         LynxOs is not a hardware supplier.
7320
7321         * config.guess: Contributions from bug-gnu-utils to add support for:
7322         OpenBSD like NetBSD.
7323         Stratus systems.
7324         More Pyramid systems.
7325         i[n>4]86 Intel chips.
7326         M680[n>4]0 Motorola chips.
7327         Use unknown instead of lynx for hardware manufacturer.
7328
7329 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
7330
7331         * install.sh (chmodcmd): Set to null if the DST directory already
7332         exists.
7333
7334 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
7335
7336         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
7337         not use mt-ppc target Makefile fragment any more.
7338
7339 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
7340
7341         * configure.in (*-*-windows):  Exclude everything but those dirs
7342         needed to build windows.
7343
7344 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
7345
7346         * Makefile.in (all-target-winsup): Depend on all-target-librx.
7347
7348 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
7349
7350         * configure.in:  Exclude mmalloc from i386-windows.
7351
7352 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
7353
7354         * Undo my previous change.
7355
7356 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
7357
7358         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
7359         unconditionally.
7360         (MAKEOVERRIDES): Define (revert this part of October 18 change).
7361
7362 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
7363
7364         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
7365         host to add it's own flags.
7366
7367 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
7368
7369         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
7370
7371 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
7372
7373         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
7374         (CXX_FOR_TARGET): Likewise.
7375         (GCC_FOR_TARGET): Define.
7376         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
7377         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
7378         CC_FOR_TARGET was specified on the command line.
7379         (MAKEOVERRIDES): Don't define.
7380
7381 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
7382
7383         * configure.in (m32r): Fix spelling of libg++ libs.
7384
7385 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
7386
7387         * config.sub (-apple*): Remove, now redundant.
7388
7389 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
7390
7391         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
7392
7393         * configure: Rework yesterday's sed script patch.
7394
7395         * config.sub: Merge with FSF.
7396
7397 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
7398
7399         * config.guess:  Merge from FSF.
7400
7401         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
7402         * config.guess: Use pc instead of unknown, for pc clone systems.
7403         Change linux to linux-gnu.
7404
7405         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
7406         * config.guess: Avoid non-portable tr syntax.
7407
7408 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
7409
7410         * test-build.mk (HOLES): Add "xargs" for gdb.
7411
7412         * configure: Avoid hpux10.20 sed bug.
7413
7414 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
7415
7416         * configure.in:  Add support for windows host
7417         (that is a build done under the Microsoft build environment).
7418
7419 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
7420
7421         * Makefile.in: Replace all uses of srcroot with s, to shrink
7422         command line lengths.
7423
7424         Patches from Geoffrey Noer <noer@cygnus.com>:
7425         * configure.in: If configuring for newlib, pass --with-newlib to
7426         subdirectories.
7427         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
7428         -Bnewlib/ and -Lwinsup to gcc.
7429         (CXX_FOR_TARGET): Likewise.
7430
7431 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
7432
7433         * Makefile.in (ETC_SUPPORT): Add configure.
7434
7435 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
7436
7437         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
7438         host configuration file.
7439
7440 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
7441
7442         * configure.in: Break mn10x00 support into separate
7443         mn10200 and mn10300 configurations.
7444         * config.sub: Likewise.
7445
7446 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
7447
7448         * configure.in: Add lots of stuff to noconfigdirs for
7449         the mn10x00 targets.
7450
7451         * config.sub, configure.in: Add mn10x00 support.
7452
7453 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
7454
7455         * make-all.com: Call conf-a-gas, not config-a-gas.
7456
7457 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
7458
7459         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
7460         targets.
7461
7462 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
7463
7464         * mpw-README: Add much more detail for native PowerMac.
7465         * mpw-install: New file.
7466         * mpw-configure: Add --norecursion and --help options.
7467         * mpw-config.in: Translate readme and install files when
7468         copying to objdir.
7469         * mpw-build.in: Don't always depend on byacc and flex.
7470         (install-only-top): New action.
7471
7472 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
7473
7474         * configure.in:  You can now configure GDB for the v850.
7475
7476 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
7477
7478         * configure.in (noconfigdirs): Don't configure any C++ dirs
7479         if targeting D10V.
7480
7481 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
7482
7483         * config.sub: Recognize mips64vr5000.
7484
7485 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
7486
7487         * configure.in: Use a single line for host_tools and native_only.
7488
7489 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
7490
7491         * config.sub, configure.in: Add entries for m32r.
7492
7493 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
7494
7495         * Makefile.in (inet-install): Don't run install-gzip.
7496
7497 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
7498
7499         * configure.in:  Don't config lots of things for *-*-windows*.
7500
7501 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
7502
7503         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
7504         (host_libs, host_tools): Copy from configure.in.
7505         * mpw-configure: Don't complain about directories not found.
7506
7507 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
7508
7509         * configure.in (i[345]86): Recognize i686 for pentium pro.
7510         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
7511         file.
7512
7513         * config.guess (i[345]86): Ditto.
7514
7515 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
7516
7517         * configure.in (noconfigdirs): Removed gdb for D10V.
7518
7519 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
7520
7521         * configure.in: Remove ld, target-libio, target-libg++, and
7522         target-libstdc++ from noconfigdirs.
7523
7524 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
7525
7526         * configure: Fix three locations where shell scripts were
7527         being run directly rather than with config_shell.
7528
7529 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
7530
7531         * configure.in (v850-*-*): Set up initial $noconfigdirs.
7532         * config.sub (basic_machine): Recognize v850.
7533
7534 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
7535
7536         * mpw-configure: Handle multiple enable/disable options and
7537         pass them down recursively, handle -c and -s flags appropriately
7538         depending on choice of compiler, add escape mechanism for
7539         quoted arguments to gC.
7540
7541 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
7542
7543         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
7544         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
7545         so that -mrelocatable-lib and -mno-eabi are used.
7546
7547         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
7548         not support --print-multi-lib, don't abort.
7549
7550 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
7551
7552         * make-all.com: Run config-a-gas.
7553         * setup.com: Don't copy subdirectory files around.
7554
7555 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
7556
7557         * configure.in (*-*-ose): Remove exclusion of libgloss for this
7558         target, it now compiles correctly.
7559
7560 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
7561
7562         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
7563
7564 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
7565
7566         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
7567
7568 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
7569
7570         * configure.in (native_only): Add prms.
7571
7572 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
7573
7574         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
7575         (BINUTILS_SUPPORT_DIRS): Likewise.
7576
7577 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
7578
7579         * configure.in (d10v-*-*): Don't configure ld or gdb until the
7580         d10v support is added.
7581
7582 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
7583
7584         * configure.in (d10v-*-*): New target.
7585
7586 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
7587
7588         * config.guess (HP 9000/811): Recognize this as a PA1.1
7589         machine.
7590
7591 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
7592
7593         * Makefile.in (do-tar-gz): New target, split out from tail end of
7594         taz target.  Run each command separately, don't use pipes.
7595         (taz): Use it.
7596
7597 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
7598
7599         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
7600         * mpw-build.in: No builds should depend on building byacc or flex,
7601         they are assumed to be installed already.
7602
7603 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
7604
7605         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
7606         variable that CC_FOR_TARGET needs.
7607
7608 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
7609
7610         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
7611         options have changed since the last time the subdirectory was
7612         configured, and if it has, reconfigure.
7613         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
7614         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
7615
7616 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
7617
7618         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
7619         CLEAN_MODULES): Add bash.
7620         (all-bash): New target.
7621
7622 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
7623
7624         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
7625
7626 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
7627
7628         * config.sub (basic_machine): Recognize d10v as a valid processor.
7629
7630 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
7631
7632         * mpw-configure: Add support for --bindir.
7633         * mpw-build.in: Use a GCC-specific build script for GCC actions.
7634
7635 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
7636
7637         * configure.in: add bash, time, gawk to list of hosttools and things
7638         to only build for native toolchains
7639
7640 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
7641
7642         * Makefile.in (docdir): Remove.
7643
7644 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
7645
7646         * Makefile.in (datadir): Set to $(prefix)/share.
7647
7648 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
7649
7650         * configure.in: build diff and patch for cygwin32-hosted
7651         toolchains.
7652
7653 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
7654
7655         * config.sub: Accept -rtems*.
7656
7657 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
7658
7659         * configure.in: enable dosrel for cygwin32-hosted builds,
7660                 remove diff from the list of things not buildable
7661                 via Canadian Cross
7662
7663 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
7664
7665         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
7666         don't get ". ".
7667
7668 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
7669
7670         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
7671
7672 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
7673
7674         * Makefile.in (taz): Handle case where tex3patch didn't even get
7675         checked out.  Also, if it was found, put the symlink in a new util
7676         subdirectory.
7677
7678 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
7679
7680         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
7681
7682 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
7683
7684         * config.sub: Recognize -openvms.
7685         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
7686         * make-all.com, setup.com: New files.
7687
7688 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
7689
7690         * Makefile.in (taz): tex3patch moved to texinfo/util.
7691
7692 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
7693
7694         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
7695         * configure.in: remove make from disable-if-Can-Cross list
7696                 enable gdb if ${host} and ${target} are cygwin32
7697
7698 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
7699
7700         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
7701         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
7702
7703 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
7704
7705         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
7706         distinguish sysv/svr4/bsd variants.
7707         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
7708
7709 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
7710
7711         * configure.in: Added copyright notice.
7712         * move-if-change: Added copyright notice.
7713
7714 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
7715
7716         * configure.in (powerpcle-*-solaris*): Until we get shared
7717         libraries working, don't build gdb, sim, make, tcl, tk, or
7718         expect.
7719
7720 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
7721
7722         * config.guess:  Merge with FSF:
7723
7724         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
7725         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
7726
7727         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
7728         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
7729
7730         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
7731         * config.guess:  Combine two OSF1 rules.
7732         Also recognize field test versions.  From mjr@zk3.dec.com.
7733         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
7734         because GNU uname does not support -p.  From pmr@pajato.com.
7735
7736 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
7737
7738         * Makefile.in (MAKEDIRS): Removed $(tooldir).
7739
7740 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
7741
7742         * mpw-README: Document GCCIncludes.
7743
7744 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
7745
7746         * configure.in (alpha-*-linux*): Set enable_shared to yes.
7747
7748 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
7749
7750         * mpw-configure: Handle --enable-FOO and --disable-FOO.
7751
7752 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
7753
7754         * configure.in (*-*-cygwin32): Configure make.
7755
7756 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
7757
7758         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
7759
7760 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
7761
7762         * Makefile.in (all-inet): Depend on all-perl.
7763
7764         * Makefile.in (inet-install): New target.
7765
7766         * Makefile.in (all-inet): Depend on all-tcl.
7767         (all-inet): Depend on all-send-pr.
7768
7769 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
7770
7771         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
7772         temporarily.
7773
7774 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
7775
7776         * configure.in: Don't configure --with-gnu-ld on AIX.
7777
7778 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
7779
7780         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
7781
7782 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
7783
7784         * Makefile.in (ALL_MODULES): Added all-inet.
7785         (CROSS_CHECK_MODULES): Added check-inet.
7786         (INSTALL_MODULES): Added install-inet.
7787         (CLEAN_MODULES): Added clean-inet.
7788         (all-indent): New target.
7789
7790         * configure.in (host_tools): Added inet.
7791         (native_only): Added inet.
7792         (noconfigdirs): Added inet.
7793
7794 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
7795
7796         * configure.in: Don't configure libgloss if we are not configuring
7797         newlib.
7798
7799 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
7800
7801         * configure.in: Don't configure libgloss for unsupported
7802         architectures.
7803
7804 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
7805
7806         * Makefile.in (CLEAN_MODULES): Add clean-apache.
7807
7808 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
7809
7810         * Makefile.in (ALL_MODULES): Include all-apache.
7811         (CROSS_CHECK_MODULES): Include check-apache.
7812         (INSTALL_MODULES): Include install-apache.
7813         (all-apache): New target.
7814
7815         * configure.in: Added apache everywhere perl is seen.
7816
7817 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
7818
7819         * Makefile.in: Add support for clean-{module} and
7820         clean-target-{module} rules.
7821
7822 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
7823
7824         * configure.in (*-*-ose) do not build libgloss.
7825
7826 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
7827
7828         * config.guess (prep*:SunOS:5.*:*): Turn into
7829         powerpele-unknown-solaris2.
7830
7831 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
7832
7833         * configure.in: Permit --enable-shared to specify a list of
7834         directories.
7835
7836 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
7837
7838         * configure.in (host==solaris): Pass only the first word of $CC
7839         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
7840
7841 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
7842
7843         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
7844
7845 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
7846
7847         * Makefile.in (ALL_MODULES): Include all-perl.
7848         (CROSS_CHECK_MODULES): Include check-perl.
7849         (INSTALL_MODULES): Include install-perl.
7850         (ALL_X11_MODULES): Include all-guile.
7851         (CHECK_X11_MODULES): Include check-guile.
7852         (INSTALL_X11_MODULES): Include install-guile.
7853         (all-perl): New target.
7854         (all-guile): New target.
7855
7856         * configure.in (host_tools): Include perl and guile.
7857         (native_only): Include perl and guile.
7858         (noconfigdirs): Don't build guile and perl; no ports have been
7859         done.
7860
7861 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
7862
7863         * configure (--enable-*): Handle quoted option lists such as
7864         --enable-sim-cflags='-g0 -O' better.
7865
7866 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
7867
7868         * Makefile.in ({,inst}all-target): New rule so we can make and
7869         install all of the target directories easily.
7870
7871 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7872
7873         * configure.in: Add missing global flag in sed substitution when
7874         deleting `target-' from ${configdirs}.
7875
7876 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
7877
7878         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
7879         option.
7880
7881         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
7882         config/mh-necv4.
7883
7884         * install.sh: Correct misspelling of transformbasename.
7885
7886         * config.guess: Recognize mips-*-sysv*.
7887
7888 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
7889
7890         * config.sub: Recognize mon960.
7891
7892 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
7893
7894         * configure: Restore Canadian Cross handling of BISON and LEX,
7895         removed in Feb 20 change.
7896
7897 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
7898
7899         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
7900         Mention make install.  Remove the old copyright date as well the
7901         clumsy and rather pointless copyright on the README file.
7902
7903 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
7904
7905         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
7906         Makefile after running symlink-tree, then run `make distclean' to
7907         avoid clobbering any generated files in srcdir.
7908
7909 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
7910
7911         * configure.in (m68k-*-netbsd*): Build everything now.
7912
7913 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
7914
7915         * Makefile.in (taz): Fix quoting.
7916
7917 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
7918
7919         * configure.in (sparclet-*-*): Build everything now.
7920
7921 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7922
7923         * configure.in (m68k-*-linux*): New host.
7924
7925 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
7926
7927         * configure: Check for bison before byacc.
7928
7929 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
7930
7931         * Makefile.in configure:  Change the way LEX and BISON/YACC are
7932         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
7933         searching PATH.  These are used as fallbacks by Makefile.in if
7934         flex/bison/byacc aren't in objdir.
7935
7936 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
7937
7938         * Makefile.in: Make everything which depends upon all-bfd also
7939         depend upon all-opcodes, in case --with-commonbfdlib is used.
7940
7941 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
7942
7943         * configure.in (host *-*-cygwin32): Don't build gdb if we are
7944         building NT native compilers on Unix.
7945
7946 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
7947
7948         * configure.in: Don't get CC from the host Makefile fragment if we
7949         can find gcc in PATH, or if this is a Canadian Cross.  Move the
7950         Solaris test for /usr/ucb/cc to the post target script, just after
7951         the compiler sanity test.
7952
7953 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
7954
7955         * config.sub: Merge with FSF.
7956
7957 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
7958
7959         * Makefile.in (RPATH_ENVVAR): New variable.
7960         (REALLY_SET_LIB_PATH): Use it.
7961         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
7962
7963 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
7964
7965         * config.sub, configure.in: Recognize sparclet cpu.
7966
7967 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
7968
7969         * config.guess:  Support m68k-cbm-sysv4.
7970
7971 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7972
7973         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
7974         m68k-unknown-linuxaout from linker help string.  Put quotes around
7975         $ld_help_string.
7976
7977 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
7978
7979         * config.guess (powerpc-harris-powerunix): Add guess for port
7980         to new target.
7981
7982 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
7983
7984         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
7985
7986 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
7987
7988         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
7989         $(REALLY_SET_LIB_PATH) in Makefile.
7990         * Makefile.in (SET_LIB_PATH): New variable.
7991         (REALLY_SET_LIB_PATH): New variable.
7992         ($(DO_X)): Use $(SET_LIB_PATH).
7993         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
7994         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
7995         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
7996         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
7997         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
7998         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
7999         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
8000         (install-dosrel): Likewise.
8001         (all-opcodes): Depend upon all-libiberty.
8002
8003 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
8004
8005         * config.guess (*:CYGWIN*): New
8006
8007 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8008
8009         * Makefile.in (all-target-winsup): All all-target-libiberty.
8010
8011 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8012
8013         * configure.in (noconfigdirs): Add missing # in front of comment.
8014
8015 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
8016
8017         * configure.in: add second pass to things added to noconfigdirs
8018         so *-gm-magic can exclude libgloss properly.
8019
8020 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
8021
8022         * mpw-configure (extralibs_name, rez_name): Set correctly
8023         for MWC68K compiler.
8024
8025         * mpw-README: Add more info on the necessary build tools.
8026
8027 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
8028
8029         * configure.in, config.sub: Recognize cygwin32.
8030
8031 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
8032
8033         * config.guess, config.sub: Recognize A/UX.
8034
8035 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
8036
8037         * config.sub: Merge with gcc/config.sub.
8038
8039 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
8040
8041         * mpw-build.in (do-binutils): Add build of stamps.
8042
8043 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
8044
8045         * config.sub: Add recognition for mips64vr4100*-* targets.
8046
8047 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
8048
8049         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
8050         Add creation of gconfigargs with `--enable-shared' turned on.
8051         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
8052         ($(host)-stamp-stage3-configured): Likewise.
8053         (HOLES): Add chatr and ldd.
8054         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
8055
8056 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
8057
8058         * configure: Pass --nfp to recursive configures.
8059
8060 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
8061
8062         * Makefile.in (DLLTOOL): New.
8063         (DLLTOOL_FOR_TARGET): New.
8064         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
8065         (EXTRA_TARGET_FLAGS): Ditto.
8066         (EXTRA_GCC_FLAGS): Ditto.
8067         (CONFIGURE_TARGET_MODULES): Ditto.
8068         (DO_X): Ditto.
8069         * configure: Add DLLTOOL.
8070
8071 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
8072
8073         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
8074         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
8075         mh-sco, since old workarounds no longer needed, and don't
8076         build ld, since libraries have weak symbols in COFF.
8077
8078 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
8079
8080         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
8081
8082 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
8083
8084         * configure.in: Make sure that ${CC} can be used to compile an
8085         executable.
8086
8087 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
8088
8089         * Makefile.in (all-gdb): Depend on $(GDB_TK).
8090         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
8091         nothing depending on whether gdbtk is being built.
8092
8093 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
8094
8095         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
8096
8097 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
8098
8099         * configure.in (noconfigdirs): Put ld or gas in this early, if the
8100         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
8101
8102 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
8103
8104         * config-ml.in: Add support for
8105         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
8106         Simplify setting of multidirs from --disable-foo.
8107
8108 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
8109
8110         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
8111         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
8112         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
8113         non-empty, pass them on to the  GCC make.
8114         (all-bootstrap): New rule that is like all-gcc, except it executes
8115         the GCC bootstrap rule instead of the GCC all rule.
8116
8117 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
8118
8119         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
8120
8121 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
8122
8123         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
8124         DG/UX support.
8125
8126 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
8127
8128         * config.sub (i*86*) Change [345] to [3456]
8129
8130 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
8131
8132         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
8133         --with-gnu-ld=no.
8134
8135 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
8136
8137         * config-ml.in (rs6000*, powerpc*): Add switches to control which
8138         AIX multilibs get built.
8139
8140 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
8141
8142         * configure.in (i386-win32): Don't build expect if we're not
8143         building the tcl subdir.
8144
8145 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
8146
8147         * Makefile.in: (configure-target-examples, all-target-examples):
8148         New targets, configure and build example programs.
8149
8150 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
8151
8152         * mpw-configure: If an mpw-config.in generated a file mk.sed,
8153         use it as input to sedit the generated MPW makefile.
8154         * mpw-README: Add a suggestion about Gestalt.h.
8155
8156 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
8157
8158         * config.sub: Accept *-*-ieee*.
8159
8160 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
8161
8162         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
8163         Ronald F. Guilmette <rfg@monkeys.com>.
8164
8165 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
8166
8167         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
8168         for powerpc-pe native.
8169         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
8170         (target==powerpc-pe): duplicate i386-win32 entry.
8171
8172 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
8173
8174         * configure.in (noconfigdirs): Exclude target-newlib for all versions
8175         of vxworks, not just vxworks5.1.
8176
8177 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
8178
8179         * mpw-configure: Add support for exec-prefix.
8180
8181 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
8182
8183         * config.guess: Recognize HP model 816 machines as having
8184         a PA1.1 processor.
8185
8186 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
8187
8188         * configure: Ignore new autoconf configure options.
8189
8190 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
8191
8192         * config.guess:  Recognize Pentium under SCO.
8193         From Robert Lipe <robertl@arnet.com>.
8194
8195 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
8196
8197         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
8198
8199 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
8200
8201         * configure.in: Don't configure gas for alpha-dec-osf*.
8202
8203 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
8204
8205         * configure.in: Default to --with-stabs for some targets for which
8206         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
8207         i[345]86*-*-unixware*.
8208
8209 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
8210
8211         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
8212         rather than basing it on the target.  Simplify handling of options
8213         controlling which directories to configure.  Remove extraneous
8214         slash in multi-clean target.
8215
8216 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
8217
8218         * config-ml.in: Prefix more variables with ml_ so they don't collide
8219         with configure's.
8220
8221 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
8222
8223         * configure: Don't turn -v into --v.
8224
8225 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
8226
8227         * configure.in (targargs): Fix typo.
8228
8229         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
8230
8231 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
8232
8233         * configure.in: Strip --host and --target options from
8234         CONFIG_ARGUMENTS, and always configure for --host only.  Add
8235         --with-cross-host option when building with a cross-compiler.
8236         * configure: Canonicalize the arguments put into config.status by
8237         always using `=' for an option with an argument.  Pass a presumed
8238         --host or --target explicitly.
8239
8240 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
8241
8242         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
8243         into general OS recognition case.
8244
8245 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
8246
8247         * configure.in (target_configdirs): add target-winsup only
8248         for win32 target systems.
8249
8250 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
8251
8252         * Makefile.in (all-target-libgloss): Depend upon
8253         configure-target-newlib, since when libgloss is built it looks to
8254         see if the newlib directory exists.
8255
8256 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
8257
8258         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
8259         cfg-ml-*.in.
8260
8261 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
8262
8263         * configure: Handle LD and LD_FOR_TARGET when configuring a
8264         Canadian Cross.
8265
8266 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
8267
8268         * configure.in (target_libs): add target-winsup.
8269         (target==i386-win32): add patch diff flex make to $noconfigdirs.
8270         (target==ppcle-pe): remove ld from $noconfigdirs.
8271
8272 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
8273
8274         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
8275         Preserve relative path names in $srcdir.  Build symlink tree if
8276         configuring cross target dir and srcdir=. (= no VPATH support).
8277         (configure-target-libg++): Depend on configure-target-librx.
8278         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
8279         * config-ml.in: New file.
8280         * symlink-tree: New file.
8281         * configure: Ensure srcdir="." if that's what it is.
8282
8283 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
8284
8285         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
8286         includes and FLEX_SKELETON setting.
8287         * mpw-configure (--with-gnu-ld): New option, controls whether
8288         to use PPCLink or ld with PowerMac GCC.
8289         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
8290         * mpw-config.in: Configure grez if targeting Mac.
8291
8292         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
8293         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
8294         just macos.
8295         * configure.in: Configure grez resource compiler if targeting Mac.
8296         * Makefile.in (all-grez, install-grez): New targets.
8297
8298 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
8299
8300         * configure: CXX defaults to gcc, not g++.  If we find
8301         gcc in the path, set CC to gcc -O2.
8302
8303 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
8304
8305         * configure: Default ${build} correctly.  Avoid picking up extra
8306         spaces when reading CC and CXX from Makefile.  When doing a
8307         Canadian Cross, use plausible default values for numerous
8308         variables.
8309         * configure.in: When doing a Canadian Cross, don't try to
8310         configure tools whose configure script can't handle it.
8311
8312 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
8313
8314         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
8315
8316 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
8317
8318         * configure:  Remove dubious bug reporting address.
8319
8320 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
8321
8322         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
8323         configure script, run that instead of this directory's configure.
8324         In either case, print a message that we're configuring the sub-dir.
8325
8326 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
8327
8328         * configure.in: Before checking for the existence of various files,
8329         use sed to filter out "target-".
8330
8331 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
8332
8333         * Makefile.in (DO_X): Split rule to decrease command line length
8334         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
8335         (Philippe De Muyter).
8336
8337 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
8338
8339         * Makefile.in (all-patch): depend on all-libiberty.
8340
8341 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
8342
8343         * configure.in: If the only directory in target_configdirs which
8344         actually exists is libiberty, then set target_configdirs to empty,
8345         to avoid trying to build a target libiberty in a gas or gdb
8346         distribution.
8347
8348 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
8349
8350         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
8351         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
8352         systems.
8353
8354 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
8355
8356         * configure.in (copy_dirs): Use sys-include instead of include
8357         for --with-headers option.
8358
8359 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
8360
8361         * Makefile.in, configure.in: Make winsup builds work with
8362         new scheme.
8363
8364 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
8365
8366         * configure.in: Build the linker on AIX.
8367
8368 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
8369
8370         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
8371         where needed.
8372
8373 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
8374
8375         * Makefile.in (all-gcc): Fix typo.
8376
8377 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
8378
8379         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
8380
8381 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
8382
8383         * configure.in:  Rename libFOO to target-libFOO, and xiberty
8384         to target-xiberty, to provide more flexibility.
8385         (target_subdir):  Define.  Create if cross.
8386         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
8387         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
8388         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
8389         check-libFOO -> check-target-libFOO, etc.
8390         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
8391         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
8392         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
8393         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
8394         allow ALL_GCC="" to only configure.
8395         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
8396         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
8397         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
8398
8399 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
8400
8401         * Makefile.in (taz): Build "info" in etc explicitly.
8402
8403 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
8404
8405         * configure.in:  Make sure that CC is undefined (as opposed to
8406         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
8407         problem with autoconf trying to configure on a host without GCC.
8408
8409 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
8410
8411         * mpw-configure: Set host alias from choice of host compiler,
8412         only use generic MPW Makefile sed if present, edit a file
8413         named "hacked_Makefile.in" instead of "Makefile.in" if present.
8414         * mpw-README: Add problem notes about CW6 and CW7.
8415
8416 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
8417
8418         * Makefile.in (taz): Use ";" instead of ";;".
8419
8420 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
8421
8422         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
8423         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
8424         DISTDOCDIRS.
8425         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
8426         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
8427
8428 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
8429
8430         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
8431         and gnats, because they are now subsumed by DISTSTUFFDIRS.
8432         Move bfd to DISTSTUFFDIRS.
8433
8434 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
8435
8436         * Makefile.in (X11_LIB): Removed.
8437         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
8438
8439         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
8440
8441 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
8442
8443         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
8444         names.
8445
8446 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
8447
8448         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
8449
8450 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
8451
8452         * configure.in (i[345]86-*-win32): Always build newlib.
8453         Don't configure cvs, autoconf or texinfo.
8454         * Makefile.in (LD_FOR_TARGET): New.
8455         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
8456         Pass down LD_FOR_TARGET.
8457
8458 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
8459
8460         * winsup: New directory.
8461         * Makefile.in: Build winsup.
8462         * configure.in: Winsup is configured when target is win32.
8463         Can only build win32 target GDB when native.
8464
8465 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
8466
8467         * config.guess: Recognize HP model 819 machines as having
8468         a PA 1.1 processor.
8469
8470 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
8471
8472         * configure: Fix sed loop which substitutes for CC and CXX to
8473         avoid bug found in various sed implementations.
8474
8475 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
8476
8477         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
8478         simulator.  Use standard powerpc-*-eabi*.
8479
8480 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
8481
8482         * configure.in: Stop putting gas and binutils in noconfigdirs for
8483         powerpc-*-aix* and rs6000-*-*.
8484
8485 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
8486
8487         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
8488         -mcall-aixdesc libraries.
8489
8490 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
8491
8492         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8493
8494         * config.sub (arm | armel | armeb): Fix shell syntax.
8495
8496 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
8497
8498         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
8499         -msoft-float and -mcpu=common support.
8500         (powerpc*-*-eabisim*): Add support for building -mcall-aix
8501         libraries.
8502
8503 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
8504
8505         * configure.in: Allow configuration and build of emacs19 for the alpha.
8506
8507 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
8508
8509         * configure.in (CC): Get ^CC, not just any old CC, from
8510         ${host_makefile_frag}.
8511
8512 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
8513
8514         * configure.in (CC): Try to get CC from
8515         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
8516
8517 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
8518
8519         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
8520         only if it exists in $(srcdir).
8521
8522 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
8523
8524         * configure: If CC and CXX are not set in the environment, set
8525         them, based on either an existing Makefile or on searching for gcc
8526         in PATH.  Substitute for CC and CXX in Makefile.
8527         * configure.in: Remove libm from target_libs.  Separate
8528         target_configdirs from configdirs.  If CC is not set in
8529         environment, try to get it from a host Makefile fragment.  Rewrite
8530         changes of configdirs to use skipdirs instead.  A few minor
8531         tweaks.  Take directories out of target_configdirs as they are
8532         taken out of configdirs.  Remove existing Makefile files from
8533         subdirectories.  Substitute for TARGET_CONFIGDIRS and
8534         CONFIG_ARGUMENTS in Makefile.
8535         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
8536         by configure.in.
8537         (CONFIG_ARGUMENTS): Likewise.
8538         (CONFIGURE_TARGET_MODULES): New variable.
8539         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
8540         ($(CONFIGURE_TARGET_MODULES)): New target.
8541         (configure-libg++, configure-libio): New targets.
8542         (all-libg++): Depend upon configure-libg++.
8543         (all-libio): Depend upon configure-libio.
8544         (configure-libgloss, all-libgloss): New targets.
8545         (configure-libstdc++): New target.
8546         (all-libstdc++): Depend upon configure-libstdc++.
8547         (configure-librx, all-librx): New targets.
8548         (configure-newlib): New target.
8549         (all-newlib): Depend upon configure-newlib
8550         (configure-xiberty): New target.
8551         (all-xiberty): Depend upon configure-xiberty.
8552
8553 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
8554
8555         * configure.in (host i[345]86-*-win32):  Expand the
8556         noconfigdirs again.
8557
8558 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
8559
8560         * mpw-configure: Fix sed command file name.
8561
8562 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
8563
8564         * configure.in (host i[345]86-*-win32): Reduce the
8565         noconfigdirs again.
8566
8567 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
8568
8569         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
8570         or powerpc*-*-pe*, since they are not yet supported.
8571
8572 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
8573
8574         Add PowerMac support and many other enhancements.
8575         * mpw-configure: New option --cc to select compiler to use,
8576         paste options set according to --cc into the generated
8577         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
8578         if mpw-make.sed is present.
8579         * mpw-config.in: Don't test for gC1, test for mpw-touch,
8580         add forward includes for PowerPC include files.
8581         * mpw-build.in: Build using Makefile.PPC if present.
8582         (do-byacc, etc): Remove separate version resource builds.
8583         (do-gas): Build "stamps" before "all".
8584         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
8585         * mpw-README: Update to reflect --cc option, PowerMac support,
8586         and recently-reported compatibility problems.
8587
8588 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
8589
8590         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
8591         embedded m68k systems (-aout, -coff, -elf, -vxworks).
8592         (--with-multilib-top): Pass to recursive invocations.
8593
8594 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
8595
8596         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
8597         v810-*-*.
8598
8599 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
8600
8601         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
8602         gdb, ld and opcodes on v810-*-*.
8603
8604 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
8605
8606         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
8607         (local-maintainer-clean): New target.
8608         (maintainer-clean): New target.
8609         (realclean): Just depend upon maintainer-clean.
8610
8611 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
8612
8613         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
8614
8615 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
8616
8617         * configure.in: Build ld in mips*-*-bsd* case.
8618
8619 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
8620
8621         * config.sub: Accept -lites* OS.  From Ian Dall.
8622
8623 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
8624
8625         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
8626         targets.
8627
8628 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
8629
8630         * configure.in: treat i386-win32 canadian cross the same as
8631         i386-go32 canadian cross.
8632
8633 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
8634
8635         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
8636         running under the simulator to build a reduced set of libraries.
8637         (powerpc-*-eabiaix): Add fine grained multilib support added to
8638         other powerpc targets yesterday.
8639
8640 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
8641
8642         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
8643         -disable-softfloat, -disable-relocatable, -disable-aix, and
8644         -disable-sysv to control which multilib libraries get built.
8645
8646 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
8647
8648         * configure: Add Makefile.tem to list of files to remove in trap
8649         handler.
8650
8651 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
8652
8653         * config.guess (*Linux*):  Add missing "exit"s.
8654         Also, need specific check for alpha-unknown-linux (uses COFF).
8655
8656 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
8657
8658         * config.guess:  Merge with FSF:
8659
8660         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
8661         * config.guess (AIX4): More robust release numbering discovery.
8662
8663         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
8664         * config.guess (i386-sequent-ptx): Properly get version number.
8665
8666         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
8667         * config.guess (mips:*:4*:UMIPS): New case.
8668
8669 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
8670
8671         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
8672         (i386-win32 host): Likewise.  Don't build readline.
8673
8674 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
8675
8676         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
8677         SUPPORT_FILES to submakes.
8678
8679 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
8680
8681         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
8682         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
8683         mpw-configure.
8684
8685 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
8686
8687         * configure.in (appdirs): Use =, not ==, in test expression when
8688         trying to build the text to print in the warning message for
8689         Solaris users.
8690
8691 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
8692
8693         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
8694
8695 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
8696
8697         * config.guess: Recognize lynx-2.3.
8698
8699 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
8700
8701         * config.sub (z8ksim): Deleted
8702         (z8k-*-coff): New, this is the one true name of the target.
8703
8704 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
8705
8706         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
8707
8708 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
8709
8710         * config.guess (*:Linux:*:*): First try asking the linker what the
8711         default object file format is (elf, aout, or coff).  Then if this
8712         fails, try previous methods.
8713
8714 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
8715
8716         * configure.in: Don't build newlib for *-*-vxworks5.1.
8717
8718 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
8719
8720         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
8721         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
8722
8723 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
8724
8725         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
8726
8727 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
8728
8729         * cfg-ml-com.in: New file.
8730         * cfg-ml-pos.in: New file.
8731
8732 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
8733
8734         * COPYING.NEWLIB: Add HP free copyright to list.
8735
8736 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
8737
8738         * config.sub: Recognize -eabi* for the system, not just -eabi.
8739
8740 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
8741
8742         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
8743         * config.sub, configure.in (win32): New target and host.
8744
8745 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
8746
8747         * configure.in: Add i386-pe configuration.
8748
8749 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
8750
8751         * mpw-build.in (install): Install GDB after LD.
8752
8753 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
8754
8755         * mpw-config.in (elf/mips.h): Always forward-include, needed
8756         for GDB to build.
8757
8758 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
8759
8760         * testsuite: New directory for customer acceptance and whole tool
8761         chain tests.
8762
8763 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
8764
8765         * configure: If per-host line isn't found, but AC_OUTPUT is found
8766         and a configure script exists, run it instead.
8767
8768 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
8769
8770         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
8771
8772 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
8773
8774         * configure: Set build_{cpu,vendor,os,alias} to host values when
8775         --build isn't specified.
8776
8777 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
8778
8779         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
8780         (FLAGS_TO_PASS): Pass them.
8781         (EXTRA_TARGET_FLAGS): Ditto.
8782
8783 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
8784
8785         * Makefile.in (all-libg++): Depend on all-libstdc++.
8786
8787 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
8788
8789         * configure.in (noconfigdirs): Enable all packages for
8790           i386-unknown-netbsd.
8791
8792 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
8793
8794         * configure.in (noconfigdirs): Don't configure tk for i386-go32
8795         hosted builds (DOS builds)
8796
8797 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
8798
8799         Changes for ARM based on patches from Richard Earnshaw:
8800         * config.sub: Handle armeb and armel.
8801         * configure.in: Omit arm linker only for riscix.
8802
8803 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
8804
8805         * config.guess:  Update from FSF.
8806
8807 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
8808
8809         * config.sub: Recognize powerpcle as the little endian variant of
8810         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
8811         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
8812         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
8813         temporarily.
8814
8815 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
8816
8817         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
8818
8819 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
8820
8821         * config.sub: Accept -lites* as a basic system type.
8822
8823 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
8824
8825         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
8826         installed, and if so return linuxoldld as the system name.
8827
8828 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
8829
8830         * config.guess: Add hppa1.1-hp-lites support.
8831
8832 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
8833
8834         * configure.in: Don't build newlib for m68k-vxworks5.1.
8835
8836 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
8837
8838         * configure.in (mips-sgi-irix6): Use mh-irix5.
8839
8840 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
8841
8842         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
8843
8844 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
8845
8846         * test-build.mk: Enable building of shared libraries on IRIX 5 and
8847         OSF/1.  Fix compiler flags.
8848         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
8849
8850 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
8851
8852         * configure.in: Recognize --with-newlib.
8853         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
8854
8855 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
8856
8857         * Makefile.in: move {all,check,install}-gdb from *_MODULES
8858         to *_X11_MODULES due to gdbtk needing X include files et al.
8859
8860 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
8861
8862         Merge in support for Mac MPW as a host.
8863         (Old change descriptions retained for informational value.)
8864
8865         * mpw-config.in: Add generic include forwards for cpu-specific
8866         include files in aout and elf directories.
8867
8868         * mpw-configure: Added copyright.
8869         * mpw-config.in: Check for presence of required build tools.
8870         (target_libs): Add newlib.
8871         (target_tools): Add examples.
8872         (Read Me): Generate as "Read Me for MPW" instead.
8873         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
8874         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
8875         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
8876
8877         * mpw-configure: Remove subdir-specific makefile hackery,
8878         delete mk.tmp after using it.
8879
8880         * mpw-build.in (all): Display start and end times.
8881
8882         * mpw-configure (host_canonical): Set.
8883         (target_cpu): Always add to makefiles.
8884         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
8885         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
8886         (mpw-mh-mpw): Look for in srcdir and srcroot.
8887         Use sed instead of mpw-edit-prefix to edit prefix definitions.
8888
8889         * mpw-build.in: (install-only): New target.
8890
8891         * mpw-configure (host_alias, target_alias): Rename from hostalias
8892         and targetalias, add into generated Makefile.
8893         (mk.tmp): If present, add into generated Makefile.
8894         * mpw-build.in (all-gas): Build config.h first before gas proper.
8895
8896         * mpw-configure (config.status): Write only if changed.
8897         * mpw-config.in (readline): Configure it (not built, just used for
8898         definitions).
8899
8900         * mpw-config.in (elf/mips.h): Add a forward include.
8901
8902         * mpw-config.in: Forward-include most .h files in include into
8903         extra-include.
8904         (readline): Don't build.
8905         mpw-build.in (install): Install GDB.
8906
8907         * mpw-configure (prefix, mpw_prefix): Handle it.
8908         * mpw-config.in (mmalloc, readline): Don't configure.
8909         * mpw-build.in (thisscript): Rename to ThisScript.
8910         Use mpw-build instead of BuildProgram everywhere.
8911         (mmalloc, readline): Don't build.
8912         * mpw-README: New file, basic documentation about the MPW port.
8913
8914         * mpw-config.in: Use forward-include to create include files.
8915
8916         * mpw-configure: Add more things to the top of each configured
8917         Makefile, including contents of config/mpw-mh-mpw.
8918         * mpw-config.in (extra-include): Create this directory and fill it
8919         with Posix-like include files when configuring.
8920
8921         * config.sub (apple, mac, mpw): Add various aliases.
8922
8923         * mpw-build.in: New file, top-level build script fragment for MPW.
8924         * mpw-configure: New file, configure script for MPW.
8925         * mpw-config.in: New file, config fragment for MPW.
8926
8927 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
8928
8929         * configure.in (host_libs): Remove glob, since it is gone from the
8930         sources.
8931
8932 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
8933
8934         * Makefile.in: define empty GDB_NLM_DEPS var.
8935
8936         * configure.in(target_makefile_frag): use config/mt-netware
8937         for netware targets.
8938
8939 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
8940
8941         * config.sub: Merge in recent FSF changes.  Remove linux special
8942         cases.
8943
8944 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
8945
8946         Revert this change:
8947
8948         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
8949
8950                 * build-all.mk: Use CC=cc -Xs on Solaris.
8951
8952 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
8953
8954         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
8955         stop using it.
8956         * Makefile.in: Nuke all references to glob subdirectory.
8957
8958 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
8959
8960         * configure.in: Fix --enable-shared logic in per-host.
8961
8962 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
8963
8964         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
8965
8966 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
8967
8968         * configure.in (noconfigdirs): Don't build gas on AIX, for
8969         powerpc*-*-aix* as well as for rs6000*-*-aix*.
8970
8971 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
8972
8973         * configure: Fix --cache-file to work if the file argument is a
8974         relative path.
8975
8976 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
8977
8978         * configure: If the --cache-file is used, pass it down to
8979         configure in subdirectories.
8980
8981 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
8982
8983         * config.sub: add vxworks29k configuration.
8984
8985 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
8986
8987         * Makefile.in (taz): Do "diststuff" part quietly.
8988
8989 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
8990
8991         * config.sub: Mini-merge with gcc/config.sub.
8992
8993 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
8994
8995         * config.guess (IRIX): Sed - to _.
8996
8997 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
8998
8999         * Makefile.in (source-vault, binary-vault): New targets.
9000
9001 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
9002
9003         * config.sub: Recognize -eabi as a basic system type.
9004
9005 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
9006
9007         * configure.in (enable_shared stuff): Fix typo.
9008
9009 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
9010
9011         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
9012
9013 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
9014
9015         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
9016
9017 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
9018
9019         * configure.in (rs6000-*-*): Don't build gas.
9020
9021 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
9022
9023         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
9024         reduce command line length.
9025         (AS_FOR_TARGET): Check for as.new, not Makefile.
9026         (NM_FOR_TARGET): Check for nm.new, not Makefile.
9027
9028 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9029
9030         * config.guess:  Merge from FSF.
9031
9032 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
9033
9034         * configure: Don't use $ when handling program_suffix.
9035
9036 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
9037
9038         * configure.in:  Configure tk for hppa/hpux.
9039
9040 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
9041
9042         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
9043
9044 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
9045
9046         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
9047         to LIBCXXFLAGS.  Tests are better run without it.
9048
9049 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
9050
9051         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
9052
9053 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
9054
9055         * configure.in (*-*-netware*): Don't configure xiberty.
9056
9057 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
9058
9059         * configure.in:  Remove tk from native_only list.
9060
9061 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
9062
9063         * build-all.mk: Add mips-ncd-elf target to sun4 targets
9064           for special NCD build.
9065
9066 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
9067
9068         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
9069         makeall.bat, they're only useful for binutils snapshots.
9070         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
9071         makeall.bat to specified SUPPORT_FILES.
9072
9073 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
9074
9075         * build-all.mk: Add Ericsson targets to sun4 and solaris
9076           hosts.  Add  BNR's sun4 target to solaris host, so their
9077           build-from-source will be tested in-house first.
9078
9079 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
9080
9081         * Makefile.in (LIBCFLAGS): New variable.
9082         (CFLAGS_FOR_TARGET): Ditto.
9083         (LIBCFLAGS_FOR_TARGET): Ditto.
9084         (LIBCXXFLAGS): Ditto.
9085         (CXXFLAGS_FOR_TARGET): Ditto.
9086         (LIBCXXFLAGS_FOR_TARGET): Ditto.
9087         (BASE_FLAGS_TO_PASS): Pass them.
9088         (EXTRA_TARGET_FLAGS): Ditto.
9089
9090         * configure.in: Support --enable-shared.
9091
9092 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
9093
9094         * configure.in (target_libs):  Include libstdc++ again.
9095         * config.guess:  Update from FSF (for FreeBSD).
9096
9097 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
9098
9099         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
9100         makeall.bat.
9101         (DISTDOCDIRS): Add `etc'.
9102         (ETC_SUPPORT_PFX): New variable.
9103         (taz): Include anything from etc starting with a word in
9104         ETC_SUPPORT_PFX.
9105
9106 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
9107
9108         * config.sub: Update for recent FSF changes.  Remove obsolete
9109         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
9110         spacing changes.
9111
9112 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
9113
9114         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
9115
9116         * config.guess:  Merge with FSF.
9117         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
9118
9119 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
9120
9121         * configure: Since the "trap 0" handler will override the exit
9122         status on many systems, only use it for "exit 1", and make it set
9123         a non-zero exit status; reset it before "exit 0".  Also, check
9124         exit status of config.sub, and error out if it failed.
9125
9126 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
9127
9128         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
9129         and install libgloss.
9130
9131 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
9132
9133         * Makefile.in (all-binutils): Depend upon all-byacc.
9134
9135         * configure.in: Don't build emacs on Irix 5.
9136
9137 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
9138
9139         * configure.in (*-*-netware*): Add libio.
9140
9141 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
9142
9143         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
9144         (CHECK_TARGET_MODULES): Ditto.
9145         (INSTALL_TARGET_MODULES): Ditto.
9146         (TARGET_LIBS): Ditto.
9147         (all-libstdc++): Note dependencies.
9148
9149 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
9150
9151         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
9152
9153 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
9154
9155         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
9156         -fexternal-templates.
9157
9158         * configure.in (target_libs): Add libstdc++.
9159         (noconfigdirs): Add libstdc++ as appropriate.
9160
9161 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9162
9163         * config.guess:  Update from FSF.
9164
9165 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
9166
9167         * configure: Use ${config_shell} when running ${configsub}.
9168
9169 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
9170
9171         * config.sub: No longer recognize h8300h.
9172
9173 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
9174
9175         * config.sub: Remove extraneous differences between config.sub and
9176         gcc/config.sub.
9177
9178 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
9179
9180         * Makefile.in (DISTSTUFFDIRS): Add gas.
9181
9182 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
9183
9184         * COPYING.NEWLIB: New file.
9185
9186 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9187
9188         * config.guess (HP-UX):  Patch from Harlan Stenn
9189         <harlan@landmark.com> to also emit release level.
9190
9191 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
9192
9193         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
9194
9195 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9196
9197         * config.sub:  Merge nextstep cleanup from FSF.
9198
9199 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
9200
9201         * configure.in (arm-*-*): Don't configure ld for this target.
9202
9203 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
9204
9205         * configure.in (*-*-netware): don't configure libg++, libio,
9206           librx, or newlib.
9207
9208 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
9209
9210         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
9211         configure ld--it works, but it doesn't support shared libraries.
9212
9213 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9214
9215         * config.guess (*-unknown-freebsd*):  Get rid of possible
9216         trailing "(Release)" in version string.
9217         Patch from Paul Richards <paul@isl.cf.ac.uk>.
9218
9219 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9220
9221         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
9222         Fix type: *-next-neststep -> *-next-nextstep.
9223
9224         * config.guess:  Merge from FSF:
9225
9226         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
9227
9228         * config.guess: Recognize powerpc-ibm-aix3.2.5.
9229
9230         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
9231
9232         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
9233         instead of UNIX_SV for UnixWare 1.0).
9234
9235 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
9236
9237         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
9238         to make gdb/nlm/* build after the compiler and linker.
9239
9240 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9241
9242         * config.guess (netbsd, freebsd, linux):  Accept any machine,
9243         not just i[34]86.
9244         (m68k-atari-sysv4):  Relocate to match FSF version.
9245
9246         * config.guess:  More merges from the FSF:
9247
9248         Add a space before function call or macro invocation.
9249
9250         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9251
9252         * config.guess: Add trap cmd to remove dummy.c and dummy when
9253         interrupted.
9254
9255         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9256
9257         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
9258         (dummy): Redirect stderr from compilation of dummy.c.
9259
9260         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
9261
9262         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
9263
9264 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
9265
9266         * configure: Accept and ignore --cache*, for compatibility with
9267         new autoconf.
9268
9269 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9270
9271         * config.guess:  Merge from FSF:
9272
9273         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9274
9275         * config.guess (Pyramid*:OSx*:*:*): New case.
9276         (PATH): Add /.attbin at end for finding uname.
9277         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
9278
9279         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
9280
9281         * config.guess (M88*:DolphinOS:*:*): New case.
9282
9283         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
9284
9285         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
9286         to select whether to use ELF or COFF.
9287
9288         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9289
9290         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
9291
9292         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9293
9294         * config.guess: Guess the OS version for HPUX.
9295
9296         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
9297
9298         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
9299
9300 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
9301
9302         * configure.in: Recognize --with-headers, --with-libs, and
9303         --without-newlib.
9304         * Makefile.in (all-xiberty): Depend upon all-ld.
9305
9306 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
9307
9308         * configure.in: Change i[34]86 to i[345]86.
9309
9310 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
9311
9312         * configure (version): A few more tweaks to help message.
9313
9314 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9315
9316         * Makefile.in:  Remove (for now) librx as a host library,
9317         now that we're building it for target.
9318
9319 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
9320
9321         * configure: Fix up help message; from karl@owl.hq.ileaf.com
9322         (Karl Berry).
9323
9324 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9325
9326         * configure.in:  Also configure librx.
9327
9328 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9329
9330         * Makefile.in:  Update various rules to reflect that librx
9331         is now needed for libg++.
9332
9333 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
9334
9335         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
9336
9337 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
9338
9339         * configure.in: Configure the examples directory.
9340
9341 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
9342
9343         * configure: Simplify Jun 2 1994 change.
9344
9345 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
9346
9347         * change CC to /usr/latest/bin/gcc for lynx host builds, since
9348         /bin/gcc isn't good enough to build gcc.
9349
9350 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
9351
9352         * Makefile.in (GDB_SUPPORT_FILES): Remove
9353         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
9354         (gdb.tar.gz): Add new rule to use standard distribution building
9355         mechanism.
9356
9357 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9358
9359         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
9360         Bill Cox <bill@cygnus.com>.
9361
9362 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9363
9364         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
9365
9366 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
9367
9368         * configure:  Search current dir first in .gdbinit.
9369
9370 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9371
9372         * config.sub:  Recognize freebsd (merged from gcc config.sub).
9373
9374 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9375
9376         * config.sub:  Refer to NeXT's operating system as nextstep.
9377
9378         * config.sub (case $basic_machine):  Re-order the cases, to match
9379         the order in the FSF version (which is mostly alphabethical).
9380         Merge in some additions and changes from the FSF.
9381
9382 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
9383
9384         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
9385         * config.sub: Recognize cxux7.
9386         * configure.in: Use mh-cxux for m88k-harris-cxux*.
9387
9388 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9389
9390         * config.sub:  Fix typo powerpc -> powerpc-*.
9391
9392 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
9393
9394         * Makefile.in: `all-emacs19' depends on `all-byacc'.
9395
9396         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
9397         parallel with all-emacs and install-emacs).  Top-level command
9398         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
9399
9400 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
9401
9402         * test-build.mk ($(host)-stamp-stage2-installed): Remove
9403         $(relbindir)/make before doing ``make install'', and use
9404         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
9405         installing over running make binary.
9406         ($(host)-stamp-stage3-installed): Likewise.
9407
9408 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
9409
9410         * config.guess: Recognize Mach.
9411
9412 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
9413
9414         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
9415         see whether --exec-prefix was used.
9416
9417 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9418
9419         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
9420
9421 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
9422
9423         * Makefile.in: Add all-librx target similar to all-libproc.
9424
9425 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
9426
9427         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
9428         with post 1.2 uname bogosity.
9429
9430 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9431
9432         * configure: Remove temporary files on receipt of a signal.
9433
9434 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
9435
9436         * configure: If there is a package_makefile_frag, remove
9437         ${subdir}/Makefile.tem after copying it in.
9438
9439 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
9440
9441         * build_all.mk: support rs6000 lynx identifies itself as
9442         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
9443         since /bin/gcc is too feeble to compile a modern gcc.
9444
9445 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
9446
9447         * brought devo/test-build.mk update-to-date with progressive/
9448           test-build.mk. Add lynx targets and hppa flag info.
9449
9450 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9451
9452         * configure.in:  Use mh-ncrsvr43.  Patch from
9453         Tom McConnell <tmcconne@sedona.intel.com>.
9454
9455 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9456
9457         * config.guess (i386-unknown-bsdi):  No longer need to
9458         check #if defined(__bsdi__) && defined(__i386__).
9459
9460 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9461
9462         * configure: Set program_transform_nameoption correctly.
9463
9464 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
9465
9466         * brought build-all.mk update-to-date with progressive build-all.mk,
9467           added new targets and hppa info.
9468
9469 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9470
9471         * configure: If config.guess result is a prefix of the user
9472         specified target, assume a native build and use the user specified
9473         target as the host alias.  Remove SunOS patch suffix removal hack.
9474         * configure.in: Remove SunOS patch suffix removal hack.
9475
9476         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
9477         in NATIVE_CHECK_MODULES.
9478
9479 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
9480
9481         * Makefile.in: Rename HOST_ONLY to NATIVE.
9482         * configure: Delete SunOs patch suffix from host_canonical
9483           and build_canonical variables that are prepended to Makefiles.
9484         * configure.in: Add comments for easier maintenance.
9485
9486 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
9487
9488         * Makefile.in: Add all-libproc target similar to all-gui.
9489
9490 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
9491
9492         * Makefile.in (CHECK_MODULES): split into
9493         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
9494
9495 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
9496
9497         * config.guess (i386-unknown-bsdi): New system to guess.
9498
9499 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
9500
9501         * Makefile.in: Add all-gui target (but not yet build by "all").
9502
9503 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
9504
9505         * config.sub: Move deletion of patch suffix from here...
9506         * configure.in: To here, at Ian's suggestion.  The top-
9507           level scripts might need to know of a patch level.
9508
9509 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
9510
9511         * config.sub: Strip off patch suffix so rtl is recognized
9512           as a sunos4.1.3 machine, even though it's been patched.
9513
9514 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
9515
9516         * Makefile.in (INSTALL_LAST): Delete.
9517         (INSTALL_DOSREL): New.
9518
9519 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9520
9521         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
9522         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
9523         whether we pass down --with-gnu-ld anyhow.
9524
9525 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
9526
9527         * Makefile.in (INSTALL_LAST): Change operation so it works
9528         on more flavors of make.
9529         * configure.in (go32): Don't build libg++ or libio.
9530
9531 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
9532
9533         * Makefile.in (Move HOST_PREFIX_1 and friends up so
9534         they can be overriden by templates.
9535
9536 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
9537
9538         * configure.in (target==go32): Don't build gdb.
9539         * dosrel: New directory.
9540
9541 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
9542
9543         * configure.in (host==go32): Configure dosrel too.
9544         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
9545         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
9546         be set by incoming names or templates.
9547         (INSTALL_LAST): New rule.
9548
9549 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
9550
9551         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
9552
9553 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
9554
9555         * configure.in (appdirs): New variable.  Currently empty, but will
9556         be used in gas distribution.  If nonempty, lists a set of
9557         directories at least one of which must get configured, or top
9558         level configuration is considered to have failed.
9559         (rs6000-*-lynxos*): Use new file name.
9560
9561 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9562
9563         Eliminate XTRAFLAGS.
9564         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
9565         newlib include files using -idirafter, and also use -nostdinc.
9566         (CXX_FOR_TARGET): Likewise.
9567         (XTRAFLAGS): Removed.
9568         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
9569         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
9570         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
9571         ($(DO_X)): Don't pass down XTRAFLAGS.
9572
9573 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
9574
9575         * configure.in (mips*-dec-bsd*): New target; do build linker.
9576         (mips*-*-bsd*): New target; don't build linker.
9577
9578 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
9579
9580         * configure.in: support rs6000-*-lynxos* configuration.
9581         support sunos4 as a cross target.
9582
9583         * config.sub: look for lynx*, not lynx since the OS version may
9584         legitimately be part of the name.
9585
9586 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
9587
9588         * configure.in (i[34]86-*-sco*): Move to be with other i386
9589         targets.
9590         (romp-*-*): New target.  Skip various binary utilities.
9591         (vax-*-*): New target.  Don't build newlib.
9592         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
9593
9594 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
9595
9596         * configure.in: Only set host_makefile_frag if config
9597         directory exists.
9598
9599 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
9600
9601         * install.sh: If $dstdir exists, don't check whether each
9602         component does.
9603
9604 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9605
9606         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
9607
9608 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
9609
9610         * configure.in (*-*-lynxos*): Don't configure newlib for either
9611         native or cross Lynx.
9612
9613 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
9614
9615         * config.sub (sparc64-elf): Fix os.
9616         (z8k): Remove duplicate.
9617
9618 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9619
9620         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
9621         gcc/stmp-fixproto, to try to prevent fixproto from being run.
9622
9623 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
9624
9625         * configure: Make file links cleanly even if Lynx fails on
9626           an NFS symlink (at least fail cleanly).
9627
9628 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
9629
9630         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
9631         -XNh2000.
9632
9633 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
9634
9635         * configure: Unknown options are fatal again.
9636
9637 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
9638
9639         * configure: Ignore --x-includes and --x-libraries, for Autoconf
9640         compatibility.
9641
9642 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
9643
9644         * build-all.mk: Add `clean' target.
9645
9646 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
9647
9648         * config.guess:  Add SINIX support.
9649         * configure.in:  Add mips-*-sysv4* support.
9650
9651 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
9652
9653         * build-all.mk: Document all useful targets.
9654         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
9655         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
9656
9657 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
9658
9659         * configure: Support --silent, --quiet.
9660
9661 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
9662
9663         * configure: Support --disable-FEATURE.
9664
9665 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
9666
9667         * config.guess: Recognize NCR running SVR4.3.
9668
9669 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9670
9671         * config.guess:  Make BSDI generate i386-unknown-bsd386.
9672         Patch from Paul Eggert <eggert@twinsun.com>.
9673
9674 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9675
9676         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
9677
9678 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
9679
9680         * configure: Make unrecognized options give nonfatal warnings
9681         instead of fatal errors, and pass them to any subdirectory
9682         configures in case they recognize them.
9683         Make --x equivalent to --with-x.
9684
9685 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
9686
9687         * configure: Add --enable-* options.  Clean up usage message and
9688         some comments.
9689
9690 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
9691
9692         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
9693
9694 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
9695
9696         * configure.in (hppa*-*-*): Enable binutils.
9697
9698 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
9699
9700         * config.sub: Recognize cisco.
9701
9702 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
9703
9704         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
9705
9706 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
9707
9708         * config.guess: about target *-hitachi-hiuxwe2, don't print more
9709         than one configuration name.  Add comment.
9710
9711 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
9712
9713         * config.guess: about target *-hitachi-hiuxwe2, fixed
9714         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
9715         macro is incorrect.]
9716
9717 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
9718
9719         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
9720         than the "make ls" stuff which used to be here.
9721
9722 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9723
9724         * config.guess:  Recognize i[34]86-unknown-freebsd.
9725         From Shawn M Carey <smcarey@rodan.syr.edu>.
9726
9727 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9728
9729         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
9730
9731 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
9732
9733         * config.guess: Check for ptx.
9734
9735 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
9736
9737         * config.sub: Add os9k checking.
9738
9739 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
9740
9741         * config.guess: Handle OSF1 running on HPPA processors
9742
9743 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
9744
9745         * configure: If subdir configure fails, print out a message with
9746         subdirectory name, in case subdir's configure code didn't identify
9747         itself.
9748
9749 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
9750
9751         * configure.in: Remove embedded newlines from configdirs.
9752         Avoid mismatches of substrings.  Fix matching strings at end
9753         of configdirs.
9754
9755 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
9756
9757         * config.guess:  Add Lynx/rs6000 config support.
9758
9759 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
9760
9761         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
9762
9763 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
9764
9765         * configure.in (hppa*-*-osf*): Treat this just like most other
9766         PA configurations (eg no binutils or ld).
9767         (hppa*-*-*elf*): These configurations have binutils and ld.
9768
9769 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
9770
9771         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
9772
9773 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9774
9775         * configure.in (rs6000-*-*): Build gas.
9776
9777 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
9778
9779         * Makefile.in:  Avoid bug in losing hpux sed.
9780
9781 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
9782
9783         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
9784         for GDB and GDB has been fixed to not need it.
9785
9786 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
9787
9788         * config.guess: Recognize vax hosts.
9789
9790 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
9791
9792         * configure (while loop): Don't use "break 2" inside case
9793         statement -- the case statement isn't an enclosing loop.
9794
9795 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9796
9797         * config.guess:  Clean up NeXT support, to allow nextstep
9798         on Intel machines.  Make OS be nextstep.
9799
9800 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
9801
9802         * config.guess: Add alternate forms for Convex.
9803
9804 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
9805
9806         * configure:  Completely rewrite option processing.  Take
9807         advantage of pattern-matching to avoid invoking test frequently.
9808         Also clean up host and target defaulting logic.
9809
9810 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
9811
9812         * Makefile.in: Replace all occurrances of "rootme" with "r" and
9813         "$${rootme}" with "$$r", to increase the likelihood that the do-*
9814         commands (plus user environment) will fit SCO limits.
9815
9816 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9817
9818         * configure.in: Don't issue warnings about directories which are
9819         not being configured if -norecursion is set.  Correct test for
9820         --with-gnu-as and --with-gnu-ld to not get confused by substring
9821         matches.
9822
9823         * configure.in: Don't build gas for alpha-dec-osf1*.
9824
9825 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
9826
9827         * configure:  Back out Per's change of 12/19/1993.  It changes the
9828         behavior of configure in unexpected and confusing ways.
9829
9830         Also, use different delim char when calculating
9831         program_transform_name so that the name can contain slashes.
9832
9833 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
9834
9835         * configure.in, config.sub: Add support for VSTa micro-kernel.
9836
9837 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
9838
9839         * configure.in: Nuke hacks which were used to get a special
9840         version of GAS for HPPA configurations.
9841
9842 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
9843
9844         * configure:  If only ${target_alias} is given, use that
9845         as the default for ${host_alias}.
9846         * configure:  Add missing back-slashes before nested quotes.
9847
9848 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
9849
9850         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
9851
9852 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
9853
9854         * config.guess:  Recognize some Tektronix configurations.
9855         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
9856
9857 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
9858
9859         * config.sub: Match any flavor of SH.
9860
9861 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
9862
9863         * configure.in: Don't try to configure newlib for Alpha.
9864
9865 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9866
9867         * configure.in: Don't build ld for Irix 5.  Don't build gas,
9868         libg++ or libio for any Alpha target.
9869
9870         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
9871
9872 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
9873
9874         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
9875         default arguments -- so it tried to compress itself.
9876
9877 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
9878
9879         * configure.in (notsupp): ensure that a space is always at the end
9880           of the configdirs list, since the grep checks for an explicit space
9881
9882 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
9883
9884         * configure.in (target i386-sysv4.2): don't build ld, since static
9885           versions of many libraries are not available.
9886
9887 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9888
9889         * config.guess: Recognize Apollos (using environment variables).
9890         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
9891
9892 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9893
9894         * config.guess: Recognize Sony news mips running newsos.
9895
9896 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
9897
9898         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
9899         "fi ; else" for bash.
9900
9901 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
9902
9903         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
9904
9905 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
9906
9907         * config.sub: accept unixware as an alias for svr4.2.
9908         Fix some inconsistancies with the gcc version.
9909
9910 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9911
9912         * Makefile.in (DISTDOCDIRS):  Add gdb.
9913
9914 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
9915
9916         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
9917
9918 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
9919
9920         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
9921         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
9922         this now.
9923
9924 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9925
9926         * config.sub: Accept hiux* as an OS name.
9927
9928         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
9929         etc/make-stds.texi.  The underscore came from gcc, and dje now
9930         agrees that RUNTESTFLAGS is the correct name.
9931
9932 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
9933
9934         * install.sh:  Remove 'set -e'.  It makes any conditionals
9935         in the script useless.
9936
9937         * config.guess: Automatically recognize arm-acorn-riscix
9938         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
9939
9940 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
9941
9942         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
9943
9944 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
9945
9946         * Makefile.in (DISTDOCDIRS): New variable.
9947         (taz): Edit local Makefile.in sooner, instead of proto-toplev
9948         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
9949
9950 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
9951
9952         * configure.in (hppa target): check the source directory for the
9953           pagas sub-directory
9954
9955 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
9956
9957         * config.sub: Allow -aout* and -elf*.
9958
9959 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
9960
9961         * configure.in: Don't build ld on i386-solaris2, same as for
9962         sparc-solaris2.
9963
9964 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
9965
9966         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
9967
9968 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
9969
9970         * configure.in:  Configure gdb for alpha.
9971
9972 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9973
9974         * Makefile.in (CXXFLAGS): Add -O.
9975
9976 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
9977
9978         * config.guess: added support for DG Aviion
9979
9980 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
9981
9982         * configure.in: Produce warning message for subdirectories not
9983         configurable for this host/target combination.  Don't try to
9984         configure gdb for vms.
9985
9986 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
9987
9988         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
9989         appropriate files before making "diststuff".
9990         (DISTBISONFILES): New var: list of files to be edited.
9991         (DISTSTUFFDIRS): Add binutils.
9992
9993 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
9994
9995         * config.sub: also handle mipsel and mips64el (for little endian mips)
9996
9997 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9998
9999         * configure.in: Add * to end of all OS names.
10000
10001 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
10002
10003         * configure.in: Build newlib for LynxOS native.
10004
10005 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10006
10007         * config.guess: Add support for delta 88k running SVR3.
10008
10009         * configure.in: Add comment about HP compiler vs. emacs.
10010
10011 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10012
10013         * configure.in: don't build ld on solaris2 (not a viable option
10014           due to bugs in getpwnam & getpwuid)
10015
10016 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
10017
10018         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
10019         config.guess will produce a full version number.
10020
10021 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10022
10023         * configure.in: Build linker and binutils for alpha-dec-osf1.
10024
10025 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10026
10027         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
10028         and gdb/testsuite/Makefile.in.
10029
10030 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10031
10032         * configure.in: recognize mips*- instead of mips-
10033
10034 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
10035
10036         * config.sub: Accept linux*coff and linux*elf as operating
10037         systems.
10038
10039 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10040
10041         * config.sub: Recognize mips64, and mips3 as an alias for it.
10042
10043 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
10044
10045         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
10046         gdb knows how to handle OSF/1 shared libraries.
10047
10048 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10049
10050         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
10051         * config.guess: Recognize Hitachi's HIUX.
10052         * config.sub: Recognize h3050r* and hppahitachi.
10053         Remove redundant cases for hp9k[23]*.
10054
10055 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10056
10057         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
10058         if gas and ld are in the source tree and are in ${configdirs}.
10059         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
10060         --with options (but still pass them down on the command line,
10061         if they were explicitly specified).
10062
10063 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10064
10065         * configure: substitute SHELL value in Makefile.in with
10066         ${CONFIG_SHELL}
10067
10068 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10069
10070         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
10071         *-*-solaris2* targets.
10072
10073 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10074
10075         * Makefile.in: define M4, and pass it down to sub-makes;
10076         all-autoconf now depends on all-m4
10077
10078 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10079
10080         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
10081         presence of {ar,ranlib} instead of a configured directory
10082
10083 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
10084
10085         * config.guess: Accept 34?? as well as 33?? for NCR.
10086
10087 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10088
10089         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
10090         of 'gas' in sed commands, since 'gash' is now in the tree as well.
10091
10092 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10093
10094         * configure: grab values for $(CC) and $(CXX) from the
10095         environment, so that someone can do "CC=gcc configure; make" and
10096         have it work right (matching the way that autoconf works now)
10097
10098         * configure.in, Makefile.in: add support for gash, the tcl
10099         interface to Galaxy
10100
10101         * config.guess: add NetBSD variants (hp300, x86)
10102
10103 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
10104
10105         * install.sh: Support -d option (in the manner of SunOS 4 install,
10106         as it is more deterministic than that of GNU install)
10107         (chmodcmd): Set file to mode 755 by default (should also do default
10108         chgrp and chown, but I don't feel like dealing with that now)
10109
10110 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
10111
10112         * config.sub: Remove h8300hhms alias.
10113
10114 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10115
10116         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
10117
10118 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10119
10120         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
10121         as stmp-fixinc
10122
10123 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
10124
10125         * config.sub: recognize m88110-bug-coff.
10126
10127 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10128
10129         * Makefile.in (all-libio): all dependencies on the toolchain used
10130         to build this (gcc, gas, ld, etc)
10131
10132 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10133
10134         * config.guess: Deal with OSF/1 1.3 on alpha.
10135
10136 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10137
10138         * install.sh: add some 'else true' clauses for portability
10139
10140         * configure.in: don't build libio for h8[35]00-*-* targets
10141
10142 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
10143
10144         * Makefile.in:  Add support for new libio.
10145
10146 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10147
10148         * install.sh: If one command fails, don't try the rest.  Don't try
10149         to remove $dsttmp (via trap) unless we have already created it.
10150         If $src doesn't exist, detect it and exit with an error.
10151
10152         * config.guess: Recognize BSD on hp300.
10153
10154 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
10155
10156         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
10157         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
10158
10159 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
10160
10161         * Makefile.in (all-send-pr): depends on all-prms
10162
10163 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10164
10165         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
10166
10167 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10168
10169         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
10170         Added test for mips-mips-riscos5.
10171
10172 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10173
10174         * configure.in: use mh-hp300 for 68k HP hosts
10175
10176 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10177
10178         * configure: add support for CONFIG_SHELL, so that you can use
10179         some alternate shell for evaluating configure scripts
10180
10181 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
10182
10183         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
10184         in configure script to bug-gdb@prep.ai.mit.edu when building
10185         distribution archive.
10186         * Makefile.in (COMPRESS):  Remove def.
10187         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
10188         gdb.tar.Z and make-gdb.tar.Z respectively.
10189         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
10190         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
10191         to convergence with 'taz' target in Makefile.in.
10192
10193 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10194
10195         * install.sh (dsttmp): use trap to ensure that tmp files go
10196         away on error conditions
10197
10198 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10199
10200         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
10201
10202 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10203
10204         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
10205         its parent is '/' not ''.
10206
10207         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
10208
10209 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
10210
10211         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
10212         that ${newsrcdir}/configure.in does.
10213
10214 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10215
10216         * test-build.mk: support for CONFIG_SHELL
10217
10218 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
10219
10220         * config.sub (netware):  Add as a basic system type.
10221
10222 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
10223
10224         * Makefile.in (Makefile): depend on configure.in.  Also drop the
10225           $(srcdir)/ from the dependency on Makefile.in.
10226
10227 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
10228
10229         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
10230         (h8300hhms is temporary until multi-libraries are implemented).
10231         * configure.in: Handle h8300h too.
10232
10233 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10234
10235         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
10236
10237 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
10238
10239         * configure:  Remove extraneous output when guessing host type.
10240         * config.guess:  Remove extraneous output when guessing using C
10241         compiler rather than uname, or when guessing fails.
10242
10243 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
10244
10245         * Makefile.in: remove all.cross and install.cross targets
10246
10247         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
10248           definitions
10249
10250 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
10251
10252         * configure.in (target sh): Build gprof.
10253
10254 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10255
10256         * config.sub: change -solaris to -solaris2
10257
10258 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10259
10260         * configure.in: Use config/mh-riscos for mips-*-sysv*.
10261
10262 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
10263
10264         * configure: Correct error message for missing Makefile.in to
10265         print correct directory.
10266
10267 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10268
10269         * install.sh: kludge around 386BSD shell bug
10270
10271 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
10272
10273         * config.guess:  Recognize NeXT.
10274         * config.guess:  Recognize i486-ncr-sysv4.
10275         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
10276
10277 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
10278
10279         * Makefile.in (MAKEINFOFLAGS): New variable.
10280         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
10281         * build-all.mk, test-build.mk: Pass down --no-split as
10282         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
10283
10284 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
10285
10286         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
10287
10288 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
10289
10290         * Makefile.in (libg++.tar.z):  New rule.
10291         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
10292         * Makefile.in (taz):  Only do a single chmod.
10293
10294 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
10295
10296         * install.sh: don't use dirname anymore (replaced with sed usage)
10297
10298 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
10299
10300         * Makefile.in:  Change extension for gzip'd files from '.z' to
10301         '.gz' per new FSF standard usage.
10302
10303 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
10304
10305         * configure: put quotes around the final value of program_transform_name
10306
10307 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10308
10309         * Makefile.in: new install.sh support; update install-info rules
10310
10311 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
10312
10313         * configure.in: Build diff for crosses, but not for go32 host.
10314
10315         * configure.in: Build gprof only for native, and don't build it
10316         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
10317
10318 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
10319
10320         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
10321
10322 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
10323
10324         * configure.in (host_tools): Add prms.
10325
10326 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10327
10328         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
10329         with $(FLAGS_TO_PASS) on the command line
10330
10331         * config.sub: Recognize lynx and lynxos
10332
10333 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
10334
10335         * config.sub: Accept -ecoff*, not just -ecoff.
10336
10337 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
10338
10339         * Makefile.in (taz): Use .gz suffix instead of .z.
10340         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
10341         names.
10342
10343 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10344
10345         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
10346
10347 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10348
10349         * Makefile.in (install-no-fixedincludes):  install gcc last, so
10350         that rebuilds that might happen during 'make install' don't get
10351         bogus gcc include files
10352
10353 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
10354
10355         Change from Utah for HPPA support:
10356         * config.guess: Recognize hppa1.x-hp-bsd.
10357
10358 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
10359
10360         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
10361         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
10362
10363 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
10364
10365         * config.sub: Add support for rom68k and bug boot monitors.
10366
10367 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
10368
10369         * Makefile.in: Make all-opcodes depend on all-bfd.
10370
10371 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
10372
10373         * config.guess: Added special check for i[34]86-univel-sysv4*.
10374
10375 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
10376
10377         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
10378         the processor rather than assuming i486.
10379
10380 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10381
10382         * config.guess: Recognize SunOS6 as Solaris3.
10383
10384 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
10385
10386         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
10387         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
10388
10389 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
10390
10391         * build-all.mk (all-cross): New target for Canadian Cross.
10392         Added Q2 go32 targets.
10393         * test-build.mk: Configure go32 cross sparclite-aout and
10394         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
10395         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
10396
10397 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10398
10399         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
10400         GO32 hosted toolchains
10401
10402 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
10403
10404         * configure: change  so "-exec-prefix" gets passed down rather
10405         than "-exec_prefix" so autoconf generated Makefiles get the
10406         exec_prefix set right.
10407
10408 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10409
10410         * config.guess: get the Solaris2 minor version number
10411
10412         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
10413
10414 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
10415
10416         * config.guess: Recognize some Sequent platforms.
10417
10418 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10419
10420         * Makefile.in: added the vault-install target
10421
10422         * configure.in: actually use the Sun3 makefile fragment that's in
10423         config, also added the release dir to configdirs
10424
10425 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
10426
10427         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
10428
10429 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10430
10431         * configure.in: remove some program from Alpha targetted toolchains
10432
10433 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
10434
10435         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
10436         gprof.
10437         (taz): Run "make diststuff" in those directories instead of "make
10438         proto-dir".  Look for "VERSION=" only at start of line in subdir
10439         Makefile.  Use "gzip -9" for compression.
10440         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
10441         (binutils.tar.z): New target.
10442
10443 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
10444
10445         * Makefile.in (taz): Include gpl.texinfo.
10446
10447 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
10448
10449         * Makefile.in (setup-dirs): Merged into "taz" target.
10450         (taz): Only do `proto-dir' stuff if a directory is actually needed
10451         for this target.
10452
10453 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
10454
10455         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
10456         (FLAGS_TO_PASS): Pass down MUNCH_NM.
10457         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
10458         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
10459         (gcc-no-fixedincludes): Correct for current gcc Makefile.
10460
10461 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
10462
10463         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
10464         config.sub, and move-if-change to gdb testsuite distribution
10465         archive, so the testsuite can be extracted, configured, and
10466         run separately from the gdb distribution.  Blow away the Chill
10467         tests that require a Chill compiled executable, since GNU Chill
10468         is not yet publically available.
10469
10470 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10471
10472         * test-build.mk: set environment variables in a single command,
10473         instead of a list of assignments and exports
10474
10475         * config.guess: recognize Alpha/OSF1 systems
10476
10477 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
10478
10479         * configure: Change help message to prefer --options rather than
10480           -options.
10481
10482 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
10483
10484         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
10485         zippy@ecst.csuchico.edu.
10486         * config.guess: Recognize miniframe.
10487
10488 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
10489
10490        * Makefile.in: Use srcroot to find runtest rather than rootme.
10491        Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
10492
10493 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
10494
10495         * test-build.mk: Extensive additions to support building on a
10496         machine other than the host.
10497
10498 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
10499
10500         * configure (tooldir): Fix for i386-aix again.
10501
10502 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
10503
10504         * configure, Makefile.in:  Change definition of $(tooldir)
10505         to match the FSF.
10506
10507 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
10508
10509         * config.guess:  Recognize i[34]86/SVR4.
10510
10511 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
10512
10513         * Makefile.in (all-gdb): gdb depends on sim.
10514
10515 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
10516
10517         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
10518         at the same time we make the prototype gdb directory.
10519         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
10520         files at the same time as the gdb base release distribution.
10521
10522 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
10523
10524         * Makefile.in (check): Use individual check targets rather than
10525         DO_X rule.
10526         (check-gcc): Added.
10527
10528 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
10529
10530         * config.sub: Use sysv3.2 not sysv32 for canonical OS
10531         for System V release 3.2.
10532
10533 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
10534
10535         * config.sub: Recognize hppaosf.
10536         * configure.in: Do configure ld/binutils/gas for it.
10537
10538 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
10539
10540         * configure (tooldir): Alter syntax used to set this, for systems
10541         where "\$" isn't handled right, like i386-aix.
10542
10543 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
10544
10545         * configure: Pass program-transform-name, not
10546         program_transform_name, to recursive configures.
10547
10548 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
10549
10550         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
10551         of gas+ld+binutils.
10552
10553 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
10554
10555         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
10556
10557 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10558
10559         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
10560
10561 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
10562
10563         * Makefile.in (PRMS): Set back to all-prms.
10564
10565 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
10566
10567         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
10568         targets, rather than for MIPS hosts.
10569
10570 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10571
10572         * configure.in: add comment for --with-x default values
10573
10574         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
10575
10576         * Makefile.in: add check-* targets for each of the directories in
10577         the tree.  Add a definition of RUNTEST that will use the one we
10578         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
10579
10580 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
10581
10582         * configure.in: Removed obsolete references to bfd_target and
10583         target_makefile_frag.
10584
10585         * build-all.mk: Set assorted targets for Q2.
10586         * config.sub: Recognize z8k-sim and h8300-hms.
10587         * test-build.mk: Really don't pass host to configure.
10588         (HOLES): Added uname.
10589
10590 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
10591
10592         * configure: Handle an empty program-prefix, program-suffix or
10593         program-transform-name correctly.
10594
10595 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
10596
10597         * build-all.mk: -G 8 no longer required for MIPS targets.
10598         * test-build.mk: Don't pass host argument to configure; make it
10599         guess.
10600
10601 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
10602
10603         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
10604         * Makefile.in (COMPRESS):  New macro, like GZIP.
10605
10606 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
10607
10608         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
10609
10610         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
10611         with gas currently defaults to -G 0.
10612
10613 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
10614
10615         * Makefile.in (all-flex): flex depends on byacc.
10616
10617         * build-all.mk: If host not specified, use config.guess.  Pass TAG
10618         to test-build.mk as RELEASE_TAG.
10619         * test-build.mk (configargs): New variable containing arguments to
10620         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
10621         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
10622
10623         * config.guess: Use /bin/uname when checking -X argument on SCO,
10624         to avoid invoking GNU uname which doesn't understand -X.
10625
10626         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
10627
10628         * configure.in: Build gas for mips-*-*.
10629
10630 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
10631
10632         * Makefile.in (all.normal): insert missing backslash.
10633
10634 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
10635
10636         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
10637
10638         * Makefile.in: Complete overhaul to merge many almost identical
10639         targets.
10640
10641 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
10642
10643         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
10644         (gdb.tar.Z): Adjusted.
10645
10646         * Makefile.in (setup-dirs, taz): New targets; should be general
10647         enough to adapt for gdb sometime.  Build only .z file.
10648         (gas.tar.z): New target.
10649
10650 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
10651
10652         * build-all.mk: Use CC=cc -Xs on Solaris.
10653
10654 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
10655
10656         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
10657         for handling BISON for FSF releases.
10658
10659 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
10660
10661         * configure: Actually implement the change zoo just documented.
10662
10663 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
10664
10665         * configure: when using config.guess, only set target_alias when
10666         it's not already been set (ie, on the command line)
10667
10668 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10669
10670         * Makefile.in: add installcheck target, set PRMS to install-prms
10671
10672 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10673
10674         * configure: add support for package_makefile_fragment, handle the
10675         case where a directory has a configure.in file but no Makefile.in
10676         more gracefully (with an actual understandable error message, even);
10677         add support for --without (and add this to the usage message); also
10678         explicitly add a --host=${host_alias} to the command line when
10679         config.guess is used
10680
10681 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
10682
10683         * configure: Must use both --host and --target in recursive calls.
10684
10685 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
10686
10687         * Makefile.in: Change deja-gnu to dejagnu.
10688
10689 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
10690
10691         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
10692
10693 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10694
10695         * configure.in: canonicalize all instances to *-*-solaris2*,
10696         also strip out a number of tools to not build for go32 host
10697
10698 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
10699
10700         * config.guess: add GPL.
10701
10702         * Makefile.in, config.guess, config.sub, configure: bump
10703           copyrights to 93.
10704
10705 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
10706
10707         * Makefile.in (do-info): Removed obsolete check for existence of
10708         localenv file.
10709
10710         * Makefile.in (MAKEOVERRIDES): Define to be empty.
10711
10712 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10713
10714         * Makefile.in: a couple of 'else true' for decstation,
10715         support for TclX
10716
10717         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
10718
10719 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
10720
10721         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
10722
10723 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
10724
10725         * config.guess: Recognize i386-ibm-aix (PS/2).
10726         * configure.in: Use config/mh-aix386 file for it.
10727
10728 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
10729
10730         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
10731         CC_FOR_TARGET instead.
10732         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
10733
10734 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
10735
10736         * Makefile.in: Add sim to list of directories sent with gdb
10737
10738 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
10739
10740         * configure.in: Put back mips-dec-bsd* case.
10741
10742 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
10743
10744         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
10745         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
10746         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
10747
10748 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10749
10750         * configure.in: remove no-op mips-dec-bsd* in "case $target"
10751
10752         * Makefile.in (dir.info): only run gen-info-dir if it exists,
10753         (install-info): install dir.info only if it exists,
10754         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
10755
10756 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
10757
10758         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
10759         gas for mips-dec-bsd.
10760
10761 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
10762
10763         * configure (makesrcdir): If ${srcdir} is relative and not ".",
10764         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
10765
10766 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
10767
10768         * configure.in: Added "dejagnu" to hosttools list.
10769
10770 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
10771
10772         * config.sub, configure.in, config.guess:  Add support
10773         for Bosx, an AIX variant from Bull.
10774         Patches from F.Pierresteguy@frcl.bull.fr.
10775
10776 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
10777
10778         * devo/dejagnu: Initial creation of devo/dejagnu.
10779         Migrated dejagnu testcases and support files for testing software
10780         tools to reside as subdirectories, currently called "testsuite",
10781         within the directory of the software tool.  Migrated all programs,
10782         support libraries, etc. beloging to dejagnu proper from
10783         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
10784         with no modifications.  The changes to these files which will
10785         allow them to configure, build, and execute properly will be made
10786         in a future update.
10787
10788 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
10789
10790         * Makefile.in: Change send_pr to send-pr.
10791         * configure.in: Likewise.
10792         * send_pr: Renamed directory to send-pr.
10793
10794 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
10795
10796         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
10797
10798 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
10799
10800         * README:  Update for gdb-4.8 release.
10801         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
10802         gdb-xxx.tar.z (gzip'd) file also.
10803
10804 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10805
10806         * Makefile.in: make all-diff depend on all-libiberty
10807
10808 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
10809
10810         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
10811
10812 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10813
10814         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
10815
10816 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
10817
10818         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
10819         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
10820         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
10821
10822 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10823
10824         * Makefile.in:  makeinfo binary is in a new location
10825
10826 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
10827
10828         * config.sub: Accept -ecoff as an OS.
10829
10830         * Makefile.in: Various changes to eliminate a level of make
10831         recursion and reduce the required command line length.
10832         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
10833         sub-makes.
10834         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
10835         variables holding settings for specific sub-makes.
10836         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
10837         in terms of BASE_FLAGS_TO_PASS.
10838         (TARGET_LIBS): New variable listing directories which use
10839         TARGET_FLAGS_TO_PASS.
10840         (subdir_do): Eliminated.
10841         (do-*): New set of targets to replace subdir_do.
10842         (various): All targets which used subdir_do now depend on do-*.
10843         (local-clean): Renamed from do_clean.
10844         (local-distclean): New target, dependency of distclean and
10845         realclean.
10846         (install-info): Don't create directories.  Depend on dir.info
10847         rather than calling make recursively.
10848         (install-dir.info): Eliminated.
10849         (install-info-dirs): Create all info directories here.
10850         (dir.info): Depend upon do-install-info.
10851
10852         * test-build.mk (HOLES): Added false.
10853
10854 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
10855
10856         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
10857
10858 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10859
10860         * Makefile.in (info): remove dependency on all-texinfo.  The
10861         problem was really in texinfo/C, not at this level.
10862
10863 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
10864
10865         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
10866
10867 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
10868
10869         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
10870         GDB releases.
10871
10872 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
10873
10874         * configure: Include srcdir in message about target of link not
10875         being found.  Don't convert `-' to `_' in `with' options being
10876         passed to subdirs.
10877
10878 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10879
10880         * configure.in: add uudecode to host_tools
10881
10882         * Makefile.in: added {all,install}-uudecode targets, added them to
10883         the appropriate lists
10884
10885 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
10886
10887         * Makefile.in (all-gcc): Added dependency on all-gas.
10888
10889         * configure.in (mips-*-*): Build ld and binutils.
10890
10891 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
10892
10893         * configure: check return code from mkdir, print error message and
10894           exit on failure.
10895
10896 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
10897
10898         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
10899
10900 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
10901
10902         * test-build.mk (HOLES): Added tar, cpio and uudecode.
10903
10904 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
10905
10906         * config.sub (h8500):  Recognize this as a cpu type.
10907
10908 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10909
10910         * configure: source directory missing is no longer a warning
10911
10912         * configure.in: recognize irix[34]* instead of irix[34]
10913
10914         * Makefile.in: define and pass down X11_LIB
10915
10916 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
10917
10918         * guess-systype: Renamed to ...
10919         * config.guess:  ... by popular request.
10920         * configure.in, Makefile.in:  Update accordingly.
10921
10922 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
10923
10924         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
10925         + Add Convex, Cray/Unicos, and Encore/Multimax support.
10926         + Execute ./dummy instead of assuming . is in PATH.
10927
10928 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
10929
10930         * guess-systype:  New shell script.  Attempts to guess the
10931         canonical host name of the executing host.
10932         Only a few hosts are supported so far.
10933         * configure:  Call guess-systype if no host is specified.
10934
10935 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
10936
10937         * Makefile.in (gcc-no-fixedincludes): Made to work with current
10938         gcc Makefile.
10939
10940
10941 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
10942
10943         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
10944         (all-gcc, install-gcc, subdir_do): Use it.
10945
10946 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
10947
10948         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
10949
10950 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
10951
10952         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
10953           set exclusively by configure, using configure.in .
10954
10955 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10956
10957         * test-build.mk: set $PATH for all builds
10958
10959         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
10960
10961 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
10962
10963         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
10964         the one used in gcc/Makefile.in, so that a null expansion doesn't
10965         override the one needed to build gcc with a native cc.
10966
10967
10968 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
10969
10970         * configure: Accept -with arguments.
10971
10972 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
10973
10974         * Makefile.in: added h8300sim
10975
10976 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
10977
10978         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
10979         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
10980         (all-cygnus, native, build-cygnus): Make
10981         $(canonhost)-stamp-3stage-done, not $(host)....
10982         * test-build.mk (stamp-3stage-compared): Use tail +10c for
10983         i386-sco3.2v4.  Added else true to if command.
10984
10985 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
10986
10987         * config.sub: (from FSF) Sequent uses a BSD-like OS.
10988
10989 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
10990
10991         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
10992
10993 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10994
10995         * configure.in: don't remove binutils from Solaris builds
10996
10997 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
10998
10999         * Makefile.in: get rid of earlier definitions for *clean,
11000         also handle the recursive info rule better
11001
11002 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
11003
11004         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
11005         do more-or-less the right thing.
11006
11007 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
11008
11009         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
11010         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
11011
11012 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11013
11014         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
11015         $(host_canonical).
11016
11017         * configure.in: split the configdirs list into 4 categories (native
11018         v. cross, library v. tool) and handle the cross-only and native-
11019         only in more reasonable (and correct!) way.
11020
11021 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
11022
11023         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
11024         configdirs anymore.
11025
11026 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11027
11028         * Makefile.in: extensive cleanup::  removed all of the explicit
11029         clean-* targets, collapsed many wrappers around subdir_do into
11030         one, added additional targets to satisfy standards.texi, deleted
11031         some old targets, some changes for consistency
11032
11033 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11034
11035         * configure.in: handle some programs as cross-only, and others as
11036         native only
11037
11038         * test-build.mk: handle partial holes in a more generic manner
11039
11040         * Makefile.in: m4 depends on libiberty
11041
11042 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11043
11044         * configure.in: add m4, textutils, fileutils, sed, shellutils,
11045         time, wdiff, and find to configdirs
11046
11047         * Makefile.in: all, clean, and install rules for the new programs
11048         added to configure.in
11049
11050 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11051
11052         * configure.in: use mh-sun for all *-sun-* hosts
11053
11054 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11055
11056         * Makefile.in: define flags for X11 include files and library file
11057         locations, pass them down to the programs that need this info
11058
11059         * build-all.mk: added a 'native' target, to 3stage the native toolchain
11060
11061 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11062
11063         * configure.in: start building libg++ for HP-UX targets
11064
11065 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
11066
11067         * README:  Update references to files moved into etc/.
11068
11069 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
11070
11071         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
11072         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
11073
11074 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
11075
11076         * configure: accept dash as well as underscore in long option
11077         names for FSF compatibility.
11078
11079 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
11080
11081         * config.sub: added -sco3.2v4 support from FSF.
11082
11083 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11084
11085         * configure.in: expand the section that adds or removes
11086         directories from the list of programs to build, to handle native
11087         vs. cross in addition to host v. native
11088
11089 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
11090
11091         * Makefile.in:  Replace C++ in macro names with CXX.
11092         This is less likely to break ...
11093
11094 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11095
11096         * test-build.mk: add -w to GNU_MAKE
11097
11098 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11099
11100         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
11101         add 'sparc' to list of recognized cpus.  This needed to make
11102         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
11103         Delete some redundant ose68 variants.  Recognize -wrs as an os,
11104         then changes that into $CPU-wrs-vxworks.
11105
11106         * configure.in: remove most references to gdbtest, regularize
11107         target based program removal
11108
11109         * test-build.mk: import from p3 tree (many fixes and changes)
11110
11111 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
11112
11113         * Makefile.in: added rules to handle tcl, tk, and expect
11114
11115         * configure.in: handle those directories if they exist
11116
11117 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11118
11119         * config.sub: removed bogus hppabsd and hppahpux names, since
11120         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
11121
11122 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11123
11124         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
11125         depends upon all-xiberty
11126
11127         * Makefile.in: changes from p3, including:
11128
11129         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
11130
11131         * Makefile.in (XTRAFLAGS): include newlib directories if
11132         newlib/Makefile exists, rather than if host != target.
11133
11134         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
11135
11136         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
11137         from the same source tree and not building a cross-compiler.  This
11138         matters for the libg++ configuration if reconfiguring a tree that
11139         has already been installed.
11140
11141         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
11142
11143         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
11144         pick up the machine and system specific header files.
11145
11146         * Makefile.in: added AS_FOR_TARGET, passed down in
11147         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
11148         the C compiler to use to create programs which are run in the
11149         build environment, set it to default to $(CC), and passed it down
11150         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
11151
11152         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
11153
11154         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
11155         We need them for unusual native builds, like systems without
11156         ranlib.
11157
11158         * configure: also define $(host_canonical) and
11159         $(target_canonical), which are the full, canonical names for the
11160         given host and target
11161
11162 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
11163
11164         * Makefile.in:  Added separate definitions for C++.
11165
11166 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
11167
11168         * configure.in (configdirs):  Add deja-gnu.
11169
11170 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
11171
11172         * README:  Update for configure.texi and gdb-4.7 release.
11173
11174 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
11175
11176         * Makefile.in:  Move "all" target to top of file.
11177         Previously, first target was ".PHONY" which caused BSD4.4 make
11178         to build .PHONY when make was run without arguments.
11179
11180 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
11181
11182         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
11183         Library-copylefted code in libiberty.
11184
11185 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
11186
11187         * config.sub:  Replace m68kmote with plain old m68k.
11188
11189 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
11190
11191         * Makefile.in:  Remove space from blank line, avoid Make complaints.
11192
11193 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
11194
11195         * config.sub: Complain if no argument is given.  Added support for
11196         386bsd as OS and target alias.
11197
11198 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
11199
11200         * Makefile.in (XTRAFLAGS): include newlib directories if
11201         newlib/Makefile exists, rather than if host != target.
11202
11203 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
11204
11205         * config.sub: recognize sparclite-wrs-vxworks.
11206
11207         * Makefile.in (install-xiberty): added *-xiberty make rules (from
11208         p3.) Added clean-xiberty to clean.
11209
11210 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11211
11212         * configure.in: use *-*-* instead of nested cases for host and target
11213
11214 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
11215
11216         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
11217         from the same source tree and not building a cross-compiler.  This
11218         matters for the libg++ configuration if reconfiguring a tree that
11219         has already been installed.
11220
11221 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
11222
11223         * config.sub (i486v/i486v4):  Merge in from FSF version.
11224
11225 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
11226
11227         * configure: only set PWD if it is already set.
11228
11229 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
11230
11231         * configure: just set PWD=`pwd` at the top, since Ultrix sh
11232         doesn't have unset and all success paths (and most error paths)
11233         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
11234         to just ${PWD} to avoid confusion.)
11235
11236 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
11237
11238         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
11239         even for a native compilation.
11240
11241 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
11242
11243         Changes to make the gdb.tar.Z rule work better.
11244
11245         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
11246         (DEVO_SUPPORT):  Add configure.texi.
11247         (bfd-ilrt.tar.Z):  Remove ancient rule.
11248
11249 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
11250
11251         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
11252         pick up the machine and system specific header files.
11253
11254         * configure.in, config.sub: added new target m68010-adobe-scout,
11255         with alias of adobe68k.  Changed configure.in to check for
11256         -scout before -sco* to avoid a false match.
11257
11258         * Makefile.in: added AS_FOR_TARGET, passed down in
11259         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
11260         the C compiler to use to create programs which are run in the
11261         build environment, set it to default to $(CC), and passed it down
11262         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
11263
11264 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
11265
11266         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
11267         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
11268         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
11269         FOR_TARGET variants, to newlib and libg++.
11270
11271 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
11272
11273         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
11274         first.
11275
11276 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
11277
11278         * config.sub:  Accept `elf' as an environment.
11279
11280 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
11281
11282         * Makefile.in (all-opcodes):  cd into the right directory
11283
11284 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
11285
11286         * configure: added -program_transform_name option, used as
11287         argument to sed when installing programs.
11288         configure.texi: added documentation for -program_prefix,
11289         -program_suffix and -program_transform_name.
11290
11291 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
11292
11293         * config.sub:  Accept i486 where i386 ok.
11294
11295 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
11296
11297         * config.sub: accept we32k
11298
11299 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
11300
11301         * config.sub, configure.in: accept OSE68000 and OSE68k.
11302
11303         * Makefile.in: don't create all directories for ``make install'';
11304         let the subdirectories create the ones they need.
11305
11306 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11307
11308         * COPYING: new file, GPL v2
11309
11310 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11311
11312         * Makefile.in: use the new gen-info-dir, which needs a template
11313         argument (which also lives in texinfo)
11314
11315         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
11316
11317 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
11318
11319         * config.sub (ncr3000):  Change i386 to i486.
11320
11321 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11322
11323         * Makefile.in: add install-rcs, install-grep to
11324         install-no-fixedincludes, removed install-bison and install-libgcc
11325
11326 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
11327
11328         * configure.in: grab the HPUX makefile fragment if on HPUX
11329
11330 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
11331
11332         * Makefile.in: eradicate bison spoor (ditto libgcc).
11333          configure.in: recognise m68{k,000}-ericsson-OSE.
11334          es1800 is alias for m68k-ericsson-OSE
11335
11336 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11337
11338         * configure.in: rearrange the parts that remove programs from
11339         configdirs, based now on HOST==TARGET or by canonical triple.
11340
11341 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
11342
11343         * test-build.mk: recurse explicitly with -f test-build.mk when
11344           appropriate.  predicate stage3 and comparison on the existence
11345           of gcc.  That is, if gcc isn't around, we aren't three-staging.
11346           On very clean, also remove ...stamp-co.  Build in-place before
11347           doing other builds.
11348
11349 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
11350
11351         * Makefile.in, configure.in: add tgas
11352
11353 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
11354
11355         * Makefile.in: a number of changes merged in from progressive.
11356
11357         * configure.in: add libm.
11358
11359         * .cvsignore: ignore some stuff that comes from test-build.mk.
11360
11361 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
11362
11363         * config.sub:  Add es1800 (m68k-ericsson-es1800).
11364
11365 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
11366
11367         * configure: Add program_suffix (parallel to program_prefix)
11368         * Makefile.in: adjust directory-creating script for losing decstation
11369
11370 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
11371
11372         * configure:  Minor $subdir-related fixes.
11373
11374 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
11375
11376         * configure: fix various problems with propogating
11377         makefile_target_frag in subdirs.
11378         * configure.in: config libgcc if its there
11379
11380 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
11381
11382         * config.sub:  HPPA merge.
11383
11384 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
11385
11386         * Makefile.in:  Replace all-bison with all-byacc in all
11387         dependency lines for other tools (which now use byacc).
11388
11389 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
11390
11391         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
11392
11393 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
11394
11395         * Makefile.in: make gprof rules similar to byacc rules (instead of
11396         vestigal $(unsubdir) that didn't work...)
11397
11398 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
11399
11400         * config.sub:  Add support for Linux.
11401         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
11402         (at least for libg++).
11403
11404 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
11405
11406         * configure.texi: fix doc for the -nfp option to configure
11407
11408 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
11409
11410         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
11411
11412 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
11413
11414         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
11415         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
11416         * configure.in: added solaris* host_makefile_frag hook.
11417
11418 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11419
11420         * config.sub: changed recognition of m68000 so that various
11421         m68k types can be specified via m680[01234]0
11422
11423 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11424
11425         * config.sub (basic_machine): fix sed so that '-foo' isn't
11426         completely substituted out while .+'-foo' loses the '-foo'
11427
11428 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
11429
11430         * config.sub ($os): Add -aout.
11431
11432 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
11433
11434         * configure:  If host_makefile_frag is absolute, don't
11435         prefix ${invsubdir} (relevant to libg++ auto-configure).
11436
11437 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
11438
11439         * Makefile.in (tooldir): Define it.
11440         (all-ld): Depend on all-flex.
11441
11442 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
11443
11444         * Makefile.in (check):  Fix libg++ special case.
11445
11446 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
11447
11448         * configure: do not bury `pwd` into config.status, thus do fewer
11449           pwd's.
11450
11451         * configure: print the "Building in" message only when building in
11452           other than "." AND verbose.
11453
11454         * configure: remove -s, rework -v to better accommodate guested
11455           configures.
11456
11457         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
11458
11459 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
11460
11461         * Makefile.in: macroize flags passed on recursion.  remove
11462           fileutils.
11463
11464 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
11465
11466         * configure: get makesrcdir right for subdirs deeper than 1.
11467
11468         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
11469           install.
11470
11471 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
11472
11473         * Makefile.in: don't print subdir_do or recursion lines.
11474
11475 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
11476
11477         * standards.texi: added menu item.
11478
11479         * Makefile.in: build and install standards.info.
11480
11481         * standards.texi: new file.
11482
11483 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
11484
11485         * configure: test for and move config.status pieces from
11486           ${subdir}/.
11487
11488 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
11489
11490         * configure:  Test for existance of files before trying to mv
11491         them, to avoid numerous non-existance messages.
11492
11493 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
11494
11495         * configure: correct final line of config.status.
11496
11497         * configure: patch from eggert.  Avoids a protection problem if
11498           the original Makefile.in is read only.
11499
11500         * configure: use move-if-change from gcc to create config.status.
11501           Some makefiles depend on config.status to tell if a directory
11502           has been reconfigured for a different host.  This change
11503           prevents those directories from remaking everything in the case
11504           where the reconfig was only intended to rebuild a Makefile.
11505
11506         * configure: test for config.sub with "config.sub sun4" rather
11507           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
11508           host alias from a missing config.sub.
11509
11510 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
11511
11512         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
11513           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
11514
11515 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
11516
11517         * configure: mkdir ${subdir} as needed.
11518
11519 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
11520
11521         * Makefile.in,configure.in: added autoconf.
11522
11523 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
11524
11525         * Makefile.in: no longer pass against on recursion.
11526
11527         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
11528           definitions are not inherited.
11529
11530         * configure: correct makesrcdir when subdir is .
11531
11532 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
11533
11534         * configure:  Add support for 'subdirs' variable, which is
11535         like 'configdirs', except that configure doesn't re-invoke
11536         itself for subdirs, it just creates a Makefile for each subdir.
11537         * configure.texi:  Document subdirs.
11538
11539 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11540
11541         * configure.in: added flex to configdirs
11542
11543 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
11544
11545         * Makefile.in: remove clean-stamps from clean.
11546
11547 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
11548
11549         * configure.in:  Add gdbtest to configdirs.
11550
11551 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
11552
11553         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
11554         to recursive makes.
11555         * configure.in:  Recognize new ncr3000 config.
11556
11557 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
11558
11559         * Makefile.in, configure.in: removed references to gdbm.
11560
11561 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
11562
11563         * config.sub:  Don't canonicalize os value
11564         newsos* to bsd (readline needs to check for newsos).
11565         (This fix was earlier made Jan 31, but got re-broken.)
11566
11567 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
11568
11569         * configure.in:  sco is an os, not a vendor!
11570
11571         * configure:  Quote $( better.  Keep various shells happy.
11572
11573 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
11574
11575         * Makefile.in: eliminate stamp-files.
11576
11577 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
11578
11579         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
11580           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
11581
11582 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
11583
11584         * config.sub:  fix iris/iris3.
11585
11586 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
11587
11588         * configure: re-add -rm.
11589
11590 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
11591
11592         * Maskefile.in: add .stmp-rcs to all.
11593
11594         * configure.in: remove gas from rs6000 build, use aix host fragment.
11595
11596 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
11597
11598         * configure: pass down site_option during recursion.
11599
11600 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
11601
11602         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
11603
11604 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
11605
11606         * configure: Change exec_prefix so that it really defaults to prefix.
11607
11608 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
11609
11610         * Makefile.in, configure.in:  Add support for mmalloc library.
11611
11612 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
11613
11614         * Makefile.in: add stmp dependencies for a few more things.
11615
11616 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
11617
11618         * configure: adjusted error message on objdir/srcdir configure
11619           collision, per john's suggestion.
11620
11621         * Makefile.in: add libiberty stmp to all and all.cross.
11622
11623 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
11624
11625         * Makefile.in: remove force dependencies, add grep to all.
11626
11627 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
11628
11629         * Makefile.in: drop flex.  make stamp files work.
11630
11631         * configure: added test for conflicting configuration in srcdir,
11632           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
11633           gets cranky.  use relative paths for configure and srcdir
11634           whenever possible.  Send some error messages to stderr that were
11635           going to stdout.
11636
11637 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
11638
11639         * Makefile.in:  Fix libg++ rule to check for gcc directory
11640         before using gcc/gcc.  Also pass XTRAFLAGS.
11641
11642 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
11643
11644         * Makefile.in: added stmp-files so that directories aren't polled
11645           when they are already built.
11646
11647         * configure.texi: fixed a node pointer problem.
11648
11649 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
11650
11651         * config.sub configure.in gdb/configure.in
11652         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
11653         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
11654         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
11655
11656 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
11657
11658         * configure: -recurring becomes -silent.  corrected help message
11659           for -site= option.
11660
11661         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
11662
11663 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
11664
11665         * configure: when building Makefile for crosses, replace
11666           tooldir and program_prefix.  default srcdir from location of
11667           config.sub.  remove "for host in hosts" and "for target in
11668           targets" loops.
11669
11670 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
11671
11672         * Makefile.in: Do not pass bindir or mandir to cvs.
11673
11674 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
11675
11676         * Makefile.in, configure.in: removed traces of namesubdir,
11677           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
11678           copyrights to '92, changed some from Cygnus to FSF.
11679
11680         * configure.texi: remove most references to multiple hosts,
11681           multiple targets, subdirs, etc.
11682
11683         * configure.man: removed rcsid. reference config.sub not
11684           config.subr.
11685
11686         * Makefile.in: mkdir $(infodir) on install-info.
11687
11688 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
11689
11690         * configure.texi:  Explain better about .gdbinit and about
11691         the environment that configure.in sections run in.
11692
11693 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
11694
11695         * configure.in:  Ultrix is only a decstation if it's a MIPS.
11696
11697 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
11698
11699         * README:  DOC.configure => cfg-paper.texi.
11700
11701 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
11702
11703         * config.sub (near case $os):  Don't convert newsos* to bsd!
11704
11705 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
11706
11707         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
11708         the number of copies of COPYING that go into the GDB tar file.
11709
11710 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
11711
11712         * bfd/configure.in, gdb/config/mh-i386sco,
11713         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
11714         Fix SCO configuration stuff.
11715
11716 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
11717
11718         * Makefile.in:  For libg++, make sure the -I pointing
11719         to the gcc directory goes *after* all the libg++-local -I flags.
11720         Also, move just-gcc dependency from just-libg++ to all-libg++.
11721
11722 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
11723
11724         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
11725
11726 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
11727
11728         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
11729
11730 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
11731
11732         * config.sub:  Add stratus configuration frags.  Also
11733         submitted to FSF.
11734
11735 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
11736
11737         * Makefile.in (DEV_SUPPORT):  add configure.man.
11738
11739         * config.sub(Decode manufacturer-specific):  add -none*.
11740
11741 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
11742
11743         * Makefile.in:  remove form feeds to make Sun's make happy.
11744         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
11745
11746 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
11747
11748         * Makefile.in (AR_FLAGS):  Make quieter.
11749
11750 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
11751
11752         * configure.in:  Add libg++.
11753         * configure:  When verbose, don't output the command line at each
11754         level; it will be unremarkably the same as the previous version,
11755         which will be the same as what the user typed.
11756
11757 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
11758
11759         * configure.in, Makefile.in: fix clean-info, add flex.  add
11760           fileutils.
11761
11762         * configure: be less sensitive to spaces in Makefile.in.  Do not
11763           look for sources in "..".  Doing so breaks subdirectories that
11764           might have their own configure.  If a subdir has it's own
11765           configure script, use it.
11766
11767 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
11768
11769         * cfg-paper.texi: some changes suggested by rms.
11770
11771 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
11772
11773         * config.sub:  Merge in some small additions from the FSF version,
11774         taken from the gcc distribution, to bring the Cygnus and FSF
11775         versions into closer sync.
11776
11777 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
11778
11779         * configure.in:  Changed svr4 references to sysv4.
11780
11781 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
11782
11783         * configure: added -V for version number option.
11784
11785 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
11786
11787         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
11788           renamed from DOC.configure to cfg-paper.texi.
11789
11790 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
11791
11792         * configure, config.subr, config.sub: config.subr is now
11793           config.sub again.
11794
11795 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
11796
11797         * configure.texi: new file, in progress.
11798
11799         * Makefile.in: build info file and install the man page for
11800           configure.
11801
11802         * configure.man: new file, first cut.
11803
11804         * configure: find config.subr again now that configuration "none"
11805           has gone.  removed all traces of the -ansi option.  removed all
11806           traces of the -languages option.
11807
11808         * config.subr: resync from rms.
11809
11810 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
11811
11812         * configure, config.sub, config.subr: merge config.sub into
11813           config.subr, call the result config.subr, remove config.sub, use
11814           config.subr.
11815
11816         * Makefile.in: revised install for dir.info.
11817
11818 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
11819
11820         * configure.in: add decstation host makefile frag.
11821
11822         * Makefile.in: BISON now bison -y again.  also install-gcc on
11823           install.  clean-gdbm on clean.  infodir belongs in datadir.
11824           Make directories for info install.  Build dir.info here then
11825           install it.
11826
11827 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
11828
11829         * Makefile.in: fix for bad directory tests.
11830
11831 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
11832
11833         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
11834           regexp.  -srcdir relative was being handled incorrectly.
11835
11836         * Makefile.in: unwrapped some for loops so that parallel makes
11837           work again and so one can focus one's attention on a particular
11838           package.
11839
11840 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
11841
11842         * configure: added PWD as a stand in for `pwd` (for speed). use
11843           elif wherever possible.  make -srcdir work without -objdir.
11844           -objdir= commented out.
11845
11846 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
11847
11848         * configure: +options become --options.  -subdirs commented out.
11849           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
11850           Makefile now at top of generated Makefile.  Removed cvs log
11851           entries.  added -srcdir.  create .gdbinit only if there is one
11852           in ${srcdir}.
11853
11854         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
11855           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
11856           and mandir now keyed off datadir by default.
11857
11858 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
11859
11860         * Freshly created ChangeLog.
11861
11862 \f
11863 Local Variables:
11864 mode: change-log
11865 left-margin: 8
11866 fill-column: 76
11867 version-control: never
11868 End: