* gas/config/tc-hppa.c (pa_ip): Add check of immediate values.
[external/binutils.git] / ChangeLog
1 2009-02-05  Andreas Schwab  <schwab@suse.de>
2
3         * Makefile.tpl (stage_last): Define $r and $s before using
4         $(RECURSE_FLAGS_TO_PASS).
5         * Makefile.in: Regenerate
6
7 2009-01-21  Jeff Johnston  <jjohnstn@redhat.com>
8
9         * COPYING.NEWLIB: Add ARM license.
10
11 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
12
13         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
14         (all-opcodes): Depend on all-libiberty.
15         * Makefile.in: Regenerate.
16
17 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
18
19         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
20         * configure: Regenerate.
21
22 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23
24         Backport link test fix from upstream Libtool:
25
26         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
27         Add cache variables to tests that require the linker to work.
28         For shlibpath_overrides_runpath, this also changes the semantics
29         to let the result from the C compiler take precedence.
30         compiler take precedence.
31
32 2008-12-02  Ben Elliston  <bje@au.ibm.com>
33
34         * config.sub, config.guess: Update from upstream sources.
35
36 2008-12-17  Jeff Johnston  <jjohnstn@redhat.com>
37
38         * COPYING.NEWLIB: Updated.
39         * COPYING.LIBGLOSS: Ditto.
40
41 2008-12-16  Paolo Bonzini  <bonzini@gnu.org>
42
43         Sync with GCC:
44
45         2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
46
47         * configure.ac (ppllibs): Add by default the lib flags.
48         * configure: Regenerate.
49
50         2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
51
52         * configure.ac: Add double brackets on darwin[912].
53         * configure: Regenerate.
54
55         2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
56
57         * configure.ac: Expand to darwin10 and later.
58         * configure: Regenerate.
59
60 2008-12-02  Andreas Schwab  <schwab@suse.de>
61
62         * Makefile.def: configure-target-boehm-gc depends on
63         all-target-libstdc++-v3.
64         * Makefile.in: Regenerate.
65
66 2008-12-02  Ben Elliston  <bje@au.ibm.com>
67
68         * config.sub, config.guess: Update from upstream sources.
69
70 2008-11-27  Joseph Myers  <joseph@codesourcery.com>
71
72         Merge from GCC:
73
74         2007-12-02  Matthias Klose  <doko@ubuntu.com>
75
76         * config-ml.in: Remove 64bit configure tests.
77
78         2008-05-14  Rafael Espindola  <espindola@google.com>
79
80         * config-ml.in: don't handle --enable-shared and --enable-static.
81
82         2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
83             Tobias Grosser  <grosser@fim.uni-passau.de>
84             Jan Sjodin  <jan.sjodin@amd.com>
85             Harsha Jagasia  <harsha.jagasia@amd.com>
86             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
87             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
88             Adrien Eliche  <aeliche@isty.uvsq.fr>
89
90         Merge from graphite branch.
91         * configure: Regenerate.
92         * Makefile.in: Regenerate.
93         * configure.ac (host_libs): Add ppl and cloog.
94         Add checks for PPL and CLooG.
95         * Makefile.def (ppl, cloog): Added modules and dependences.
96         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
97         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
98
99         2008-09-03  Richard Guenther  <rguenther@suse.de>
100
101         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
102         cloog test.
103         * configure: Re-generate.
104
105         2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
106
107         * configure.ac (--with-cloog-polylib): New.
108         (--disable-cloog-version-check): New.
109         (--disable-ppl-version-check): New.
110         * configure: Re-generate.
111
112         2008-09-05  Richard Guenther  <rguenther@suse.de>
113
114         * configure.ac: Initialize clooglibs to -lcloog.
115         * configure: Re-generate.
116
117         2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
118
119         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
120         recommended version to 2.3.2.
121
122         * configure: Regenerate.
123
124         2008-10-31  Ben Elliston  <bje@au.ibm.com>
125
126         * configure.ac (spu-*-*): Remove special case.
127         * configure: Regenerate.
128
129         Complete comment text from GCC version of:
130
131         2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
132
133         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
134         (GCC_SHLIB_SUBDIR): New.
135         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
136         * configure: Regenerate.
137         * Makefile.in: Regenerate.
138
139 2008-11-27  Tristan Gingold  <gingold@adacore.com>
140
141         * configure.ac: Build gdb for i?86-*-darwin*
142         * configure: Regenerated.
143
144 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
145
146         PR bootstrap/38014
147         PR bootstrap/37923
148
149         Revert:
150
151         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
152
153         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
154         * Makefile.in: Regenerated.
155
156         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
157
158         PR gdb/921
159         PR gdb/1646
160         PR gdb/2175
161         PR gdb/2176
162
163         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
164         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
165         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
166         (HOST_EXPORTS): Pass CPPFLAGS.
167         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
168         (LDFLAGS_FOR_TARGET): Initialize from configure script.
169         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
170         * Makefile.in, configure: Regenerated.
171         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
172         and CPPFLAGS_FOR_BUILD.
173
174 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
175
176         * configure.ac [spu-*-*]: Do not set skipdirs.
177         * configure: Re-generate.
178
179 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
180
181         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
182         * Makefile.in: Regenerated.
183
184 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
185
186         PR gdb/921
187         PR gdb/1646
188         PR gdb/2175
189         PR gdb/2176
190
191         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
192         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
193         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
194         (HOST_EXPORTS): Pass CPPFLAGS.
195         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
196         (LDFLAGS_FOR_TARGET): Initialize from configure script.
197         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
198         * Makefile.in, configure: Regenerated.
199         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
200         and CPPFLAGS_FOR_BUILD.
201
202 2008-09-29  Peter O'Gorman  <pogma@thewrittenword.com>
203
204         * libtool.m4: Update to libtool 2.2.6.
205         * lt~obsolete.m4: Update to libtool 2.2.6.
206         * ltmain.sh: Update to libtool 2.2.6.
207         * ltsugar.m4: Update to libtool 2.2.6.
208         * ltversion.m4: Update to libtool 2.2.6.
209         * ltoptions.m4: Update to libtool 2.2.6.
210         * ltgcc.m4: Update to match changes from libtool 2.2.6.
211
212 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
213
214         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
215         (GCC_SHLIB_SUBDIR): New.
216         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
217         * configure: Regenerate.
218         * Makefile.in: Regenerate.
219
220 2008-08-28  Tristan Gingold  <gingold@adacore.com>
221
222         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
223         Enable bfd, binutils and opcodes.
224         * configure: Regenerate.
225
226 2008-08-16  Nicolas Roche  <roche@adacore.com>
227
228         * Makefile.tpl: Add BOOT_ADAFLAGS.
229         * Makefile.in: Regenerate.
230
231 2008-08-16  Richard Sandiford  <rdsandiford@googlemail.com>
232
233         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
234         * configure: Regenerate.
235
236 2008-07-30 Paolo Bonzini  <bonzini@gnu.org>
237
238         Sync with gcc:
239         2008-07-30 Paolo Bonzini  <bonzini@gnu.org>
240
241         * configure.ac: Add makefile fragments for hpux.
242         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
243         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
244         * configure: Regenerate.
245         * Makefile.in: Regenerate.
246
247         2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
248
249         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
250         * Makefile.in: Regenerate.
251         * configure: Regenerate.
252
253 2008-06-18  Ian Lance Taylor  <iant@google.com>
254
255         * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
256
257         * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
258
259 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
260
261         * configure: Regenerate.
262
263 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
264
265         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
266         "$@" is still intact with both Autoconf 2.59 and 2.62.
267         * configure: Regenerate.
268
269 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
270
271         * Makefile.tpl: Fix comment errors.
272         * Makefile.in: Regenerate.
273
274 2008-06-13  Julian Brown  <julian@codesourcery.com>
275
276         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
277         of libobjc for ARM EABI Linux.
278         * configure: Regenerate.
279
280 2008-06-12  David S. Miller  <davem@davemloft.net>
281             David Edelsohn  <edelsohn@gnu.org>
282
283         * configure.ac: Add powerpc*-*-* to gold supported targets.
284         * configure: Regenerate.
285
286 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
287
288         PR tree-optimization/36218
289         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
290         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
291         (all prefix="build-"): Pass them to build-system sub-makes.
292         * Makefile.in: Regenerate.
293
294 2008-05-16  Daniel Jacobowitz  <dan@codesourcery.com>
295
296         * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
297         README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
298         mkdep, and compile.  Update comments.
299         (ETC_SUPPORT): Add ChangeLog and update comments.
300
301 2008-05-11  Ian Lance Taylor  <iant@google.com>
302
303         * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
304
305 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
306
307         Sync with gcc:
308         2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
309
310         PR bootstrap/35457
311         * configure.ac: Include override.m4.
312         * configure: Regenerate.
313
314         2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
315
316         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
317         * Makefile.in: Regenerate.
318
319         2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
320
321         * configure.ac: Do not build libssp for the AVR.
322         * configure: Regenerate.
323
324 2008-04-18  Nick Clifton  <nickc@redhat.com>
325
326         * MAINTAINERS: Replace reference to configure.in with reference to
327         configure.ac.
328
329 2008-04-18  M R Swami Reddy <MR.Swami.Reddy@nsc.com>
330
331         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
332         as nonconfigurable directories list.
333         * configure: Regenerate.
334
335 2008-04-14  David S. Miller  <davem@davemloft.net>
336
337         * configure.ac: Add sparc*-*-* to gold supported targets.
338         * configure: Regenerate.
339
340 2008-04-14  Ben Elliston  <bje@au.ibm.com>
341
342         * config.sub, config.guess: Update from upstream sources.
343
344 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
345
346         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
347         * Makefile.in: Regenerate.
348
349 2008-04-07  Ian Lance Taylor  <iant@google.com>
350
351         * Makefile.def: check-gold depends upon all-binutils.
352         * Makefile.in: Regenerate.
353
354 2008-04-04  Nick Clifton  <nickc@redhat.com>
355
356         PR binutils/4334
357         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
358         builds.
359         * configure: Regenerate.
360
361 2008-04-04  NightStrike  <NightStrike@gmail.com>
362
363         PR other/35151
364         * configure.ac: Combine rules for mingw32 and mingw64.
365         * configure: Regenerate.
366
367 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
368
369         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
370         * Makefile.in: Regenerate.
371
372 2008-03-20  Ian Lance Taylor  <iant@google.com>
373
374         * configure.ac: Add support for --enable-gold.
375         * Makefile.def: Add gold as a directory like ld.
376         * configure, Makefile.in: Regenerate.
377
378 2008-03-19  Andreas Krebbel  <krebbel1@de.ibm.com>
379
380         * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
381         (s390_cond_extensions): Reduced extensions to the compare related.
382         (main): z10 cpu type option added.
383         (expandConditionalJump): Renamed to ...
384         (insertExpandedMnemonic): ... this.
385
386         * opcodes/s390-opc.c: Re-group the operand format makros.
387         (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
388         INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
389         INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
390         INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
391         INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
392         INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
393         INSTR_SIL_RDU): New instruction formats added.
394         (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
395         MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
396         MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
397         MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
398         MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
399         MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
400         masks added.
401         (s390_opformats): New formats added "ris", "rrs", "sil".
402         * opcodes/s390-opc.txt: Add the conditional jumps with the
403         extensions removed from automatic expansion in s390-mkopc.c manually.
404         (asi - trtre): Add new System z10 EC instructions.
405         * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
406
407 2008-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
408
409         * configure.ac: m4_include config/proginstall.m4.
410         * configure: Regenerate.
411
412 2008-03-16  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
413
414         Backport from upstream Libtool:
415
416         2007-10-12  Eric Blake  <ebb9@byu.net>
417
418         Deal with Autoconf 2.62's semantic change in m4_append.
419         * ltsugar.m4 (lt_append): Replace broken versions of
420         m4_append.
421         (lt_if_append_uniq): Don't require separator to be overquoted,
422         and avoid broken m4_append.
423         (lt_dict_add): Fix typo.
424         * libtool.m4 (_LT_DECL): Don't overquote separator.
425
426 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
427
428         * config.rpath: Add AIX 6 support.
429
430 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
431
432         * Makefile.def (stageprofile).  Remove -fprofile-generate
433         from stage_libcflags.
434         * Makefile.in: Regenerate.
435
436 2008-03-13  Ben Elliston  <bje@au.ibm.com>
437
438         * config.sub, config.guess: Update from upstream sources.
439
440 2008-03-06  Florian Krohm  <fkrohm@us.ibm.com>
441
442         * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
443         * s390-opc.txt (cmpsc): Duplicate entry removed.
444         (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
445         cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
446         fier, cu42, cu41): Fix operand format.
447
448 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
449
450         PR bootstrap/32009
451         PR bootstrap/32161
452
453         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
454         * configure: Regenerate.
455
456         * Makefile.def: Define stage_libcflags for all bootstrap stages.
457         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
458         STAGE4_LIBCFLAGS): New.
459         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
460         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
461         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
462         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
463         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
464         for target modules.  Don't export LIBCFLAGS.
465         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
466         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
467         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
468         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
469         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
470         * Makefile.in: Regenerate.
471
472 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
473
474         PR libgcj/33085
475         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
476         Do not use -DDLL_EXPORT.  Backport from upstream.
477
478 2008-02-14  Nick Clifton  <nickc@redhat.com>
479
480         Import this patch from gcc:
481         2008-01-24  David Edelsohn  <edelsohn@gnu.org>
482
483         * libtool.m4: Backport AIX 6 support from ToT Libtool.
484
485 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
486
487         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
488         * configure: Regenerate.
489
490 2008-01-31  Marc Gauthier  <marc@tensilica.com>
491
492         * configure.ac (xtensa*-*-*): Recognize processor variants.
493         * configure: Regenerate.
494
495 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
496
497         PR bootstrap/34922
498         * configure.ac (PARSE_ARGS): Push suitable setting of
499         ac_subdirs_all, for `./configure --help=recursive'.
500         Handle `+' in generic toplevel directory disabling.
501         * configure: Regenerate.
502
503 2008-01-23  Ben Elliston  <bje@au.ibm.com>
504
505         * config.sub, config.guess: Update from upstream sources.
506
507 2008-01-08  Ben Elliston  <bje@au.ibm.com>
508
509         * config.sub, config.guess: Update from upstream sources.
510
511 2007-12-19  Jeff Johnston  <jjohnstn@redhat.com>
512
513         * COPYING.LIBGLOSS: Update default copyright.
514
515 2007-12-19  Jeff Johnston  <jjohnstn@redhat.com>
516
517         * COPYING.NEWLIB: Update default copyright.
518
519 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
520
521         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
522         Change recommended MPFR from 2.2.1 > 2.3.0.
523         * configure: Regenerate.
524
525 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
526
527         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
528         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
529         * Makefile.in: Regenerate.
530
531 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
532
533         * configure.ac: Enable libjava for x86_64-*-darwin9.
534         * configure: Regenerate.
535
536 2007-12-05  Ben Elliston  <bje@au.ibm.com>
537
538         * config.sub, config.guess: Update from upstream sources.
539
540 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
541
542         * config-ml.in: Robustify against white space in absolute file
543         names.
544
545         * config-ml.in (multi-clean): Substitute ${Makefile}.
546         Remove superfluous ${Makefile} in list.
547
548 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
549
550         * Makefile.def (dependencies): Make configure-gdb depend on
551         all-intl.
552         * Makefile.in: Regenerated.
553
554 2007-10-15  Patrick Mansfield <patmans@us.ibm.com>
555
556         * Makefile.def: To avoid problems running with parallel makes,
557         build newlib before libgloss so that target specific header
558         files are availble.
559         * Makefile.in: Regenerate.
560
561 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
562
563         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
564         * Makefile.in: Regenerate.
565
566 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
567
568         * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
569         * libdecnumber: New directory, imported from GCC.
570
571 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
572
573         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
574         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
575         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
576         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
577         * configure: Regenerate.
578
579 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
580
581         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
582         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
583         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
584         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
585         * configure.ac: Default them to host tools for $host = $build.
586         Subst them.
587
588         * configure: Regenerate.
589         * Makefile.in: Regenerate.
590
591 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
592
593         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
594         * configure: Regenerate.
595
596 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
597
598         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
599         libstdc++.
600         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
601         * configure: Regenerate.
602         * Makefile.in: Regenerate.
603
604 2007-09-17  Andreas Schwab  <schwab@suse.de>
605
606         * configure.ac: Raise minimum makeinfo version to 4.6.
607         * configure: Regenerate.
608
609 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
610
611         * configure.ac: Correct makeinfo version check.
612         * configure: Regenerate.
613
614 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
615
616         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
617         to $skipdirs and only disable gprof for newlib.  Use the normal
618         mips*-elf* handling in other respects.
619         * configure: Regnerate.
620
621 2007-09-12  David Daney  <ddaney@avtrex.com>
622
623         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
624         enabling libgcj.
625         * configure: Regenerate.
626
627 2007-09-12  Richard Guenther  <rguenther@suse.de>
628
629         * configure.ac (--enable-stage1-checking): If neither --enable-checking
630         nor --disable-checking is provided also turn on yes and types
631         checking for stage1.
632         * configure: Re-generate.
633
634 2007-09-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
635
636         PR target/33281
637         * configure.ac: Use config/mh-mingw on mingw.
638         * configure: Regenerate.
639
640 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
641
642         PR other/32154
643         * configure.ac: For libgloss targets, point the linker to the linker
644         script, startup code and simulator library.
645         * configure: Regenerate.
646
647 2007-09-09  Andrew Haley  <aph@redhat.com>
648
649         * configure.ac (noconfigdirs): Remove target-libffi and
650         target-libjava.
651
652 2007-08-29  Nick Clifton  <nickc@redhat.com>
653
654         * config.sub, config.guess: Update from upstream sources.
655
656 2007-08-21  Richard Guenther  <rguenther@suse.de>
657
658         * configure.ac: Add types checking to stage1 checking flags.
659         * configure: Regenerate.
660
661 2007-08-18  Paul Brook  <paul@codesourcery.com>
662             Joseph Myers  <joseph@codesourcery.com>
663
664         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
665         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
666         * Makefile.in: Regenerate.
667         * configure.ac (--with-debug-prefix-map): New.
668         * configure: Regenerate.
669
670 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
671             Nigel Stephens  <nigel@mips.com>
672
673         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
674         as target_makefile_frag.
675         * configure: Regenerate.
676
677 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
678
679         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
680         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
681         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
682         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
683         (do-compare, do-compare3, do-compare-debug): New.
684         ([+compare-target+]): Use them.
685
686 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
687
688         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
689         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
690         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
691         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
692         (do-compare, do-compare3, do-compare-debug): New.
693         ([+compare-target+]): Use them.
694
695 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
696             Ben Elliston  <bje@au.ibm.com>
697
698         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
699         --silent if $silent.
700         * configure: Regenerate.
701
702 2007-08-12  Daniel Jacobowitz  <dan@codesourcery.com>
703
704         * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
705
706 2007-07-17  Nick Clifton  <nickc@redhat.com>
707
708         * COPYING3: New file.  Contains version 3 of the GNU General
709         Public License.
710         * COPYING3.LIB: New file.  Contains version 3 of the GNU
711         Lesser General Public License.
712
713 2007-07-11  Bernd Schmidt  <bernd.schmidt@analog.com>
714
715         * configure.ac: Fix my previous change to really match GCC.
716         * configure: Regenerate.
717
718 2007-07-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
719
720         * configure.ac: Rewrite 'configure --help' strings to look nicer.
721         * configure: Regenerate.
722
723 2007-07-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
724
725         * configure.ac: Add some missing m4 quotation.
726         * configure: Regenerate.
727
728 2007-07-09  Kai Tietz   <kai.tietz@onevision.com>
729
730         * Makefile.def: Add windmc tool to build.
731         * Makefile.tpl: Likewise.
732         * configure.ac: Likewise.
733         * Makefile.in: Regenerate.
734         * configure: Regenerate.
735
736 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
737
738         * lt~obsolete.m4: New. Import from 20070318 libtool.
739
740 2007-06-29  Bernd Schmidt  <bernd.schmidt@analog.com>
741
742         * configure.ac: Don't add target-libmudflap to noconfigdirs for
743         uclinux and linux-uclibc targets.
744         * configure: Regenerate.
745
746 2007-06-28  DJ Delorie  <dj@redhat.com>
747
748         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
749         not building newlib.
750         * configure: Regenerated.
751
752 2007-06-22  Daniel Jacobowitz  <dan@codesourcery.com>
753
754         * src-release (DEVO_SUPPORT): Correct typos.
755
756 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
757
758         * Makefile.def: Add dependency from configure-gdb to all-bfd.
759         * Makefile.in: Regenerated.
760
761 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
762
763         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
764         (distclean-stage[+id+]): Possibly delete stage_last.
765         * Makefile.in: Regenerate.
766
767 2007-06-07  Ben Elliston  <bje@au.ibm.com>
768
769         * config.sub, config.guess: Update from upstream sources.
770
771 2007-06-07  Ben Elliston  <bje@au.ibm.com>
772
773         * Makefile.tpl: Fix spelling error.
774         * Makefile.in: Regenerate.
775
776 2007-06-04  Paolo Bonzini  <bonzini@gnu.org>
777
778         Sync with gcc:
779         2007-05-30  Jakub Jelinek  <jakub@redhat.com>
780
781         PR bootstrap/29382
782         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
783         * configure: Rebuilt.
784
785 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
786
787         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
788         lt_cv_sys_max_cmd_len.
789
790 2007-05-31  Paolo Bonzini  <bonzini@gnu.org>
791
792         * ltgcc.m4: Update from GCC.
793
794 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
795
796         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
797
798 2007-05-24  Steve Ellcey  <sje@cup.hp.com>
799
800         * ltmain.sh: Update from GCC.
801         * libtool.m4: Update from GCC.
802         * ltsugar.m4: New. Update from GCC.
803         * ltversion.m4: New. Update from GCC.
804         * ltoptions.m4: New. Update from GCC.
805         * ltconfig: Remove.
806         * ltcf-c.sh: Remove.
807         * ltcf-cxx.sh: Remove.
808         * ltcf-gcj.sh: Remove.
809         * src-release: Update with new libtool file list.
810
811 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
812
813         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
814         stage_cflags.
815         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
816         Remove CFLAGS/LIBCFLAGS.
817         (configure-stage[+id+]-[+prefix+][+module+],
818         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
819         * Makefile.in: Regenerate.
820
821 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
822
823         * config-ml.in: Update from GCC.
824
825 2007-04-09  Daniel Jacobowitz  <dan@codesourcery.com>
826
827         * src-release (do-proto-toplev): Process the support directories before
828         the tool directory.
829
830 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
831
832         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
833         of glob.  Quote arguments with single quotes too.
834         * configure: Regenerate.
835
836 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
837
838         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
839         * Makefile.in: Regenerate
840
841 2007-03-07  Andreas Schwab  <schwab@suse.de>
842
843         * configure: Regenerate.
844
845 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
846
847         * configure.ac: Add "--with-pdfdir" configure option,
848         which defines pdfdir variable.
849         * Makefile.def (target=fixincludes): Add install-pdf to
850         missing targets.
851         (recursive_targets): Add install-pdf target.
852         (flags_to_pass): Add pdfdir.
853         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
854         target.
855         * configure: Regenerate
856         * Makefile.in: Regenerate
857
858 2007-02-28  Eric Christopher  <echristo@apple.com>
859
860         Revert:
861         2006-12-07  Mike Stump  <mrs@apple.com>
862
863         * Makefile.def (dependencies): Add dependency for
864         install-target-libssp and install-target-libgomp on
865         install-gcc.
866         * Makefile.in: Regenerate.
867
868 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
869
870         * configure: Regenerate.
871         * configure.ac: Move statements after variable declarations.
872
873 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
874
875         * configure.ac: Adjust for loop syntax.
876         * configure: Regenerate.
877
878 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
879
880         * configure: Rebuilt.
881
882 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
883
884         * configure.ac: Drop multiple occurrences of --enable-languages,
885         and fix its quoting.
886         * configure: Rebuilt.
887
888 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
889             Nathan Sidwell  <nathan@codesourcery.com>
890             Vladimir Prus  <vladimir@codesourcery.com
891             Joseph Myers  <joseph@codesourcery.com>
892
893         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
894         * configure: Regenerate.
895
896 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
897
898         * configure.ac (target_libraries): Move libgcc before libiberty.
899         * configure: Regenerated.
900
901 2007-02-13  Paolo Bonzini  <bonzini@gnu.org>
902
903         * configure: Regenerate again?
904
905 2007-02-13  Paolo Bonzini  <bonzini@gnu.org>
906
907         * configure: Reapply PR30748 fix which was lost in the previous commit.
908
909 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
910             Paolo Bonzini  <bonzini@gnu.org>
911
912         PR bootstrap/30753
913         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
914         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
915         * configure: Regenerated.
916
917 2007-02-10  Paolo Bonzini  <bonzini@gnu.org>
918
919         * configure: Regenerate.
920
921 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
922
923         PR bootstrap/30748
924         * configure.ac: Correct syntax for Solaris ksh.
925         * configure: Regenerated.
926
927 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
928
929         * Makefile.def: Sync with GCC.
930         * Makefile.tpl: Sync with GCC.
931         * Makefile.in: Regenerate.
932         * configure: Regenerate.
933
934 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
935
936         * Makefile.tpl (build_alias, host_alias, target_alias): Use
937         noncanonical equivalents.
938         * configure.in: Rename to...
939         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
940         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
941         target_noncanonical.  Use them.  Rewrite removal of configure
942         arguments for autoconf 2.59.  Discard variable settings.  Force
943         program_transform_name for native tools.
944
945         * Makefile.in: Regenerated.
946         * configure: Regenerated with autoconf 2.59.
947
948         * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
949
950 2007-02-08  Jeff Johnston  <jjohnstn@redhat.com>
951
952         * COPYING.LIBGLOSS: Reformat default Red Hat
953         license to fit within 80 columns.
954         * COPYING.NEWLIB: Ditto.
955
956 2007-02-05  Dave Brolley  <brolley@redhat.com>
957
958         * Contribute the following changes:
959         2006-11-28  DJ Delorie  <dj@redhat.com>
960
961         * configure.in: Fix typo for mep's target_makefile_frag.
962         * configure: Regenerated.
963
964         2005-04-22  Richard Sandiford  <rsandifo@redhat.com>
965
966         * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
967         * configure: Regenerate.
968
969         2001-09-19  DJ Delorie  <dj@redhat.com>
970
971         * configure.in (target_makefile_frag): use mt-mep
972
973         2001-06-12  Don Howard  <dhoward@redhat.com>
974
975         * configure.in: Remove gdb from MeP skip list.
976
977         2001-04-05  DJ Delorie  <dj@redhat.com>
978
979         * configure.in (noconfigdirs): Remove gcc from MeP skip list.
980
981         2001-03-20  Ben Elliston  <bje@redhat.com>
982
983         * configure.in (noconfigdirs): Add gcc and gdb for MeP.
984
985         2001-03-19  Ben Elliston  <bje@redhat.com>
986
987         * config.sub (mep, mep-*): Add.
988
989 2007-01-31  Andreas Schwab  <schwab@suse.de>
990
991         * Makefile.tpl (LDFLAGS): Substitute it.
992         * Makefile.in: Regenerate.
993
994 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
995
996         * configure.in: Change == to = in test command.
997         * configure: Regenerate.
998
999 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
1000             Nick Clifton  <nickc@redhat.com>
1001             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
1002
1003         * configure.in (build_configargs, host_configargs, target_configargs):
1004         Remove build/host/target parameters.
1005         (host_libs): Add gmp and mpfr.
1006         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
1007         * Makefile.def (gmp, mpfr): New.
1008         (gcc): Remove target.
1009         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
1010         target_os, target_vendor): New.
1011         (configure): Add host_alias/target_alias arguments.  Adjust invocations.
1012         * configure: Regenerate.
1013         * Makefile.in: Regenerate.
1014
1015 2007-01-11  Matt Fago  <fago@earthlink.net>
1016
1017         * configure.in: Try to link to functions only in mpfr 2.2.x
1018         to improve robustness of configure tests.
1019         * configure: Regenerate.
1020
1021 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
1022
1023         * configure.in: Add support for an x86_64-mingw* target.
1024         * configure: Regenerate.
1025
1026 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
1027
1028         * Makefile.tpl (all-target): Correct @if conditional for target
1029         modules.
1030         * configure.in: Omit libiberty if building only target libgcc.
1031         * configure, Makefile.in: Regenerated.
1032
1033 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
1034
1035         * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
1036         * configure: Regenerate.
1037
1038 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
1039
1040         * Makefile.def (target_modules): Add libgcc.
1041         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
1042         * Makefile.tpl (clean-target-libgcc): Delete.
1043         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
1044         on gcc even for bootstrapped modules.  Rewrite handling of
1045         lang_env_dependencies to loop over target_modules.
1046         * configure.in (target_libraries): Add target-libgcc.
1047         * Makefile.in, configure: Regenerated.
1048
1049 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
1050
1051         Sync with gcc:
1052         2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
1053
1054         * configure.in: Reorganize recognition of languages.  Add
1055         --enable-stage1-languages.  Show supported languages for the chosen
1056         target rather than all recognized languages.
1057         * configure: Regenerate.
1058
1059         2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
1060
1061         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
1062         * Makefile.in: Regenerate.
1063
1064         2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1065
1066         * configure.in: Warn that MPFR 2.2.0 is buggy.
1067         * configure: Regenerate.
1068
1069 2006-12-27  Ian Lance Taylor  <iant@google.com>
1070
1071         * configure.in: When removing Makefiles to force a reconfigure, also
1072         remove prev-DIR*/Makefile.
1073         * configure: Regenerate.
1074
1075 2006-12-23  Kazu Hirata  <kazu@codesourcery.com>
1076
1077         * config.bfd: Recognize fido.
1078
1079 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
1080
1081         Sync with gcc:
1082
1083         2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
1084
1085         * configure.in: Remove "$build" case for powerpc-*-darwin* since
1086         it only affects bootstrap and could be tested on "$host" as well.
1087         * configure: Regenerate.
1088         * config/mh-ppc-darwin: Add to the stage1 cflags here.
1089
1090         2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
1091
1092         PR bootstrap/29544
1093         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
1094         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
1095         move here comment from Makefile.tpl.
1096         * Makefile.tpl: Move some definitions higher in the file.
1097         (STAGE1_CHECKING): New.
1098         * configure.in: Add --enable-stage1-checking.
1099         * configure: Regenerate.
1100         * Makefile.in: Regenerate.
1101
1102         2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1103
1104         * configure.in: Update error message for missing GMP/MPFR.
1105
1106         * configure: Regenerate.
1107
1108         2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1109
1110         * configure.in: Update MPFR version in error message.
1111
1112         * configure: Regenerate.
1113
1114         2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1115
1116         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
1117         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
1118         --with-gmp-lib): New flags.
1119
1120         * configure: Regenerate.
1121
1122 2006-12-12  Andreas Tobler  <a.tobler@schweiz.org>
1123
1124         PR bootstrap/30134
1125         * configure.in: Correct x86 darwin support for libjava to powerpc
1126         and i?86 only.
1127         * configure: Regenerate.
1128
1129 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
1130
1131         * configure.in:  Handle spu makefile frag.
1132         * Makefile.tpl (MAINT): Define
1133         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
1134         * configure: Regenerate.
1135         * Makefile.in: Regenerate.
1136
1137 2006-12-11  Ben Elliston  <bje@au.ibm.com>
1138
1139         * config.sub, config.guess: Update from upstream sources.
1140
1141 2006-12-11  Ben Elliston  <bje@au.ibm.com>
1142
1143         * configure.in: Sync with GCC (spu-*-*).
1144         * configure: Sync with GCC.
1145
1146 2006-12-07  Mike Stump  <mrs@apple.com>
1147
1148         * Makefile.def (dependencies): Add dependency for
1149         install-target-libssp and install-target-libgomp on
1150         install-gcc.
1151         * Makefile.in: Regenerate.
1152
1153 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
1154
1155         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
1156         (unstage): Test for stage_last presence.
1157
1158         PR bootstrap/29802
1159         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
1160         * Makefile.in: Regenerate.
1161
1162 2006-11-14  DJ Delorie  <dj@redhat.com>
1163
1164         * Makefile.tpl (clean-stage*): Sync with GCC (clean).
1165         * Makefile.in: Sync with GCC.
1166         * configure.in: Sync with GCC (mpfr, gmp).
1167         * configure: Sync with GCC.
1168
1169 2006-11-08  Jie Zhang  <jie.zhang@analog.com>
1170
1171         * configure.in: Remove target-libgloss from noconfigdirs for
1172         bfin-*-*.
1173         * configure: Regenerated.
1174
1175 2006-10-27  Jeff Johnston  <jjohnstn@redhat.com>
1176
1177         * COPYING.NEWLIB: Add spu license.
1178         * COPYING.LIBGLOSS: Ditto.
1179
1180 2006-10-17  Brooks Moses  <bmoses@stanford.edu>
1181
1182         * Makefile.def: Added pdf target handling.
1183         * Makefile.tpl: Added pdf target handling.
1184         * Makefile.in: Regenerated.
1185
1186 2006-10-11  Jeff Johnston  <jjohnstn@redhat.com>
1187
1188         * COPYING.NEWLIB: Updated.
1189         * COPYING.LIBGLOSS: Ditto.
1190
1191 2006-09-27  Dave Brolley  <brolley@redhat.com>
1192
1193         * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
1194         $s instead of $r.
1195         * configure: Regenerated.
1196
1197 2006-09-26  Ben Elliston  <bje@au.ibm.com>
1198
1199         * config.sub, config.guess: Update from upstream sources.
1200
1201 2006-09-20  Thiemo Seufer  <ths@mips.com>
1202
1203         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
1204         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
1205         * configure: Regenerate.
1206
1207 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
1208
1209         * configure.in: Never build newlib for a Mingw host.
1210         Never build newlib as Mingw target library.
1211         Test the existence of winsup/cygwin for building a Cygwin newlib,
1212         rather than just winsup.
1213         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
1214         building a Mingw target.
1215         * configure: Regenerate.
1216
1217 2006-08-15  Thiemo Seufer  <ths@mips.com>
1218             Nigel Stephens  <nigel@mips.com>
1219             David Ung  <davidu@mips.com>
1220
1221         * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
1222
1223 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
1224
1225         Sync from GCC:
1226         2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
1227
1228         PR bootstrap/18058
1229         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
1230         if the bootstrap compiler is a GCC version that supports it.
1231         * configure: Regenerate.
1232
1233 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
1234
1235         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
1236         * configure: Regenerated.
1237
1238 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
1239
1240         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
1241         for stages after the first.
1242
1243 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
1244
1245         * Makefile.def: Add dependencies for configure-opcodes
1246         on configure-intl and all-opcodes on all-intl.
1247         * Makefile.in: Regenerated.
1248
1249 2006-07-04  Peter O'Gorman  <peter@pogma.com>
1250
1251         * ltconfig: chmod 644 before ranlib during install.
1252
1253 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
1254
1255         * configure.in: Fix thinkos in previous check-in.
1256         * configure: Regenerate.
1257
1258 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
1259
1260         Sync from gcc:
1261
1262         2007-07-03  Paolo Bonzini  <bonzini@gnu.org>
1263
1264         PR other/27063
1265         * configure.in: Test subdir_requires and give an appropriate
1266         error message.
1267         * configure: Regenerate.
1268
1269         2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1270
1271         PR target/27540
1272         * configure.in: Only enable libgomp on IRIX 6.
1273         * configure: Regenerate.
1274
1275 2006-06-20  David Ayers  <d.ayers@inode.at>
1276
1277         PR bootstrap/28072
1278         * configure.in: Add target-boehm-gc to noconfigdirs depending on
1279         whether target-libjava is being configured instead of whether the
1280         java front end is enabled.
1281         * configure: Regenerate.
1282
1283 2006-06-15  Mark Shinwell  <shinwell@codesourcery.com>
1284
1285         * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
1286         to R_ARM_LDC_SB_G{0,1,2} respectively.
1287
1288 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
1289
1290         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
1291         too.
1292         * Makefile.in: Regenerate.
1293
1294 2006-06-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1295
1296         Sync from gcc:
1297
1298         2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1299         * configure.in: Don't enable libgomp on hpux10.
1300         * configure: Rebuilt.
1301
1302 2006-06-13  David Ayers  <d.ayers@inode.at>
1303
1304         Sync from gcc:
1305
1306         2006-06-12  David Ayers  <d.ayers@inode.at>
1307
1308         PR bootstrap/27963
1309         PR target/19970
1310         * configure.in: Remove target-boehm-gc from noconfigdirs where
1311         ${libgcj} is specified.
1312         * configure: Regenerate.
1313
1314 2006-06-08  Jeff Johnston  <jjohnstn@redhat.com>
1315
1316         Sync from gcc:
1317
1318         2005-01-12  David Edelsohn  <edelsohn@gnu.org>
1319                     Andreas Schwab  <schwab@suse.de>
1320
1321         PR bootstrap/18033
1322         * config-ml.in: Eval option if surrounded by single quotes.
1323
1324 2006-06-07  Carlos O'Donell  <carlos@codesourcery.com>
1325
1326         Sync from gcc:
1327
1328         2006-06-06  David Ayers  <d.ayers@inode.at>
1329
1330         PR libobjc/13946
1331         * Makefile.def: Add dependencies for libobjc which boehm-gc.
1332         * Makefile.in: Regenerate.
1333         * configure.in: Add --enable-objc-gc at toplevel and have it
1334         enable boehm-gc for Objective-C.
1335         Remove target-boehm-gc from libgcj.
1336         Add target-boehm-gc to target_libraries.
1337         Add target-boehm-gc to noconfigdirs where ${libgcj}
1338         is specified.
1339         Assert that boehm-gc is supported when requested for Objective-C.
1340         Only build boehm-gc if needed either for Java or Objective-C.
1341         * configure: Regenerate.
1342
1343         2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
1344
1345         PR 27674
1346         * Makefile.tpl (configure-[+prefix+][+module+],
1347         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
1348         Remove rule to unstage bootstrapped modules.
1349         (stage_current): New.
1350         * Makefile.in: Regenerate.
1351
1352         2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1353         Andreas Tobler  <a.tobler@schweiz.ch>
1354
1355         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
1356         * configure: Rebuilt.
1357
1358         Revert
1359         2006-01-31  Richard Guenther  <rguenther@suse.de>
1360         Paolo Bonzini  <bonzini@gnu.org>
1361
1362         * Makefile.def (target_modules): Add libgcc-math target module.
1363         * configure.in (target_libraries): Add libgcc-math target library.
1364         (--enable-libgcc-math): New configure switch.
1365         * Makefile.in: Re-generate.
1366         * configure: Re-generate.
1367
1368 2006-06-05  Jeff Johnston  <jjohnstn@redhat.com>
1369
1370         * config-ml.in: Alter CCASFLAGS to include special
1371         multilib options the same as is done for CFLAGS.
1372
1373 2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
1374
1375         * Makefile.def: Added dependencies from sim and gdb on intl, and
1376         added configure dependencies to everything with an all dependency
1377         on intl.
1378         * gettext.m4: Removed.
1379         * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
1380         (GDB_SUPPORT_DIRS): Add intl.
1381         * Makefile.in: Regenerated.
1382
1383 2006-05-25  Daniel Jacobowitz  <dan@codesourcery.com>
1384
1385         * src-release (DEVO_SUPPORT): Add config.rpath.
1386
1387 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
1388
1389         * Makefile.def (bfd, opcodes): Fix lib_path.
1390         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
1391         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
1392         * Makefile.in: Regenerate.
1393
1394 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
1395
1396         * configure.in: Enable gprof for cross builds.
1397         * configure: Regenerate.
1398
1399 2006-05-17  Daniel Jacobowitz  <dan@codesourcery.com>
1400
1401         * src-release (MAKEINFOFLAGS): Define.
1402         (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
1403
1404 2006-05-14  Ben Elliston  <bje@au.ibm.com>
1405
1406         * config.sub, config.guess: Update from upstream sources.
1407
1408 2006-05-12  Ben Elliston  <bje@au.ibm.com>
1409
1410         * config.sub, config.guess: Update from upstream sources.
1411
1412 2006-05-04  Steve Ellcey  <sje@cup.hp.com>
1413
1414         * blt, iwidgets, mmalloc: Remove directories.
1415
1416 2006-05-01  DJ Delorie  <dj@redhat.com>
1417
1418         * configure.in: Restore CFLAGS if GMP isn't present.
1419         * configure: Regenerate.
1420
1421 2006-04-18  DJ Delorie  <dj@redhat.com>
1422
1423         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
1424         reference libgloss so that libssp can be built in a combined
1425         tree.
1426         * configure: Regenerate.
1427
1428 2006-04-10  Ben Elliston  <bje@au.ibm.com>
1429
1430         * contrib: Remove directory.
1431
1432 2006-04-06  Carlos O'Donell <carlos@codesourcery.com>
1433
1434         * Makefile.tpl: Add install-html target.
1435         * Makefile.def: Add install-html target.
1436         * Makefile.in: Regenerate.
1437         * configure.in: Add --with-datarootdir, --with-docdir,
1438         and --with-htmldir options.
1439         * configure: Regenerate.
1440
1441 2006-03-31  Ben Elliston  <bje@au.ibm.com>
1442
1443         PR binutils/1860
1444         * configure.in: Require makeinfo 4.4 or higher.
1445         * configure: Regenerate.
1446
1447 2006-03-14  Paolo Bonzini  <bonzini@gnu.org>
1448
1449         * Makefile.in: Regenerate.
1450
1451 2006-03-14  Paolo Bonzini  <bonzini@gnu.org>
1452
1453         Sync with gcc:
1454         2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
1455
1456         * configure.in: Handle --disable-<component> generically.
1457         * configure: Regenerate.
1458
1459         2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
1460
1461         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
1462         (TARGET_CONFIGDIRS): Remove.
1463         * configure.in: Remove AC_SUBST(target_configdirs).
1464         * Makefile.in, configure: Regenerated.
1465
1466
1467 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
1468
1469         PR libgcj/17311
1470         * ltmain.sh: Don't use "$finalize_rpath" for compile.
1471
1472 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
1473
1474         PR bootstrap/25670
1475
1476         * Makefile.tpl ([+compare-target+]): Print explanation messages.
1477
1478         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
1479         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
1480         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
1481         BUILD_PREFIX, BUILD_PREFIX_1.
1482         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
1483
1484         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
1485         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
1486
1487         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
1488         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
1489         of `cat stage_current`.  Always provide the `r' and `s' variables.
1490         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
1491         a single shell execution.
1492         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
1493         bootstrapped modules, make the stage1 module if the build was not
1494         started yet, else build the current stage.
1495         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
1496         (all-build, all-host, all-target, [+make_target+]-host,
1497         [+make_target+]-target): Do not use \-continued lines.
1498         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
1499         (current_stage, restrap, stage_last): New.
1500
1501         * Makefile.in: Regenerate.
1502         * configure: Regenerate.
1503
1504 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
1505
1506         Sync from gcc:
1507
1508         2006-01-31  Richard Guenther  <rguenther@suse.de>
1509                     Paolo Bonzini  <bonzini@gnu.org>
1510
1511         * Makefile.def (target_modules): Add libgcc-math target module.
1512         * configure.in (target_libraries): Add libgcc-math target library.
1513         (--enable-libgcc-math): New configure switch.
1514         * Makefile.in: Re-generate.
1515         * configure: Re-generate.
1516         * libgcc-math: New toplevel directory.
1517
1518         2006-01-18  Richard Henderson  <rth@redhat.com>
1519                     Jakub Jelinek  <jakub@redhat.com>
1520                     Diego Novillo  <dnovillo@redhat.com>
1521
1522         * libgomp: New directory.
1523         * Makefile.def: Add target_module libgomp.
1524         * Makefile.in: Regenerate.
1525         * configure.in (target_libraries): Add target-libgomp.
1526         * configure: Regenerate.
1527
1528 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
1529             Andreas Schwab  <schwab@suse.de>
1530
1531         * configure: Regenerate.
1532
1533 2006-01-16  Paolo Bonzini  <bonzini@gnu.org>
1534
1535         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
1536         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
1537         the assembler, linker and binutils.
1538         * configure: Regenerate.
1539
1540 2006-01-16  Nick Clifton  <nickc@redhat.com>
1541
1542         * config.sub, config.guess: Sync from config repository.
1543
1544 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
1545
1546         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
1547         @ from continuation.
1548         * Makefile.in: Rebuilt.
1549
1550 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
1551
1552         Sync from gcc:
1553
1554         2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
1555
1556         PR bootstrap/24252
1557
1558         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
1559         * Makefile.tpl (OBJDUMP): New.
1560         (EXTRA_HOST_FLAGS): Add it.
1561         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
1562
1563         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
1564         to use symbolic links between directories.  Avoid race conditions
1565         or make them harmless.
1566         * configure.in: Do not try to use symbolic links between directories.
1567
1568         * Makefile.def (LEAN): Pass.
1569         * Makefile.tpl (LEAN): Define.
1570         (stage[+id+]-start): Accept that the previous directory does not
1571         exist, if the bootstrap is lean.
1572         (stage[+id+]-bubble): Invoke lean bootstrap commands after
1573         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
1574         configure substitution.
1575         ([+compare-target+]): Likewise.
1576         ([+bootstrap-target+]-lean): New.
1577         * configure.in: Remove lean bootstrap support from here.
1578
1579         * Makefile.in: Regenerate.
1580         * configure: Regenerate.
1581
1582         2006-01-02  Andreas Schwab  <schwab@suse.de>
1583
1584         * configure.in: When reconfiguring remove Makefile in
1585         all stage directories.
1586         * configure: Regenerate.
1587
1588 2005-12-27  Leif Ekblad  <leif@rdos.net>
1589
1590         * configure.in: Add support for RDOS target.
1591         * configure: Regenerate.
1592
1593 2005-12-27  Nick Clifton  <nickc@redhat.com>
1594
1595         PR binutils/1990
1596         * libtool.m4: Synchronize with version in GCC sources.
1597
1598 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
1599
1600         Revert Ada-related part of the previous change.
1601
1602         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
1603         Do not pass.
1604         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
1605         * Makefile.in: Regenerate.
1606         * configure.in: Do not include mt-ppc-aix target fragment.
1607         * configure: Regenerate.
1608
1609 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
1610
1611         * configure.in: Select appropriate fragments for PowerPC/AIX.
1612         * configure: Regenerate.
1613
1614         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
1615         BOOT_CFLAGS, BOOT_LDFLAGS.
1616         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
1617         BOOT_CFLAGS, BOOT_LDFLAGS.
1618         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
1619         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
1620         (stage): Fail if we cannot complete the work.
1621         * Makefile.in: Regenerate.
1622
1623 2005-12-16  Jeff Johnston  <jjohnstn@redhat.com>
1624
1625         * COPYING.NEWLIB: Update copyright year for default
1626         copyright.
1627
1628 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
1629
1630         * Makefile.tpl (all, do-[+make_target+], do-check, install,
1631         install-host-nogcc): Don't invoke $(stage) at the end.
1632         * Makefile.in: Regenerate.
1633
1634 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
1635
1636         * configure.in: Flip the top-level bootstrap switch.
1637         * configure: Regenerate.
1638
1639         Merge from gcc:
1640
1641         2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
1642
1643         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
1644         $(stage) and $(unstage).
1645         (EXTRA_TARGET_FLAGS): Correct double-quoting.
1646         (all): Remove stray semicolon.
1647         (local-distclean): Don't handle multilib.tmp and multilib.out.
1648         (install.all): Set $s for consistency.
1649         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
1650         check_multilibs setting.  Always make the install directory.
1651         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
1652         Correct @if/@endif.
1653         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
1654         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
1655         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
1656         (multilib.out): Remove.
1657         * Makefile.in: Regenerated.
1658
1659 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
1660
1661         * config.sub: Replace ms1 arch with mt.  Allow ms1 as alias.
1662         * configure.in: Replace ms1 arch with mt.
1663         * configure: Rebuilt.
1664
1665 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
1666
1667         Sync with gcc:
1668
1669 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
1670
1671         * config.sub: Replace ms1 arch with mt.  Allow ms1 as alias.
1672         * configure.in: Replace ms1 arch with mt.
1673         * configure: Rebuilt.
1674
1675 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
1676
1677         Sync with gcc:
1678
1679         2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
1680
1681         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
1682         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
1683         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
1684         Find in-tree tools if available.
1685         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
1686         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
1687         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
1688         (COMPILER_*_FOR_TARGET): New.
1689         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
1690         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
1691         (CONFIGURED_*, USUAL_*): Remove.
1692         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
1693         STRIP): Use autoconf substitutions.
1694         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
1695         COMPILER_NM_FOR_TARGET): New.
1696         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
1697
1698         (all): Make all-host and all-target in parallel.
1699         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
1700         that $$r and $$s are set before invoking a recursive make.
1701         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
1702         ([+bootstrap-target+]): Inline most of the `all' target.
1703
1704         2005-11-29  Ben Elliston  <bje@au.ibm.com>
1705
1706         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
1707         from the gcc build directory.
1708         * Makefile.in: Regenerate.
1709
1710         2005-11-29  Ben Elliston  <bje@au.ibm.com>
1711
1712         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
1713         depend on all-libdecnumber.
1714         * configure.in (host_libs): Include libdecnumber.
1715         * Makefile.in: Regenerate.
1716         * configure: Likewise.
1717
1718         2005-11-21  Kean Johnston  <jkj@sco.com>
1719
1720         * config.sub, config.guess: Sync from upstream sources.
1721
1722 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
1723
1724         * Makefile.def: Remove gdb dependencies for gdbtk.
1725         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
1726         (configure-gdb, install-gdb): New rules.
1727         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
1728         * Makefile.in, configure: Regenerated.
1729
1730 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
1731
1732         PR bootstrap/24297
1733         * Makefile.tpl (do-[+make-target+], do-check, install,
1734         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
1735         are set before recursing.
1736         * Makefile.in: Regenerate.
1737
1738 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
1739
1740         PR bootstrap/18939
1741         * Makefile.def (gcc) <target>: Fix thinko.
1742         * Makefile.in: Regenerate.
1743
1744 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
1745
1746         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
1747         * configure: Regenerate.
1748
1749 2005-10-09  Kazu Hirata  <kazu@codesourcery.com>
1750
1751         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
1752         target-libffi, target-qthreads, target-libjava, and
1753         targetlibobjc.
1754         * configure: Regenerate.
1755
1756 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
1757
1758         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
1759         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
1760         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
1761         (USUAL_OBJDUMP_FOR_TARGET): New.
1762         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
1763         * configure.in: Check for $OBJDUMP_FOR_TARGET.
1764         * configure, Makefile.in: Regenerated.
1765
1766 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
1767
1768         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
1769         before other host packages.
1770
1771 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
1772
1773         PR bootstrap/22340
1774
1775         * configure.in (default_target): Remove.
1776         * Makefile.tpl (all): Do not use prerequisites as subroutines
1777         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
1778         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
1779         use prerequisites as subroutines.
1780         (check-host, check-target): New.
1781         (bootstrap configure & all targets): Do not use stage*-start
1782         if the directory layout is already ok.
1783         (non-bootstrap configure & all targets): Prepend a $(unstage).
1784         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
1785         (NOTPARALLEL): Remove.
1786         (unstage, stage variables): New variables.
1787         (unstage, stage targets): Simply expand to those variables.
1788
1789         * configure: Regenerate.
1790         * Makefile.in: Regenerate.
1791
1792 2005-10-04  James E Wilson  <wilson@specifix.com>
1793
1794         * Makefile.def (lang_env_dependencies): Add libmudflap.
1795         * Makefile.in: Regenerate.
1796
1797 2005-10-03  Catherine Moore  <clm@cm00re.com>
1798
1799         * configure.in (bfin-*-*): Support bfin.
1800         * configure: Regenerated.
1801
1802 2005-09-30  H.J. Lu  <hongjiu.lu@intel.com>
1803
1804         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
1805         * configure: Regenerated.
1806
1807 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
1808
1809         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
1810         (LIPO_FOR_TARGET): New.
1811         (CONFIGURED_LIPO_FOR_TARGET): New.
1812         (USUAL_LIPO_FOR_TARGET): New.
1813         (STRIP_FOR_TARGET): New.
1814         (CONFIGURED_STRIP_FOR_TARGET): New.
1815         (USUAL_STRIP_FOR_TARGET): New.
1816         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
1817         STRIP_FOR_TARGET.
1818         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
1819         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
1820         * Makefile.in: Regenerate.
1821         * configure: Regenerate.
1822
1823 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
1824
1825         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
1826         (rs6000-*-aix*): Same.
1827         * configure: Regenerate.
1828
1829 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
1830
1831         * configure.in: Recognize f95 in the --enable-languages option,
1832         and substitute it for fortran, issuing a warning.
1833         * configure: Regenerate.
1834
1835 2005-09-07  Ben Elliston  <bje@au.ibm.com>
1836
1837         Import from Autoconf sources:
1838
1839         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
1840         * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
1841         Elliston.  Handle weird characters correctly.
1842
1843 2005-08-30  Phil Edwards  <phil@codesourcery.com>
1844
1845         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
1846         * configure:  Regenerated.
1847
1848 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
1849
1850         * Makefile.def (libssp): Add to lang_env_dependencies.
1851         * Makefile.in: Regenerate.
1852
1853 2005-08-17  Christian Groessler  <chris@groessler.org>
1854
1855         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
1856         * Makefile.in: Regenerate.
1857
1858 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
1859
1860         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
1861         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
1862         Look for alternate names of the target cc and c++
1863         * configure: Regenerate.
1864
1865 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
1866
1867         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
1868         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
1869         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
1870         tools; remove code to manually set them.
1871         (Target tools): Look in the environment for them.
1872         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
1873         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
1874         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
1875         build directory.
1876         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
1877         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
1878         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
1879         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
1880         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
1881         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
1882         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
1883         * configure: Regenerate.
1884         * Makefile.in: Regenerate.
1885
1886 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
1887
1888         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
1889         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
1890         * Makefile.in: Regenerated.
1891
1892 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
1893
1894         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
1895         (CFLAGS_FOR_TARGET): Use it.
1896         (CXXFLAGS_FOR_TARGET): Likewise.
1897         * Makefile.in: Regenerated.
1898         * configure.in (--with-build-sysroot): New option.
1899         * configure: Regenerated.
1900
1901 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
1902
1903         * Makefile.tpl: Wrap install between unstage and stage
1904         * Makefile.in: Regenerate.
1905
1906 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
1907
1908         * all files: Update FSF address.
1909
1910 2005-07-14  Jim Blandy  <jimb@redhat.com>
1911
1912         * configure.in: Add cases for Renesas m32c.
1913         * configure: Regenerated.
1914
1915 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
1916
1917         * COPYING, compile, config-ml.in, config.guess,
1918         config.sub, install-sh, missing, mkinstalldirs,
1919         symlink-tree, ylwrap: Sync from upstream sources.
1920
1921 2005-07-13  Eric Christopher  <echristo@redhat.com>
1922
1923         * configure.in: Add toplevel noconfigdir support for tpf.
1924         * configure: Regenerate.
1925
1926 2005-07-11  Jakub Jelinek  <jakub@redhat.com>
1927
1928         * Makefile.def (target_modules): Add libssp.
1929         * configure.in (target_libraries): Add target-libssp.
1930         * configure: Rebuilt.
1931         * Makefile.in: Rebuilt.
1932
1933 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
1934
1935         PR ada/22340
1936
1937         * Makefile.def: Sync with gcc.
1938         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
1939         * Makefile.in: Regenerate.
1940
1941 2005-07-07  Andreas Schwab  <schwab@suse.de>
1942
1943         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
1944         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
1945         * Makefile.in: Regenerated.
1946
1947 2005-07-07  Kazu Hirata  <kazu@codesourcery.com>
1948
1949         * configure.in: Add --enable-libssp and --disable-libssp.
1950         * configure: Regenerate with autoconf-2.13.
1951
1952 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
1953
1954         * configure.in: Don't build sim or rda when targetting darwin.
1955         * configure: Regenerate.
1956
1957 2005-07-04  Ben Elliston  <bje@gnu.org>
1958
1959         * src-release (do-proto-toplev): Remove dejagnu bits.
1960         (DEJAGNU_SUPPORT_DIRS): Remove.
1961         (dejagnu.tar.bz2, dejagnu.tar): Likewise.
1962         (GDBD_SUPPORT_DIRS): Likewise.
1963         (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
1964         (INSIGHTD_SUPPORT_DIRS): Likewise.
1965         (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
1966
1967 2005-06-30  Ben Elliston  <bje@gnu.org>
1968
1969         * setup.com (mpw): Remove unused directive.
1970
1971 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
1972
1973         * Makefile.def (stagefeedback): Come after profile.
1974         Define profiledbootstrap target.
1975         * Makefile.tpl (profiledbootstrap): Remove.
1976         (stageprofile-end): Zap stagefeedback.
1977         (stagefeedback-start): Copy all .gcda files, not only GCC's.
1978         * Makefile.in: Regenerate.
1979
1980 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
1981
1982         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
1983         In 'cpp' stanza, support '#line' as well as '# '.
1984
1985 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
1986
1987         * configure.in (unsupported_languages): New macro.
1988         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
1989         non-ported target libraries in noconfigdirs.
1990         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
1991         non-linux-gnu.  Remove libgcj_ex_libffi.
1992         <lang_frag loop>: Set add_this_lang=no if the language is in
1993         unsupported_languages.
1994         * configure: Regenerate.
1995
1996 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
1997
1998         * configure.in: Fix typo in handling of --with-mpfr-dir.
1999         * configure: Regenerate.
2000
2001 2005-06-02  Jim Blandy  <jimb@redhat.com>
2002
2003         * config.sub: Add cases for the Renesas m32c.  (This patch has been
2004         accepted into the master sources.)
2005
2006 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
2007             Michael Snyder  <msnyder@redhat.com>
2008             Stan Cox  <scox@redhat.com>
2009
2010         * configure.in: Set noconfigdirs for ms1.
2011
2012         * configure: Regenerate.
2013
2014 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
2015
2016         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
2017         (Dependencies): Consider target modules for bootstrap dependencies.
2018         Make target bootstrap modules depend on each stage's gcc.
2019         * Makefile.in: Regenerate.
2020
2021 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
2022
2023         * Makefile.def (configure-gcc): Depend on binutils having been built.
2024         (all-gcc): No need to do it here.
2025         * Makefile.in: Regenerate.
2026
2027 2005-05-19  Paul Brook  <paul@codesourcery.com>
2028
2029         * configure.in: Rewrite misleading error message when requested
2030         language cannot be built.
2031         * configure: Regenerate.
2032
2033 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
2034
2035         * ylwrap: Import from Automake 1.9.5.
2036
2037 2005-05-04  Mike Stump  <mrs@apple.com>
2038
2039         * configure.in: Always pass --target to target configures as
2040         otherwise rebuilds that do --recheck will fail.
2041         * configure: Rebuilt.
2042
2043 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
2044
2045         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
2046         STAGE_HOST_EXPORTS.
2047         (configure, all): Add bootstrap support.
2048         (Host modules, target modules): Pass post-stage1 flags and exports.
2049         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
2050         * Makefile.in: Regenerate.
2051
2052 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
2053
2054         Sync from gcc:
2055
2056         2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
2057
2058         * config.sub: Update from master copy.
2059
2060         2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
2061
2062         * configure.in <crisv32-*-*, cris-*-*>: New local variable
2063         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
2064         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
2065         "*-*-elf" and "*-*-linux*".
2066         * configure: Regenerate.
2067
2068 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
2069
2070         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
2071         (TARGET_CONFIGARGS): Include --with-target-subdir.
2072         (configure, all): New macros.  Use them throughout.
2073
2074 2005-04-05  Paolo Bonzini  <bonzini@gnu.org>
2075
2076         * Makefile.tpl: Sync with gcc.
2077         * Makefile.in: Regenerate.
2078
2079 2005-03-30  J"orn Rennecke <joern.rennecke@st.com>
2080
2081         * config/mh-mingw32: Delete.
2082         * configure.in: Don't use it.
2083         * configure: Regenerate.
2084
2085 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
2086
2087         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
2088         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
2089         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
2090         (HOST_LIB_PATH): Generate from Makefile.def.
2091         (TARGET_LIB_PATH): Likewise.
2092         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
2093         * Makefile.in: Regenerate.
2094         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
2095         (RPATH_ENVVAR): Include Darwin case.
2096         * configure: Regenerate.
2097
2098 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
2099
2100         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
2101         * configure: Regenerate.
2102
2103 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
2104
2105         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
2106         gcc_version, and gcc_version_trigger from set of flags to pass.
2107         * Makefile.tpl: Remove definitions of above variables.
2108         (config.status): Remove dependency on $(gcc_version_trigger).
2109         * Makefile.in: Regenerate.
2110         * configure.in: Do not reference config/gcc-version.m4 nor
2111         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
2112         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
2113         * configure: Regenerate.
2114
2115 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
2116             Andrew Pinski <pinskia@physics.uc.edu>
2117
2118         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
2119         * Makefile.in: Regenerate.
2120
2121 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
2122
2123         PR libgcj/20160
2124         * ltmain.sh: Avoid creating archives with components that have
2125         duplicate basenames.
2126
2127 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
2128
2129         PR bootstrap/20250
2130         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
2131         instead of check.
2132         * Makefile.in: Regenerate.
2133
2134 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
2135
2136         Sync from gcc.
2137
2138         2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
2139
2140         PR bootstrap/17383
2141         * Makefile.def (target_modules): Remove "stage", now unnecessary.
2142         * Makefile.tpl (HOST_SUBDIR): New substitution.
2143         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
2144         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
2145         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
2146         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
2147         (Host modules, Bootstrapped modules): Use it.
2148         (Build modules, Target modules): Do not create symlink trees,
2149         always configure out-of-srcdir.
2150         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
2151         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
2152         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
2153         $(HOST_SUBDIR).  Create a symlink for host_subdir.
2154
2155         * Makefile.in: Regenerate.
2156         * configure: Regenerate.
2157
2158         Merged from libada-gnattools-branch:
2159         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
2160
2161         * Makefile.def: Add gnattools as a module, depending on target-libada.
2162         * Makefile.in: Regenerate.
2163         * configure.in: Include gnattools in host_tools; disable it if ada
2164         is disabled.
2165         * configure: Regenerate.
2166
2167 2005-02-23  Nick Clifton  <nickc@redhat.com>
2168
2169         * configure: Regenerate.
2170
2171 2005-02-22  Paul Schlie  <schlie@comcast.net>
2172
2173         * configure.in: Allow darwin targeted ports to build tk, itcl and
2174         libgui.
2175
2176 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
2177
2178         PR libgcj/10353
2179         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
2180         * configure: Regenerate.
2181
2182 2005-02-08  Andrew Cagney  <cagney@gnu.org>
2183
2184         * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
2185         gdb/ section.  Update GDB's URL.
2186
2187 2005-01-31  Andrew Cagney  <cagney@gnu.org>
2188
2189         * gettext.m4: Only set ENABLE_NLS when gettext is present.
2190
2191 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
2192
2193         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
2194         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
2195         target-libgloss when not *-*-elf and *-*-aout.
2196         * configure: Regenerate.
2197
2198 2005-01-27  Andrew Cagney  <cagney@gnu.org>
2199
2200         * gettext.m4: Don't use NONE as a default for CATOBJEXT.
2201
2202 2005-01-24  Andrew Cagney  <cagney@gnu.org>
2203
2204         * gettext.m4: Only fall back to ../intl/ when it's present.
2205
2206 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
2207
2208         * install-sh, config.sub: Import from upstream.
2209
2210 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
2211
2212         PR bootstrap/18222
2213         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
2214         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
2215         * Makefile.in: Regenerate.
2216
2217 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
2218
2219         Revert 2004-12-28 Makefile changes, a better fix will be
2220         applied to mainline and src after GCC 4.0 branches.
2221
2222 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
2223
2224         PR bootstrap/17383
2225
2226         * Makefile.def (target_modules): Remove stage parameter,
2227         it is always true now.
2228         * Makefile.tpl (configure-build-[+module+],
2229         configure-target-[+module+]): Always build symlink tree
2230         for the directory and for include.  BUILD_SUBDIR and
2231         TARGET_SUBDIR cannot be . anymore.
2232         * Makefile.in: Regenerate.
2233
2234 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
2235
2236         Revert 2004-12-08 Makefile changes.
2237
2238 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
2239
2240         * configure.in (sh64-*-*): Reenable gprof.
2241         * configure: Regenerate.
2242
2243 2004-12-09  Jim Blandy  <jimb@redhat.com>
2244
2245         * MAINTAINERS: List 'depcomp' as part of automake.
2246
2247 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
2248
2249         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
2250         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
2251         (EXTRA_TARGET_FLAGS): Add PICFLAG.
2252         * Makefile.in: Regenerate.
2253
2254 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
2255
2256         * Makefile.tpl: Generate normal dependencies if the LHS module is
2257         not bootstrapped.
2258         * Makefile.in: Regenerate.
2259
2260 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
2261
2262         * configure.in: Include config/gxx-include-dir.m4.  Use
2263         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
2264         * configure: Regenerate.
2265
2266 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
2267
2268         * config.if: Delete.
2269         * configure.in: Set libstdcxx_incdir directly.
2270         * configure: Regenerate.
2271         * MAINTAINERS: Remove mention of config.if.
2272         * src-release (DEVO_SUPPORT): Remove config.if.
2273
2274 2004-12-02  Eric Christopher  <echristo@redhat.com>
2275
2276         * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
2277         of things to remove.
2278         * Makefile.in: Regenerate.
2279
2280 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
2281
2282         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
2283         * configure: Regenerate.
2284
2285 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
2286
2287         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
2288         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
2289         * configure: Regenerate.
2290
2291 2004-11-26  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2292
2293         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
2294         (hppa*64*-*-*): Delete incorrect comment.
2295         * configure: Rebuilt.
2296
2297 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
2298
2299         * install-sh, compile: Import from automake.
2300
2301 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
2302
2303         * config.guess, config.sub:  Import from savannnah.
2304
2305 2004-11-12  Mike Stump  <mrs@apple.com>
2306
2307         * Makefile.def: Add html support.
2308         * Makefile.tpl: Likewise.
2309         * Makefile.in: Regenerate.
2310
2311 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
2312
2313         PR 18423
2314         * configure.in: Remove all instances of build-fixincludes from
2315         noconfigdirs.
2316         (build_configargs): Supply --target to subdirectories.
2317         * configure: Regenerate.
2318
2319         * Makefile.def: Make gcc install depend on fixincludes install.
2320         * Makefile.in: Regenerate.
2321
2322 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
2323
2324         * configure.in (noconfigdirs) [mmix-*-*]: Disable
2325         target-libgfortran.
2326         * configure: Regenerate.
2327
2328 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
2329
2330         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
2331         like CC.
2332
2333 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
2334
2335         * Makefile.def (host fixincludes): Specify missing targets.
2336         * Makefile.in: Regenerate.
2337
2338 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
2339
2340         PR other/17783
2341         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
2342         * configure: Regenerated.
2343
2344 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
2345
2346         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
2347         * configure: Regenerated.
2348
2349 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
2350
2351         PR target/18151
2352         * configure.in (case ${target}): Do not build fixincludes for avr.
2353         * configure: Regenerated.
2354
2355 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
2356
2357         * configure.in (case ${target}): Do not build fixincludes
2358         on platforms where it is not used.
2359         * configure: Regenerated.
2360
2361 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
2362
2363         * configure.in: Use an absolute path to install-sh.
2364         * configure: Regenerated.
2365
2366 2004-10-19  Andrew Cagney  <cagney@gnu.org>
2367
2368         * src-release (do-djunpack, do-md5sum): Install the generated file
2369         directly into the proto-toplev/ directory.
2370
2371 2004-10-19  Andrew Cagney  <cagney@gnu.org>
2372
2373         * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
2374
2375 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
2376
2377         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
2378         * configure: Regenerate.
2379
2380 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
2381
2382         Fix wrong conflict resolution in:
2383
2384         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
2385
2386         * Makefile.in: Regenerate.
2387         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
2388         in the recursive `make', instead of hardwiring `all'.
2389         (Autogenerated TARGET-* variables): New.
2390
2391 2004-10-05  Ulrich Weigand  <uweigand@de.ibm.com>
2392
2393         Merged from GCC / libtool upstream:
2394         2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
2395         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
2396         * ltcf-cxx.sh (tpf*): Likewise.
2397         * ltconfig (tpf*): Add TPF OS configuration support.
2398
2399 2004-09-30  Tomer Levi  <Tomer.Levi@nsc.com>
2400
2401         * configure.in: Enable target-libgloss for crx-*-*.
2402         * configure: Regenerate.
2403
2404 2004-09-24  Michael Roth  <mroth@nessie.de>
2405
2406         * configure.in (--without-headers): Add missing double quotes.
2407         * configure: Regenerate.
2408
2409 2004-09-24  Kelley Cook <kcook@gcc.gnu.org>
2410
2411         * ylwrap: Revert to previous version.
2412
2413 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
2414
2415         PR bootstrap/17369
2416         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
2417         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
2418         SET_GCC_LIB_PATH_CMD.
2419         (BASE_TARGET_EXPORTS): Likewise.
2420         * Makefile.in: Regenerated.
2421
2422         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
2423         * configure: Regenerated.
2424
2425 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
2426
2427         * config.guess: New upstream version
2428         * compile, depcomp, install-sh, ylwrap: Likewise.
2429
2430 2004-09-19  Roger Sayle  <roger@eyesopen.com>
2431
2432         * config/mh-x86omitfp: New host makefile fragment.  Add
2433         -fomit-frame-pointer to the default BOOT_CFLAGS.
2434         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
2435         * configure: Regenerate.
2436
2437 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
2438
2439         PR target/11572
2440         * configure.in (*-*-darwin*): Renable libobjc.
2441         * configure: Regenerate.
2442
2443 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
2444
2445         * Makefile.def: Remove libbanshee.
2446         * Makefile.tpl: Ditto.
2447         * configure.in: Ditto.
2448         * Makefile.in: Regen.
2449         * configure: Ditto.
2450
2451 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
2452
2453         * missing: Import latest version from master repository.
2454
2455 2004-09-04  Nick Clifton  <nickc@redhat.com>
2456
2457         * config.sub: Import latest version from master repository.
2458         * config.guess: Likewise.
2459         This includes these changes:
2460
2461         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
2462
2463         * config.sub: Handle crisv32, alias etraxfs.
2464         * config.guess (crisv32:Linux:*:*): Handle.
2465
2466         2004-08-13  Brad Smith  <brad@comstyle.com>
2467
2468         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
2469         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
2470
2471         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
2472
2473         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
2474         assume the processor is a powerpc.  This is because coreutils
2475         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
2476         in this case, due to a MacOS X bug that causes
2477         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
2478         to return a negative number.
2479         Problem reported by Petter Reinholdtsen in:
2480         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
2481
2482         2004-07-19  Ben Elliston  <bje@gnu.org>
2483
2484         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
2485
2486         2004-06-24  Ben Elliston  <bje@gnu.org>
2487
2488         * config.guess: Update copyright years.
2489         * config.sub: Likewise.
2490
2491         2004-06-22  Robert Millan  <robertmh@gnu.org>
2492
2493         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
2494         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
2495
2496         2004-06-22  Stanley F. Quayle <stan@stanq.com>
2497
2498         * config.guess (*:*VMS:*:*): New entry. Replaces
2499         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
2500         manufacturer.
2501
2502         2004-06-22  Ben Elliston  <bje@gnu.org>
2503
2504         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
2505         * config.sub: Likewise.
2506
2507         2004-06-22  Ben Elliston  <bje@gnu.org>
2508
2509         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
2510         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
2511
2512         2004-06-11  Ben Elliston  <bje@gnu.org>
2513
2514         * config.guess (pegasos:OpenBSD:*:*): Remove.
2515
2516         2004-06-11  Ben Elliston  <bje@gnu.org>
2517
2518         From Wouter Verhelst <wouter@grep.be>:
2519         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
2520
2521         2004-06-11  Ben Elliston  <bje@gnu.org>
2522
2523         * config.guess (luna88k:OpenBSD:*:*): New.
2524
2525         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
2526
2527         * config.guess (m32r*:Linux:*:*): New case.
2528         * config.sub: Handle m32rle.
2529
2530         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
2531
2532         From Jens Petersen  <petersen@redhat.com>:
2533         * config.sub: Handle sparcv8.
2534
2535         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
2536
2537         From Tom Smith <smith@cag.lkg.hp.com>:
2538         * config.guess: Version suffixes are equally significant on Tru64
2539         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
2540         prefix of "P" (patched kernel).
2541
2542         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
2543
2544         * config.sub: Add support for National Semiconductor CRX target.
2545
2546 2004-09-03  Jan Beulich  <jbeulich@novell.com>
2547
2548         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
2549         *-*-netware, but add target-libmudflap.
2550         Consolidate *-*-netware targets (of which really only i?86 exists)
2551         into a single entry.
2552         * configure: Likewise.
2553
2554 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
2555
2556         * Makefile.tpl (sorry): Remove.
2557         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
2558         (cleanstrap targets): Depend on distclean, not distclean-stage1.
2559         (do-clean): Clean per-stage directories too.
2560         (do-distclean): Run distclean-stage1 too.
2561         (.NOTPARALLEL): Enable during toplevel bootstrap.
2562         (stage[+id+]-bubble): Enable parallel execution during
2563         the recursive invocation.
2564         * Makefile.in: Regenerate.
2565
2566         Sync from gcc (moving the Makefile.in change to Makefile.tpl):
2567
2568         2004-08-31  Robert Bowdidge <bowdidge@apple.com>
2569
2570         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
2571         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
2572         * configure: regenerate
2573         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
2574         -mdynamic-no-pic
2575
2576 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
2577
2578         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
2579         include.
2580         * configure.in: Fix indentation.
2581         * configure: Regenerate.
2582
2583 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
2584
2585         * Makefile.def (build_modules): Add fixincludes.
2586         (dependencies): Make gcc depend on fixincludes.
2587         * configure.in (build_tools): Add fixincludes.
2588         (build_configdirs): Always include build_libs.
2589         * Makefile.in: Regenerate.
2590         * configure: Regenerate.
2591
2592 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
2593
2594         * Makefile.def (bootstrap stages): Add 'lean' parameter.
2595         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
2596         phony targets; do not generate timestamp files.
2597         (distclean-stageN): Remove references to their timestamp files.
2598         (restageN, touch-stageN): Remove.
2599         (stageN-bubble): Rewritten.
2600         (compare): Support lean bootstraps.
2601         * Makefile.in: Regenerate.
2602
2603         * configure.in: Only warn when bootstrapping but
2604         build != host or build != target.  Support lean bootstraps.
2605         * configure: Regenerate.
2606
2607         Sync from gcc:
2608         2004-08-26  Phil Edwards  <phil@codesourcery.com>
2609
2610         * configure.in:  Give a better error message if GMP/MPFR are missing
2611         and a language needing them has been requested.
2612         * configure:  Regenerated.
2613
2614         2004-08-25  Phil Edwards  <phil@codesourcery.com>
2615
2616         * configure.in:  Print a list of available language front-ends if
2617         a requested one is missing.  Tidy stray tab characters.
2618         * configure:  Regenerated.
2619
2620 2004-08-17  Paolo Bonzini  <bonzini@gnu.org>
2621
2622         * Makefile.in: Regenerate.
2623         * configure: Regenerate.
2624
2625         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
2626         stage_*_flags.
2627         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
2628         for bootstrapped modules if toplevel bootstrap is going.
2629         (GCC bootstrap): Generate per-stage targets for all bootstrapped
2630         modules.  Adjust for changes in Makefile.def.  Enable several
2631         rules even in non-bootstrap mode, just to avoid peppering the
2632         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
2633         (stage-[+prev+]-bubble): Remove.
2634
2635         * Makefile.def (Dependencies): Depend on all-build-bison,
2636         all-build-flex, all-build-byacc, all-build-texinfo, rather
2637         than the host variations.
2638         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
2639         with BUILD_SUBDIR.
2640         (BISON): Update for recent Bisons.
2641         (YACC): Fix typo.
2642         (cross): Depend on all-build.
2643         (all): Do not depend on all-build.
2644         (prebootstrap): Remove.
2645         (dep-kind): Accept separate prefixes for MODULE and ON variables.
2646         (Prebootstrap dependencies): Add them to the per-stage targets
2647         and to all-prebootstrap.
2648         * configure.in (build_configdirs): Always enable build_tools.
2649         (BUILD_DIR_PREFIX): Remove.
2650
2651         * Makefile.def (gcc): Add target variable.
2652         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
2653         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
2654         in the recursive `make', instead of hardwiring `all'.
2655         (Autogenerated TARGET-* variables): New.
2656
2657 2004-08-17  Robert Millan  <robertmh@gnu.org>
2658
2659         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
2660         (instead of FreeBSD).
2661         * configure: Regenerate.
2662
2663 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
2664
2665         * Makefile.def, configure.in, src-release: Remove useless, bogus
2666         references to tix.
2667         * Makefile.in, configure: Regenerate.
2668
2669         * src-release: Stop distributing mmalloc with gdb (which doesn't
2670         use it).
2671         * Makefile.def: GDB doesn't depend on mmalloc anymore.
2672         * Makefile.in: Regenerate.
2673
2674 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
2675
2676         * configure.in (arm*-*-eabi*): New target.
2677         * configure: Regenerate.
2678
2679 2004-08-01  Robert Millan  <robertmh@gnu.org>
2680
2681         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
2682         libmudflap for all GNU-based systems (with Glibc).
2683         * configure: Regenerate.
2684
2685 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
2686
2687         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
2688         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
2689         (Dependencies): New section.
2690         * Makefile.tpl (Dependencies): Generate from Makefile.def.
2691         (configure-target-[+module+]): Depend on maybe-all-gcc
2692         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
2693         (toplevel profiledbootstrap): Fix dependencies.
2694         * Makefile.in: Regenerate.
2695
2696 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
2697
2698         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
2699         target-libiberty to noconfigdirs.
2700
2701 2004-08-03  Paul Brook  <paul@codesourcery.com>
2702
2703         * configure.in: Check for MPFR as well as GMP.
2704         * configure: Regenerate.
2705
2706 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
2707
2708         * Makefile.def (host-modules): Add gcc.
2709         * Makefile.in: Regenerate.
2710         * Makefile.tpl (sorry): New rule.
2711         (configure-host, all-host, [+make_target+]-host, do-check,
2712         install-host): Do not add gcc as a special case.
2713         (host modules): Add a small special-casing for gcc.  Export
2714         extra_make_flags through the environment.
2715         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
2716         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
2717         other recursive targets for gcc): Remove.
2718
2719         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
2720         (stage, unstage): New rules.
2721         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
2722         distclean-stage[+id+]): Use stage_current.
2723         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
2724         the stage*-start rules.
2725
2726 2004-07-19  Robert Millan  <robertmh@gnu.org>
2727
2728         Synced from gcc:
2729
2730         2004-04-26  Robert Millan  <robertmh@gnu.org>
2731
2732         Add patches from libtool CVS.
2733         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
2734         * ltconfig: Likewise.
2735         * ltcf-c.sh: Likewise.
2736         * ltcf-cxx.sh: Likewise.
2737         * ltcf-gcj.sh: Likewise.
2738
2739 2004-07-12  Paolo Bonzini  <bonzini@gnu.org>
2740
2741         * configure.in: Add noconfigdirs for crx-*-*.
2742         * configure: Regenerate.
2743
2744 2004-07-12  Paolo Bonzini  <bonzini@gnu.org>
2745
2746         Synced from gcc:
2747
2748         2004-07-09  Loren J. Rittle <ljrittle@acm.org>
2749
2750         * configure.in: Build libmudflap by default on FreeBSD.
2751         * configure: Regenerated.
2752
2753         2004-07-09  Mark Mitchell  <mark@codesourcery.com>
2754
2755         * configure.in: Do not build libmudflap by default on non-GNU/Linux
2756         systems.
2757         * configure: Regenerated.
2758
2759         2004-07-08 John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2760
2761         PR target/16344
2762         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
2763         feedback based compiler.
2764         * Makefile.in: Rebuilt.
2765
2766         2004-07-05  Phil Edwards  <phil@codesourcery.com>
2767
2768         * configure.in:  Do not prepend $srcdir to /dev/null in
2769         makefile fragments.
2770         * configure:  Regenerate.
2771
2772 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
2773
2774         * Makefile.def (host_modules): Set bootstrap=true for flex.
2775         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
2776         * Makefile.in: Rebuilt.
2777
2778 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
2779
2780         * Makefile.def (build_modules): Add bison, byacc, flex,
2781         m4, texinfo.
2782         (flags_to_pass): Add FLEX.
2783         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
2784         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
2785         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
2786         DEFAULT_MAKEINFO): Remove.
2787         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
2788         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
2789         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
2790         objdir or else use configured tool.
2791         (all-build): New.
2792         (all): Depend on it.
2793         (Build module dependencies): Add.
2794         * Makefile.in: Regenerate.
2795         * configure.in: Better support for multiple build modules,
2796         matching what is done for host/target modules.  Do not look
2797         for "plausible" locations of build tools if Canadian cross.
2798         Use autoconf's AC_PROG_CC to find a C compiler.  Define
2799         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
2800         * configure: Regenerate.
2801
2802 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
2803
2804         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
2805         * Makefile.in: Regenerate.
2806
2807 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
2808
2809         * Makefile.tpl (configure-build-[+module+],
2810         configure-[+module+], configure-target-[+module+]): Pass
2811         [+extra_configure_args+].
2812         (all-build-[+module+], all-[+module+], check-[+module+],
2813         install-[+module+], [+make_target+]-[+module+],
2814         all-target-[+module+], check-target-[+module+],
2815         install-target-[+module+], [+make_target+]-target-[+module+]):
2816         Pass [+extra_make_args+].
2817         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
2818         (GCC_HOST_EXPORTS): Remove.
2819         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
2820         cross, check-gcc, check-gcc-c++, install-gcc,
2821         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
2822         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
2823         * Makefile.in: Regenerate.
2824
2825 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
2826
2827         * configure.in: Check for srcdir/winsup rather than build directory
2828         winsup.
2829         * configure: Regenerate.
2830
2831 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
2832
2833         * configure.in: Don't build Cygwin native newlib if winsup
2834         directory is missing.  Emit warning instead.
2835         * configure: Regenerate.
2836
2837 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
2838
2839         * Makefile.tpl (touch-stage[+id+]): New.
2840         (restage[+prev+]): Depend on touch-stage[+id+].
2841
2842         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
2843         Use it throughout.
2844
2845         * Makefile.def: Add profile and feedback bootstrap stages.
2846         Remove next field from bootstrap stages.
2847         * Makefile.tpl (LN, LN_S): Substitute.
2848         (stageN-start, stageN-end): Use double-colon rules, to
2849         provide a hook for additional setup commands.
2850         (distclean-stageN-gcc, restageN): Create dependencies from
2851         [+prev+], not from [+next+].
2852         (stageN-bubble): Add commands for successive stages from
2853         [+prev+], using double-colon rules.
2854         (all-stageN-gcc): Fix typo.
2855         (stagefeedback-start, profiledbootstrap): New.
2856         * Makefile.in: Regenerate.
2857         * configure.in: Call ACX_PROG_LN.
2858         * configure: Regenerate.
2859
2860 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
2861
2862         * configure.in: Fix --enable-bootstrap breakage introduced in trees
2863         without gcc.
2864         * configure: Regenerate.
2865
2866 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
2867
2868         * Makefile.tpl: Fix typo.
2869         * Makefile.in: Regenerate.
2870
2871 2004-06-01  Paolo Bonzini <bonzini@gnu.org>
2872
2873         * configure.in: Remove new- prefix from toplevel
2874         bootstrap targets.
2875         * configure: Regenerate.
2876
2877 2004-06-01  Paolo Bonzini <bonzini@gnu.org>
2878
2879         Merge this patch from the gcc tree:
2880
2881         2004-05-30  Andreas Jaeger  <aj@suse.de>
2882                     Jim Wilson <wilson@specifixinc.com>
2883
2884         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
2885         like CC.
2886
2887 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
2888
2889         * Makefile.tpl (all.normal): Rename to all.
2890         (all): Replace with a rule to pick the default
2891         target from configure.
2892         (all-gcc, configure-gcc): Use conditionals to
2893         do nothing when toplevel bootstrap is going on.
2894         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
2895         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
2896         * configure.in: Support --enable-bootstrap.
2897
2898         * Makefile.def: Remove new- prefix from toplevel
2899         bootstrap targets.
2900         * Makefile.tpl: Likewise.
2901
2902         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
2903         target.
2904
2905         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
2906         $(RECURSE_FLAGS) to recursive invocation of make.
2907
2908         * Makefile.in: Regenerate.
2909         * configure: Regenerate.
2910
2911 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
2912
2913         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
2914         * configure: Regenerate.
2915
2916 2004-05-25  Daniel Jacobowitz  <drow@false.org>
2917
2918         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
2919         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
2920         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
2921         targets.
2922         * Makefile.in: Regenerate.
2923
2924 2005-05-24  Paolo Bonzini <bonzini@gnu.org>
2925
2926         * configure.in: Test the ability to symlink directories.
2927         * configure: Regenerate.
2928
2929         * Makefile.def (bootstrap-stage): New definitions.
2930         * Makefile.tpl (configure-stage1-gcc,
2931         configure-stage2-gcc, configure-stage3-gcc,
2932         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
2933         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
2934         new-restage3, compare): Autogenerate, see Makefile.in
2935         entry for behavioral changes.
2936         (distclean-stage1, new-stage1-start, new-stage1-end,
2937         new-stage1-bubble, distclean-stage2, new-stage2-start,
2938         new-stage2-end, new-stage2-bubble, distclean-stage3,
2939         new-stage3-start, new-stage3-end): New autogenerated targets.
2940         (objext, prebootstrap, BOOT_CFLAGS,
2941         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
2942         targets.
2943
2944         * Makefile.in: Regenerate.
2945         (distclean-stage1, new-stage1-start, new-stage1-end,
2946         new-stage1-bubble, distclean-stage2, new-stage2-start,
2947         new-stage2-end, new-stage2-bubble, distclean-stage3,
2948         new-stage3-start, new-stage3-end): New targets.
2949         (all-stage1-gcc): Move prebootstrap dependency from here...
2950         (configure-stage1-gcc): ...to here.
2951         (new-bootstrap): Use bubble targets.
2952         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
2953         Use per-stage distclean targets.
2954         (configure-stage1-gcc, configure-stage2-gcc,
2955         configure-stage3-gcc, all-stage1-gcc,
2956         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
2957         Use new-stageN-start to prepare the tree.
2958
2959 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
2960
2961         * Makefile.def (host_modules): add libcpp.
2962         * Makefile.tpl: Add dependencies on and for libcpp.
2963         * Makefile.in: Regenerate.
2964         * configure.in: Add libcpp host module.
2965         * configure: Regenerate.
2966
2967 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
2968
2969         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
2970         of libf2c.
2971         * configure, Makefile.in: Regenerate.
2972
2973 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
2974
2975         Merge from tree-ssa-20020619-branch.
2976
2977         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
2978         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
2979         (HOST_GMPLIBS): Define.
2980         (HOST_GMPINC): Define.
2981         (TARGET_LIB_PATH): Add libmudflap.
2982         (GFORTRAN_FOR_TARGET): Define.
2983         (configure-build*): Export GFORTRAN.
2984         (configure-gcc): Export GMPLIBS and GMPINC.
2985         (all-gcc): Add maybe-all-libbanshee.
2986         (configure-target-libgfortran): Define.
2987         * Makefile.in: Regenerate.
2988         * configure.in (host_libs): Add libbanshee.
2989         (target_libraries): Add target-libmudflap and target-libgfortran.
2990         Add --with-libbanshee.
2991         Handle --disable-libmudflap.
2992         (*-*-freebsd*): Use with_gmp.
2993         Add $(libgcj) to noconfigdirs.
2994         * configure: Regenerate.
2995         * depcomp: New file.
2996         * MAINTAINERS: Add tree-ssa maintainers.
2997
2998 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
2999
3000         * config/acx.m4: Fix fastcompare support for new-bootstrap.
3001         * configure: Regenerate.
3002
3003 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
3004
3005         Revert:
3006         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
3007
3008         * Makefile.def (flags_to_pass): Remove *dir variables that
3009         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
3010         as well as prefix and exec_prefix.
3011         * Makefile.in: Regenerate.
3012
3013 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
3014
3015         * Makefile.def (host_modules): Mark with the bootstrap
3016         flag packages on which gcc depends.
3017         * Makefile.tpl (all-bootstrap): Use it.
3018         * Makefile.in: Regenerate.
3019
3020 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
3021
3022         * Makefile.def (flags_to_pass): Remove *dir variables that
3023         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
3024         as well as prefix and exec_prefix.
3025         * Makefile.in: Regenerate.
3026
3027 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
3028
3029         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
3030         * configure: Regenerate.
3031         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
3032         * gcc/Makefile.tpl (compare): Use the result of the test.
3033         * gcc/Makefile.in: Regenerate.
3034
3035 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
3036
3037         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
3038         Always relocate gcc and prev-gcc to the original names, even
3039         if the build fails.
3040         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
3041         New targets.
3042
3043 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3044
3045         * configure.in (mips*-*-irix5*): Enable ld.
3046         * configure: Regenerate.
3047
3048 2004-04-15  James E Wilson  <wilson@specifixinc.com>
3049
3050         * Makefile.tpl (configure-[+module+], configure-gcc,
3051         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
3052         Set and export LDFLAGS.
3053         * Makefile.in: Regenerate.
3054
3055 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
3056
3057         PR bootstrap/14871
3058         * Makefile.tpl: If we don't have built-in-tree target tools,
3059         use the ones found by configure rather than hacking around with
3060         program_transform_name.
3061         * configure.in: Give Makefile.tpl the information necessary
3062         to do that.
3063         * Makefile.in: Regenerate.
3064         * configure: Regenerate.
3065
3066 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
3067
3068         PR bootstrap/14760
3069         * configure.in: When computing baseargs, strip *all* copies of
3070         offending options.  Also, don't match/substitute the trailing space,
3071         so that this actually works when two similar options are separated by
3072         only one space.
3073         * configure: Regenerate.
3074
3075 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
3076
3077         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
3078         (rs6000-*-aix*): Same.
3079         * configure: Regenerate.
3080
3081 2004-03-25  Stan Shebs  <shebs@apple.com>
3082
3083         Remove MPW support, no longer used.
3084         * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
3085         mpw-install: Remove files.
3086         * src-release (DEVO_SUPPORT): Remove names of removed files.
3087         * MAINTAINERS: Likewise.
3088
3089 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
3090
3091         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
3092         STRICT_WARN, WARN_CFLAGS flags passed down to make.
3093         * Makefile.in: Regenerate.
3094
3095         * configure.in (top level bootstrap support): Rework --enable-werror
3096         to set @stage2_werror_flag@.
3097         * configure: Regenerate.
3098         * Makefile.tpl (top level bootstrap support): Pass
3099         @stage2_werror_flag@ down to configure in stages 2 and 3.
3100         * Makefile.in: Regenerate.
3101
3102 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
3103
3104         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
3105         for stages 2 and 3 as well as in make.  As a consequence, remove
3106         OUTPUT_OPTION (now detected by configure) from the flags passed down
3107         to make.
3108         * Makefile.in: Regenerate.
3109
3110         * Makefile.tpl (new-bootstrap): Fix typo.
3111         * Makefile.in: Regenerate.
3112
3113 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
3114
3115         * Makefile.tpl: Rearrange by moving recursive_targets rules
3116         into their proper sections.
3117         * Makefile.tpl (top level bootstrap support): Move disabling
3118         of coverage flags from 'make' to 'configure'; improve comments.
3119         * Makefile.in: Regenerate.
3120
3121         * Makefile.tpl (experimental top level bootstrap) Move stage1
3122         language setting from all- target to configure- target; disable
3123         intermodule optimization in stage 1; prevent gratuitous rebuilds
3124         of stage 1.
3125         * Makefile.in: Regenerate.
3126         * configure.in: Comma-separate stage 1 language list for top
3127         level bootstrap.
3128         * configure: Regenerate.
3129
3130         * Makefile.tpl: Clean up experimental top level bootstrap support:
3131         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
3132         prev-gcc in configure- targets as well as all- targets.
3133         * Makefile.in: Regenerate.
3134
3135 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
3136
3137         * configure.in: Remove symbolic link section.
3138         * configure: Regenerate.
3139         * Makefile.tpl (links): Remove.
3140         * Makefile.in: Regenerate.
3141
3142 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
3143             Nathanael Nerode  <neroden@gcc.gnu.org>
3144
3145         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
3146         Set with AC_CHECK_PROGS.
3147         * configure.in: Fix comment typo from last patch.
3148         * configure: Regenerate.
3149
3150 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
3151
3152         * Makefile.tpl: Introduce experimental top level bootstrap support.
3153         * Makefile.in: Regenerate.
3154         * configure.in: Introduce support for top level bootstrap.
3155         * configure: Regenerate.
3156
3157 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
3158             Paolo Bonzini  <bonzini@gnu.org>
3159
3160         PR bootstrap/14522
3161         * configure.in: Cope with shells that do not support unquoted ^
3162         * configure: Regenerate.
3163
3164 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
3165             Paolo Bonzini  <bonzini@gnu.org>
3166
3167         PR bootstrap/14522
3168         * configure.in: Cope with shell that do not support nesting
3169         quotes inside quoted backquote substitutions.
3170         * configure: Regenerate.
3171
3172 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
3173
3174         PR bootstrap/14522
3175         * configure.in: Fix escaping of $.
3176         * configure: Regenerate.
3177
3178 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
3179
3180         * configure: Regenerate.
3181
3182 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
3183
3184         PR ada/14131
3185         Move language detection to the top level.
3186         * configure.in: Find default values for the tools as
3187         soon as possible.  Disable ada if GNAT is not found.
3188         Emit error message about missing languages.  Expand
3189         --enable-languages=all for the gcc subdirectory.
3190
3191 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
3192
3193         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
3194         and disable libgcj.
3195         * configure: Regenerated.
3196
3197 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
3198
3199         PR bootstrap/7087
3200         * Makefile.tpl: Guard XFOO sed statements better.
3201         * Makefile.tpl: Add dependency for configure-target-libada.
3202         * Makefile.in: Regenerate (incidentally fixes broken
3203         commit when libada-branch was merged).
3204
3205 2004-02-28  Andrew Cagney  <cagney@redhat.com>
3206
3207         * src-release (CVS_NAMES): Define.
3208         (do-tar, do-tar): Prune $(CVS_NAMES).
3209
3210 2004-02-23  Andrew Cagney  <cagney@redhat.com>
3211
3212         * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
3213         2004-02-19.09.
3214
3215 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
3216
3217         PR bootstrap/11932
3218         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
3219
3220 2004-02-19  Andrew Cagney  <cagney@redhat.com>
3221
3222         * config.guess: Update from version 2003-06-12 to 2004-02-16.
3223         * config.sub: Update from version 2003-06-13 to 2004-02-16.
3224
3225 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
3226
3227         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
3228         (rs6000-*-aix*): Same.
3229         * configure: Regenerate.
3230
3231 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
3232
3233         * configure.in (host): Add in missing $noconfigdirs to defines.
3234         * configure: Regenerate.
3235
3236 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
3237             Nathanael Nerode  <neroden@gcc.gnu.org>
3238
3239         PR ada/6637, PR ada/5911
3240         Merge with libada-branch:
3241         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
3242         with appropriate dependencies. Add --enable-libada configure switch.
3243         * configure, Makefile.in: Regenerate.
3244
3245 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3246
3247         * configure.in: Don't pass --with-stabs on IRIX 5 either.
3248         * configure: Regenerate.
3249
3250 2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>
3251
3252         * COPYING.NEWLIB: Update Red Hat license to 2004.
3253
3254 2004-01-23  DJ Delorie  <dj@redhat.com>
3255
3256         * Makefile.def (target_modules) [libiberty]: Don't stage.
3257         * Makefile.in: Rebuilt.
3258
3259 2004-01-23  Jeff Johnston  <jjohnstn@redhat.com>
3260
3261         * COPYING.NEWLIB: Update to include copyrights for new
3262         iconv code.
3263
3264 2004-01-15  Andrew Cagney  <cagney@redhat.com>
3265
3266         * src-release: Update copyright year.
3267         (do-proto-toplev): Configure using i686-pc-linux-gnu.
3268         (NEWLIB_SUPPORT_DIRS): Delete macro.
3269         (newlib.tar.bz2): Delete rule.
3270
3271 2004-01-14  Loren J. Rittle <ljrittle@acm.org>
3272
3273         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
3274         * Makefile.tpl (configure-target-[+module+]): Support stage.
3275         * Makefile.in: Rebuilt.
3276
3277 2003-01-14  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
3278
3279         * gettext.m4: Quote names of macros to be defined by AC_DEFUN
3280         throughout.
3281
3282 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
3283
3284         * configure.in: Use ./config.cache, not config.cache.
3285         * configure: Regenerate.
3286         * Makefile.tpl: Special-casing not needed for GCC any more.
3287         * Makefile.in: Regenerate.
3288
3289         * configure.in: Don't share a cache file for host dirs.
3290         * configure: Regenerate.
3291
3292         * config-ml.in: Don't mess with the cache file.
3293
3294 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
3295
3296         * Makefile.tpl: Make GCC use a separate config.cache.
3297         * Makefile.in: Regenerate.
3298
3299         PR bootstrap/11932, PR bootstrap/11933
3300         (I don't know if it will fix either of them, but it relates
3301         to them.)
3302         * configure.in: Don't use shared config.cache for target
3303         directories.
3304         * configure: Regenerate.
3305
3306 2003-12-31  Roger Sayle  <roger@eyesopen.com>
3307
3308         * configure.in (ia64*-*-hpux*): Disable building java libraries.
3309         * configure: Regenerated.
3310
3311 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
3312
3313         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
3314         * configure: Regenerated.
3315
3316 2003-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
3317
3318         Port change over from GCC:
3319         2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
3320         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
3321         (configure-build-[+module+], configure-[+module+]): Likewise.
3322         (configure-target-[+module+], configure-gcc, config.status): Likewise.
3323         * Makefile.in: Regenerate.
3324
3325 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
3326
3327         * configure.in (raw_libstdcxx_flags): Remove the leading space.
3328         * configure: Regenerate.
3329
3330 2003-11-27  Jeff Johnston  <jjohnstn@redhat.com>
3331
3332         * COPYING.NEWLIB: Add license info for long long routines added to
3333         stdlib.
3334
3335 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
3336
3337         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
3338         * Makefile.in: Regenerate.
3339
3340 2003-10-20  Phil Edwards  <phil@codesourcery.com>
3341
3342         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
3343         * configure:  Regenerate.
3344
3345 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
3346
3347         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
3348         HOST_FLAGS_TO_PASS.
3349         * Makefile.in: Regenerate.
3350
3351 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
3352
3353         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
3354         * configure: Rebuilt
3355         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
3356         * Makefile.in: Rebuilt
3357
3358 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
3359
3360         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
3361
3362 2003-10-01  Phil Edwards  <pme@gcc.gnu.org>
3363
3364         * config-ml.in:  Use ac_configure_args directly instead of
3365         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
3366         actually seen.
3367
3368 2003-10-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
3369
3370         * config-ml.in: Propagate INSTALL variables.
3371
3372 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
3373
3374         * configure.in: Pass a computed --program-transform-name
3375         to subconfigures.
3376         * configure: Regenerated.
3377
3378 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
3379
3380         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
3381         * Makefile.in: Regenerate.
3382
3383         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
3384         * Makefile.in: Regenerate.
3385
3386 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
3387
3388         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
3389         quoting.
3390         * configure: Regenerated.
3391
3392 2003-09-12  Michael Chastain  <mec@shout.net>
3393
3394         Fix PR gdb/857.
3395         * src-release (do-proto-topleve): Remove junk files
3396         intl/config.cache, intl/config.status,
3397         intl/config.h, intl/stamp-h.
3398
3399 2003-09-14  Andrew Cagney  <cagney@redhat.com>
3400
3401         * src-release (dejagnu.tar): New target.
3402         (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
3403         (do-djunpack): Use $(PACKAGE) for the package name.
3404
3405 2003-09-04  DJ Delorie  <dj@redhat.com>
3406
3407         * configure: Regenerate.
3408
3409 2003-09-04  Robert Millan  <robertmh@gnu.org>
3410
3411         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
3412
3413 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3414
3415         * configure.in: Ensure arguments to sed are properly spaced.
3416         * configure: Regenerate.
3417
3418 2003-08-28  Daniel Jacobowitz  <drow@mvista.com>
3419
3420         Merge from gcc:
3421         2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
3422         * install-sh:  Update to newer upstream versions (associated with
3423         aclocal 1.7).
3424         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
3425
3426 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
3427
3428         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
3429         * configure: Regenerated.
3430
3431 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
3432
3433         * configure.in:  Use newline instead of semicolon when assuming
3434         shell arguments in a for loop.
3435         * configure:  Regenerated.
3436
3437 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
3438
3439         PR 8180
3440         * configure.in: When testing with_libs and with_headers, treat
3441         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
3442         * configure: Regenerate.
3443
3444         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
3445         make, shell, etc.
3446         (baseargs): Likewise.
3447         * configure: Regenerate.
3448
3449 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
3450
3451         * configure.in: Disable libgcj for darwin not on powerpc.
3452         * configure: Rebuild.
3453
3454 2003-08-15  Michael Chastain  <mec@shout.net>
3455
3456         * src-release (do-proto-toplev): Remove junk files
3457         dejagnu/example/calc/config.status,
3458         dejagnu/example/calc/config.log.
3459
3460 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
3461
3462         * config-ml.in, symlink-tree: Add license.
3463
3464 2003-08-01  Nathanael Nerode  <neroden@gcc.gnu.org>
3465
3466         Merge from gcc:
3467
3468         2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
3469         * Makefile.tpl (check, check-c++): Express dependencies using
3470         dependencies rather than commands.
3471         * Makefile.in: Regenerate.
3472
3473         2003-07-31  Geoffrey Keating  <geoffk@apple.com>
3474         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
3475         * Makefile.in: Update.
3476
3477 2003-08-01  Andrew Cagney  <cagney@redhat.com>
3478
3479         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
3480         * configure: Ditto.
3481
3482 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
3483
3484         * configure.in: Enable libgcj for darwin.
3485         * configure: Rebuild.
3486
3487 2003-07-29  Nathanael Nerode  <neroden@gcc.gnu.org>
3488
3489         * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
3490
3491 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
3492
3493         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
3494         creating target and build subdirs to build all parent dirs as needed.
3495         * Makefile.in: Rebuild.
3496         * configure.in: Don't build dirs explicitly here.
3497         * configure: Rebuild.
3498
3499 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
3500
3501         * Makefile.tpl (all-make): Depend on intl.
3502         * Makefile.in: Rebuilt.
3503
3504 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
3505
3506         * config.if: Remove unused libc_interface determination.
3507
3508 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
3509
3510         * Makefile.in: Regenerate, correctly this time.
3511
3512 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
3513
3514         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
3515         unused INSTALL_PROGRAM_ARGS.
3516         * configure.in: Use AC_PROG_INSTALL.
3517         * Makefile.in: Regenerate.
3518         * configure: Regenerate.
3519
3520 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
3521
3522         * configure: Rebuilt.
3523         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
3524         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
3525         newlib nor libgloss.
3526         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
3527         * configure.in (am33_2.0-*-linux*): Added.
3528
3529 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
3530
3531         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
3532         * configure: Regenerate.
3533
3534 2003-07-06  H.J. Lu <hongjiu.lu@intel.com>
3535
3536         * config-ml.in: Replace PWD with PWD_COMMAND.
3537         * Makefile.tpl: Likewise.
3538         * Makefile.in: Regenerated.
3539
3540 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
3541
3542         * configure.in: Clean up config-lang.in handling.  Delete
3543         useless assignment to "subdirs".
3544         * configure: Regenerate.
3545
3546 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
3547
3548         * configure.in: Rename 'target_libs' to 'target_libraries'.
3549         Remove useless reference to 'target_libs'.
3550         * configure: Regenerate.
3551
3552 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
3553
3554         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
3555         * Makefile.in: Regenerate.
3556
3557 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
3558
3559         * Makefile.def: Introduce flags_to_pass.
3560         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
3561         * Makefile.in: Regenerate.
3562
3563 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
3564
3565         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
3566         and target-libgloss.
3567         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
3568         <h8300*-*-*>: Disable libf2c and ${libgcj}.
3569         * configure: Regenerate.
3570
3571 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
3572
3573         * configure.in: Update testsuite_flags to new location.
3574         * configure. Regenerate.
3575
3576 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
3577
3578         * Makefile.tpl: Remove BUILD_CC stuff.
3579         * Makefile.in: Regenerate.
3580
3581 2003-06-14  H.J. Lu <hongjiu.lu@intel.com>
3582
3583         * config.guess: Update to 2003-06-12 version.
3584         * config.sub: Update to 2003-06-13 version.
3585
3586 2003-06-12  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3587
3588         * MAINTAINERS: Add myself as MIPS co-maintainer.
3589
3590 2003-06-12  H.J. Lu <hongjiu.lu@intel.com>
3591
3592         * config.guess: Update to 2003-06-06 version.
3593         * config.sub: Update to 2003-06-06 version.
3594
3595 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3596
3597         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
3598         * configure. Regenerate.
3599
3600 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
3601
3602         * configure.in: Disable serial configure by default.
3603         * configure: Regenerate.
3604         * Makefile.tpl: Abolish .NOTPARALLEL.
3605         * Makefile.in: Regenerate.
3606
3607         * Makefile.tpl: Replace {build,host,target}_canonical by
3608         {build,host,target}.
3609         * Makefile.in: Regenerate.
3610
3611         * Makefile.tpl: Fix stupid pasto.
3612         * Makefile.in: Regenerate.
3613
3614 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
3615
3616         * Makefile.tpl: Remove bogus conditional.
3617         * Makefile.in: Regenerate.
3618
3619 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
3620
3621         * Makefile.tpl: Make 'recursive targets' using autogen rather
3622         than shell loop.  Remove duplicate 'clean' targets and false
3623         comments.
3624         * Makefile.def: Add systematic dependencies to 'recursive' targets.
3625         Add systematic method of specifying missing targets in subdirs.
3626         Add copyright boilerplate.
3627         * Makefile.in: Regenerate.
3628         * configure.in: Add 'recursive targets' to maybe list.
3629         * configure: Regenerate.
3630
3631         * Makefile.tpl: Rename [+target+] to [+make_target+].
3632         * Makefile.def: Rename 'target' to 'make_target'.
3633
3634 2003-05-30  Nick Clifton  <nickc@redhat.com>
3635
3636         * README-maintainer-mode: Update URL for locating blessed config
3637         tools.
3638
3639 2003-05-29  Robert Millan  <rmh@debian.org>
3640
3641         * ltconfig: Import this patch and modify for use with current
3642         version of ltconfig:
3643
3644         2003-05-21  Bruno Haible  <bruno@clisp.org>
3645
3646         * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
3647         GNU/FreeBSD.
3648
3649 2003-05-28  DJ Delorie  <dj@redhat.com>
3650
3651         * Makefile.tpl: Make maybe-check-gcc .PHONY.
3652         * Makefile.in: Regenerate.
3653
3654 2003-05-28  Jeff Johnston  <jjohnstn@redhat.com>
3655
3656         * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
3657
3658 2003-05-21  DJ Delorie  <dj@redhat.com>
3659
3660         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
3661         newlib or libgloss.
3662         * Makefile.in: Regenerate.
3663
3664 2003-05-21  DJ Delorie  <dj@redhat.com>
3665
3666         * Makefile.tpl: Add missing empty maybe-check-gcc target.
3667         * Makefile.in: Regenerate.
3668
3669 2003-05-20  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
3670
3671         * configure.in: Use curly braces in the definition of tooldir.
3672         * configure: Regenerate.
3673
3674 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
3675
3676         * configure.in: Switch more things to use maybe dependencies.
3677         * Makefile.tpl: Switch more things to use maybe dependencies.
3678         Factor out common code from autogen IF statements.
3679         * configure: Regenerate.
3680         * Makefile.in: Regenerate.
3681
3682 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
3683
3684         * configure.in: Accept i[3456789]86 for machine type.
3685         * configure: Regenerate.
3686
3687 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
3688
3689         * configure.in: Switch more things to use maybe dependencies.
3690         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
3691         * configure: Regenerate.
3692         * Makefile.tpl: Switch more things to use maybe dependencies.
3693         * Makefile.in: Regenerate.
3694
3695 2003-05-16  Andreas Schwab  <schwab@suse.de>
3696
3697         * Makefile.tpl (install-opcodes): Define.
3698         * Makefile.in: Rebuild.
3699
3700 2003-05-13  Andreas Jaeger  <aj@suse.de>
3701
3702         * config.guess: Update to 2003-05-09 version.
3703         * config.sub: Update to 2003-05-09 version.
3704
3705 2003-05-13  Michael Eager <eager@mvista.com>
3706
3707         * configure.in: Correct sed script so that options in quotes are not
3708         deleted.
3709         * configure: Rebuild.
3710
3711 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
3712
3713         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
3714         and $$s/newlib/libc/sys/cygwin32 include paths.
3715         * configure: Ditto.
3716
3717 2003-05-05  H.J. Lu <hjl@gnu.org>
3718
3719         * config-ml.in: Restored from gcc repository.
3720
3721 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
3722
3723         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
3724         * Makefile.in: Regenerate.
3725
3726 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
3727
3728         * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
3729         and Makefile.def.
3730
3731 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
3732
3733         * Makefile.tpl: Clean $(BUILD_SUBDIR).
3734         * Makefile.in: Regenerated.
3735
3736 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3737
3738         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
3739         * Makefile.in: Regenerate.
3740
3741 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
3742
3743         * configure.in (powerpc64*-*-linux*): Remove.
3744         * configure: Rebuilt.
3745
3746 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
3747
3748         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
3749         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
3750         and restrap.
3751         * Makefile.in:  Regenerate.
3752
3753 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
3754
3755         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
3756         * configure: Regenerated.
3757
3758 2003-04-11  Alexandre Oliva  <aoliva@redhat.com>
3759
3760         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
3761         * */configure: Rebuilt.
3762
3763 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
3764
3765         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
3766         * Makefile.in: Regenerate.
3767
3768 2003-03-14  Michael Chastain  <mec@shout.net>
3769
3770         * Makefile.in: Regenerate with correct Makefile.def.
3771
3772 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
3773
3774         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
3775         Make macro.
3776         * Makefile.in: Regenerate.
3777         * configure.in: Clean up gxx_include_dir logic.
3778         * configure: Regenerate.
3779
3780 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3781
3782         * configure.in (gxx_include_dir): Fix typo.
3783         * configure: Regenerated.
3784
3785 2003-03-06  Andrew Cagney  <cagney@redhat.com>
3786
3787         * texinfo/texinfo.tex: Import version 2003-02-03.16.
3788
3789 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
3790
3791         * configure.in: Include $(build_tooldir)/sys-include in
3792         FLAGS_FOR_TARGET.
3793         * configure: Regenerated.
3794
3795 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
3796
3797         * Makefile.tpl: Reindent.
3798         * Makefile.in: Regenerate.
3799         * configure.in: Reindent.  Don't set unused variables.
3800         * configure: Regenerate.
3801
3802         * Makefile.tpl: Always pass down RANLIB.
3803         * Makefile.in: Regenerate.
3804
3805         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
3806         * Makefile.in: Regenerate.
3807         * configure.in: Remove unused logic relating to --enable-shared
3808         and --enable-threads.  Remove bogus comments.  Remove redundant
3809         noconfigdirs.
3810         * configure: Regenerate.
3811
3812         * configure.in: Replace ${libstdcxx_version} by its value.
3813         Remove reference to mh-dgux.
3814         * configure: Regenerate.
3815
3816 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
3817
3818         * Makefile.tpl: Rearrange.
3819         * Makefile.in: Regenerate.
3820
3821 2003-02-25  Nick Clifton  <nickc@redhat.com>
3822
3823         * configure: Remove site-file supprot - it is obsolete.
3824
3825 2003-02-24  Uwe Stieber <uwe@wwws.de>
3826
3827         * configure.in: Add support for kaOS as cross build target system.
3828         * configure: Regenerated.
3829
3830 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
3831
3832         * Makefile.tpl: Add definition of CPPFLAGS to pass into
3833         configure-target-* as some target builds may require additional
3834         flags for preprocessor tests.
3835         * Makefile.in: Regenerated.
3836
3837 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
3838
3839         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
3840         * ltconfig: Handle it.
3841         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
3842         auto-detecting it.
3843
3844 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
3845
3846         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
3847         it is used as argument to $CC.
3848         * ltcf-gcj.sh: Likewise.
3849
3850 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
3851
3852         * configure.in: Introduce --enable-maintainer-mode.
3853         * configure: Rebuilt.
3854         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
3855         for maintainer mode.
3856         * Makefile.in: Rebuilt.
3857
3858 2003-02-19  Andrew Cagney <ac131313@redhat.com>
3859
3860         * configure: Regenerate using autoconf 2.13.
3861
3862 2003-02-19  Alan Modra  <amodra@bigpond.net.au>
3863
3864         * config.guess: Import latest version.
3865         * config.sub: Import latest version.
3866
3867 2003-02-18  Jason Merrill  <jason@redhat.com>
3868
3869         * Makefile.tpl (check-c++): Allow parallelism.
3870
3871 2003-02-17  Andrew Cagney  <ac131313@redhat.com>
3872
3873         * configure: Regenerate using autoconf 000227.
3874
3875 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
3876
3877         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
3878         don't configure target-libobjc.
3879         * configure: Regenerate.
3880
3881 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3882
3883         * Makefile.tpl (RANLIB): Define.
3884         * Makefile.in: Regenerate.
3885
3886 2003-02-06  Keith R Seitz  <keiths@redhat.com>
3887
3888         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
3889         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
3890         * Makefile.in: Regenerated.
3891         * configure.in: Remove all traces of snavigator, db, and grep.
3892         * configure: Regenerated.
3893
3894 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
3895
3896         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
3897         * Makefile.in: Regenerated.
3898
3899 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
3900
3901         * config.if: Copy from GCC.
3902
3903 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
3904
3905         * configure.in:  Revert 24Jan change.
3906         * configure:  Regenerate.
3907
3908 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
3909
3910         * configure.in: Revert previous change.
3911         * configure: Regenerate.
3912
3913 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
3914
3915         * configure.in: Make rda native-only.
3916         * configure: Regenerate.
3917
3918 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
3919
3920         * configure.in: Add missing \.
3921         * configure: Rebuilt.
3922
3923 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
3924
3925         * configure.in (baseargs): Avoid using \| in sed regular
3926         expressions.
3927         * configure: Rebuilt.
3928
3929 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
3930
3931         * configure.in (baseargs): Remove all supported forms of
3932         --cache-file, --srcdir, --host, --build and --target options
3933         from argument lists.
3934         * configure: Rebuilt.
3935
3936 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
3937
3938         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
3939         * configure: Rebuilt.
3940
3941 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
3942
3943         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
3944         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
3945         * Makefile.in: Regenerate.
3946         * configure: Regenerate.
3947
3948 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
3949
3950         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
3951         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
3952         * Makefile.in: Regenerate.
3953
3954 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
3955
3956         * configure.in: Remove Makefile in build, host and target modules
3957         unless configure was run with --no-recursion.
3958         * configure: Rebuilt.
3959
3960 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
3961
3962         * config.guess: Update to 2003-01-03 version.
3963         * config.sub: Update to 2003-01-03 version.
3964
3965 2003-01-07  Christopher Faylor  <cgf@redhat.com>
3966
3967         * configure: Regenerate with proper autoconf 2.13.
3968
3969 2003-01-07  Christopher Faylor  <cgf@redhat.com>
3970
3971         * configure.in: Add AC_PREREQ for consistency.
3972         * configure: Regenerate.
3973
3974 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
3975
3976         * configure.in (GDB_TK): Add tcl directories conditional on
3977         gdb/gdbtk directory being present.
3978         * configure: Regenerate.
3979
3980 2003-01-04 John David Anglin  <dave.anglin@nrc.ca>
3981
3982         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld used
3983         by gcc if LD is not defined and we are not doing a Canadian Cross.
3984         * configure: Rebuilt.
3985
3986 2003-01-01  Daniel Jacobowitz  <drow@mvista.com>
3987
3988         * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
3989
3990 2002-12-31  Tom Tromey  <tromey@redhat.com>
3991
3992         * Makefile.in: Rebuilt.
3993         * Makefile.def (target_modules) [libffi]: Allow installation.
3994
3995 2002-12-31  Andreas Schwab  <schwab@suse.de>
3996
3997         * configure.in: Fix use of $program_transform_name.
3998         * configure: Regenerated.
3999
4000 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
4001
4002         * configure.in (baseargs): Don't remove first configure argument.
4003         * configure: Regenerated.
4004
4005 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
4006
4007         * Makefile.tpl (local-distclean): Don't remove...
4008         (multilib.ts): ... this.  Moved into...
4009         (multilib.out): ... this.  Don't use sub-make.
4010         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
4011         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
4012         (configure-build-[+module+], configure-[+module+],
4013         configure-target-[+module+], configure-gcc): ... these.  Test
4014         for Makefile existence.  Drop config.status from dependencies.
4015         * Makefile.in: Rebuilt.
4016         * configure.in: Move gcc-version-trigger to the end of
4017         ac_configure_args.  Add comments to maybedep.tmp and
4018         serdep.tmp.  Introduce --disable-serial-configure.  Remove
4019         nonopt from baseargs, matching and removing corresponding
4020         whitespace while at it.
4021         * configure: Rebuilt.
4022
4023 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
4024
4025         * configure.in (host_configargs): Replace reference to
4026         no-longer-defined buildopts with --build=${build_alias}.
4027         * configure: Rebuilt.
4028
4029 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
4030
4031         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
4032         program_transform_name to standard idiom.
4033         (AUTOGEN, AUTOCONF): Define.
4034         (Makefile.in): Use $(AUTOGEN).
4035         (Makefile): Depend on config.status, and use autoconf-style rule to
4036         build it.  Move original commands to...
4037         (config.status): ... this new target.
4038         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
4039         $(AUTOCONF).
4040         * Makefile.in: Rebuilt.
4041
4042 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
4043
4044         * Makefile.tpl: Fix dramatic bustage due to change in
4045         program_transform_name.
4046         * Makefile.in: Regenerate.
4047
4048         * configure.in: Remove unnecessary PATH setting.
4049         * configure: Regnerate.
4050
4051         * configure.in: Don't default to unprefixed tools unless
4052         the native tools will work.
4053         * configure: Regenerate.
4054
4055         * configure.in: Convert to autoconf script.  Blow away lots
4056         of now-redundant Makefile fragments.
4057         * configure: Generate using Autoconf.
4058         * Makefile.tpl: Rewrite to reflect autoconfiscation.
4059         * Makefile.in: Regenerate.
4060
4061 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
4062
4063         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
4064         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
4065
4066         * ChangeLog: Move a couple of entries from here to winsup/cygwin,
4067         where they belong.
4068
4069 2002-12-24  Andreas Schwab  <schwab@suse.de>
4070
4071         * Makefile.tpl (multilib.out): Fix missing space.
4072         * Makefile.in: Regenerate.
4073
4074 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
4075
4076         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
4077         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
4078         * Makefile.in: Regenerate.
4079         * configure.in: Remove unnecessary leftovers.
4080
4081 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
4082
4083         * configure.in (extra_ranlibflags_for_target): New variable.
4084         (*-*-darwin): Add -c to ranlib commands.
4085         * configure (tooldir): Handle extra_ranlibflags_for_target.
4086
4087 2002-12-20  Jeff Johnston  <jjohnstn@redhat.com>
4088
4089         * COPYING.NEWLIB: Updated.
4090         * COPYING.LIBGLOSS: Ditto.
4091
4092 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
4093
4094         * Makefile.tpl: Revert HJL's change.
4095         * Makefile.in: Regenerated.
4096         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
4097         always.
4098
4099 2002-12-19  Andreas Schwab  <schwab@suse.de>
4100
4101         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
4102         * Makefile.in: Regenerate.
4103
4104 2002-12-18  H.J. Lu <hjl@gnu.org>
4105
4106         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
4107         * Makefile.in: Regenerated.
4108
4109         * configure.in (build_prefix): New. Substitute.
4110
4111 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
4112
4113         * Makefile.tpl: Don't let real targets depend on phony targets.
4114         * Makefile.in: Regenerate.
4115
4116         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
4117         * Makefile.in: Regenerate.
4118
4119 2002-12-16  Jason Merrill  <jason@redhat.com>
4120
4121         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
4122         previous 'make bootstrap'.
4123         * Makefile.in: Regenerate.
4124
4125 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
4126
4127         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
4128
4129 2002-12-13  Jason Merrill  <jason@redhat.com>
4130
4131         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
4132         library tests.
4133         (check-c++): Just depend on it and check-target-libstdc++-v3.
4134         * Makefile.in: Regenerate.
4135
4136 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
4137
4138         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
4139         * Makefile.in: Regenerate.
4140
4141 2002-12-12  Jeff Johnston  <jjohnstn@redhat.com>
4142
4143         * COPYING.NEWLIB: Update list of alternate Regent of California
4144         licenses and discuss official revoking of advertising clause.
4145         * COPYING.LIBGLOSS: Ditto.
4146
4147 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
4148
4149         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
4150         * Makefile.in: Rebuilt.
4151
4152 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
4153
4154         * configure: Fix bug put in by gremlins.
4155
4156         * Makefile.tpl: Substitute more autoconfily.
4157         * configure: Substitute more autoconfily.
4158         * Makefile.in: Regenerate.
4159
4160 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
4161
4162         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
4163         * Makefile.in (all-sim): Ditto.
4164
4165 2002-12-06  DJ Delorie  <dj@redhat.com>
4166
4167         * Makefile.tpl: Change configure dependencies to not have real
4168         targets depend on phony targets.
4169
4170 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
4171
4172         * configure.in: Revert unintentional change.
4173
4174         * src-release: Configure host subdirs.
4175
4176         * Makefile.tpl: Change dependency for */multilib.out so that
4177         it works when gcc isn't in the tree.
4178
4179         * configure.in: Substitute more.
4180         * configure: Run subconfigures from the Makefile.
4181         * Makefile.tpl: Run subconfigures from the Makefile; add a few
4182         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
4183
4184 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
4185
4186         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
4187         and corresponding dependencies.
4188         * Makefile.in: Regenerate.
4189
4190         * configure.in (host_tools): Order binutils, gas and ld for
4191         convenience in running the testsuites.
4192
4193         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
4194         * Makefile.in: Regenerate.
4195         * configure.in: Introduce rules to serialize subconfigure runs.
4196
4197         * configure.in: Introduce BASE_CC_FOR_TARGET.
4198         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
4199         Realize configure-build-* targets.  Realize configure-target-* targets.
4200         * Makefile.in: Regenerate.
4201
4202 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
4203
4204         * configure: Move gcc_version_trigger stuff from here...
4205         * configure.in: ...to here.
4206
4207         * configure.in: Separate subconfigure options added by this file from
4208         options given by the user.  Add machinery to put args for host
4209         subconfigures into the Makefile.
4210
4211         * Makefile.tpl: Remove 'vault' targets.
4212         * Makefile.tpl: Reorder and comment dependencies.
4213         * Makefile.in: Regenerate.
4214
4215 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
4216
4217         * configure.in: Move host-specific darwin noconfigdirs into
4218         the host-specific section.
4219
4220 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
4221
4222         * Makefile.tpl: Restore bkorb's style patch, accidentally lost
4223         during replay.
4224         * Makefile.in: Regenerate.
4225
4226         (finishing slow-motion replay)
4227         * configure: Remove skip-this-dir support.
4228         * Makefile.tpl: Remove skip-this-dir support.
4229
4230         * Makefile.tpl: Remove leftover support for non-autoconfiscated
4231         subdirectories.
4232         * Makefile.in: Regenerate.
4233
4234         * Makefile.tpl: Strip out useless setting of 'dir'.
4235         * Makefile.in: Regenerate.
4236
4237 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
4238
4239         (finishing slow-motion replay)
4240         * configure.in: Fix deeply stupid bug.
4241
4242         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
4243         shell code in CXX_FOR_TARGET
4244         * Makefile.def: Introduce raw_cxx.
4245         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
4246         RAW_CXX_FOR_TARGET.
4247         * Makefile.in: Regenerate.
4248
4249 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
4250
4251         (finishing slow-motion replay)
4252         * Makefile.tpl: Remove unnecessary ifs.
4253         * Makefile.in: Regenerate.
4254
4255         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
4256         dependencies.  Maybe-ize build-libiberty.  Create dummy install
4257         targets for 'no_install' modules.
4258         * configure: Move GDB_TK substitution to configure.in.  Move
4259         build_modules stuff to configure.in.
4260         * configure.in: Implement soft dependency machinery.  Maybe-ize
4261         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
4262         * Makefile.in: Regenerate.
4263
4264 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
4265
4266         (continuing slow-motion replay)
4267         * Makefile.tpl: Make all-target, install-target behave similarly
4268         to all, install (only hitting configured targets).  Eliminate
4269         unused macro defintions.
4270
4271         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
4272         build != host.
4273
4274         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
4275
4276         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
4277
4278         * configure.in: Produce lists of subdir targets we're actually
4279         configuring.  Remove references to "dosrel".
4280         * Makefile.tpl: Let configure set which subdir targets are hit.
4281         Remove install-cross; clean up install; remove ALL.  Remove
4282         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
4283         Autogenerate host module targets.  Remove empty dependency lines
4284         and redundant dependency; rearrange slightly.
4285         * Makefile.def: Add host-side libtermcap, utils.
4286
4287         * Makefile.in: Regenerate.
4288
4289 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
4290
4291         (Continuing slow-motion replay)
4292         * Makefile.def: Add list of recursive targets to autogenerate.
4293         Add build_modules.
4294         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
4295         targets.  Autogenerate *-build-* targets.
4296         * Makefile.in: Regenerate.
4297
4298 2002-11-30  Nathanael Nerode  <neroden@gcc.gnu.org>
4299
4300         (Continuing slow-motion replay)
4301         * configure: More autoconf-style substitutions.
4302         * Makefile.tpl: More autoconf-style substitutions.
4303         * Makefile.in: Regenerate.
4304
4305 2002-11-30  Nathanael Nerode  <neroden@gcc.gnu.org>
4306
4307         (Continuing slow-motion replay)
4308         * configure: Substitute more variables in a more autoconf-friendly
4309         way.  Simplify slightly.
4310         * Makefile.tpl: Make more variables substitutable in an
4311         autoconf-friendly way.
4312         * Makefile.in: Regenerate.
4313
4314 2002-11-29  Nathanael Nerode  <neroden@gcc.gnu.org>
4315
4316         (Continuing slow-motion replay)
4317         * configure.in (v810*): Remove special setting of tools.
4318
4319         * configure: Add support for extra required flags for ar or nm.
4320         * configure.in (aix4.3+): Use above support for target-specific
4321         issues, rather than using config/mt-aix43.
4322
4323 2002-11-29  Nathanael Nerode  <neroden@gcc.gnu.org>
4324
4325         (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
4326         * configure: Remove 'removing', which doesn't work.  Replace $subdir
4327         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
4328         with $srcdir.  Reformat indentation.  Substitute some variables
4329         formerly hard-coded in the Makefile for build=host.
4330         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
4331         * Makefile.def: Autogenerate more.
4332         * Makefile.in: Regenerate.
4333
4334 2002-11-13  Bruce Korb  <bkorb@gnu.org>
4335
4336         * Makefile.tpl: syntactic cleanup
4337
4338 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
4339
4340         * Makefile.def (host_modules): Add rda.
4341         * Makefile.in: Regenerate.
4342         * configure.in (target_tool): Add target-rda to list.
4343
4344 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
4345
4346         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
4347         and restrap targets to this rule.
4348         * Makefile.in:  Regenerate.
4349
4350 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
4351
4352         * configure.in (i[3456]86-*-linux*): Add check to disable
4353         ${libgcj} for glibc1.
4354
4355 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
4356
4357         * configure.in: Add tic4x target.
4358
4359 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
4360
4361         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
4362         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
4363         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
4364         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
4365         * Makefile.in: Regenerate.
4366
4367 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
4368
4369         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
4370         * Makefile.in: Regenerate.
4371
4372         * Makefile.def: Remove order dependency comments.
4373         * Makefile.tpl: Add explicit install-install dependencies.
4374         * Makefile.in: Regenerate.
4375
4376         * Makefile.tpl: Remove material now in src-release.  (Finally!)
4377         * Makefile.in: Regenerate.
4378
4379         * configure: Restore my original patch by syncing with gcc version.
4380
4381         * Bring following over from gcc:
4382
4383 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
4384
4385         * configure.in (s390*-*-linux*): Enable libgcj.
4386
4387 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
4388
4389         * Makefile.in: Regenerate.  This really ought to fix things. :sigh:
4390
4391 2002-10-02  Alan Modra  <amodra@bigpond.net.au>
4392
4393         * configure: Move stray lines back to where they belong.
4394
4395 2002-10-01  Nathanael Nerode  <neroden@gcc.gnu.org>
4396
4397         * Makefile.tpl: Insert configure-target target, for src-release.
4398
4399         * configure: Finish reverting change which Andrew Cagney started
4400         reverting.  Should fix bustage.
4401
4402         * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
4403         * src-release: New file.  Contains material for making net
4404         releases for gdb, binutils, et al., formerly in Makefile.in.
4405
4406 2002-09-30  Nick Clifton  <nickc@redhat.com>
4407
4408         * cpu: New top level directory.  Intended to hold input files for
4409         CGEN which have FSF copyright assignment.
4410         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
4411
4412 2002-09-29  Andrew Cagney  <ac131313@redhat.com>
4413
4414         Revert below (note that src does not contain Makefile.tpl):
4415         * Makefile.tpl: Make subsituted variables more autoconfy.
4416         * Makefile.in: Regenerate.
4417
4418 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
4419
4420         * configure: Revert accidentally applied changes.
4421
4422         * Makefile.tpl: Make more autoconf-friendly.
4423         * Makefile.in: Regenerate.
4424         * configure: Make substitution more autoconf-like.
4425
4426 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
4427
4428         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
4429         single entry to handle all these.
4430         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
4431         libjava on arm-*-elf.
4432
4433 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
4434
4435         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
4436         things that depend on them.
4437
4438 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
4439
4440         * Makefile.tpl: Make subsituted variables more autoconfy.
4441         * Makefile.in: Regenerate.
4442         * configure: Make seds more autoconfy.
4443
4444 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
4445
4446         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
4447         * Makefile.in: Regenerate.
4448         * configure.in: Rewrite sed statements to look autoconfy.
4449
4450         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
4451         all-target-foo on configure-target-foo.
4452         * Makefile.def: Ditto.
4453         * Makefile.in: Rebuild.
4454
4455 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
4456
4457         * Makefile.def: New file.
4458         * Makefile.tpl: New file.
4459         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
4460
4461         * configure.in: Minor rearrangement.  Simplify tests.
4462
4463 2002-09-23  Jason Thorpe  <thorpej@wasabisystems.com>
4464
4465         * configure.in (with_headers): Skip copy if value is "yes".
4466         (with_libs): Likewise.
4467
4468 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
4469
4470         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
4471         * configure.in (sh*-*-pe*): Ditto.
4472         * configure.in (mips*-*-pe*): Ditto.
4473         * configure.in (*arm-wince-pe): Ditto.
4474
4475         * configure.in: Rearrange.
4476
4477 2002-09-12  Nick Clifton  <nickc@redhat.com>
4478
4479         * Import these changes from the config master repository:
4480
4481         2002-09-05  Svein E. Seldal  <Svein.Seldal@solidas.com>
4482
4483                 * config.sub: Add tic4x target.
4484
4485         2002-09-03  Ben Elliston  <bje@redhat.com>
4486
4487                 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
4488                 Reported by <Duncan_Stodart@insession.com>.
4489
4490 2002-09-10  Jeff Johnston  <jjohnstn@redhat.com>
4491
4492         * COPYING.NEWLIB: More updates.
4493
4494 2002-09-09  Jeff Johnston  <jjohnstn@redhat.com>
4495
4496         * COPYING.NEWLIB: Update.
4497
4498 2002-08-23  Andrew Cagney  <ac131313@redhat.com>
4499
4500         * texinfo/texinfo.tex: Import version 2002-06-04.06.
4501
4502         * config.guess: Import version 2002-08-23.
4503         * config.sub: Import version 2002-08-22.
4504
4505 2002-08-20  Alexandre Oliva  <aoliva@redhat.com>
4506
4507         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
4508         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
4509         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
4510
4511 2002-08-06  Federico G. Schwindt <fgsch@olimpo.com.br>
4512
4513         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
4514
4515 2002-08-04  H.J. Lu  (hjl@gnu.org)
4516
4517         * configure.in (mips*-*-linux*): Don't skip target-libffi.
4518
4519 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
4520
4521         * configure.in: Move generic linux case to end.  Copy generic
4522         linux noconfigdirs to mips*-*-linux* entry and new
4523         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
4524
4525 2002-07-19  Chris Demetriou  <cgd@broadcom.com>
4526
4527         * MAINTAINERS: Clarify on config.guess and config.sub, and add
4528         one instance of them which was missed to the list to update.
4529
4530 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
4531
4532         * config.guess: Update to 2002-07-09 version.
4533         * config.sub: Update to 2002-07-03 version.
4534
4535 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
4536
4537         * configure.in: Remove two redundant tests.
4538
4539 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4540
4541         * configure.in (mips*-*-irix6*o32): Enable stabs.
4542
4543 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
4544
4545         * configure.in: Don't build grez.
4546         * Makefile.in: Ditto.
4547
4548         * Makefile.in: Remove references to bsp, cygmon, libstub.
4549         * configure.in: Ditto.
4550
4551         * configure.in: Remove leftover reference to gdbtest.
4552
4553 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
4554
4555         * configure.in (gxx_include_dir):  Change to match versioned
4556         C++ headers if --enable-version-specific-runtime-libs is used.
4557
4558 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
4559
4560         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
4561
4562 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
4563
4564         * configure.in: Make --without-x work.
4565
4566 2002-07-03  Nick Clifton  <nickc@cambridge.redhat.com>
4567
4568         * contrib: New directory.  Created to contain a copy of the
4569         texi2pod.pl script so that it is in the same place as the version in
4570         the FSF GCC sources.
4571
4572 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
4573
4574         * configure.in: Rearrange target Makefile fragment collection.
4575
4576         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
4577         cvs[src].
4578         * configure.in: Ditto.
4579
4580 2002-07-01  Nathanael Nerode <neroden@gcc.gnu.org>
4581
4582         * Makefile.in: Eliminate 'apache' targets.
4583         * configure.in: Eliminate 'apache' targets.
4584
4585         * configure.in: Eliminate redundant tests.  Reorganize.
4586
4587         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
4588
4589         * config-ml.in: Eliminate references to Cygnus configure.
4590
4591         * Makefile.in: Eliminate references to building emacs.
4592
4593 2002-07-01  Denis Chertykov  <denisc@overta.ru>
4594
4595         * configure.in: Add support for ip2k.
4596
4597 2002-06-24  Ben Elliston  <bje@redhat.com>
4598
4599         * configure.in (host_tools): Remove cgen.
4600
4601         * Makefile.in (all-cgen): Remove; runs from its source directory.
4602         (check-cgen, install-cgen, clean-cgen): Likewise.
4603         (all-opcodes): No not depend on all-cgen.
4604         (all-sim): Likewise.
4605
4606 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
4607
4608         * configure.in: Fix AIX configury bug.
4609
4610 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
4611
4612         * configure.in: Replace ${topsrcdir} with ${srcdir}.
4613
4614         * configure.in: Move definition of libstdcxx_flags right above
4615         usage, rather than way earlier.
4616
4617         * configure.in: Pull definition of is_cross_compiler earlier.
4618
4619         * configure.in: Rearrange a little.
4620
4621         * configure.in: Remove references to librx.
4622         * Makefile.in: Remove references to librx.
4623
4624 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
4625
4626         * configure.in: Eliminate ${gasdir} variable.
4627
4628 2002-06-18  Dave Brolley  <brolley@redhat.com>
4629
4630         * configure.in: Add support for frv.
4631         * config.sub: Add support for frv.
4632
4633 2002-06-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4634
4635         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
4636
4637 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
4638
4639         * configure.in (vax-*-netbsd*): Re-enable gas.
4640
4641 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
4642
4643         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
4644         BUILD_PREFIX_1, to correct nomenclature.
4645         * configure: Likewise.
4646
4647         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
4648         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
4649
4650 2002-05-31  Olaf Hering  <olh@suse.de>
4651
4652         * config-ml.in: Propogate DESTDIR also.
4653
4654 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
4655
4656         * configure.in (vax-*-netbsd*): Don't build gas for this
4657         platform.
4658
4659 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
4660
4661         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
4662         and libgcj for AVR.
4663
4664 2002-05-28  Nick Clifton  <nickc@cambridge.redhat.com>
4665
4666         * config.sub: Add DLX target.
4667
4668 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
4669
4670         * config.guess: Update to 2002-05-22 version.
4671         * config.sub: Likewise.
4672
4673 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4674
4675         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
4676         * config-ml.in: Likewise.
4677         * configure: Likewise.
4678         * configure.in: Likewise.
4679
4680 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
4681
4682         * configure.in: Simplify makefile fragment collection.
4683
4684         * configure.in: Remove code to build emacs.
4685
4686         * configure.in : Remove --srcdir argument from targargs and buildargs
4687         (it's always overridden in the Makefile anyway).  Rearrange a bit.
4688
4689         * configure: Move some logic to configure.in.
4690         * configure.in: Move some logic from configure.
4691
4692 2002-05-07  Jeff Johnston  <jjohnstn@redhat.com>
4693
4694         * COPYING.LIBGLOSS: New file.
4695
4696 2002-05-07  Federico G. Schwindt <fgsch@olimpo.com.br>
4697
4698         * Makefile.in: Honour DESTDIR.
4699
4700 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
4701
4702         * configure.in (noconfigdirs): Don't disable libgcj on
4703         sparc64-*-solaris* and sparcv9-*-solaris*.
4704
4705 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
4706
4707         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
4708
4709 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
4710
4711         * configure.in (FLAGS_FOR_TARGET): Do not add
4712         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
4713         on i[3456]86-*-linux*.
4714
4715 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
4716
4717         * configure.in (noconfigdirs): Replace [ ] with test.
4718
4719         * configure.in (noconfigdirs): Do not add target-newlib if
4720         target == i[3456]86-*-linux*, and host == target.
4721
4722 2002-04-29  Mark Mitchell  <mark@codesourcery.com>
4723
4724         * config.guess: Updated to 2002-04-26's version.
4725         * config.sub: Updated to 2002-04-26's version.
4726
4727 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
4728
4729         * configure.in: delete reference to absent file
4730
4731         * configure.in: replace '[' with 'test'
4732
4733         * configure.in: Eliminate references to gash.
4734         * Makefile.in: Eliminate references to gash.
4735
4736         * configure.in: remove useless references to 'pic' makefile fragments.
4737
4738         * configure.in: (*-*-windows*) Finish removing.
4739
4740         * configure.in: Eliminate redundant test for libgui.
4741
4742 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
4743
4744         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
4745         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
4746
4747 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
4748
4749         * configure.in: remove references to dead files
4750
4751 2002-04-18  Tom Tromey  <tromey@redhat.com>
4752
4753         * configure.in: Disallow configuring libgcj when it is already
4754         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
4755         Solaris 2.8 by default.  For PR libgcj/6158.
4756
4757 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
4758
4759         * configure.in:  Move default CC setting out of config/mh-* fragments
4760         directly into here.
4761
4762 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
4763
4764         * configure.in: don't even try to configure or make a subdirectory
4765         if there's no configure script for it.
4766
4767 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
4768
4769         * MAINTAINERS: Remove chill maintainers.
4770         * Makefile.in (CHILLFLAGS): Remove.
4771         (CHILL_LIB): Remove.
4772         (TARGET_CONFIGDIRS): Remove libchill.
4773         (CHILL_FOR_TARGET): Remove.
4774         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
4775         CHILL_LIB.
4776         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
4777         (CHECK_TARGET_MODULES): Likewise.
4778         (INSTALL_TARGET_MODULES): Likewise.
4779         (CLEAN_TARGET_MODULES): Likewise.
4780         (configure-target-libchill): Remove.
4781         (all-target-libchill): Remove.
4782         * configure.in (target_libs): Remove target-libchill.
4783         Do not compute CHILL_FOR_TARGET.
4784         * libchill: Remove directory.
4785
4786 2002-04-15  DJ Delorie  <dj@redhat.com>
4787
4788         * Makefile.in, configure.in, configure: Sync with gcc, entries
4789         follow...
4790
4791 2002-04-08  Tom Tromey  <tromey@redhat.com>
4792
4793         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
4794         Fixes PR libgcj/6068.
4795
4796 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
4797
4798         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
4799
4800 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4801
4802         * configure.in (alpha*-dec-osf*): Enable libgcj.
4803
4804 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
4805
4806         Fix for: PR bootstrap/3591, target/5676
4807         * configure.in (mcore-pe): Disable the configuration of
4808         libstdc++-v3 since exceptions are not supported.
4809
4810 2002-03-20  Anthony Green  <green@redhat.com>
4811
4812         * configure.in: Enable libgcj for xscale-elf target.
4813
4814 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
4815
4816         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
4817         libjava.
4818         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
4819
4820 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
4821
4822         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
4823         libstdc++-v3 and libjava.
4824
4825 2002-02-11  Adam Megacz <adam@xwt.org>
4826
4827         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
4828         boehm-gc
4829
4830 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
4831
4832         * config.guess: Updated to 2002-01-30's version.
4833         * config.sub: Updated to 2002-02-01's version.
4834         Contribute sh64-elf.
4835         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
4836         * configure.in: Added sh64-*-*.
4837
4838 2002-01-17  H.J. Lu <hjl@gnu.org>
4839
4840         * Makefile.in (all-fastjar): Also depend on all-libiberty.
4841         (all-target-fastjar): Also depend on all-target-libiberty.
4842
4843 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
4844
4845         * configure, configure.in: Use temp file for long sed commands.
4846
4847 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
4848
4849         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
4850         libf2c.
4851
4852 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
4853
4854         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
4855
4856 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
4857
4858         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
4859
4860 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
4861
4862         * configure: Handle temporary files securely using mkdir.
4863
4864 2001-09-26  Will Cohen <wcohen@redhat.com>
4865
4866         * configure.in (*-*-linux*): Disable configuration of target-newlib
4867         and target-libgloss.
4868
4869 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
4870
4871         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
4872         RANLIB.
4873
4874 2001-08-11  Graham Stott  <grahams@redhat.com>
4875
4876         * Makefile.in (check-c++): Add missing semicolon.
4877
4878 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
4879
4880         * configure.in (sh-*-linux*): New.
4881
4882 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
4883
4884         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
4885         and libgcj on m68hc11/m68hc12.
4886
4887 2001-06-27  H.J. Lu  (hjl@gnu.org)
4888
4889         * Makefile (CFLAGS_FOR_BUILD): New.
4890         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
4891
4892 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
4893
4894         * configure.in (libstdcxx_flags): Do not try to execute
4895         libstdc++-v3/testsuite_flags until it exists.
4896
4897 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
4898
4899         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
4900
4901 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
4902
4903         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
4904
4905 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
4906
4907         * configure.in: Move *-chorusos target case to the proper switch.
4908         Disable libgcj.
4909
4910 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4911
4912         * Makefile.in (STAGE1_CFLAGS): Pass down.
4913
4914 2001-04-13  Alan Modra  <amodra@one.net.au>
4915
4916         * config.guess: Add hppa64-linux support.  Note for next import that
4917         this is already in the master file.
4918         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
4919
4920 2001-03-22  Colin Howell  <chowell@redhat.com>
4921
4922         * Makefile.in (DO_X): Do not backslash single-quotes in
4923         backquotes (two places).
4924
4925 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
4926
4927         * Makefile.in (DO_X): Quote nested quotes.
4928
4929 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
4930
4931         * Makefile.in (DO_X): Use double quotes for quoting
4932         "RANLIB=$${RANLIB}".
4933
4934 2001-03-09  Nicola Pero <n.pero@mi.flashnet.it>
4935
4936         * configure.in: Only use `lang_requires' for languages athat are
4937         actually enabled.
4938
4939 2001-03-07  Tom Tromey  <tromey@redhat.com>
4940
4941         * configure.in: Allow config-lang.in to set `lang_requires' to list
4942         of other required languages.
4943
4944 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
4945
4946         * Makefile.in: Remove RANLIB definition. Use RANLIB
4947         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
4948         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
4949
4950 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
4951             Alexandre Oliva  <aoliva@redhat.com>
4952
4953         * Makefile.in (check-c++): Use tabs, not spaces.
4954
4955 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
4956
4957         * Makefile.in (check-c++): New rule.
4958
4959         * configure.in (target_libs): Remove libg++.
4960         (noconfigdirs): Remove libg++.
4961         (noconfigdirs): Same.
4962         (noconfigdirs): Same.
4963         (noconfigdirs): Same.
4964
4965         * config-ml.in: Remove libg++ references.
4966
4967         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
4968         (ALL_TARGET_MODULES): Same.
4969         (configure-target-libg++): Remove.
4970         (all-target-libg++): Remove.
4971         (configure-target-libio): Remove.
4972         (all-target-libio): Remove.
4973         (check-target-libio): Remove.
4974         (.PHONY): Remove.
4975         (libg++.tar.bz2): Remove.
4976         (all-target-cygmon): Remove libio.
4977         (all-target-libstdc++): Remove.
4978         (configure-target-libstdc++): Remove.
4979         (TARGET_LIB_PATH): Remove libstdc++.
4980         (ALL_GCC_CXX): Remove libstdc++.
4981         (all-target-gperf): Correct.
4982
4983 2001-02-15  Anthony Green  <green@redhat.com>
4984
4985         * configure: Introduce GCJ_FOR_TARGET.
4986         * configure.in: Ditto.
4987         * Makefile.in: Ditto.
4988
4989 2001-02-08  Chandrakala Chavva <cchavva@redhat.com>
4990
4991         * configure.in: for *-chorusos, don't config target-newlib and
4992         target-libgloss.
4993
4994 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
4995
4996         Remove V2 C++ library.
4997         * configure.in: Remove --enable-libstdcxx_v3 support.
4998
4999 2001-01-27  Richard Henderson  <rth@redhat.com>
5000
5001         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
5002
5003 2001-01-26  Tom Tromey  <tromey@redhat.com>
5004
5005         * configure.in: Allow libgcj to be built on Sparc Solaris.
5006
5007 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
5008
5009         * configure.in: Enable libgcj on several additional platforms.
5010
5011 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
5012
5013         * configure.in: Enable libgcj for linux targets.
5014
5015 2001-01-09  Mike Stump  <mrs@wrs.com>
5016
5017         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
5018         failures of subdirectories.
5019
5020 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
5021
5022         * configure: handle DOS-style absolute paths.
5023
5024 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
5025
5026         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
5027
5028 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
5029
5030         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
5031         (libstdcxx_incdir): Pass down.
5032         * config.if: Remove expired bits for cxx_interface, add stub.
5033         (libstdcxx_incdir): Add variable for g++ include directory.
5034         * configure.in (gxx_include_dir): Use it.
5035
5036 2000-12-15  Andreas Jaeger  <aj@suse.de>
5037
5038         * configure.in: Handle lang_dirs.
5039
5040 2000-12-13  Anthony Green  <green@redhat.com>
5041
5042         * configure.in: Disable libgcj for any target not specifically
5043         listed.  Disable libgcj for x86 and Alpha Linux until compatible
5044         with g++ abi.
5045
5046 2000-12-13  Mike Stump  <mrs@wrs.com>
5047
5048         * Makefile.in (local-distclean): Also remove fastjar.
5049
5050 2000-12-10  Anthony Green  <green@redhat.com>
5051
5052         * configure.in: Define libgcj.  Disable libgcj target libraries for
5053         most targets.
5054
5055 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5056
5057         * configure.in (target_libs): Revert 2000-12-08 patch.
5058         (noconfigdirs): Added target-libjava.
5059
5060 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
5061
5062         * Makefile.in: handle DOS-style absolute paths.
5063
5064 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5065
5066         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
5067         libjava.
5068         * configure.in (target_libs): Removed `target-libjava'.
5069
5070 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5071
5072         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
5073         (ALL_MODULES): Added fastjar.
5074         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
5075         (all-target-libjava): all-fastjar replaces all-zip.
5076         (all-fastjar): Added.
5077         (configure-target-fastjar, all-target-fastjar): Likewise.
5078         * configure.in (host_tools): Added fastjar.
5079
5080 2000-12-07  Mike Stump  <mrs@wrs.com>
5081
5082         * Makefile.in (local-distclean): Remove leftover built files.
5083
5084 2000-11-16  Fred Fish  <fnf@be.com>
5085
5086         * configure.in (enable_libstdcxx_v3): Fix typo,
5087         libstd++ -> libstdc++.
5088
5089 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
5090
5091         * configure: Provide the original toplevel configure arguments
5092         (including $0) to subprocesses in the environment rather than
5093         through gcc/configargs.h.
5094
5095 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
5096
5097         * configure: Turn on libstdc++ V3 by default.
5098
5099 2000-10-16  Michael Meissner  <meissner@redhat.com>
5100
5101         * configure (gcc/configargs.h): Only create if there is a build GCC
5102         directory created.
5103
5104 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
5105
5106         * configure: Save configure arguments to gcc/configargs.h.
5107
5108 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
5109
5110         * Makefile.in (bootstrap): avoid recursion if subdir missing
5111         (cross): ditto
5112         (do-proto-toplev): ditto
5113
5114 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
5115
5116         * configure.in: Do not build byacc for hppa64.  Provide paths to the
5117         X11 libraries for hppa64.
5118
5119 2000-09-02  Anthony Green  <green@cygnus.com>
5120
5121         * Makefile.in (all-gcc): Depend on all-zlib.
5122         (CLEAN_MODULES): Add clean-zlib.
5123         (ALL_MODULES): Add all-zlib.
5124         * configure.in (host_libs): Add zlib.
5125
5126 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
5127
5128         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
5129         $targargs to tell whether newlib is going to be built.
5130
5131         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
5132         $$r/TARGET_SUBDIR/libio for _G_config.h.
5133
5134 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
5135
5136         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
5137
5138         * configure: Make enable_threads and enable_shared defaults
5139         explicit.  Substitute enable_threads into generated Makefiles.
5140         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
5141         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
5142
5143 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
5144
5145         * configure.in: Re-enable all references to libg++ and librx.
5146
5147 2002-04-09  Loren James Rittle  <rittle@labs.mot.com>
5148
5149         * configure.in: Add *-*-freebsd* configurations.
5150
5151 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
5152
5153         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
5154         (do-tar, do-bz2): New rules.
5155         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
5156         (gdb-tar): New rule.
5157         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
5158         (insight_dejagnu.tar): New rule.
5159         (insight.tar): New rule.
5160         (gdb+dejagnu.tar): New rule.
5161         (gdb.tar): New rule.
5162
5163 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
5164
5165         * MAINTAINERS: Update dejagnu/
5166
5167 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
5168
5169         * ltmain.sh (relink_command): Fix typo in previous change.
5170
5171 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
5172
5173         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
5174         (relink_command): Added --tag flags.
5175         (mode=install): If relinking fails; error out.
5176
5177 2002-03-12  Richard Henderson  <rth@redhat.com>
5178
5179         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
5180         .NOTPARALLEL tag.
5181         (do-check): Rename from check.
5182         (check): Allow parallel check.
5183
5184 2002-03-11  Richard Henderson  <rth@redhat.com>
5185
5186         * Makefile.in (.NOTPARALLEL): Add fake tag.
5187
5188 2002-03-07  H.J. Lu  (hjl@gnu.org)
5189
5190         * configure.in: Enable gprof for mips*-*-linux*.
5191
5192 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
5193
5194         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
5195         libjava.
5196         (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
5197
5198 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
5199
5200         * texinfo/texinfo.tex: Update to version 2002-02-14.08.
5201
5202 2002-02-23  Daniel Jacobowitz  <drow@mvista.com>
5203
5204         * config.guess: Import from master sources, rev 1.232.
5205         * config.sub: Import from master sources, rev 1.246.
5206
5207 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
5208
5209         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
5210         because its Makefile is there; test for the executable instead.
5211
5212 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
5213
5214         Contribute sh64-elf.
5215         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
5216         * configure.in: Added sh64-*-*.
5217
5218 2002-02-04  Jeff Johnston  <jjohnstn@redhat.com>
5219
5220         * COPYING.NEWLIB: Remove advertising clause from
5221         Berkeley and Red Hat licenses.
5222
5223 2002-02-01  Mo DeJong  <supermo@bayarea.net>
5224
5225         * Makefile.in: Add all-tix to deps for all-snavigator
5226         so that tix is built when building snavigator.
5227
5228 2002-02-01  Ben Elliston  <bje@redhat.com>
5229
5230         * config.guess: Import from master sources, rev 1.229.
5231         * config.sub: Import from master sources, rev 1.240.
5232
5233 2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
5234
5235         From Steve Ellcey <sje@cup.hp.com>:
5236         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
5237         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
5238         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
5239         IA64.
5240         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
5241         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
5242         soname_spec, sys_lib_search_path_spec): Ditto.
5243
5244 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
5245
5246         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
5247         target-libiberty, and target-libgloss.  Skip Java-related
5248         libraries if not supported for NetBSD on target CPU.
5249
5250 2002-01-23  Nick Clifton  <nickc@cambridge.redhat.com>
5251
5252         * configure.in: Import StrongARM and XScale target_configdirs from
5253         FSF GCC version.
5254
5255 2002-01-16  H.J. Lu  (hjl@gnu.org)
5256
5257         * config.guess: Import from master sources, rev 1.225.
5258         * config.sub: Import from master sources, rev 1.238.
5259
5260         * MAINTAINERS: Updated notes on config.guess and config.sub.
5261
5262 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
5263
5264         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
5265         ld and gdb are not supported.
5266
5267 2002-01-07  Jeff Johnston  <jjohnstn@redhat.com>
5268
5269         * Change reference to Cygnus Solutions to be Red Hat.
5270
5271 2002-01-07  Jeff Johnston  <jjohnstn@redhat.com>
5272
5273         * COPYING.NEWLIB: Update generic copyright date.
5274
5275 2002-01-07  Mark Salter  <msalter@redhat.com>
5276
5277         * configure.in: Remove target-bsp and target-cygmon from arm builds.
5278           Allow target-libgloss to be built for arm, strongarm, and xscale.
5279
5280 2002-01-03  Ben Elliston  <bje@redhat.com>
5281
5282         * MAINTAINERS: Update URL for config.* scripts.
5283
5284 2001-12-18  Alan Modra  <amodra@bigpond.net.au>
5285
5286         * config.sub: Import latest version.
5287         * config.guess: Likewise.
5288
5289 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
5290
5291         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
5292         options for i[3456]86-pc-linux* native builds.
5293
5294 2001-12-05  Laurent Guerby  <guerby@acm.org>
5295
5296         * MAINTAINERS: gcc adopts symlink-tree, refer more to
5297         libiberty.
5298
5299         Import this patch from gcc:
5300
5301         2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
5302
5303             * symlink-tree: handle DOS-style absolute paths.
5304
5305 2001-11-28  DJ Delorie <dj@redhat.com>
5306             Zack Weinberg  <zack@codesourcery.com>
5307
5308         When build != host, create libiberty for the build machine.
5309
5310         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
5311         CONFIG_ARGUMENTS.
5312         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
5313         New variables.
5314         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
5315         and rules.
5316         (all.normal): Depend on ALL_BUILD_MODULES.
5317         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
5318         (all-build-libiberty): Depend on configure-build-libiberty.
5319
5320         * configure: Calculate and substitute proper value for
5321         ALL_BUILD_MODULES.
5322         * configure.in: Create the build subdirectory.
5323         Calculate and substitute TARGET_CONFIGARGS (formerly
5324         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
5325
5326 2001-11-26  Geoffrey Keating  <geoffk@redhat.com>
5327
5328         * config.sub: Update to version 1.232 on subversion.
5329
5330 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
5331
5332         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
5333         files from .po files for a distribution.
5334
5335 2001-11-19  Hans-Peter Nilsson  <hp@bitrange.com>
5336
5337         * COPYING.NEWLIB: Mention preserved notice in specific parts.
5338
5339 2001-11-13  Jeff Holcomb  <jeffh@redhat.com>
5340
5341         Merged from net gcc:
5342         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
5343         * ltcf-c.sh: Use $objext, not $ac_objext.
5344         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
5345         * ltcf-cxx.sh: Add support for GNU.
5346         2001-07-22  Timothy Wall  <twall@redhat.com>
5347         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
5348         default settings if using GNU tools with that configuration.
5349         * ltcf-cxx.sh: Ditto.
5350         * ltcf-gcj.sh: Ditto.
5351         2001-07-21  Michael Chastain  <chastain@redhat.com>
5352         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
5353         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
5354         * ltmain.sh: Mark as gcc-local.
5355
5356 2001-11-13  Jeff Holcomb  <jeffh@redhat.com>
5357
5358         * Makefile.in (all-bison): Revert 2001-10-24.
5359         Don't depend on texinfo.
5360
5361 2001-11-12  Hans-Peter Nilsson  <hp@bitrange.com>
5362
5363         * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
5364
5365 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
5366
5367         * configure.in (--enable-languages): Be more permissive about
5368         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
5369
5370 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
5371
5372         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
5373
5374 2001-10-24  Jeff Holcomb  <jeffh@redhat.com>
5375
5376         Makefile.in (all-bison): Don't depend on texinfo.
5377
5378 2001-10-03  Alan Modra  <amodra@bigpond.net.au>
5379
5380         * gettext.m4: Test po/POTFILES.in exists before trying to read.
5381
5382 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
5383
5384         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
5385
5386 2001-09-28  Hans-Peter Nilsson  <hp@axis.com>
5387
5388         * config.sub, config.guess: Import latest from subversions.
5389
5390 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
5391
5392         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
5393         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
5394         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
5395         avoid quotes nesting problems.
5396         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
5397         (DO_X): Export only variables that are set.
5398
5399 2001-09-19  Ben Elliston  <bje@redhat.com>
5400
5401         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
5402         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
5403         semantics.  Use the shell built-in "type" command instead.
5404
5405 2001-09-15  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5406
5407         * config.sub: Reverted the earlier change, this version is not the
5408         master file.
5409
5410 2001-09-14  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5411
5412         * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
5413         Add support for mips64.
5414
5415 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
5416
5417         * configure.in: Enable libstdc++-v3 for h8300 targets.
5418
5419 2001-08-30  Eric Christopher  <echristo@redhat.com>
5420             Jason Eckhardt  <jle@redhat.com>
5421
5422         * config.sub: Add support for mipsisa32.
5423
5424 2001-08-30  Eric Christopher  <echristo@redhat.com>
5425
5426         * config.sub, config.guess: Import latest from subversions.
5427
5428 2001-08-20  Alan Modra  <amodra@bigpond.net.au>
5429
5430         * config.sub, config.guess: Import latest from subversions.
5431
5432 2001-07-26  DJ Delorie  <dj@redhat.com>
5433
5434         * MAINTAINERS: Clarify libiberty merge rules and procedures.
5435
5436 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
5437
5438         * Makefile.in: Revert 2001-06-17.
5439         (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
5440
5441 2001-06-17  H.J. Lu <hjl@gnu.org>
5442
5443         * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
5444         (gas+binutils.tar.bz2): Likewise.
5445         (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
5446
5447 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
5448
5449         * Makefile.in (VER): When present, extract the version number from
5450         the file version.in.
5451
5452 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
5453
5454         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
5455         gcc/xgcc is built, use -print-prog-name to find out the program
5456         name to use.
5457
5458 2001-06-04  Mark Mitchell  <mark@codesourcery.com>
5459
5460         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
5461         with_gcc]: Use `gcc -shared' to build a shared library.
5462
5463 2001-06-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
5464
5465         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
5466         archives.
5467
5468 2001-05-28  Simon Patarin <simon.patarin@inria.fr>
5469
5470         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
5471         libraries when using g++ with native linker.
5472
5473 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
5474
5475         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
5476
5477 2001-05-24  Tom Rix <trix@redhat.com>
5478
5479         * configure.in : enable ld for aix
5480
5481 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
5482
5483         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
5484         [aix4*|aix5*]: Prepend blank.
5485
5486 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
5487
5488         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
5489         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
5490         of subdir/configure scripts to use the new libtool.m4.
5491
5492 2001-05-14  H.J. Lu <hjl@gnu.org>
5493
5494         * config.if (libc_interface): Set to -libc6.2- for cross
5495         compiling to Linux/glibc 2.2.
5496
5497 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
5498
5499         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
5500         libgcj.
5501
5502 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
5503
5504         * configure.in (noconfigdirs): Don't reset it from scratch in the
5505         target case; only append to it.
5506
5507 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
5508
5509         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
5510         sparc-*-solaris2.8]: Disable ${libgcj}.
5511
5512 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
5513
5514         * configure.in (libgcj_saved): Copy from $libgcj.
5515         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
5516         --disable-libgcj.
5517
5518 2001-04-20  Alexandre Oliva  <aoliva@redhat.com>
5519
5520         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
5521         1.641.2.228.
5522
5523 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
5524
5525         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
5526         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
5527
5528 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
5529
5530         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
5531         New macros.
5532         (bootstrap, cross): Use RECURSE_FLAGS.
5533         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
5534
5535 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
5536
5537         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
5538
5539 2001-03-23  Nick Clifton  <nickc@redhat.com>
5540
5541         * README-maintainer-mode: Add note about inability to use "make
5542         distclean" in maintainer mode.
5543
5544 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
5545
5546         Re-installed:
5547         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
5548         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
5549         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
5550         * ltcf-cxx.sh: Likewise.
5551         * ltcf-gcj.sh: Likewise.
5552
5553 2001-03-22  Philip Blundell  <philb@gnu.org>
5554
5555         * config.sub, config.guess: Import latest from subversions.
5556
5557 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
5558
5559         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
5560         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
5561
5562 2001-03-20  Michael Chastain  <chastain@redhat.com>
5563
5564         * Makefile.in: all-m4 depends on all-texinfo.
5565
5566 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
5567
5568         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
5569
5570 2001-02-22  Jeff Johnston <jjohnstn@redhat.com>
5571
5572         * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
5573         longer valid.
5574
5575 2001-02-16  Nick Clifton  <nickc@redhat.com>
5576
5577         * configure.in (noconfigdirs): Allow configuration of texinfo
5578         for Cygwin hosts.
5579
5580 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5581
5582         * config.guess: Add linux target for S/390.
5583         * config.sub: Likewise.
5584         * configure.in: Likewise.
5585
5586 2001-02-06  Ben Elliston  <bje@redhat.com>
5587
5588         * configure: Output host type to stdout, not stderr.
5589
5590 2001-02-04  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
5591
5592         * config.guess: Import from subversions.gnu.org (revision 1.181).
5593         * config.sub: Import from subversions.gnu.org (revision 1.199).
5594
5595 2001-01-30  Alan Modra  <alan@linuxcare.com.au>
5596
5597         * config.guess: Handle hppa64-linux systems.
5598
5599 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
5600
5601         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
5602         Don't unset, it's non-portable and no longer necessary, set to empty
5603         instead.
5604
5605 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5606
5607         * ltconfig: Shell portability fix for the tagname validity check.
5608
5609 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
5610
5611         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
5612
5613 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
5614
5615         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
5616         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
5617
5618 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
5619
5620         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
5621         keep at least one of build_libtool_libs or build_old_libs set to
5622         yes.
5623
5624 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
5625
5626         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
5627         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
5628
5629 2000-11-07  Philip Blundell  <pb@futuretv.com>
5630
5631         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
5632
5633 2000-11-03  Philip Blundell  <pb@futuretv.com>
5634
5635         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
5636         files.
5637
5638 2001-01-15  Jeff Johnston  <jjohnstn@redhat.com>
5639
5640         * COPYING.NEWLIB: Put into source repository.
5641
5642 2001-01-15  Ben Elliston  <bje@redhat.com>
5643
5644         * configure.in (host_tools): Add sid.
5645         Always configure cgen.
5646         * Makefile.in (all-sid): New target.
5647         (check-sid, clean-sid, install-sid): Likewise.
5648
5649 2001-01-07  Andreas Jaeger  <aj@suse.de>
5650
5651         * config.sub, config.guess: Update from subversions.
5652
5653 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
5654
5655         * configure.in: Disable language-specific target libraries for
5656         languages that aren't enabled.
5657
5658 2000-11-24  Nick Clifton  <nickc@redhat.com>
5659
5660         * configure.in (xscale-elf): Add target.
5661         (xscale-coff): Add target.
5662         (c4x, c5x, tic54x): Move after ARM targets.
5663
5664 2000-11-23  Alexandre Oliva  <aoliva@redhat.com>
5665
5666         * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
5667
5668 2000-11-20  Ian Lance Taylor  <ian@zembu.com>
5669
5670         * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
5671
5672 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
5673
5674         * Makefile.in: Merge with GCC and libgcj.
5675         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
5676         configure-target-<library> when their configure scripts need the C
5677         or C++ library to have already been built to work properly.
5678         (do_proto_toplev): Set them to an empty string.
5679
5680 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
5681
5682         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
5683         (REALLY_SET_LIB_PATH): Use them.
5684
5685 2000-11-06  Christopher Faylor <cgf@cygnus.com>
5686
5687         * config.sub: Add support for Sun Chorus
5688
5689 2000-11-02  Per Lundberg  <plundis@chaosdev.org>
5690
5691         * config.sub: Add support for the *-storm-chaos OS.
5692
5693 2000-10-30  Stephane Carrez  <stcarrez@worldnet.fr>
5694
5695         * configure.in (noconfigdirs): Don't compile some
5696         of the libraries for 68HC11 & 68hc12 targets.
5697
5698 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
5699
5700         * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
5701         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
5702         all affected `configure' scripts.
5703
5704 2000-09-25  Alexandre Oliva  <aoliva@redhat.com>
5705
5706         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
5707         ltcf-c.sh.
5708
5709 2000-09-12  Philip Blundell  <philb@gnu.org>
5710
5711         * config.sub, config.guess: Update from subversions.
5712
5713 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
5714
5715         * Makefile.in (all-zlib): Added dummy target.
5716
5717         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
5718         multi-language branch.
5719
5720 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
5721
5722         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
5723         (bootstrap*): Depend on all-bootstrap.
5724
5725 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
5726
5727         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
5728         crosses, but add gcc/include to the header search path for them.
5729
5730 2000-08-31  Alexandre Oliva  <aoliva@redhat.com>
5731
5732         * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
5733         * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
5734         * gettext.m4: New file, extracted from aclocal.m4.
5735
5736 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
5737
5738         * config-ml.in (CC, CXX): Avoid trailing whitespace.
5739         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
5740         sub-configures.
5741
5742 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
5743
5744         * Makefile.in (ALL_MODULES): Add all-cgen.
5745         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
5746         (all-cgen): New target.
5747         (all-opcodes,all-sim): Depend on all-cgen.
5748         * configure.in (host_tools): Add cgen.
5749         Only configure cgen if --enable-cgen-maint.
5750
5751 2000-08-17  Alexandre Oliva  <aoliva@redhat.com>
5752
5753         * config-ml.in (CC, CXX): Don't introduce a leading space.
5754
5755 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
5756
5757         * configure.in (libstdcxx_flags): Use
5758         libstdc++-v3/src/libstdc++.INC.
5759
5760 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
5761
5762         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
5763
5764 2000-08-11  Jason Merrill  <jason@redhat.com>
5765
5766         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
5767         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
5768         (FLAGS_FOR_TARGET): Not here.
5769         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
5770
5771 2000-08-07  DJ Delorie  <dj@redhat.com>
5772
5773         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
5774         "if we're also building gcc, and it's a gcc that will run on the
5775         build machine, we want to use its includes instead of the system's
5776         default includes".
5777
5778 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
5779
5780         * configure.in (libstdcxx_flags): Don't use `"'.
5781
5782         * config-ml.in: Adjust multilib search paths to the
5783         appropriate multilib tree.
5784
5785 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
5786
5787         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
5788         commas in $LANGUAGES.
5789
5790 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
5791
5792         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
5793
5794 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
5795
5796         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
5797         CXX_FOR_TARGET for sed.
5798
5799 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
5800
5801         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
5802         Do not override if already set in the environment or in configure.
5803         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
5804         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
5805
5806 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
5807
5808         * Makefile.in (FLAGS_FOR_TARGET): New macro.
5809         (GCC_FOR_TARGET): Use it.
5810         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
5811         * configure.in: ... here.
5812         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
5813         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
5814
5815 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
5816
5817         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
5818         (configure-target-libchill, configure-target-libobjc): Likewise.
5819
5820         * configure.in: Use the same cache file for all target libs.
5821         * config-ml.in: But different cache files per multilib variant.
5822
5823 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
5824
5825         * configure (topsrcdir): Don't use dirname.
5826
5827 2000-07-20  Jason Merrill  <jason@redhat.com>
5828
5829         * configure.in: Remove all references to libg++ and librx.
5830
5831         * configure, configure.in, Makefile.in: Unify gcc and binutils.
5832
5833 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
5834
5835         * config.sub: Update to subversions version 2000-07-06.
5836
5837 2000-07-12  Andrew Haley  <aph@cygnus.com>
5838
5839         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
5840         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
5841
5842 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
5843
5844         * symlink-tree:  Check number of arguments.
5845
5846 2000-06-06  Andrew Cagney  <cagney@b1.cygnus.com>
5847
5848         * texinfo/texinfo.tex: Update to version 2000-05-28.15.
5849
5850 2000-07-05  Jim Wilson  <wilson@cygnus.com>
5851
5852         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
5853         search path for a g++ extracted from the build tree.  This
5854         will allow link tests run by configure scripts in
5855         subdirectories to succeed.
5856
5857 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
5858
5859         * ltconfig: Add support for mips-dde-sysv4.2MP
5860
5861 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
5862
5863         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
5864         `os2'. Force ac_cv_exeext to be ".exe" in that case.
5865
5866 2000-06-19  Timothy Wall  <twall@cygnus.com>
5867
5868         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
5869         * config.sub: Add tic54x target.
5870
5871 2000-06-07  Phillip Thomas  <pthomas@suse.de>
5872
5873         * README-maintainer-mode: New file: Contains notes on using
5874         --enable-maintainer-mode with binutils.
5875
5876 2000-05-29  Andrew Cagney  <cagney@b1.cygnus.com>
5877
5878         * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
5879
5880 2000-05-30  Andrew Cagney  <cagney@b1.cygnus.com>
5881
5882         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
5883         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
5884
5885 20000-05-21  H.J. Lu  (hjl@gnu.org)
5886
5887         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
5888         directory are used if they exist. Make sure
5889         $(build_tooldir)/include is searched for header files,
5890         $(build_tooldir)/lib/ for library files.
5891         (GCC_FOR_TARGET): Likewise.
5892         (CXX_FOR_TARGET): Likewise.
5893
5894 2000-05-18  Jeffrey A Law  (law@cygnus.com)
5895
5896         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
5897
5898 2000-05-17  Alexandre Oliva  <aoliva@cygnus.com>
5899
5900         * Makefile.in (configure-target-libiberty): Depend on
5901         configure-target-newlib.
5902
5903 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
5904
5905         * configure.in, Makefile.in: Merge all libffi-related
5906         configury stuff from the libgcj tree.
5907
5908 2000-05-16  Andrew Cagney  <cagney@b1.cygnus.com>
5909
5910         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
5911         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
5912
5913 2000-05-16  Andrew Cagney  <cagney@b1.cygnus.com>
5914
5915         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
5916         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
5917         current version information.  Add to proto-toplev directory.
5918         (gdb-taz): Build do-djunpack.
5919
5920 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
5921
5922         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
5923
5924 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5925
5926         * ltmain.sh: Preserve in relink_command any environment
5927         variables that may affect the linker behavior.
5928
5929 2000-05-12  Jeffrey A Law  (law@cygnus.com)
5930
5931         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
5932
5933 2000-05-10  Jim Wilson  <wilson@cygnus.com>
5934
5935         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
5936
5937 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
5938
5939         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
5940         with the version name.
5941
5942 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
5943
5944         * config.if: Tweak.
5945
5946 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
5947
5948         * djunpack.bat: New file.
5949
5950 2000-04-19  Andrew Cagney  <cagney@b1.cygnus.com>
5951
5952         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
5953         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
5954         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
5955         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
5956
5957 2000-04-16  Dave Pitts  <dpitts@cozx.com>
5958
5959         * config.sub (case $basic_machine): Change default for "ibm-*"
5960         to "openedition".
5961
5962 2000-04-12  Andrew Cagney  <cagney@b1.cygnus.com>
5963
5964         * Makefile.in (gdb-taz): New target.  GDB specific archive.
5965         (do-md5sum): New target.
5966         (MD5PROG): Define.
5967         (PACKAGE): Default to TOOL.
5968         (VER): Default to a shell script.
5969         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
5970         md5 checksum generation.
5971         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
5972         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
5973         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
5974         insight.tar.bz2): Use gdb-taz to create archive.
5975
5976 2000-04-07  Andrew Cagney  <cagney@b1.cygnus.com>
5977
5978         * configure (warn_cflags): Delete.
5979
5980 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
5981             Martin v. Loewis  <martin@loewis.home.cs.tu-berlin.de>
5982
5983         * configure.in (enable_libstdcxx_v3): Add.
5984         (target_libs): Add bits here to switch between libstdc++-v2 and
5985         libstdc++-v3.
5986         * config.if: And this file too.
5987         * Makefile.in: Add libstdc++-v3 targets.
5988
5989 2000-04-05  Michael Meissner  <meissner@redhat.com>
5990
5991         * config.sub (d30v): Add d30v as a basic machine type.
5992
5993 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
5994
5995         * configure.in: -linux-gnu*, not -linux-gnu.
5996
5997 2000-03-03  Andrew Cagney  <cagney@b1.cygnus.com>
5998
5999         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
6000         (do-tar-bz2): Replace TOOL with PACKAGE.
6001         (gdb.tar.bz2): Remove GDBTK from GDB package.
6002         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
6003         dejagnu.tar.bz2): New packages.
6004
6005 2000-02-27  Andreas Jaeger  <aj@suse.de>
6006
6007         * configure.in: Add entry for mips*-*-linux*, move catch all
6008         *-*-*linux* entry below this one.
6009
6010 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
6011
6012         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
6013
6014 2000-02-24  Nick Clifton  <nickc@cygnus.com>
6015
6016         * config.sub: Support an OS of "wince".
6017
6018 2000-02-24  Andrew Cagney  <cagney@b1.cygnus.com>
6019
6020         * config.guess, config.sub: Updated to match config's 2000-02-15
6021         version.
6022
6023 2000-02-23  Linas Vepstas <linas@linas.org>
6024
6025         * config.sub: Add support for Linux/IBM 370.
6026         * configure.in: Likewise.
6027
6028 2000-02-22  Nick Clifton  <nickc@cygnus.com>
6029
6030         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
6031
6032 2000-02-20  Christopher Faylor <cgf@cygnus.com>
6033
6034         * config.guess: Guess "cygwin" rather than "cygwin32".
6035
6036 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6037
6038         * configure (gcc_version): When setting, narrow search to
6039         lines containing `version_string'.
6040
6041 2000-02-15  Denis Chertykov  <denisc@overta.ru>
6042
6043         * config.sub: Add support for avr target.
6044
6045 2000-02-01  Hans-Peter Nilsson  <hp@bitrange.com>
6046
6047         * config.sub: Add mmix-knuth-mmixware.
6048
6049 2000-01-27  Christopher Faylor <cgf@redhat.com>
6050
6051         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
6052         structure stuff to -L library search.
6053         (CXX_FOR_TARGET): Ditto.
6054         (CROSS_CHECK_MODULES): Fix spelling mistake.
6055
6056 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
6057
6058         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
6059         the C++ compiler.
6060
6061 2000-01-12  Richard Henderson  <rth@cygnus.com>
6062
6063         * configure.in: Don't build some bits for beos.
6064
6065 2000-01-12  Joel Sherrill (joel@OARcorp.com)
6066
6067         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
6068         as include files.
6069
6070 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
6071
6072         * configure.in: Use mt-aix43 to handle *_TARGET defs,
6073         not mh-aix43.
6074
6075 1999-12-14  Richard Henderson  <rth@cygnus.com>
6076
6077         * config.guess (alpha-osf, alpha-linux): Detect ev67.
6078         * config.sub: Accept alphaev[78], alphaev8.
6079
6080 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
6081
6082         * config.guess, config.sub: Update from autoconf.
6083
6084 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6085
6086         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
6087         necessary libraries are missing.
6088
6089 1999-10-25  Andreas Schwab  <schwab@suse.de>
6090
6091         * configure: Fix quoting inside arguments of eval.
6092
6093 1999-10-21  Nick Clifton  <nickc@cygnus.com>
6094
6095         * config-ml.in: Allow suppression of some ARM multilibs.
6096
6097 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
6098
6099         * config.guess: Add OS/390 match pattern.
6100         * config.sub: Add mvs, openedition targets.
6101         * configure.in (i370-ibm-opened*): New.
6102
6103 1999-09-04  Steve Chamberlain  <sac@pobox.com>
6104
6105         * config.sub: Add support for configuring for pj.
6106
6107 1999-08-31  Nick Clifton  <nickc@cygnus.com>
6108
6109         * config.sub (maybe_os): Add support for configuring for fr30.
6110
6111 1999-08-25  Nick Clifton  <nickc@cygnus.com>
6112
6113         * configure.in: Do not configure or build ld for AIX
6114         platforms.  ld is known to be broken on these platforms.
6115
6116 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6117
6118         * config-ml.in: Pass compiler flag corresponding to multidirs to
6119         subdir configures.
6120
6121 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
6122
6123         * Makefile.in (LDFLAGS): Define.
6124
6125 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
6126
6127         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
6128         noconfigdirs.
6129         (*-*-cygwin*): Likewise.
6130
6131 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
6132
6133         * mkdep: New file.
6134         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
6135         (BINUTILS_SUPPORT_DIRS): Add mkdep.
6136
6137         From Eli Zaretskii <eliz@is.elta.co.il>:
6138         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
6139         long file name when using DJGPP on MS-DOS.
6140
6141 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
6142
6143         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
6144
6145 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
6146
6147         * Makefile.in (check-target-libio): Remove all-target-libstdc++
6148         dependency as this causes "make check" to globally "make all"
6149
6150 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
6151
6152         * configure.in (target_libs): Added target-zlib.
6153         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
6154         (CONFIGURE_TARGET_MODULES): Likewise.
6155         (CHECK_TARGET_MODULES): Likewise.
6156         (INSTALL_TARGET_MODULES): Likewise.
6157         (CLEAN_TARGET_MODULES): Likewise.
6158         (configure-target-zlib): New target.
6159         (all-target-zlib): Likewise.
6160         (all-target-libjava): Depend on all-target-zlib.
6161         (configure-target-libjava): Depend on configure-target-zlib.
6162
6163         * Makefile.in (configure-target-libjava): Depend on
6164         configure-target-newlib.
6165         (configure-target-boehm-gc): New target.
6166         (configure-target-qthreads): New target.
6167
6168         * configure.in (target_libs): Added target-qthreads.
6169         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
6170         (CONFIGURE_TARGET_MODULES): Likewise.
6171         (CHECK_TARGET_MODULES): Likewise.
6172         (INSTALL_TARGET_MODULES): Likewise.
6173         (CLEAN_TARGET_MODULES): Likewise.
6174         (all-target-qthreads): New target.
6175         (configure-target-libjava): Depend on configure-target-qthreads.
6176         (all-target-libjava): Depend on all-target-qthreads.
6177
6178         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
6179         (CONFIGURE_TARGET_MODULES): Likewise.
6180         (CHECK_TARGET_MODULES): Likewise.
6181         (INSTALL_TARGET_MODULES): Likewise.
6182         (CLEAN_TARGET_MODULES): Likewise.
6183         (all-target-libjava): New target.
6184         (all-target-boehm-gc): Likewise.
6185         * configure.in (target_libs): Added libjava, boehm-gc.
6186
6187 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
6188
6189         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
6190         configure.bat in SUPPORT_FILES.
6191         (gas+binutils.tar.bz2): Likewise.
6192
6193         * makeall.bat: Remove; obsolete.
6194
6195 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
6196
6197         From Mark Elbrecht:
6198         * configure.bat: Remove; obsolete.
6199
6200 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
6201
6202         * configure: Add -W -Wall to the default CFLAGS when compiling with
6203         gcc.
6204
6205 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
6206
6207         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
6208
6209 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
6210
6211         * configure.in: Build ld on IRIX6.
6212
6213 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
6214
6215         * Makefile.in: Change distribution targets to use bzip2 instead of
6216         gzip.
6217         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
6218         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
6219
6220 1999-06-04  Nick Clifton  <nickc@cygnus.com>
6221
6222         * config.sub: Add mcore target.
6223
6224 1999-05-30  Cort Dougan  <cort@cs.nmt.edu>
6225
6226         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
6227
6228 1999-05-25  H.J. Lu  (hjl@gnu.org)
6229
6230         * config.guess (dummy): Changed to $dummy.
6231
6232 1999-05-24  Nick Clifton  <nickc@cygnus.com>
6233
6234         * config.sub: Tidied up case statements.
6235
6236 1999-05-22  Ben Elliston  <bje@cygnus.com>
6237
6238         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
6239         <jiro@din.or.jp>.
6240
6241         * config.guess: Merge with FSF version. Future changes will be
6242         more accurately recorded in this ChangeLog.
6243         * config.sub: Likewise.
6244
6245 1999-05-20   Stephen L Moshier  <moshier@world.std.com>
6246
6247          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
6248
6249 1999-04-30  Tom Tromey  <tromey@cygnus.com>
6250
6251         * ltmain.sh: [mode link] Always use CC given by ltconfig.
6252
6253 1999-04-23  Tom Tromey  <tromey@cygnus.com>
6254
6255         * ltconfig, ltmain.sh: Update to libtool 1.2f.
6256
6257 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
6258
6259         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
6260         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
6261         Bad merge removed these two changes.
6262
6263 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
6264                           Martin Heller (Ing.-Buero_Heller@t-online.de)
6265
6266         * config.guess (interix Alpha): Add.
6267
6268 1999-04-11  Richard Henderson  <rth@cygnus.com>
6269
6270         * configure.in (i?86-*-beos*): Do config gperf; don't config
6271         gdb, newlib, or libgloss.
6272
6273 1999-04-11  Alexandre Oliva  <oliva@dcc.unicamp.br>
6274
6275         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
6276         link a trivial program with -mabi=64.  If it fails, remove mabi=64
6277         from multidirs.
6278
6279 1999-04-10  Philipp Thomas  (kthomas@gwdg.de)
6280
6281         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
6282
6283 1999-04-08  Nick Clifton  <nickc@cygnus.com>
6284
6285         * config.sub: Add support for mcore targets.
6286
6287 1999-04-07  Michael Meissner  <meissner@cygnus.com>
6288
6289         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
6290         not mt-ospace, in order to shut up assembler warning about using
6291         symbols that are named the same as registers.
6292
6293 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
6294
6295         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
6296         dependency list for all-target-cygmon.
6297
6298 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
6299
6300         * config-ml.in: Check $host, not $target, for selective multilibs.
6301         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
6302         thumb interworking, and underscore prefix multilibs.
6303
6304 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
6305
6306         * missing: Update to version from current automake.
6307
6308 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
6309
6310         * configure (gxx_include_dir): Removed.
6311
6312         * configure.in (gxx_include_dir): Handle it.
6313         * Makefile.in: Likewise.
6314
6315 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
6316
6317         * config.sub (mips64vr4111,mips64vr4111el) Add.
6318
6319 1999-03-21  Ben Elliston  <bje@cygnus.com>
6320
6321         * config.guess: Correct typo for detecting ELF on FreeBSD.
6322
6323 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
6324
6325         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
6326         config/mh-djgpp.
6327
6328 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
6329
6330         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
6331         all-target-newlib to dependency list for all-target-bsp.
6332
6333 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
6334
6335         * config.sub: Add i386-uwin support.
6336         * config.guess: Likewise.
6337
6338 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6339
6340         * configure.in: cleanup, add mh-*pic handling for arm, special
6341         case powerpc*-*-aix*
6342
6343 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
6344
6345         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
6346         can be built.
6347
6348 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
6349
6350         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
6351         targets.
6352
6353 1999-03-02  Nick Clifton  <nickc@cygnus.com>
6354
6355         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
6356
6357 1999-02-28  Geoffrey Noer  <noer@cygnus.com>
6358
6359         * config.sub: Check for "cygwin*" rather than "cygwin32*"
6360
6361 1999-02-24  Nick Clifton  <nickc@cygnus.com>
6362
6363         * config.sub: Fix typo in arm recognition.
6364
6365 1999-02-24  Drew Moseley  <dmoseley@cygnus.com>
6366
6367         * configure.in (noconfigdirs): Changed target_configdirs to
6368         include target-bsp only for m68k-*-elf* and m68k-*-coff*
6369         rather than m68k-*-* since it is not known to work on
6370         m68k-aout. Ditto for arm-*-*oabi.
6371
6372 1999-02-24  Stan Shebs  <shebs@andros.cygnus.com>
6373
6374         * configure.in (*-*-windows*): Remove, no longer used.
6375
6376 1999-02-19  Ben Elliston <bje@cygnus.com>
6377
6378         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
6379         Smart and improved by Andrew Cagney.
6380
6381 1999-02-18  Marc Espie <espie@cvs.openbsd.org>
6382
6383         * config.guess: Recognize openbsd-*-hppa.
6384
6385 1999-02-17  H.J. Lu  (hjl@gnu.org)
6386
6387         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
6388         only if it is not empty.
6389
6390 1999-02-17  Nick Clifton  <nickc@cygnus.com>
6391
6392         Patch from: Scott Bambrough <scottb@corelcomputer.com>
6393
6394         * config.guess: Modified to recognize uname's armv* syntax.
6395
6396         * config.sub: Modified to recognize uname's armv* syntax.
6397
6398 1999-02-17  Mark Salter  <msalter@cygnus.com>
6399
6400         * configure.in: Added target-bsp for sparclite.
6401
6402 1999-02-08  Richard Henderson  <rth@cygnus.com>
6403
6404         * config.sub: Recognize alphapca5[67] and up to alphaev8.
6405
6406 1999-02-08  Nick Clifton  <nickc@cygnus.com>
6407
6408         * configure.in: Add support for strongarm port.
6409         * config.sub: Add support for strongarm target.
6410
6411 1999-02-07  Mumit Khan  <khan@xraylith.wisc.edu>
6412
6413         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
6414         the old name config/mh-cygwin32.
6415         Enable texinfo.
6416
6417 1999-02-04  Ian Lance Taylor  <ian@cygnus.com>
6418
6419         * configure.in: Do build ld for ix86 Solaris.
6420
6421 1999-02-02  Jim Wilson  <wilson@cygnus.com>
6422
6423         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
6424         $AR_FOR_TARGET.  Likewise for RANLIB.
6425
6426 1999-02-02  Catherine Moore  <clm@cygnus.com>
6427
6428         * config.sub (oabi):  Recognize.
6429         * configure.in (arm-*-oabi):  Handle.
6430
6431 1999-01-30  Robert Lipe  (robertlipe@usa.net)
6432
6433         * config.guess: Improve detection of i686 on UnixWare 7.
6434
6435 1999-01-30  Mumit Khan  <khan@xraylith.wisc.edu>
6436
6437         * config.guess: Add support for i386-pc-interix.
6438         * config.sub: Likewise.
6439         * configure.in: Likewise.
6440
6441 1999-01-18  Christopher Faylor <cgf@cygnus.com>
6442
6443         * Makefile.in: Remove unneeded all-target-libio from
6444         from all-target-winsup target since it is now unneeded.
6445         Add all-target-libtermcap in its place since it is now
6446         needed.
6447
6448 1998-12-30  Christopher Faylor <cgf@cygnus.com>
6449
6450         * configure.in: makefile stub for cygwin target is probably
6451         unnecessary.  Remove it for now.
6452
6453 1998-12-30  Christopher Faylor <cgf@cygnus.com>
6454
6455         * configure.in: libtermcap.a should be built when cygwin is the
6456         target as well as the host.
6457         * config.guess: Allow mixed case in cygwin uname output.
6458         * Makefile.in: Add libtermcap target.
6459
6460 1998-12-23  Jeffrey A Law  (law@cygnus.com)
6461
6462         * config.sub: Clean up handling of hppa2.0.
6463
6464 1998-12-22  Rodney Brown  (rodneybrown@pmsc.com)
6465
6466         * config.guess: Use C code to identify more HP machines.
6467
6468 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
6469
6470         * config.sub: Handle hppa2.0.
6471
6472 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
6473
6474         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
6475         cygmon for all sparclite targets, regardless of object format.
6476
6477 1998-12-15  Mark Salter  <msalter@cygnus.com>
6478
6479         * configure.in: Added target-bsp for several target architectures.
6480
6481         * Makefile.in: Added rules for bsp.
6482
6483 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
6484
6485         * config.guess: Improve detection of hppa2.0 processors.
6486
6487 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
6488
6489         * config.guess: Recognize FreeBSD using ELF automatically.
6490
6491 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
6492
6493         * configure (skip-this-dir): Add handling for new shell script, which
6494         might be created by a sub-directory's configure to indicate, this particular
6495         directory is "unwanted".
6496         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
6497
6498 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
6499
6500         * ltconfig: import from libtool, after changing libtool to
6501         account for the cygwin name change.
6502
6503 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
6504
6505         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
6506         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
6507
6508 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
6509
6510         * configure.in: Add libtermcap to list of cygwin dependencies.
6511
6512 1998-11-17  Geoffrey Noer  <noer@cygnus.com>
6513
6514         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
6515         they include winsup/include when it's a cygwin target.
6516
6517 1998-11-12  Tom Tromey  <tromey@cygnus.com>
6518
6519         * configure.in (host_tools): Added zip.
6520         * Makefile.in (all-target-libjava): Depend on all-zip.
6521         (all-zip): New target.
6522         (ALL_MODULES): Added all-zip.
6523         (NATIVE_CHECK_MODULES): Added check-zip.
6524         (INSTALL_MODULES): Added install-zip.
6525         (CLEAN_MODULES): Added clean-zip.
6526
6527 1998-11-12  Geoffrey Noer  <noer@cygnus.com>
6528
6529         * Makefile.in: lose "32" from comment about cygwin.
6530
6531 1998-11-05  Nick Clifton  <nickc@cygnus.com>
6532
6533         * configure.in: Use -Os to build target libraries for the fr30.
6534
6535 1998-11-04  Dave Brolley  <brolley@cygnus.com>
6536
6537         * config.sub: Add fr30.
6538
6539 1998-11-02  Geoffrey Noer  <noer@cygnus.com>
6540
6541         * configure.in: drop "32" from config/mh-cygwin32.  Check
6542         cygwin* instead of cygwin32*.
6543         * config.sub: Check cygwin* instead of cygwin32*.
6544
6545 1998-10-22  Robert Lipe  <robertl@dgii.com>
6546
6547         * config.guess: Match any version of Unixware7.
6548
6549 1998-10-20  Syd Polk  <spolk@cygnus.com>
6550
6551         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
6552         if desired.
6553
6554 1998-10-18  Jeffrey A Law  (law@cygnus.com)
6555
6556         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
6557         these if the appropriate directories and files to not exist.
6558
6559 1998-10-14  Jeffrey A Law  (law@cygnus.com)
6560
6561         * Makefile.in (DEVO_SUPPORT): Add config.if.
6562
6563 1998-10-13  Manfred Hollstein  <manfred@s-direktnet.de>
6564
6565         * configure: Add pattern to replace "build_tooldir"'s
6566         definition in the generated Makefile with "tooldir"'s
6567         actual value.
6568
6569 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
6570
6571         * config.sub: Bring back lost sparcv9.
6572
6573         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
6574
6575 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
6576
6577         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
6578         CC_FOR_TARGET and friends.
6579
6580 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
6581
6582         * Makefile.in (build_tooldir): New variable, same as tooldir.
6583         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
6584         -B$(build_tooldir)/bin/.
6585         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
6586
6587 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
6588
6589         * config.sub: Add support for i[34567]86-pc-udk.
6590         * configure.in: Likewise.
6591
6592 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
6593
6594         * Makefile.in: add bzip2 package building bits for user
6595         tools module
6596         * configure.in: ditto
6597
6598 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
6599
6600         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
6601         (ALL_TARGET_MODULES): Add all-target-libobjc.
6602         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
6603         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
6604         (all-target-libchill): Add dependencies.
6605         * configure.in (target_libs): Add libchill.
6606
6607 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
6608
6609         * configure.in (target_subdir): Remove duplicate line.
6610
6611 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
6612
6613         * Makefile.in (all-automake): fix dependencies.
6614
6615 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
6616
6617         * configure.in: Minor cleanups for building in the $(target_alias)
6618         subdir.
6619
6620 1998-09-22  Jim Wilson  <wilson@cygnus.com>
6621
6622         * Makefile.in (bootstrap): Set r and s before make all.  Use
6623         BASE_FLAGS_TO_PASS in make all.
6624         (cross): Likewise.
6625
6626 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
6627
6628         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
6629
6630 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
6631
6632         * config.sub: Fix typo in last change.
6633
6634 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
6635
6636         * config.sub: Add support for C4x target.
6637         * configure.in: Likewise.
6638
6639 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
6640
6641         * config.sub: Recognize sparcv9 just like sparc64.
6642
6643 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
6644
6645         * config.guess: Match "Pent II" or "PentII" for OpenServer.
6646
6647 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
6648
6649         * config.guess: Correctly identify Pentium II sco boxes.
6650
6651         * config.guess: Fix "tr" code.  From Weiwen Liu.
6652
6653 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
6654
6655         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
6656         stabs.
6657
6658 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
6659
6660         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
6661         (ALL_TARGET_MODULES): Add all-target-libchill.
6662         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
6663         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
6664         (all-target-libchill): Add dependencies.
6665         * configure.in (target_libs): Add libchill.
6666
6667 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
6668
6669         * config.guess: Avoid assumptions about "tr" behaves when
6670         LANG is set to something other than English.
6671
6672 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
6673
6674         * configure (gxx_include_dir): Changed to
6675         '${prefix}/include/g++'-${libstdcxx_interface}.
6676
6677         * config.if: New to determine the interfaces.
6678
6679 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
6680
6681         * config.guess: Detect and handle MPE/IX.
6682         * config.sub: Deal with MPE/IX.
6683
6684 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
6685
6686         * configure.in: Use mh-aix43.
6687
6688 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
6689
6690         * configure: Fix --without/--disable cases for gxx-include-dir.
6691
6692 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
6693
6694         * mdata-sh:  Imported.  Needed for automake support.
6695
6696 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
6697
6698         * Makefile.in (taz): Try "chmod -R og=u ." before
6699         "chmod og=u `find . -print`".
6700
6701 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
6702
6703         * configure.in: Add arm-elf and thumb-elf support.
6704
6705 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
6706
6707         * Makefile.in: Undo previous patch.
6708
6709 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
6710
6711         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
6712         to here ...
6713         (install-no-fixedincludes): and here
6714         (INSTALL_MODULES): ... from here.
6715
6716 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
6717
6718         * config.sub: Merge with FSF.
6719
6720         * config.guess: Merge with FSF.
6721
6722 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
6723
6724         * configure (extraconfigdirs): New variable.
6725         (SUBDIRS): Add extraconfigdirs and recurse on them too.
6726         * Makefile.in (all): Move higher in file.
6727         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
6728         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
6729         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
6730         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
6731         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
6732
6733 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
6734
6735         * Makefile.in (all-target-libjava): Depend on all-gcc and
6736         all-target-newlib.
6737         (configure-target-libjava): Depend on $(ALL_GCC).
6738
6739 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
6740
6741         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
6742         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
6743
6744 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
6745
6746         * ylwrap: Change absolute path checks to check for DOS style path
6747         names.
6748
6749         * ylwrap: Don't use a full path name if the source file is in the
6750         same directory.  From hjl@lucon.org (H.J. Lu).
6751
6752         * config-ml.in: Default to being verbose, to match Feb 18 change to
6753         configure.
6754
6755 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
6756
6757         Brought over from egcs:
6758
6759         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
6760
6761         * configure.in (target_subdir): Set to ${target_alias} instead
6762         of "libraries".
6763
6764         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
6765
6766         * configure.in (target_subdir): Set to libraries if enable_multilib.
6767
6768 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
6769
6770         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
6771         multilibs, force reconfiguration the first time we create
6772         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
6773
6774 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
6775
6776         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
6777         avoid confusion with --no-recursion.
6778
6779 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
6780
6781         * configure.in: Win32 hosts shouldn't use install -x
6782         * install-sh: remove -x option, and special .exe-handling
6783         hack.
6784
6785 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
6786
6787         * config.guess: Recognize i586-pc-beos.
6788         * configure.in: Don't build some bits for beos.
6789
6790 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
6791
6792         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
6793         CFLAGS default to -O2.
6794
6795         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
6796         when using GNU ld.
6797
6798 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
6799
6800         * ltmain.sh: Correct install when using a different shell.
6801
6802 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
6803
6804         * ltconfig, ltmain.sh: Update to libtool 1.2b.
6805
6806 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
6807
6808         * makefile.vms: Update to build binutils/makefile.vms.  Add install
6809         target.
6810
6811 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
6812
6813         * ltconfig: Update to correct AIX handling.
6814
6815 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
6816
6817         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
6818
6819         * configure.in (target_subdir): Set to ${target_alias} instead
6820         of "libraries".
6821
6822 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
6823
6824         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
6825         (Makefile): Depend on $(gcc_version_trigger).
6826
6827         * configure (gcc_version): Change default initializer to empty
6828         string.
6829         (gcc_version_trigger): New variable; pass this variable down
6830         to subdir configures to enable them checking gcc's version
6831         themselves. Emit make macros for both gcc_version vars.
6832         (topsrcdir): Initialize reliably.
6833         (recursion line): Remove --with-gcc-version=${gcc_version}.
6834
6835 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
6836
6837         * configure (enable_version_specific_runtime_libs): Implement new flag
6838         --enable-version-specific-runtime-libs which installs C++ runtime stuff
6839         in $(libsubdir); emit definition in each generated Makefile.
6840         (gxx_include_dir): Initialize depending on
6841         $enable_version_specific_runtime_libs.
6842
6843 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
6844
6845         * configure (gcc_version): Initialize properly depending on
6846         how and where configure is started.
6847         (recursion line): Pass a --with-gcc-version=${gcc_version}
6848         to configures in subdirs.
6849
6850 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
6851
6852         * configure.in (noconfigdirs): Add configure pattern for mips tx39
6853         cygmon
6854
6855 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
6856
6857         * configure.in: Add cygmon and libstub support for mn10200.
6858
6859 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
6860
6861         * configure (gcc_version): Add new variable describing the
6862         particular gcc version we're building.
6863         * Makefile.in (libsubdir): Add new macro for the directory
6864         in which the compiler finds executables, libraries, etc.
6865         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
6866         and libsubdir.
6867
6868 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
6869
6870         * Makefile.in (local-clean): Remove *.log.
6871         (warning.log): Built with warn_summary from build.log.
6872         (mail-report.log): Run test_summary.
6873         (mail-report-with-warnings.log): Run test_summary including
6874         warning.log in the report.
6875
6876 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
6877
6878         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
6879
6880 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
6881
6882         * Makefile.in (grep): Grep no longer depends on libiberty.
6883
6884 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
6885
6886         * Makefile.in: all-snavigator needs all-libgui.
6887
6888 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
6889
6890         * configure.in: Add cygmon and libstub support for mn10300.
6891
6892 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
6893
6894         * missing: Update to version from automake 1.3.
6895
6896         * ltmain.sh: On installation, don't get confused if the same name
6897         appears more than once in the list of library names.
6898
6899 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
6900
6901         * config.sub: Accept m68060 and m5200 as CPU names.
6902
6903 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
6904
6905         * configure: Use && rather than using -a in test, because odd
6906         strings can confuse test.
6907         * configure.in: Likewise.
6908
6909 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
6910
6911         * ltconfig, ltmain.sh: Bring in Visual C++ support.
6912
6913 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
6914
6915         * Makefile.in (boostrap2-lean, bootstrap3-lean,
6916         bootstrap4-lean): New targets.
6917
6918 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
6919
6920         * mpw-* Delete.  Not used.
6921
6922 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
6923
6924         * COPYING.LIB: Update FSF address.
6925
6926 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
6927
6928         * ltconfig, ltmain.sh: Update to libtool 1.2a.
6929
6930         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
6931         GAS_SUPPORT_DIRS.
6932
6933 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
6934
6935         * ltconfig, ltmain.sh: Avoid producing a version number if
6936         -version-info was not used.
6937
6938 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
6939
6940         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
6941         building with newlib.
6942
6943 1998-04-30  Paul Eggert  <eggert@twinsun.com>
6944
6945         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
6946         Solaris `make' causes it to continue to next definition.
6947
6948 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
6949
6950         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
6951         the right GUI libraries and files are installed along with GDB.
6952
6953 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
6954
6955         * configure.in: Change alpha to alpha* in several places.
6956
6957 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
6958
6959         * config.sub: Recognize sparc86x.
6960
6961 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
6962
6963         * configure.in (--enable-target-optspace): Remove debug echo.
6964
6965 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
6966
6967         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
6968
6969 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
6970
6971         * ltconfig: Update cygwin32 support.
6972
6973         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
6974         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
6975         (GDB_SUPPORT_DIRS): Likewise.
6976
6977 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
6978
6979         * configure.in (target_makefile_frag): If --enable-target-optspace,
6980         use -Os to compile target libraries rather than -O2.  Default to
6981         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
6982         not used.
6983         * configure.in (target_cflags): Ditto for d30v.
6984
6985 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
6986
6987         * Makefile.in (all-bfd): Depend on all-intl.
6988         (all-binutils): Likewise.
6989         (all-gas): Likewise.
6990         (all-gprof): Likewise.
6991         (all-ld): Likewise.
6992
6993 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
6994
6995         * configure.in (host_tools): Fix typo, lbtool -> libtool.
6996
6997 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
6998
6999         * Makefile.in (all-bfd): Depend upon all-libiberty.
7000
7001         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
7002
7003 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
7004
7005         * Makefile.in: Add libstub.
7006
7007         * configure.in: Ditto. Build libstub for targets that have cygmon
7008         support.
7009
7010 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
7011
7012         * configure.in: Don't set PICFLAG on ix86-cygwin32.
7013
7014 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
7015
7016         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
7017         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
7018
7019 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
7020
7021         * configure: Define DEFAULT_M4 by searching PATH.
7022         * Makfile.in: Use DEFAULT_M4.
7023
7024 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
7025
7026         * ltconfig: Add cygwin32 support.
7027
7028         * Makefile.in, configure.in: Add libtool as a native only directory
7029         to configure and build.
7030
7031 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
7032
7033         * Makefile.in (INSTALL_MODULES): Remove texinfo.
7034
7035 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
7036
7037         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
7038
7039 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
7040
7041         * Makefile.in: add ash make rules
7042         * configure.in: add ash to native_only and host_tools lists
7043
7044 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
7045
7046         * Makefile.in (all-gettext, all-intl): New targets.
7047         (ALL_MODULES): Added all-gettext, all-intl.
7048         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
7049         (INSTALL_MODULES): Added install-gettext, install-intl.
7050         (CLEAN_MODULES): Added clean-gettext, clean-intl.
7051
7052         * configure.in (host_tools): Added gettext.
7053         (native_only): Likewise.
7054         (noconfigdirs) [various cases]: Likewise.
7055         (host_libs): Added intl.
7056
7057 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
7058
7059         * configure: Do not disable building gdbtk for cygwin32 hosts.
7060
7061 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
7062
7063         * configure.in: Add thumb-coff target.
7064         * config.sub: Add thumb-coff target.
7065
7066 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
7067
7068         * Makefile.in: Revert yesterday's change.
7069         (all-target-winsup):  all-target-librx stays out of here.
7070
7071 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
7072
7073         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
7074         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
7075         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
7076         Remove references to librx and libg++.
7077
7078 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
7079
7080         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
7081         recursive makes
7082
7083 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
7084
7085         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
7086         for newlib directory.
7087         (CXX_FOR_TARGET): Likewise.
7088
7089 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
7090
7091         * ltconfig: Update after libtool/ltconfig.in change for
7092         hpux11.
7093
7094 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
7095
7096         * ltconfig, ltmain.sh: Update to libtool 1.2.
7097
7098 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
7099
7100         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
7101         (install-gcc-cross): Instead, override LANGUAGES here.
7102
7103 1998-03-18  Dave Love  <d.love@dl.ac.uk>
7104
7105         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
7106         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
7107
7108 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
7109
7110         * configure.in: Add Thumb-pe target.
7111
7112 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
7113
7114         * Makefile.in - changed sn targets to snavigator
7115         * configure.in - changed sn targets to snavigator
7116
7117 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
7118
7119         * config-ml.in: After building symlink tree call make distclean
7120         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
7121         to be the case for libiberty.
7122
7123 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
7124
7125         * configure: When making link, also check the current
7126         directory. The configure scripts may create one.
7127
7128 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
7129
7130         * config.sub: Accept alphapca56 and alphaev6 properly.
7131
7132 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7133
7134         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
7135
7136 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
7137
7138         * config.sub (sco5): Fix typo.
7139
7140 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
7141
7142         * Makefile.in (INSTALL_MODULES): Move install-tcl before
7143         install-itcl.
7144         (install-itcl): Remove dependency on install-tcl.
7145
7146 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
7147
7148         * configure.in: Remove libgloss from noconfigdirs for MN10300.
7149
7150 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
7151
7152         * configure.in: Don't build libgui for a cygwin32 target when not on
7153         a cygwin32 host.
7154
7155 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
7156
7157         * configure (redirect): Set to null, so default behavior of
7158         configure is now --verbose.
7159
7160 1998-02-16  Dave Love  <d.love@dl.ac.uk>
7161
7162         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
7163         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
7164
7165 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
7166
7167         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
7168         this change to sync Makefile.in with its ChangeLog entries.
7169
7170 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
7171
7172         * ltmain.sh (mkdir): Check that the directory doesn't exist
7173         before we exit with error, so that we don't get races during
7174         parallel builds.
7175
7176 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
7177
7178         * ltconfig, ltmain.sh: Update from libtool 1.0i.
7179
7180 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
7181
7182         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
7183         PICFLAG_FOR_TARGET.
7184         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
7185
7186         * configure: Emit a definition for the new macro enable_shared
7187         into each Makefile.
7188
7189 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
7190
7191         * configure.in (host_tools, native_only): Add libtool.
7192
7193 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
7194
7195         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
7196         Fix typo in ming config comment.
7197
7198 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
7199
7200         * ltconfig, ltmain.sh: Update from libtool 1.0h.
7201
7202 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
7203
7204         * config.sub: Add tic30 cases, and map c30 to tic30.
7205
7206 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
7207
7208         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
7209         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
7210         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
7211         (CLEAN_TARGET_MODULES): Similarly
7212         (all-target-libf2c): Add dependences.
7213         * configure.in (target_libs): Add libf2c.
7214
7215 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
7216
7217         * configure.in: Remove expect from noconfigdirs when target
7218         is cygwin32.  OK to build expect and dejagnu with Canadian
7219         Cross.
7220
7221 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
7222
7223         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
7224         host.
7225
7226         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
7227         and mingw32.
7228
7229 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
7230
7231         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
7232         here as it is not defined in the toplevel Makefile.
7233
7234 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
7235
7236         * configure (package_makefile_rules_frag): New variable, which names
7237         a file with generic rules, ...
7238         Change comment to mention we now have FIVE parts.
7239         * configure: Undo last change.
7240
7241 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
7242
7243         * config.guess: More accurate determination of HP processor types.
7244         * config.sub: More accurate determination of HP processor types.
7245
7246 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
7247
7248         * configure (package_makefile_frag): Move inserting the
7249         ${package_makefile_frag} to where it should be according
7250         to the comment.
7251
7252 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
7253
7254         * config.guess: Add support for Linux/ARM.
7255
7256 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
7257
7258         * .cvsignore: Remove *-info and *-install since they match
7259         release-info and mpw-install, which we don't want to just ignore.
7260
7261 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
7262
7263         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
7264
7265 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
7266
7267         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
7268         local_prefix to sub-make invocations.
7269
7270 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
7271
7272         * configure.in: Check makefile fragments in the source
7273         directory.
7274
7275 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
7276
7277         * configure.in: Check whether host and target makefile
7278         fragments exist before adding them to *_makefile_frag.
7279
7280 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
7281
7282         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
7283
7284 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
7285
7286         * configure.in: Make sure we only replace RPATH_ENVVAR on
7287         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
7288         regexp to sed.
7289
7290         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
7291         to sub-makes.
7292
7293 1998-01-13  Lee Iverson   (leei@ai.sri.com)
7294
7295         * config-ml.in (multi-do): LDFLAGS must include multilib
7296         designator.
7297
7298 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
7299
7300         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
7301
7302 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
7303
7304         * config.sub: Add mingw32 support.
7305         * configure.in: Likewise.
7306
7307 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
7308
7309         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
7310
7311 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
7312
7313         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
7314         * configure (gxx_include_dir): Provide a definition for subdirs
7315         which do not use autoconf.
7316
7317 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
7318
7319         * config.guess: Sync with egcs.  Picks up new alpha support,
7320         BeOS & some additional linux support.
7321
7322 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
7323
7324         * config.guess: HP 9000/803 is a PA1.1 machine.
7325
7326 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
7327
7328         * configure.in: It's alpha*-...
7329
7330 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
7331
7332         * configure.in (host_makefile_frag, target_makefile_frag):
7333         Handle multiple config files.
7334         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
7335         alpha-*-*.
7336
7337 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
7338
7339         * mkdep: New file.
7340
7341 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
7342
7343         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
7344
7345 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
7346
7347         * Makefile.in: Add libgui directory.
7348         (GDB_TK): Add all-libgui.
7349         * configure.in: Add libgui directory.
7350         * configure: Add all-libgui to GDB_TK.
7351
7352 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
7353
7354         * config-ml.in (multidirs): Add m32r to multilib list.
7355
7356 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
7357
7358         * Makefile.in (all-target-gperf): Change dependency to
7359         all-target-libstdc++.
7360
7361 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
7362
7363         * config.guess: Add BeOS support.
7364
7365 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
7366
7367         Source directory cvs renamed to cvssrc:
7368         * configure.in (host_tools): Change cvs to cvssrc.
7369         (native_only): Likewise.
7370         (noconfigdirs) [various cases]: Likewise.
7371         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
7372         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
7373         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
7374         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
7375         (all-cvssrc): Rename target from all-cvs.
7376
7377 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
7378
7379         * configure (gxx_include_dir): Fix thinko.
7380
7381 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
7382
7383         * Makefile.in (INSTALL_TARGET_CROSS): Define.
7384         (install-cross, install-gcc-cross): New targets.
7385
7386 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
7387
7388         * configure.in (noconfigdirs): Add support for Thumb target.
7389
7390         * config.sub (maybe_os): Add support for Thumb target.
7391
7392 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
7393
7394         * Makefile.in: Add rules for cygmon.
7395
7396         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
7397
7398 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
7399
7400         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
7401         * configure (gxx_include_dir): Provide a definition for subdirs
7402         which do not use autoconf.
7403
7404 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
7405
7406         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
7407         11/18/97 build
7408
7409 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
7410
7411         * From Franz Sirl.
7412         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
7413         found on RedHat Linux systems.
7414
7415 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
7416
7417         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
7418         guesses.
7419
7420 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
7421
7422         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
7423
7424 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
7425
7426         * ltmain.sh: If mkdir fails, check whether the directory was created
7427         anyhow by some other process.
7428
7429 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
7430
7431         * configure.in (d30v-*-*): Configure all directories.
7432
7433 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
7434
7435         * configure.in (d30v-*-*): Configure newlib, libiberty directories
7436         for the D30V.
7437
7438 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
7439
7440         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
7441
7442 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
7443
7444         * include/libiberty.h: Add extern "C" { so it can be used with C++
7445         progrms.
7446         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
7447         programs.
7448
7449 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
7450
7451         * configure.in (d30v-*-*): Configure GCC now.
7452
7453 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
7454
7455         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
7456         is no longer needed.
7457
7458 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
7459
7460         * Makefile.in: check-target-libio depends on all-target-libstdc++.
7461
7462 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
7463
7464         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
7465         targets using "$@" to provide support for similar but not identical
7466         targets without having to duplicate code.
7467
7468 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
7469
7470         * makefile.vms: Fix to work with DEC C.
7471
7472 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
7473
7474         * config.sub: Add mips-tx39-elf to marketing names.
7475
7476 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
7477
7478         * ltmain.sh: Handle symlinks in generated script.
7479
7480 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
7481
7482         * configure: Handle autoconf style directory options: --bindir,
7483         --datadir, --includedir, --infodir, --libdir, --libexecdir,
7484         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
7485         --sysconfdir.
7486         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
7487         (sharedstatedir, localstatedir, oldincludedir): New variables.
7488         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
7489         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
7490         sbindir, sharedstatedir, and sysconfdir.
7491
7492 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
7493
7494         * Makefile.in (bootstrap-lean): New target.
7495
7496 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
7497
7498         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
7499         sn, and gnuserv from noconfigdirs.
7500
7501 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
7502
7503         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
7504
7505 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
7506
7507         * Makefile.in (cross): New target.
7508
7509 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
7510                           Jeff Law         <law@cygnus.com>
7511
7512         * Makefile.in (bootstrap2, bootstrap3): New targets.
7513         (all-bootstrap): Remove outdated and confusing target.
7514         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
7515
7516 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
7517
7518         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
7519         windows.  Consistent with gdb/configure.
7520
7521 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
7522
7523         * configure.in: Name Linux target fragment.
7524
7525         * configure: Rewrite so that project Makefile fragment is inserted
7526         first and appears last in the resulting Makefile.
7527
7528 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
7529
7530         * Makefile.in (install-itcl): Install tcl first.
7531
7532 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
7533
7534         * configure.in: remove bison from noconfigdirs for Cygwin32 host
7535
7536 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
7537
7538         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
7539
7540         * configure.in (skipdirs): Add target-librx for Linux.
7541         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
7542
7543 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
7544
7545         * Makefile.in (bootstrap): New target.
7546
7547 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
7548
7549         * config.sub: Accept 'amigados' for backward compatability.
7550
7551 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
7552
7553         * config.guess: Merge with FSF.
7554
7555 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
7556
7557         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
7558
7559 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
7560
7561         * config.sub: Add "marketing-names" patch.
7562
7563 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
7564
7565         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
7566
7567 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
7568
7569         * config.sub: Handle v850-elf.
7570
7571 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
7572
7573         * .cvsignore (*-install): Remove.
7574
7575 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
7576
7577         * ltconfig: Set CONFIG_SHELL in libtool.
7578         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
7579
7580 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
7581
7582         * configure.in (target_subdir): Set to libraries if enable_multilib.
7583
7584 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
7585
7586         * config.guess: Update from gcc directory.
7587
7588 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
7589
7590         * Makefile.in (all-sim): Depends on all-readline.
7591
7592 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
7593
7594         * Makefile.in (BISON, YACC): Use $$s.
7595         (all-bison): Depend on all-texinfo.
7596
7597 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
7598
7599         * Makefile.in (BISON): Add -L flag.
7600         (YACC): Likewise.
7601
7602 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
7603
7604         * configure.in (noconfigdirs): Add support for v850e target.
7605
7606         * config.sub (maybe_os): Add support for v850e target.
7607
7608 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
7609
7610         * configure.in (noconfigdirs): Add support for v850ea target.
7611
7612         * config.sub (maybe_os): Add support for v850ea target.
7613
7614 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
7615
7616         * config.sub: Add mipstx39.  Delete r3900.
7617
7618 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
7619
7620         * Makefile.in (all-autoconf): Depends on all-texinfo.
7621
7622 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
7623
7624         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
7625         eabi targets.
7626
7627 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
7628
7629         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
7630
7631         * configure: When handling a Canadian Cross, handle YACC as well as
7632         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
7633         * Makefile.in (all-bison): Depend upon all-texinfo.
7634
7635 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
7636
7637         * Makefile.in (BISON): bison, not byacc or bison -y.
7638         (YACC): bison -y or byacc or yacc.
7639         (various): Add *-bison as appropriate.
7640         (taz): No need to mess with BISON anymore.
7641
7642 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
7643
7644         * configure: If OSTYPE matches *win32*, try to find a good value for
7645         CONFIG_SHELL.
7646
7647 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
7648
7649         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
7650         configure.in if it is present.
7651
7652 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
7653
7654         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
7655
7656 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
7657
7658         * config.sub: Recognize `arc' cpu.
7659         * configure.in: Likewise.
7660         * config-ml.in: Likewise.
7661
7662 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
7663
7664         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
7665
7666 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
7667
7668         * configure: Changed sed delimiter from ':' to '|' when
7669         attempting to substitute ${config_shell} for SHELL. On
7670         NT ${config_shell} may contain a ':' in it.
7671
7672 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
7673
7674         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
7675
7676 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
7677
7678         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
7679
7680 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
7681
7682         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
7683
7684         * ylwrap: If the program is a relative path, force it to be
7685         absolute.
7686
7687 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
7688
7689         * configure (tooldir): Set BISON to `bison -y' and not just bison.
7690
7691 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
7692
7693         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
7694         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
7695         for libraries.
7696
7697 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
7698
7699         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
7700         separated by spaces.
7701
7702 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
7703
7704         * ylwrap: New file.
7705         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
7706
7707         * ltmain.sh: Handle /bin/sh at start of install program.
7708
7709         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
7710
7711         * ltconfig, ltmain.sh: New files, from libtool 1.0.
7712         * missing: New file, from automake 1.2.
7713
7714 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
7715
7716         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
7717         check-tk to CHECK_X11_MODULES.
7718
7719 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
7720
7721         * config.sub: Merge with FSF.
7722
7723 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
7724
7725         * config.guess: Merge with FSF.
7726
7727 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
7728
7729         * configure: Treat msdosdjgpp like go32.
7730         * configure.in: Likewise.  Don't remove gprof for go32.
7731
7732         * configure: Change Makefile.tem2 to Makefile.tm2.
7733
7734 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
7735
7736         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
7737
7738 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
7739
7740         * install-sh (chmodcmd): Set to null if the DST directory already
7741         exists.  Same as Nov 11th change.
7742
7743 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
7744
7745         * configure (GDB_TK): Needs itcl and tix.
7746
7747 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
7748
7749         * config.guess: Update from FSF.
7750
7751 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
7752
7753         * Makefile.in (GDB_TK): Depend on itcl and tix.
7754
7755 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
7756
7757         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
7758         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
7759         (INSTALL_SCRIPT): New variable.
7760         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
7761         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
7762         to -x.
7763         * install-sh: Add support for -x option.
7764
7765 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
7766
7767         * configure.in, Makefile.in: Treat tix like itcl.
7768
7769 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
7770
7771         * Makefile.in (WINDRES): New variable.
7772         (WINDRES_FOR_TARGET): New variable.
7773         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
7774         (EXTRA_HOST_FLAGS): Add WINDRES.
7775         (EXTRA_TARGET_FLAGS): Add WINDRES.
7776         (EXTRA_GCC_FLAGS): Add WINDRES.
7777         ($(DO_X)): Pass down WINDRES.
7778         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
7779         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
7780         DLLTOOL_FOR_TARGET.
7781
7782 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
7783
7784         * configure.in: configure sim before gdb for win32-x-ppc
7785
7786 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
7787
7788         Move gperf into the toplevel, from libg++.
7789         * configure.in (target_tools): Add target-gperf.
7790         (native_only): Add target-gperf.
7791         * Makefile.in (all-target-gperf): New target, depend on
7792         all-target-libg++.
7793         (configure-target-gperf): Empty rule.
7794         (ALL_TARGET_MODULES): Add all-target-gperf.
7795         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
7796         (CHECK_TARGET_MODULES): Add check-target-gperf.
7797         (INSTALL_TARGET_MODULES): Add install-target-gperf.
7798         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
7799
7800 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
7801
7802         * config.sub (mn10200): Recognize new basic machine.
7803
7804 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
7805
7806         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
7807         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
7808
7809 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
7810
7811         * configure.in: If we're building mips-sgi-irix6* native, turn on
7812         ENABLE_MULTILIB and set TARGET_SUBDIR.
7813
7814 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
7815
7816         * Makefile.in (all-sn): Depend on all-grep.
7817
7818 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
7819
7820         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
7821
7822         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
7823         Makefile.  From Jeff Makey <jeff@cts.com>.
7824         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
7825
7826         * Makefile.in (DISTBISONFILES): Remove.
7827         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
7828         $(DEFAULT_YACC).
7829
7830         * configure.in: Build itl, db, sn, etc., when building for native
7831         cygwin32.
7832
7833         * Makefile.in (LD): New variable.
7834         (EXTRA_HOST_FLAGS): Pass down LD.
7835         ($(DO_X)): Likewise.
7836
7837 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
7838
7839         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
7840
7841 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
7842
7843         * configure.in (targargs): Strip out any supplied --build argument
7844         before adding our own. Always add --build.
7845
7846 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
7847
7848         * configure.in (targargs): Pass --build if we're doing
7849         a cross-compile.
7850
7851 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
7852
7853         * configure: Use '|' instead of ":" as the separator in
7854         sed. Otherwise sed chokes on NT path names with drive
7855         designators. Also look for "?:*" as the leading characters in an
7856         absolute pathname.
7857
7858 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
7859
7860         * config.sub: Support for r3900.
7861
7862 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
7863
7864         * configure.in: Use install-sh, not install.sh.
7865
7866 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
7867
7868         * Makefile.in (taz): Improve check for BISON so it doesn't try to
7869         apply it twice.
7870
7871 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
7872
7873         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
7874         install-binutils.
7875
7876 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
7877
7878         * Makefile.in: Add automake targets.
7879         * configure.in (host_tools): Add automake.
7880
7881 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
7882
7883         * configure: Default CXX to c++, not gcc.
7884         * Makefile.in (CXX): Set to c++, not gcc.
7885         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
7886
7887 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
7888
7889         * install-sh: try appending a .exe if source file doesn't
7890         exist
7891
7892 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
7893
7894         * configure.in: Turn on multilib by default.
7895         (cross_only): Remove target-libiberty.
7896
7897         * Makefile.in (all-gcc): Don't depend on libiberty.
7898
7899 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
7900
7901         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
7902
7903 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
7904
7905         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
7906         (DISTBISONFILES): Add ld/Makefile.in
7907
7908 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
7909
7910         * configure.in: if target is cygwin32 but host isn't cygwin32,
7911         don't configure gdb tcl tk expect, not just gdb.
7912
7913 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
7914
7915         * configure.in: Added gnuserv everywhere sn appears.
7916
7917         * Makefile.in (ALL_MODULES): Added all-gnuserv.
7918         (CROSS_CHECK_MODULES): Added check-gnuserv.
7919         (INSTALL_MODULES): Added install-gnuserv.
7920         (CLEAN_MODULES): Added clean-gnuserv.
7921         (all-gnuserv): New target.
7922
7923 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
7924
7925         * config.guess: Fixes for MIPS OpenBSD systems.
7926
7927 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
7928
7929         * Makefile.in (INSTALL_XFORM): Remove.
7930         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
7931
7932         * mkinstalldirs: New file, copied from automake.
7933         * Makefile.in (installdirs): Rename from install-dirs.  Use
7934         mkinstalldirs.  Change all users.
7935         (DEVO_SUPPORT): Add mkinstalldirs.
7936
7937 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
7938
7939         * install-sh: Rename from install.sh.
7940         * Makefile.in (INSTALL): Change install.sh to install-sh.
7941         (DEVO_SUPPORT): Likewise.
7942
7943         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
7944         Graichen <graichen@rzpd.de>.
7945
7946 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
7947
7948         * config.guess: Recognize OpenBSD systems correctly.
7949
7950 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
7951
7952         * README, Makefile.in (ETC_SUPPORT): Remove references to
7953         cfg-paper*, configure.{texi,man,info*}._
7954
7955 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
7956
7957         * Makefile.in (all.normal): Ensure that gcc is built after all
7958         the x11 - ie gdb - targets.
7959
7960 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
7961
7962         * makefile.vms: Don't run conf-a-gas.
7963
7964 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
7965
7966         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
7967
7968 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
7969
7970         * configure.in: Remove noconfigdirs case since gdb also
7971         configures and builds for tic80-coff.
7972
7973 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
7974
7975         * configure: Set cache_file to config.cache.
7976         * Makefile.in (local-distclean): Remove config.cache.
7977
7978 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
7979
7980         * COPYING: Update FSF address.
7981
7982 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
7983
7984         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
7985         noconfigdirs.
7986
7987 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
7988
7989         * Makefile.in (install-dirs): Don't crash if prefix, and hence
7990         MAKEDIRS, is empty.
7991
7992 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
7993
7994         * config.sub: Tweak mn10300 entry.
7995
7996 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
7997
7998         * configure.in (host_tools): Put sim before gdb, so gdb's
7999         configure.tgt can determine if the simulator was configured.
8000
8001 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
8002
8003         * config.sub: Move BeOS $os case to be with other Cygnus
8004         local cases.
8005
8006 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
8007
8008         * config.sub: Remove misplaced comment that broke Linux.
8009
8010 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
8011
8012         * config.sub: Add BeOS support.
8013
8014 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
8015
8016         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
8017
8018 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
8019
8020         * configure.in (noconfigdirs): Remove tcl and tk from
8021         noconfigdirs for cygwin32 builds.
8022
8023 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
8024
8025         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
8026
8027 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
8028
8029         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
8030         make-all.com, use makefile.vms instead.
8031
8032 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
8033
8034         * config.sub: Accept -lnews*.
8035
8036 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
8037
8038         * configure.in (noconfigdirs): Disable target-newlib,
8039         target-examples and target-libiberty for d30v.
8040
8041 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
8042
8043         * configure.in (noconfigdirs): Enable ld for d30v.
8044
8045 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
8046
8047         * configure.in (tic80-*-*): Build compiler.
8048
8049 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
8050
8051         * configure.in (d30v-*): Remove sim directory from list of
8052         unsupported d30v directories
8053
8054 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
8055
8056         * config.sub, configure.in: Add d30v target cpu.
8057
8058 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
8059
8060         * makefile.vms: New file.
8061         * make-all.com: Remove.
8062
8063 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
8064
8065         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
8066
8067 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
8068
8069         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
8070
8071 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
8072
8073         * Makefile.in (ALL_MODULES): Added all-db.
8074         (CROSS_CHECK_MODULES): Addec check-db.
8075         (INSTALL_MODULES): Added install-db.
8076         (CLEAN_MODULES): Added clean-db.
8077
8078 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
8079
8080         * config.guess: Merge with latest FSF sources.
8081
8082 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
8083
8084         * Makefile.in (ALL_MODULES): Added all-itcl.
8085         (CROSS_CHECK_MODULES): Added check-itcl.
8086         (INSTALL_MODULES): Added install-itcl.
8087         (CLEAN_MODULES): Added clean-itcl.
8088
8089 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
8090
8091         * configure.in: build gdb for mn10200
8092
8093 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
8094
8095         * Makefile.in (all-target-winsup): Depend on all-target-libio.
8096
8097 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
8098
8099         * configure.in (tic80-*-*): Turn off most targets right now.
8100
8101 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
8102
8103         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
8104         rather than the makeinfo program.
8105         (do-info): Depend upon all-texinfo.
8106
8107 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
8108
8109         * configure.in: Remove uses of config/mh-linux.
8110
8111         * config.sub, config.guess: Merge with latest FSF sources.
8112
8113 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
8114
8115         * config.sub (case $basic_machine): Add tic80 entries.
8116
8117 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
8118
8119         * config.sub, config.guess: Merge with latest FSF sources.
8120
8121 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
8122
8123         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
8124         * mpw-config.in: Test for NewFolderRecursive.
8125         * mpw-install: Use symbolic name for startup filename.
8126         * mpw-README: Add various additional details.
8127
8128 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
8129
8130         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
8131
8132 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
8133
8134         * configure.in: Do build gcc and the target libraries for
8135         the mn10200.
8136
8137 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
8138
8139         * configure.in: don't avoid building gdb for mn10300 any more
8140         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
8141         instead of single-quoting it.
8142
8143 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
8144
8145         * configure.in: Don't use --with-stabs on IRIX 6.
8146
8147 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
8148
8149         * configure.in (m32r): Build gdb, libg++ now.
8150
8151 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
8152
8153         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
8154         directories from noconfigdirs.
8155
8156 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
8157
8158         * config.sub (basic_machine): added mips16 configuration
8159
8160 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8161
8162         * config.sub: Handle d10v-unknown.
8163
8164 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
8165
8166         * config.sub: Handle v850-unknown.
8167
8168 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
8169
8170         * Makefile.in: add findutils
8171         * configure.in: add findutils to list of host_tools
8172
8173 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
8174
8175         * config.sub: Handle mn10200 and mn10300.
8176
8177 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8178
8179         * configure.in (d10v-*): Do not build librx.
8180
8181 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
8182
8183         * configure.in (mn10300): Build everything except gdb & libgloss.
8184
8185 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
8186
8187         * config.guess:  Patch for Dansk Data Elektronik servers,
8188         from Niels Skou Olsen <nso@dde.dk>.
8189
8190         For ncr, use /bin/uname rather than uname, since GNU uname does not
8191         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
8192
8193         Patch for MIPS R4000 running System V,
8194         from Eric S. Raymond <esr@snark.thyrsus.com>.
8195
8196         Fix thinko for nextstep.
8197
8198         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
8199
8200         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
8201         * config.guess: Guess mips-dec-mach_bsd4.3.
8202
8203         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
8204         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
8205         release numbers.
8206         * config.guess (mips-mips-riscos*):  Emit just enough of the
8207         release number.
8208
8209         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
8210         * config.guess (sparc-auspex-sunos*):  Added.
8211         (f300-fujitsu-*): Added.
8212
8213         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
8214         * config.guess:  Recognize a Tadpole as a sparc.
8215
8216 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
8217
8218         * config.guess: Don't assume that NextStep version is either 2 or
8219         3.  NextStep 4 (aka OpenStep 4) has come out now.
8220
8221 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
8222
8223         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
8224         From Rik Faith <faith@cs.unc.edu>.
8225
8226 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
8227
8228         * config.sub: Contributions from bug-gnu-utils to:
8229         Support plain "hppa" (no version given) architecture, reported by
8230         OpenStep.
8231         OpenBSD like NetBSD.
8232         LynxOs is not a hardware supplier.
8233
8234         * config.guess: Contributions from bug-gnu-utils to add support for:
8235         OpenBSD like NetBSD.
8236         Stratus systems.
8237         More Pyramid systems.
8238         i[n>4]86 Intel chips.
8239         M680[n>4]0 Motorola chips.
8240         Use unknown instead of lynx for hardware manufacturer.
8241
8242 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
8243
8244         * install.sh (chmodcmd): Set to null if the DST directory already
8245         exists.
8246
8247 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8248
8249         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
8250         not use mt-ppc target Makefile fragment any more.
8251
8252 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
8253
8254         * configure.in (*-*-windows):  Exclude everything but those dirs
8255         needed to build windows.
8256
8257 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
8258
8259         * Makefile.in (all-target-winsup): Depend on all-target-librx.
8260
8261 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
8262
8263         * configure.in:  Exclude mmalloc from i386-windows.
8264
8265 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
8266
8267         * Undo my previous change.
8268
8269 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
8270
8271         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
8272         unconditionally.
8273         (MAKEOVERRIDES): Define (revert this part of October 18 change).
8274
8275 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
8276
8277         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
8278         host to add it's own flags.
8279
8280 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
8281
8282         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
8283
8284 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
8285
8286         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
8287         (CXX_FOR_TARGET): Likewise.
8288         (GCC_FOR_TARGET): Define.
8289         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
8290         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
8291         CC_FOR_TARGET was specified on the command line.
8292         (MAKEOVERRIDES): Don't define.
8293
8294 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
8295
8296         * configure.in (m32r): Fix spelling of libg++ libs.
8297
8298 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
8299
8300         * config.sub (-apple*): Remove, now redundant.
8301
8302 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
8303
8304         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
8305
8306         * configure: Rework yesterday's sed script patch.
8307
8308         * config.sub: Merge with FSF.
8309
8310 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
8311
8312         * config.guess:  Merge from FSF.
8313
8314         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
8315         * config.guess: Use pc instead of unknown, for pc clone systems.
8316         Change linux to linux-gnu.
8317
8318         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
8319         * config.guess: Avoid non-portable tr syntax.
8320
8321 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
8322
8323         * test-build.mk (HOLES): Add "xargs" for gdb.
8324
8325         * configure: Avoid hpux10.20 sed bug.
8326
8327 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
8328
8329         * configure.in:  Add support for windows host
8330         (that is a build done under the Microsoft build environment).
8331
8332 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
8333
8334         * Makefile.in: Replace all uses of srcroot with s, to shrink
8335         command line lengths.
8336
8337         Patches from Geoffrey Noer <noer@cygnus.com>:
8338         * configure.in: If configuring for newlib, pass --with-newlib to
8339         subdirectories.
8340         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
8341         -Bnewlib/ and -Lwinsup to gcc.
8342         (CXX_FOR_TARGET): Likewise.
8343
8344 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
8345
8346         * Makefile.in (ETC_SUPPORT): Add configure.
8347
8348 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
8349
8350         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
8351         host configuration file.
8352
8353 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
8354
8355         * configure.in: Break mn10x00 support into separate
8356         mn10200 and mn10300 configurations.
8357         * config.sub: Likewise.
8358
8359 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
8360
8361         * configure.in: Add lots of stuff to noconfigdirs for
8362         the mn10x00 targets.
8363
8364         * config.sub, configure.in: Add mn10x00 support.
8365
8366 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
8367
8368         * make-all.com: Call conf-a-gas, not config-a-gas.
8369
8370 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
8371
8372         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
8373         targets.
8374
8375 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
8376
8377         * mpw-README: Add much more detail for native PowerMac.
8378         * mpw-install: New file.
8379         * mpw-configure: Add --norecursion and --help options.
8380         * mpw-config.in: Translate readme and install files when
8381         copying to objdir.
8382         * mpw-build.in: Don't always depend on byacc and flex.
8383         (install-only-top): New action.
8384
8385 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
8386
8387         * configure.in:  You can now configure GDB for the v850.
8388
8389 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
8390
8391         * configure.in (noconfigdirs): Don't configure any C++ dirs
8392         if targeting D10V.
8393
8394 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
8395
8396         * config.sub: Recognize mips64vr5000.
8397
8398 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
8399
8400         * configure.in: Use a single line for host_tools and native_only.
8401
8402 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
8403
8404         * config.sub, configure.in: Add entries for m32r.
8405
8406 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
8407
8408         * Makefile.in (inet-install): Don't run install-gzip.
8409
8410 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
8411
8412         * configure.in:  Don't config lots of things for *-*-windows*.
8413
8414 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
8415
8416         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
8417         (host_libs, host_tools): Copy from configure.in.
8418         * mpw-configure: Don't complain about directories not found.
8419
8420 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8421
8422         * configure.in (i[345]86): Recognize i686 for pentium pro.
8423         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
8424         file.
8425
8426         * config.guess (i[345]86): Ditto.
8427
8428 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
8429
8430         * configure.in (noconfigdirs): Removed gdb for D10V.
8431
8432 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
8433
8434         * configure.in: Remove ld, target-libio, target-libg++, and
8435         target-libstdc++ from noconfigdirs.
8436
8437 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
8438
8439         * configure: Fix three locations where shell scripts were
8440         being run directly rather than with config_shell.
8441
8442 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
8443
8444         * configure.in (v850-*-*): Set up initial $noconfigdirs.
8445         * config.sub (basic_machine): Recognize v850.
8446
8447 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
8448
8449         * mpw-configure: Handle multiple enable/disable options and
8450         pass them down recursively, handle -c and -s flags appropriately
8451         depending on choice of compiler, add escape mechanism for
8452         quoted arguments to gC.
8453
8454 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8455
8456         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
8457         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
8458         so that -mrelocatable-lib and -mno-eabi are used.
8459
8460         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
8461         not support --print-multi-lib, don't abort.
8462
8463 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
8464
8465         * make-all.com: Run config-a-gas.
8466         * setup.com: Don't copy subdirectory files around.
8467
8468 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
8469
8470         * configure.in (*-*-ose): Remove exclusion of libgloss for this
8471         target, it now compiles correctly.
8472
8473 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
8474
8475         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
8476
8477 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
8478
8479         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
8480
8481 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
8482
8483         * configure.in (native_only): Add prms.
8484
8485 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
8486
8487         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
8488         (BINUTILS_SUPPORT_DIRS): Likewise.
8489
8490 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8491
8492         * configure.in (d10v-*-*): Don't configure ld or gdb until the
8493         d10v support is added.
8494
8495 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
8496
8497         * configure.in (d10v-*-*): New target.
8498
8499 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
8500
8501         * config.guess (HP 9000/811): Recognize this as a PA1.1
8502         machine.
8503
8504 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
8505
8506         * Makefile.in (do-tar-gz): New target, split out from tail end of
8507         taz target.  Run each command separately, don't use pipes.
8508         (taz): Use it.
8509
8510 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
8511
8512         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
8513         * mpw-build.in: No builds should depend on building byacc or flex,
8514         they are assumed to be installed already.
8515
8516 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8517
8518         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
8519         variable that CC_FOR_TARGET needs.
8520
8521 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8522
8523         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
8524         options have changed since the last time the subdirectory was
8525         configured, and if it has, reconfigure.
8526         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
8527         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
8528
8529 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
8530
8531         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
8532         CLEAN_MODULES): Add bash.
8533         (all-bash): New target.
8534
8535 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
8536
8537         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
8538
8539 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8540
8541         * config.sub (basic_machine): Recognize d10v as a valid processor.
8542
8543 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
8544
8545         * mpw-configure: Add support for --bindir.
8546         * mpw-build.in: Use a GCC-specific build script for GCC actions.
8547
8548 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
8549
8550         * configure.in: add bash, time, gawk to list of hosttools and things
8551         to only build for native toolchains
8552
8553 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
8554
8555         * Makefile.in (docdir): Remove.
8556
8557 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
8558
8559         * Makefile.in (datadir): Set to $(prefix)/share.
8560
8561 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
8562
8563         * configure.in: build diff and patch for cygwin32-hosted
8564         toolchains.
8565
8566 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
8567
8568         * config.sub: Accept -rtems*.
8569
8570 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
8571
8572         * configure.in: enable dosrel for cygwin32-hosted builds,
8573                 remove diff from the list of things not buildable
8574                 via Canadian Cross
8575
8576 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
8577
8578         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
8579         don't get ". ".
8580
8581 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
8582
8583         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
8584
8585 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
8586
8587         * Makefile.in (taz): Handle case where tex3patch didn't even get
8588         checked out.  Also, if it was found, put the symlink in a new util
8589         subdirectory.
8590
8591 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8592
8593         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
8594
8595 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
8596
8597         * config.sub: Recognize -openvms.
8598         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
8599         * make-all.com, setup.com: New files.
8600
8601 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
8602
8603         * Makefile.in (taz): tex3patch moved to texinfo/util.
8604
8605 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
8606
8607         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
8608         * configure.in: remove make from disable-if-Can-Cross list
8609                 enable gdb if ${host} and ${target} are cygwin32
8610
8611 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
8612
8613         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
8614         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
8615
8616 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
8617
8618         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
8619         distinguish sysv/svr4/bsd variants.
8620         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
8621
8622 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
8623
8624         * configure.in: Added copyright notice.
8625         * move-if-change: Added copyright notice.
8626
8627 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8628
8629         * configure.in (powerpcle-*-solaris*): Until we get shared
8630         libraries working, don't build gdb, sim, make, tcl, tk, or
8631         expect.
8632
8633 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
8634
8635         * config.guess:  Merge with FSF:
8636
8637         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
8638         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
8639
8640         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
8641         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
8642
8643         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
8644         * config.guess:  Combine two OSF1 rules.
8645         Also recognize field test versions.  From mjr@zk3.dec.com.
8646         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
8647         because GNU uname does not support -p.  From pmr@pajato.com.
8648
8649 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
8650
8651         * Makefile.in (MAKEDIRS): Removed $(tooldir).
8652
8653 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
8654
8655         * mpw-README: Document GCCIncludes.
8656
8657 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
8658
8659         * configure.in (alpha-*-linux*): Set enable_shared to yes.
8660
8661 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
8662
8663         * mpw-configure: Handle --enable-FOO and --disable-FOO.
8664
8665 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
8666
8667         * configure.in (*-*-cygwin32): Configure make.
8668
8669 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
8670
8671         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
8672
8673 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
8674
8675         * Makefile.in (all-inet): Depend on all-perl.
8676
8677         * Makefile.in (inet-install): New target.
8678
8679         * Makefile.in (all-inet): Depend on all-tcl.
8680         (all-inet): Depend on all-send-pr.
8681
8682 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8683
8684         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
8685         temporarily.
8686
8687 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
8688
8689         * configure.in: Don't configure --with-gnu-ld on AIX.
8690
8691 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
8692
8693         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
8694
8695 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
8696
8697         * Makefile.in (ALL_MODULES): Added all-inet.
8698         (CROSS_CHECK_MODULES): Added check-inet.
8699         (INSTALL_MODULES): Added install-inet.
8700         (CLEAN_MODULES): Added clean-inet.
8701         (all-indent): New target.
8702
8703         * configure.in (host_tools): Added inet.
8704         (native_only): Added inet.
8705         (noconfigdirs): Added inet.
8706
8707 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
8708
8709         * configure.in: Don't configure libgloss if we are not configuring
8710         newlib.
8711
8712 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
8713
8714         * configure.in: Don't configure libgloss for unsupported
8715         architectures.
8716
8717 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8718
8719         * Makefile.in (CLEAN_MODULES): Add clean-apache.
8720
8721 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
8722
8723         * Makefile.in (ALL_MODULES): Include all-apache.
8724         (CROSS_CHECK_MODULES): Include check-apache.
8725         (INSTALL_MODULES): Include install-apache.
8726         (all-apache): New target.
8727
8728         * configure.in: Added apache everywhere perl is seen.
8729
8730 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8731
8732         * Makefile.in: Add support for clean-{module} and
8733         clean-target-{module} rules.
8734
8735 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
8736
8737         * configure.in (*-*-ose) do not build libgloss.
8738
8739 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8740
8741         * config.guess (prep*:SunOS:5.*:*): Turn into
8742         powerpele-unknown-solaris2.
8743
8744 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
8745
8746         * configure.in: Permit --enable-shared to specify a list of
8747         directories.
8748
8749 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
8750
8751         * configure.in (host==solaris): Pass only the first word of $CC
8752         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
8753
8754 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
8755
8756         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
8757
8758 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
8759
8760         * Makefile.in (ALL_MODULES): Include all-perl.
8761         (CROSS_CHECK_MODULES): Include check-perl.
8762         (INSTALL_MODULES): Include install-perl.
8763         (ALL_X11_MODULES): Include all-guile.
8764         (CHECK_X11_MODULES): Include check-guile.
8765         (INSTALL_X11_MODULES): Include install-guile.
8766         (all-perl): New target.
8767         (all-guile): New target.
8768
8769         * configure.in (host_tools): Include perl and guile.
8770         (native_only): Include perl and guile.
8771         (noconfigdirs): Don't build guile and perl; no ports have been
8772         done.
8773
8774 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
8775
8776         * configure (--enable-*): Handle quoted option lists such as
8777         --enable-sim-cflags='-g0 -O' better.
8778
8779 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8780
8781         * Makefile.in ({,inst}all-target): New rule so we can make and
8782         install all of the target directories easily.
8783
8784 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8785
8786         * configure.in: Add missing global flag in sed substitution when
8787         deleting `target-' from ${configdirs}.
8788
8789 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
8790
8791         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
8792         option.
8793
8794         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
8795         config/mh-necv4.
8796
8797         * install.sh: Correct misspelling of transformbasename.
8798
8799         * config.guess: Recognize mips-*-sysv*.
8800
8801 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
8802
8803         * config.sub: Recognize mon960.
8804
8805 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
8806
8807         * configure: Restore Canadian Cross handling of BISON and LEX,
8808         removed in Feb 20 change.
8809
8810 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
8811
8812         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
8813         Mention make install.  Remove the old copyright date as well the
8814         clumsy and rather pointless copyright on the README file.
8815
8816 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
8817
8818         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
8819         Makefile after running symlink-tree, then run `make distclean' to
8820         avoid clobbering any generated files in srcdir.
8821
8822 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
8823
8824         * configure.in (m68k-*-netbsd*): Build everything now.
8825
8826 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
8827
8828         * Makefile.in (taz): Fix quoting.
8829
8830 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
8831
8832         * configure.in (sparclet-*-*): Build everything now.
8833
8834 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8835
8836         * configure.in (m68k-*-linux*): New host.
8837
8838 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
8839
8840         * configure: Check for bison before byacc.
8841
8842 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
8843
8844         * Makefile.in configure:  Change the way LEX and BISON/YACC are
8845         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
8846         searching PATH.  These are used as fallbacks by Makefile.in if
8847         flex/bison/byacc aren't in objdir.
8848
8849 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
8850
8851         * Makefile.in: Make everything which depends upon all-bfd also
8852         depend upon all-opcodes, in case --with-commonbfdlib is used.
8853
8854 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8855
8856         * configure.in (host *-*-cygwin32): Don't build gdb if we are
8857         building NT native compilers on Unix.
8858
8859 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
8860
8861         * configure.in: Don't get CC from the host Makefile fragment if we
8862         can find gcc in PATH, or if this is a Canadian Cross.  Move the
8863         Solaris test for /usr/ucb/cc to the post target script, just after
8864         the compiler sanity test.
8865
8866 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
8867
8868         * config.sub: Merge with FSF.
8869
8870 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
8871
8872         * Makefile.in (RPATH_ENVVAR): New variable.
8873         (REALLY_SET_LIB_PATH): Use it.
8874         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
8875
8876 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
8877
8878         * config.sub, configure.in: Recognize sparclet cpu.
8879
8880 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
8881
8882         * config.guess:  Support m68k-cbm-sysv4.
8883
8884 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8885
8886         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
8887         m68k-unknown-linuxaout from linker help string.  Put quotes around
8888         $ld_help_string.
8889
8890 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
8891
8892         * config.guess (powerpc-harris-powerunix): Add guess for port
8893         to new target.
8894
8895 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
8896
8897         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
8898
8899 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
8900
8901         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
8902         $(REALLY_SET_LIB_PATH) in Makefile.
8903         * Makefile.in (SET_LIB_PATH): New variable.
8904         (REALLY_SET_LIB_PATH): New variable.
8905         ($(DO_X)): Use $(SET_LIB_PATH).
8906         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
8907         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
8908         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
8909         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
8910         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
8911         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
8912         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
8913         (install-dosrel): Likewise.
8914         (all-opcodes): Depend upon all-libiberty.
8915
8916 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
8917
8918         * config.guess (*:CYGWIN*): New
8919
8920 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8921
8922         * Makefile.in (all-target-winsup): All all-target-libiberty.
8923
8924 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8925
8926         * configure.in (noconfigdirs): Add missing # in front of comment.
8927
8928 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
8929
8930         * configure.in: add second pass to things added to noconfigdirs
8931         so *-gm-magic can exclude libgloss properly.
8932
8933 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
8934
8935         * mpw-configure (extralibs_name, rez_name): Set correctly
8936         for MWC68K compiler.
8937
8938         * mpw-README: Add more info on the necessary build tools.
8939
8940 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
8941
8942         * configure.in, config.sub: Recognize cygwin32.
8943
8944 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
8945
8946         * config.guess, config.sub: Recognize A/UX.
8947
8948 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
8949
8950         * config.sub: Merge with gcc/config.sub.
8951
8952 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
8953
8954         * mpw-build.in (do-binutils): Add build of stamps.
8955
8956 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
8957
8958         * config.sub: Add recognition for mips64vr4100*-* targets.
8959
8960 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
8961
8962         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
8963         Add creation of gconfigargs with `--enable-shared' turned on.
8964         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
8965         ($(host)-stamp-stage3-configured): Likewise.
8966         (HOLES): Add chatr and ldd.
8967         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
8968
8969 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
8970
8971         * configure: Pass --nfp to recursive configures.
8972
8973 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
8974
8975         * Makefile.in (DLLTOOL): New.
8976         (DLLTOOL_FOR_TARGET): New.
8977         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
8978         (EXTRA_TARGET_FLAGS): Ditto.
8979         (EXTRA_GCC_FLAGS): Ditto.
8980         (CONFIGURE_TARGET_MODULES): Ditto.
8981         (DO_X): Ditto.
8982         * configure: Add DLLTOOL.
8983
8984 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
8985
8986         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
8987         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
8988         mh-sco, since old workarounds no longer needed, and don't
8989         build ld, since libraries have weak symbols in COFF.
8990
8991 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
8992
8993         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
8994
8995 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
8996
8997         * configure.in: Make sure that ${CC} can be used to compile an
8998         executable.
8999
9000 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
9001
9002         * Makefile.in (all-gdb): Depend on $(GDB_TK).
9003         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
9004         nothing depending on whether gdbtk is being built.
9005
9006 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
9007
9008         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
9009
9010 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
9011
9012         * configure.in (noconfigdirs): Put ld or gas in this early, if the
9013         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
9014
9015 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
9016
9017         * config-ml.in: Add support for
9018         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
9019         Simplify setting of multidirs from --disable-foo.
9020
9021 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9022
9023         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
9024         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
9025         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
9026         non-empty, pass them on to the  GCC make.
9027         (all-bootstrap): New rule that is like all-gcc, except it executes
9028         the GCC bootstrap rule instead of the GCC all rule.
9029
9030 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
9031
9032         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
9033
9034 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9035
9036         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
9037         DG/UX support.
9038
9039 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
9040
9041         * config.sub (i*86*) Change [345] to [3456]
9042
9043 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
9044
9045         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
9046         --with-gnu-ld=no.
9047
9048 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9049
9050         * config-ml.in (rs6000*, powerpc*): Add switches to control which
9051         AIX multilibs get built.
9052
9053 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9054
9055         * configure.in (i386-win32): Don't build expect if we're not
9056         building the tcl subdir.
9057
9058 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
9059
9060         * Makefile.in: (configure-target-examples, all-target-examples):
9061         New targets, configure and build example programs.
9062
9063 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
9064
9065         * mpw-configure: If an mpw-config.in generated a file mk.sed,
9066         use it as input to sedit the generated MPW makefile.
9067         * mpw-README: Add a suggestion about Gestalt.h.
9068
9069 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
9070
9071         * config.sub: Accept *-*-ieee*.
9072
9073 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
9074
9075         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
9076         Ronald F. Guilmette <rfg@monkeys.com>.
9077
9078 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9079
9080         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
9081         for powerpc-pe native.
9082         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
9083         (target==powerpc-pe): duplicate i386-win32 entry.
9084
9085 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
9086
9087         * configure.in (noconfigdirs): Exclude target-newlib for all versions
9088         of vxworks, not just vxworks5.1.
9089
9090 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
9091
9092         * mpw-configure: Add support for exec-prefix.
9093
9094 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
9095
9096         * config.guess: Recognize HP model 816 machines as having
9097         a PA1.1 processor.
9098
9099 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
9100
9101         * configure: Ignore new autoconf configure options.
9102
9103 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
9104
9105         * config.guess:  Recognize Pentium under SCO.
9106         From Robert Lipe <robertl@arnet.com>.
9107
9108 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
9109
9110         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
9111
9112 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
9113
9114         * configure.in: Don't configure gas for alpha-dec-osf*.
9115
9116 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
9117
9118         * configure.in: Default to --with-stabs for some targets for which
9119         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
9120         i[345]86*-*-unixware*.
9121
9122 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
9123
9124         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
9125         rather than basing it on the target.  Simplify handling of options
9126         controlling which directories to configure.  Remove extraneous
9127         slash in multi-clean target.
9128
9129 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
9130
9131         * config-ml.in: Prefix more variables with ml_ so they don't collide
9132         with configure's.
9133
9134 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
9135
9136         * configure: Don't turn -v into --v.
9137
9138 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
9139
9140         * configure.in (targargs): Fix typo.
9141
9142         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
9143
9144 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
9145
9146         * configure.in: Strip --host and --target options from
9147         CONFIG_ARGUMENTS, and always configure for --host only.  Add
9148         --with-cross-host option when building with a cross-compiler.
9149         * configure: Canonicalize the arguments put into config.status by
9150         always using `=' for an option with an argument.  Pass a presumed
9151         --host or --target explicitly.
9152
9153 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
9154
9155         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
9156         into general OS recognition case.
9157
9158 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9159
9160         * configure.in (target_configdirs): add target-winsup only
9161         for win32 target systems.
9162
9163 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
9164
9165         * Makefile.in (all-target-libgloss): Depend upon
9166         configure-target-newlib, since when libgloss is built it looks to
9167         see if the newlib directory exists.
9168
9169 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
9170
9171         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
9172         cfg-ml-*.in.
9173
9174 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
9175
9176         * configure: Handle LD and LD_FOR_TARGET when configuring a
9177         Canadian Cross.
9178
9179 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9180
9181         * configure.in (target_libs): add target-winsup.
9182         (target==i386-win32): add patch diff flex make to $noconfigdirs.
9183         (target==ppcle-pe): remove ld from $noconfigdirs.
9184
9185 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
9186
9187         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
9188         Preserve relative path names in $srcdir.  Build symlink tree if
9189         configuring cross target dir and srcdir=. (= no VPATH support).
9190         (configure-target-libg++): Depend on configure-target-librx.
9191         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
9192         * config-ml.in: New file.
9193         * symlink-tree: New file.
9194         * configure: Ensure srcdir="." if that's what it is.
9195
9196 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
9197
9198         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
9199         includes and FLEX_SKELETON setting.
9200         * mpw-configure (--with-gnu-ld): New option, controls whether
9201         to use PPCLink or ld with PowerMac GCC.
9202         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
9203         * mpw-config.in: Configure grez if targeting Mac.
9204
9205         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
9206         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
9207         just macos.
9208         * configure.in: Configure grez resource compiler if targeting Mac.
9209         * Makefile.in (all-grez, install-grez): New targets.
9210
9211 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
9212
9213         * configure: CXX defaults to gcc, not g++.  If we find
9214         gcc in the path, set CC to gcc -O2.
9215
9216 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
9217
9218         * configure: Default ${build} correctly.  Avoid picking up extra
9219         spaces when reading CC and CXX from Makefile.  When doing a
9220         Canadian Cross, use plausible default values for numerous
9221         variables.
9222         * configure.in: When doing a Canadian Cross, don't try to
9223         configure tools whose configure script can't handle it.
9224
9225 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
9226
9227         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
9228
9229 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9230
9231         * configure:  Remove dubious bug reporting address.
9232
9233 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9234
9235         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
9236         configure script, run that instead of this directory's configure.
9237         In either case, print a message that we're configuring the sub-dir.
9238
9239 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9240
9241         * configure.in: Before checking for the existence of various files,
9242         use sed to filter out "target-".
9243
9244 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
9245
9246         * Makefile.in (DO_X): Split rule to decrease command line length
9247         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
9248         (Philippe De Muyter).
9249
9250 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9251
9252         * Makefile.in (all-patch): depend on all-libiberty.
9253
9254 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
9255
9256         * configure.in: If the only directory in target_configdirs which
9257         actually exists is libiberty, then set target_configdirs to empty,
9258         to avoid trying to build a target libiberty in a gas or gdb
9259         distribution.
9260
9261 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
9262
9263         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
9264         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
9265         systems.
9266
9267 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
9268
9269         * configure.in (copy_dirs): Use sys-include instead of include
9270         for --with-headers option.
9271
9272 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
9273
9274         * Makefile.in, configure.in: Make winsup builds work with
9275         new scheme.
9276
9277 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
9278
9279         * configure.in: Build the linker on AIX.
9280
9281 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9282
9283         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
9284         where needed.
9285
9286 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
9287
9288         * Makefile.in (all-gcc): Fix typo.
9289
9290 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9291
9292         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
9293
9294 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9295
9296         * configure.in:  Rename libFOO to target-libFOO, and xiberty
9297         to target-xiberty, to provide more flexibility.
9298         (target_subdir):  Define.  Create if cross.
9299         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
9300         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
9301         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
9302         check-libFOO -> check-target-libFOO, etc.
9303         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
9304         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
9305         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
9306         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
9307         allow ALL_GCC="" to only configure.
9308         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
9309         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
9310         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
9311
9312 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
9313
9314         * Makefile.in (taz): Build "info" in etc explicitly.
9315
9316 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
9317
9318         * configure.in:  Make sure that CC is undefined (as opposed to
9319         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
9320         problem with autoconf trying to configure on a host without GCC.
9321
9322 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
9323
9324         * mpw-configure: Set host alias from choice of host compiler,
9325         only use generic MPW Makefile sed if present, edit a file
9326         named "hacked_Makefile.in" instead of "Makefile.in" if present.
9327         * mpw-README: Add problem notes about CW6 and CW7.
9328
9329 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
9330
9331         * Makefile.in (taz): Use ";" instead of ";;".
9332
9333 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9334
9335         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
9336         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
9337         DISTDOCDIRS.
9338         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
9339         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
9340
9341 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9342
9343         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
9344         and gnats, because they are now subsumed by DISTSTUFFDIRS.
9345         Move bfd to DISTSTUFFDIRS.
9346
9347 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9348
9349         * Makefile.in (X11_LIB): Removed.
9350         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
9351
9352         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
9353
9354 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9355
9356         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
9357         names.
9358
9359 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9360
9361         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
9362
9363 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
9364
9365         * configure.in (i[345]86-*-win32): Always build newlib.
9366         Don't configure cvs, autoconf or texinfo.
9367         * Makefile.in (LD_FOR_TARGET): New.
9368         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
9369         Pass down LD_FOR_TARGET.
9370
9371 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
9372
9373         * winsup: New directory.
9374         * Makefile.in: Build winsup.
9375         * configure.in: Winsup is configured when target is win32.
9376         Can only build win32 target GDB when native.
9377
9378 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
9379
9380         * config.guess: Recognize HP model 819 machines as having
9381         a PA 1.1 processor.
9382
9383 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
9384
9385         * configure: Fix sed loop which substitutes for CC and CXX to
9386         avoid bug found in various sed implementations.
9387
9388 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9389
9390         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
9391         simulator.  Use standard powerpc-*-eabi*.
9392
9393 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
9394
9395         * configure.in: Stop putting gas and binutils in noconfigdirs for
9396         powerpc-*-aix* and rs6000-*-*.
9397
9398 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
9399
9400         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
9401         -mcall-aixdesc libraries.
9402
9403 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
9404
9405         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9406
9407         * config.sub (arm | armel | armeb): Fix shell syntax.
9408
9409 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9410
9411         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
9412         -msoft-float and -mcpu=common support.
9413         (powerpc*-*-eabisim*): Add support for building -mcall-aix
9414         libraries.
9415
9416 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
9417
9418         * configure.in: Allow configuration and build of emacs19 for the alpha.
9419
9420 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9421
9422         * configure.in (CC): Get ^CC, not just any old CC, from
9423         ${host_makefile_frag}.
9424
9425 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9426
9427         * configure.in (CC): Try to get CC from
9428         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
9429
9430 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9431
9432         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
9433         only if it exists in $(srcdir).
9434
9435 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
9436
9437         * configure: If CC and CXX are not set in the environment, set
9438         them, based on either an existing Makefile or on searching for gcc
9439         in PATH.  Substitute for CC and CXX in Makefile.
9440         * configure.in: Remove libm from target_libs.  Separate
9441         target_configdirs from configdirs.  If CC is not set in
9442         environment, try to get it from a host Makefile fragment.  Rewrite
9443         changes of configdirs to use skipdirs instead.  A few minor
9444         tweaks.  Take directories out of target_configdirs as they are
9445         taken out of configdirs.  Remove existing Makefile files from
9446         subdirectories.  Substitute for TARGET_CONFIGDIRS and
9447         CONFIG_ARGUMENTS in Makefile.
9448         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
9449         by configure.in.
9450         (CONFIG_ARGUMENTS): Likewise.
9451         (CONFIGURE_TARGET_MODULES): New variable.
9452         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
9453         ($(CONFIGURE_TARGET_MODULES)): New target.
9454         (configure-libg++, configure-libio): New targets.
9455         (all-libg++): Depend upon configure-libg++.
9456         (all-libio): Depend upon configure-libio.
9457         (configure-libgloss, all-libgloss): New targets.
9458         (configure-libstdc++): New target.
9459         (all-libstdc++): Depend upon configure-libstdc++.
9460         (configure-librx, all-librx): New targets.
9461         (configure-newlib): New target.
9462         (all-newlib): Depend upon configure-newlib
9463         (configure-xiberty): New target.
9464         (all-xiberty): Depend upon configure-xiberty.
9465
9466 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
9467
9468         * configure.in (host i[345]86-*-win32):  Expand the
9469         noconfigdirs again.
9470
9471 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
9472
9473         * mpw-configure: Fix sed command file name.
9474
9475 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
9476
9477         * configure.in (host i[345]86-*-win32): Reduce the
9478         noconfigdirs again.
9479
9480 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
9481
9482         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
9483         or powerpc*-*-pe*, since they are not yet supported.
9484
9485 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
9486
9487         Add PowerMac support and many other enhancements.
9488         * mpw-configure: New option --cc to select compiler to use,
9489         paste options set according to --cc into the generated
9490         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
9491         if mpw-make.sed is present.
9492         * mpw-config.in: Don't test for gC1, test for mpw-touch,
9493         add forward includes for PowerPC include files.
9494         * mpw-build.in: Build using Makefile.PPC if present.
9495         (do-byacc, etc): Remove separate version resource builds.
9496         (do-gas): Build "stamps" before "all".
9497         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
9498         * mpw-README: Update to reflect --cc option, PowerMac support,
9499         and recently-reported compatibility problems.
9500
9501 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
9502
9503         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
9504         embedded m68k systems (-aout, -coff, -elf, -vxworks).
9505         (--with-multilib-top): Pass to recursive invocations.
9506
9507 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
9508
9509         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
9510         v810-*-*.
9511
9512 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
9513
9514         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
9515         gdb, ld and opcodes on v810-*-*.
9516
9517 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
9518
9519         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
9520         (local-maintainer-clean): New target.
9521         (maintainer-clean): New target.
9522         (realclean): Just depend upon maintainer-clean.
9523
9524 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
9525
9526         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
9527
9528 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
9529
9530         * configure.in: Build ld in mips*-*-bsd* case.
9531
9532 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
9533
9534         * config.sub: Accept -lites* OS.  From Ian Dall.
9535
9536 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
9537
9538         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
9539         targets.
9540
9541 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9542
9543         * configure.in: treat i386-win32 canadian cross the same as
9544         i386-go32 canadian cross.
9545
9546 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9547
9548         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
9549         running under the simulator to build a reduced set of libraries.
9550         (powerpc-*-eabiaix): Add fine grained multilib support added to
9551         other powerpc targets yesterday.
9552
9553 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9554
9555         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
9556         -disable-softfloat, -disable-relocatable, -disable-aix, and
9557         -disable-sysv to control which multilib libraries get built.
9558
9559 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
9560
9561         * configure: Add Makefile.tem to list of files to remove in trap
9562         handler.
9563
9564 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9565
9566         * config.guess (*Linux*):  Add missing "exit"s.
9567         Also, need specific check for alpha-unknown-linux (uses COFF).
9568
9569 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9570
9571         * config.guess:  Merge with FSF:
9572
9573         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
9574         * config.guess (AIX4): More robust release numbering discovery.
9575
9576         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
9577         * config.guess (i386-sequent-ptx): Properly get version number.
9578
9579         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
9580         * config.guess (mips:*:4*:UMIPS): New case.
9581
9582 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
9583
9584         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
9585         (i386-win32 host): Likewise.  Don't build readline.
9586
9587 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
9588
9589         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
9590         SUPPORT_FILES to submakes.
9591
9592 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
9593
9594         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
9595         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
9596         mpw-configure.
9597
9598 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
9599
9600         * configure.in (appdirs): Use =, not ==, in test expression when
9601         trying to build the text to print in the warning message for
9602         Solaris users.
9603
9604 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
9605
9606         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
9607
9608 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
9609
9610         * config.guess: Recognize lynx-2.3.
9611
9612 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
9613
9614         * config.sub (z8ksim): Deleted
9615         (z8k-*-coff): New, this is the one true name of the target.
9616
9617 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
9618
9619         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
9620
9621 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
9622
9623         * config.guess (*:Linux:*:*): First try asking the linker what the
9624         default object file format is (elf, aout, or coff).  Then if this
9625         fails, try previous methods.
9626
9627 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
9628
9629         * configure.in: Don't build newlib for *-*-vxworks5.1.
9630
9631 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
9632
9633         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
9634         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
9635
9636 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
9637
9638         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
9639
9640 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
9641
9642         * cfg-ml-com.in: New file.
9643         * cfg-ml-pos.in: New file.
9644
9645 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
9646
9647         * COPYING.NEWLIB: Add HP free copyright to list.
9648
9649 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9650
9651         * config.sub: Recognize -eabi* for the system, not just -eabi.
9652
9653 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
9654
9655         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
9656         * config.sub, configure.in (win32): New target and host.
9657
9658 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
9659
9660         * configure.in: Add i386-pe configuration.
9661
9662 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
9663
9664         * mpw-build.in (install): Install GDB after LD.
9665
9666 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
9667
9668         * mpw-config.in (elf/mips.h): Always forward-include, needed
9669         for GDB to build.
9670
9671 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
9672
9673         * testsuite: New directory for customer acceptance and whole tool
9674         chain tests.
9675
9676 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
9677
9678         * configure: If per-host line isn't found, but AC_OUTPUT is found
9679         and a configure script exists, run it instead.
9680
9681 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9682
9683         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
9684
9685 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
9686
9687         * configure: Set build_{cpu,vendor,os,alias} to host values when
9688         --build isn't specified.
9689
9690 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
9691
9692         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
9693         (FLAGS_TO_PASS): Pass them.
9694         (EXTRA_TARGET_FLAGS): Ditto.
9695
9696 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
9697
9698         * Makefile.in (all-libg++): Depend on all-libstdc++.
9699
9700 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
9701
9702         * configure.in (noconfigdirs): Enable all packages for
9703           i386-unknown-netbsd.
9704
9705 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
9706
9707         * configure.in (noconfigdirs): Don't configure tk for i386-go32
9708         hosted builds (DOS builds)
9709
9710 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
9711
9712         Changes for ARM based on patches from Richard Earnshaw:
9713         * config.sub: Handle armeb and armel.
9714         * configure.in: Omit arm linker only for riscix.
9715
9716 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9717
9718         * config.guess:  Update from FSF.
9719
9720 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
9721
9722         * config.sub: Recognize powerpcle as the little endian varient of
9723         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
9724         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
9725         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
9726         temporarily.
9727
9728 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
9729
9730         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
9731
9732 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
9733
9734         * config.sub: Accept -lites* as a basic system type.
9735
9736 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
9737
9738         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
9739         installed, and if so return linuxoldld as the system name.
9740
9741 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
9742
9743         * config.guess: Add hppa1.1-hp-lites support.
9744
9745 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
9746
9747         * configure.in: Don't build newlib for m68k-vxworks5.1.
9748
9749 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
9750
9751         * configure.in (mips-sgi-irix6): Use mh-irix5.
9752
9753 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
9754
9755         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
9756
9757 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
9758
9759         * test-build.mk: Enable building of shared libraries on IRIX 5 and
9760         OSF/1.  Fix compiler flags.
9761         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
9762
9763 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
9764
9765         * configure.in: Recognize --with-newlib.
9766         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
9767
9768 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
9769
9770         * Makefile.in: move {all,check,install}-gdb from *_MODULES
9771         to *_X11_MODULES due to gdbtk needing X include files et al.
9772
9773 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
9774
9775         Merge in support for Mac MPW as a host.
9776         (Old change descriptions retained for informational value.)
9777
9778         * mpw-config.in: Add generic include forwards for cpu-specific
9779         include files in aout and elf directories.
9780
9781         * mpw-configure: Added copyright.
9782         * mpw-config.in: Check for presence of required build tools.
9783         (target_libs): Add newlib.
9784         (target_tools): Add examples.
9785         (Read Me): Generate as "Read Me for MPW" instead.
9786         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
9787         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
9788         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
9789
9790         * mpw-configure: Remove subdir-specific makefile hackery,
9791         delete mk.tmp after using it.
9792
9793         * mpw-build.in (all): Display start and end times.
9794
9795         * mpw-configure (host_canonical): Set.
9796         (target_cpu): Always add to makefiles.
9797         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
9798         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
9799         (mpw-mh-mpw): Look for in srcdir and srcroot.
9800         Use sed instead of mpw-edit-prefix to edit prefix definitions.
9801
9802         * mpw-build.in: (install-only): New target.
9803
9804         * mpw-configure (host_alias, target_alias): Rename from hostalias
9805         and targetalias, add into generated Makefile.
9806         (mk.tmp): If present, add into generated Makefile.
9807         * mpw-build.in (all-gas): Build config.h first before gas proper.
9808
9809         * mpw-configure (config.status): Write only if changed.
9810         * mpw-config.in (readline): Configure it (not built, just used for
9811         definitions).
9812
9813         * mpw-config.in (elf/mips.h): Add a forward include.
9814
9815         * mpw-config.in: Forward-include most .h files in include into
9816         extra-include.
9817         (readline): Don't build.
9818         mpw-build.in (install): Install GDB.
9819
9820         * mpw-configure (prefix, mpw_prefix): Handle it.
9821         * mpw-config.in (mmalloc, readline): Don't configure.
9822         * mpw-build.in (thisscript): Rename to ThisScript.
9823         Use mpw-build instead of BuildProgram everywhere.
9824         (mmalloc, readline): Don't build.
9825         * mpw-README: New file, basic documentation about the MPW port.
9826
9827         * mpw-config.in: Use forward-include to create include files.
9828
9829         * mpw-configure: Add more things to the top of each configured
9830         Makefile, including contents of config/mpw-mh-mpw.
9831         * mpw-config.in (extra-include): Create this directory and fill it
9832         with Posix-like include files when configuring.
9833
9834         * config.sub (apple, mac, mpw): Add various aliases.
9835
9836         * mpw-build.in: New file, top-level build script fragment for MPW.
9837         * mpw-configure: New file, configure script for MPW.
9838         * mpw-config.in: New file, config fragment for MPW.
9839
9840 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
9841
9842         * configure.in (host_libs): Remove glob, since it is gone from the
9843         sources.
9844
9845 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9846
9847         * Makefile.in: define empty GDB_NLM_DEPS var.
9848
9849         * configure.in(target_makefile_frag): use config/mt-netware
9850         for netware targets.
9851
9852 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
9853
9854         * config.sub: Merge in recent FSF changes.  Remove linux special
9855         cases.
9856
9857 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
9858
9859         Revert this change:
9860
9861         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
9862
9863                 * build-all.mk: Use CC=cc -Xs on Solaris.
9864
9865 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
9866
9867         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
9868         stop using it.
9869         * Makefile.in: Nuke all references to glob subdirectory.
9870
9871 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
9872
9873         * configure.in: Fix --enable-shared logic in per-host.
9874
9875 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
9876
9877         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
9878
9879 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
9880
9881         * configure.in (noconfigdirs): Don't build gas on AIX, for
9882         powerpc*-*-aix* as well as for rs6000*-*-aix*.
9883
9884 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
9885
9886         * configure: Fix --cache-file to work if the file argument is a
9887         relative path.
9888
9889 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
9890
9891         * configure: If the --cache-file is used, pass it down to
9892         configure in subdirectories.
9893
9894 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
9895
9896         * config.sub: add vxworks29k configuration.
9897
9898 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
9899
9900         * Makefile.in (taz): Do "diststuff" part quietly.
9901
9902 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
9903
9904         * config.sub: Mini-merge with gcc/config.sub.
9905
9906 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
9907
9908         * config.guess (IRIX): Sed - to _.
9909
9910 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
9911
9912         * Makefile.in (source-vault, binary-vault): New targets.
9913
9914 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
9915
9916         * config.sub: Recognize -eabi as a basic system type.
9917
9918 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
9919
9920         * configure.in (enable_shared stuff): Fix typo.
9921
9922 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
9923
9924         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
9925
9926 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
9927
9928         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
9929
9930 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
9931
9932         * configure.in (rs6000-*-*): Don't build gas.
9933
9934 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
9935
9936         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
9937         reduce command line length.
9938         (AS_FOR_TARGET): Check for as.new, not Makefile.
9939         (NM_FOR_TARGET): Check for nm.new, not Makefile.
9940
9941 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9942
9943         * config.guess:  Merge from FSF.
9944
9945 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
9946
9947         * configure: Don't use $ when handling program_suffix.
9948
9949 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
9950
9951         * configure.in:  Configure tk for hppa/hpux.
9952
9953 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
9954
9955         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
9956
9957 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
9958
9959         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
9960         to LIBCXXFLAGS.  Tests are better run without it.
9961
9962 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
9963
9964         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
9965
9966 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
9967
9968         * configure.in (*-*-netware*): Don't configure xiberty.
9969
9970 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
9971
9972         * configure.in:  Remove tk from native_only list.
9973
9974 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
9975
9976         * build-all.mk: Add mips-ncd-elf target to sun4 targets
9977           for special NCD build.
9978
9979 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
9980
9981         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
9982         makeall.bat, they're only useful for binutils snapshots.
9983         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
9984         makeall.bat to specified SUPPORT_FILES.
9985
9986 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
9987
9988         * build-all.mk: Add Ericsson targets to sun4 and solaris
9989           hosts.  Add  BNR's sun4 target to solaris host, so their
9990           build-from-source will be tested in-house first.
9991
9992 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
9993
9994         * Makefile.in (LIBCFLAGS): New variable.
9995         (CFLAGS_FOR_TARGET): Ditto.
9996         (LIBCFLAGS_FOR_TARGET): Ditto.
9997         (LIBCXXFLAGS): Ditto.
9998         (CXXFLAGS_FOR_TARGET): Ditto.
9999         (LIBCXXFLAGS_FOR_TARGET): Ditto.
10000         (BASE_FLAGS_TO_PASS): Pass them.
10001         (EXTRA_TARGET_FLAGS): Ditto.
10002
10003         * configure.in: Support --enable-shared.
10004
10005 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
10006
10007         * configure.in (target_libs):  Include libstdc++ again.
10008         * config.guess:  Update from FSF (for FreeBSD).
10009
10010 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
10011
10012         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
10013         makeall.bat.
10014         (DISTDOCDIRS): Add `etc'.
10015         (ETC_SUPPORT_PFX): New variable.
10016         (taz): Include anything from etc starting with a word in
10017         ETC_SUPPORT_PFX.
10018
10019 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
10020
10021         * config.sub: Update for recent FSF changes.  Remove obsolete
10022         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
10023         spacing changes.
10024
10025 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
10026
10027         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
10028
10029         * config.guess:  Merge with FSF.
10030         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
10031
10032 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
10033
10034         * configure: Since the "trap 0" handler will override the exit
10035         status on many systems, only use it for "exit 1", and make it set
10036         a non-zero exit status; reset it before "exit 0".  Also, check
10037         exit status of config.sub, and error out if it failed.
10038
10039 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
10040
10041         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
10042         and install libgloss.
10043
10044 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
10045
10046         * Makefile.in (all-binutils): Depend upon all-byacc.
10047
10048         * configure.in: Don't build emacs on Irix 5.
10049
10050 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
10051
10052         * configure.in (*-*-netware*): Add libio.
10053
10054 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
10055
10056         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
10057         (CHECK_TARGET_MODULES): Ditto.
10058         (INSTALL_TARGET_MODULES): Ditto.
10059         (TARGET_LIBS): Ditto.
10060         (all-libstdc++): Note dependencies.
10061
10062 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
10063
10064         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
10065
10066 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
10067
10068         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
10069         -fexternal-templates.
10070
10071         * configure.in (target_libs): Add libstdc++.
10072         (noconfigdirs): Add libstdc++ as appropriate.
10073
10074 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10075
10076         * config.guess:  Update from FSF.
10077
10078 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
10079
10080         * configure: Use ${config_shell} when running ${configsub}.
10081
10082 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
10083
10084         * config.sub: No longer recognize h8300h.
10085
10086 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
10087
10088         * config.sub: Remove extraneous differences between config.sub and
10089         gcc/config.sub.
10090
10091 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
10092
10093         * Makefile.in (DISTSTUFFDIRS): Add gas.
10094
10095 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
10096
10097         * COPYING.NEWLIB: New file.
10098
10099 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10100
10101         * config.guess (HP-UX):  Patch from Harlan Stenn
10102         <harlan@landmark.com> to also emit release level.
10103
10104 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
10105
10106         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
10107
10108 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10109
10110         * config.sub:  Merge nextstep cleanup from FSF.
10111
10112 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
10113
10114         * configure.in (arm-*-*): Don't configure ld for this target.
10115
10116 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
10117
10118         * configure.in (*-*-netware): don't configure libg++, libio,
10119           librx, or newlib.
10120
10121 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
10122
10123         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
10124         configure ld--it works, but it doesn't support shared libraries.
10125
10126 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10127
10128         * config.guess (*-unknown-freebsd*):  Get rid of possible
10129         trailing "(Release)" in version string.
10130         Patch from Paul Richards <paul@isl.cf.ac.uk>.
10131
10132 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10133
10134         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
10135         Fix type: *-next-neststep -> *-next-nextstep.
10136
10137         * config.guess:  Merge from FSF:
10138
10139         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
10140
10141         * config.guess: Recognize powerpc-ibm-aix3.2.5.
10142
10143         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
10144
10145         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
10146         instead of UNIX_SV for UnixWare 1.0).
10147
10148 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
10149
10150         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
10151         to make gdb/nlm/* build after the compiler and linker.
10152
10153 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10154
10155         * config.guess (netbsd, freebsd, linux):  Accept any machine,
10156         not just i[34]86.
10157         (m68k-atari-sysv4):  Relocate to match FSF version.
10158
10159         * config.guess:  More merges from the FSF:
10160
10161         Add a space before function call or macro invocation.
10162
10163         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10164
10165         * config.guess: Add trap cmd to remove dummy.c and dummy when
10166         interrupted.
10167
10168         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10169
10170         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
10171         (dummy): Redirect stderr from compilation of dummy.c.
10172
10173         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
10174
10175         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
10176
10177 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
10178
10179         * configure: Accept and ignore --cache*, for compatibility with
10180         new autoconf.
10181
10182 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10183
10184         * config.guess:  Merge from FSF:
10185
10186         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
10187
10188         * config.guess (Pyramid*:OSx*:*:*): New case.
10189         (PATH): Add /.attbin at end for finding uname.
10190         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
10191
10192         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
10193
10194         * config.guess (M88*:DolphinOS:*:*): New case.
10195
10196         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
10197
10198         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
10199         to select whether to use ELF or COFF.
10200
10201         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
10202
10203         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
10204
10205         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10206
10207         * config.guess: Guess the OS version for HPUX.
10208
10209         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
10210
10211         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
10212
10213 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
10214
10215         * configure.in: Recognize --with-headers, --with-libs, and
10216         --without-newlib.
10217         * Makefile.in (all-xiberty): Depend upon all-ld.
10218
10219 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
10220
10221         * configure.in: Change i[34]86 to i[345]86.
10222
10223 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
10224
10225         * configure (version): A few more tweaks to help message.
10226
10227 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10228
10229         * Makefile.in:  Remove (for now) librx as a host library,
10230         now that we're building it for target.
10231
10232 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
10233
10234         * configure: Fix up help message; from karl@owl.hq.ileaf.com
10235         (Karl Berry).
10236
10237 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10238
10239         * configure.in:  Also configure librx.
10240
10241 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10242
10243         * Makefile.in:  Update various rules to reflect that librx
10244         is now needed for libg++.
10245
10246 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
10247
10248         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
10249
10250 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
10251
10252         * configure.in: Configure the examples directory.
10253
10254 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
10255
10256         * configure: Simplify Jun 2 1994 change.
10257
10258 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
10259
10260         * change CC to /usr/latest/bin/gcc for lynx host builds, since
10261         /bin/gcc isn't good enough to build gcc.
10262
10263 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
10264
10265         * Makefile.in (GDB_SUPPORT_FILES): Remove
10266         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
10267         (gdb.tar.gz): Add new rule to use standard distribution building
10268         mechanism.
10269
10270 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10271
10272         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
10273         Bill Cox <bill@cygnus.com>.
10274
10275 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10276
10277         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
10278
10279 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
10280
10281         * configure:  Search current dir first in .gdbinit.
10282
10283 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10284
10285         * config.sub:  Recognize freebsd (merged from gcc config.sub).
10286
10287 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10288
10289         * config.sub:  Refer to NeXT's operating system as nextstep.
10290
10291         * config.sub (case $basic_machine):  Re-order the cases, to match
10292         the order in the FSF version (which is mostly alphabethical).
10293         Merge in some additions and changes from the FSF.
10294
10295 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
10296
10297         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
10298         * config.sub: Recognize cxux7.
10299         * configure.in: Use mh-cxux for m88k-harris-cxux*.
10300
10301 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10302
10303         * config.sub:  Fix typo powerpc -> powerpc-*.
10304
10305 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
10306
10307         * Makefile.in: `all-emacs19' depends on `all-byacc'.
10308
10309         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
10310         parallel with all-emacs and install-emacs).  Top-level command
10311         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
10312
10313 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
10314
10315         * test-build.mk ($(host)-stamp-stage2-installed): Remove
10316         $(relbindir)/make before doing ``make install'', and use
10317         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
10318         installing over running make binary.
10319         ($(host)-stamp-stage3-installed): Likewise.
10320
10321 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10322
10323         * config.guess: Recognize Mach.
10324
10325 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
10326
10327         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
10328         see whether --exec-prefix was used.
10329
10330 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10331
10332         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
10333
10334 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10335
10336         * Makefile.in: Add all-librx target similar to all-libproc.
10337
10338 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
10339
10340         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
10341         with post 1.2 uname bogosity.
10342
10343 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10344
10345         * configure: Remove temporary files on receipt of a signal.
10346
10347 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
10348
10349         * configure: If there is a package_makefile_frag, remove
10350         ${subdir}/Makefile.tem after copying it in.
10351
10352 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
10353
10354         * build_all.mk: support rs6000 lynx identifies itself as
10355         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
10356         since /bin/gcc is too feeble to compile a modern gcc.
10357
10358 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
10359
10360         * brought devo/test-build.mk update-to-date with progressive/
10361           test-build.mk. Add lynx targets and hppa flag info.
10362
10363 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10364
10365         * configure.in:  Use mh-ncrsvr43.  Patch from
10366         Tom McConnell <tmcconne@sedona.intel.com>.
10367
10368 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10369
10370         * config.guess (i386-unknown-bsdi):  No longer need to
10371         check #if defined(__bsdi__) && defined(__i386__).
10372
10373 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10374
10375         * configure: Set program_transform_nameoption correctly.
10376
10377 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
10378
10379         * brought build-all.mk update-to-date with progressive build-all.mk,
10380           added new targets and hppa info.
10381
10382 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10383
10384         * configure: If config.guess result is a prefix of the user
10385         specified target, assume a native build and use the user specified
10386         target as the host alias.  Remove SunOS patch suffix removal hack.
10387         * configure.in: Remove SunOS patch suffix removal hack.
10388
10389         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
10390         in NATIVE_CHECK_MODULES.
10391
10392 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
10393
10394         * Makefile.in: Rename HOST_ONLY to NATIVE.
10395         * configure: Delete SunOs patch suffix from host_canonical
10396           and build_canonical variables that are prepended to Makefiles.
10397         * configure.in: Add comments for easier maintenance.
10398
10399 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10400
10401         * Makefile.in: Add all-libproc target similar to all-gui.
10402
10403 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
10404
10405         * Makefile.in (CHECK_MODULES): split into
10406         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
10407
10408 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
10409
10410         * config.guess (i386-unknown-bsdi): New system to guess.
10411
10412 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10413
10414         * Makefile.in: Add all-gui target (but not yet build by "all").
10415
10416 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
10417
10418         * config.sub: Move deletion of patch suffix from here...
10419         * configure.in: To here, at Ian's suggestion.  The top-
10420           level scripts might need to know of a patch level.
10421
10422 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
10423
10424         * config.sub: Strip off patch suffix so rtl is recognized
10425           as a sunos4.1.3 machine, even though it's been patched.
10426
10427 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
10428
10429         * Makefile.in (INSTALL_LAST): Delete.
10430         (INSTALL_DOSREL): New.
10431
10432 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10433
10434         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
10435         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
10436         whether we pass down --with-gnu-ld anyhow.
10437
10438 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
10439
10440         * Makefile.in (INSTALL_LAST): Change operation so it works
10441         on more flavors of make.
10442         * configure.in (go32): Don't build libg++ or libio.
10443
10444 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
10445
10446         * Makefile.in (Move HOST_PREFIX_1 and friends up so
10447         they can be overriden by templates.
10448
10449 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
10450
10451         * configure.in (target==go32): Don't build gdb.
10452         * dosrel: New directory.
10453
10454 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
10455
10456         * configure.in (host==go32): Configure dosrel too.
10457         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
10458         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
10459         be set by incoming names or templates.
10460         (INSTALL_LAST): New rule.
10461
10462 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
10463
10464         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
10465
10466 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
10467
10468         * configure.in (appdirs): New variable.  Currently empty, but will
10469         be used in gas distribution.  If nonempty, lists a set of
10470         directories at least one of which must get configured, or top
10471         level configuration is considered to have failed.
10472         (rs6000-*-lynxos*): Use new file name.
10473
10474 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10475
10476         Eliminate XTRAFLAGS.
10477         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
10478         newlib include files using -idirafter, and also use -nostdinc.
10479         (CXX_FOR_TARGET): Likewise.
10480         (XTRAFLAGS): Removed.
10481         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
10482         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
10483         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
10484         ($(DO_X)): Don't pass down XTRAFLAGS.
10485
10486 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
10487
10488         * configure.in (mips*-dec-bsd*): New target; do build linker.
10489         (mips*-*-bsd*): New target; don't build linker.
10490
10491 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
10492
10493         * configure.in: support rs6000-*-lynxos* configuration.
10494         support sunos4 as a cross target.
10495
10496         * config.sub: look for lynx*, not lynx since the OS version may
10497         legitimately be part of the name.
10498
10499 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
10500
10501         * configure.in (i[34]86-*-sco*): Move to be with other i386
10502         targets.
10503         (romp-*-*): New target.  Skip various binary utilities.
10504         (vax-*-*): New target.  Don't build newlib.
10505         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
10506
10507 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
10508
10509         * configure.in: Only set host_makefile_frag if config
10510         directory exists.
10511
10512 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
10513
10514         * install.sh: If $dstdir exists, don't check whether each
10515         component does.
10516
10517 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10518
10519         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
10520
10521 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
10522
10523         * configure.in (*-*-lynxos*): Don't configure newlib for either
10524         native or cross Lynx.
10525
10526 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
10527
10528         * config.sub (sparc64-elf): Fix os.
10529         (z8k): Remove duplicate.
10530
10531 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10532
10533         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
10534         gcc/stmp-fixproto, to try to prevent fixproto from being run.
10535
10536 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
10537
10538         * configure: Make file links cleanly even if Lynx fails on
10539           an NFS symlink (at least fail cleanly).
10540
10541 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
10542
10543         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
10544         -XNh2000.
10545
10546 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
10547
10548         * configure: Unknown options are fatal again.
10549
10550 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
10551
10552         * configure: Ignore --x-includes and --x-libraries, for Autoconf
10553         compatibility.
10554
10555 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
10556
10557         * build-all.mk: Add `clean' target.
10558
10559 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
10560
10561         * config.guess:  Add SINIX support.
10562         * configure.in:  Add mips-*-sysv4* support.
10563
10564 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
10565
10566         * build-all.mk: Document all useful targets.
10567         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
10568         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
10569
10570 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
10571
10572         * configure: Support --silent, --quiet.
10573
10574 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
10575
10576         * configure: Support --disable-FEATURE.
10577
10578 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10579
10580         * config.guess: Recognize NCR running SVR4.3.
10581
10582 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10583
10584         * config.guess:  Make BSDI generate i386-unknown-bsd386.
10585         Patch from Paul Eggert <eggert@twinsun.com>.
10586
10587 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10588
10589         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
10590
10591 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
10592
10593         * configure: Make unrecognized options give nonfatal warnings
10594         instead of fatal errors, and pass them to any subdirectory
10595         configures in case they recognize them.
10596         Make --x equivalent to --with-x.
10597
10598 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
10599
10600         * configure: Add --enable-* options.  Clean up usage message and
10601         some comments.
10602
10603 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
10604
10605         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
10606
10607 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
10608
10609         * configure.in (hppa*-*-*): Enable binutils.
10610
10611 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10612
10613         * config.sub: Recognize cisco.
10614
10615 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
10616
10617         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
10618
10619 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10620
10621         * config.guess: about target *-hitachi-hiuxwe2, don't print more
10622         than one configuration name.  Add comment.
10623
10624 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
10625
10626         * config.guess: about target *-hitachi-hiuxwe2, fixed
10627         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
10628         macro is incorrect.]
10629
10630 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10631
10632         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
10633         than the "make ls" stuff which used to be here.
10634
10635 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10636
10637         * config.guess:  Recognize i[34]86-unknown-freebsd.
10638         From Shawn M Carey <smcarey@rodan.syr.edu>.
10639
10640 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10641
10642         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
10643
10644 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
10645
10646         * config.guess: Check for ptx.
10647
10648 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
10649
10650         * config.sub: Add os9k checking.
10651
10652 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
10653
10654         * config.guess: Handle OSF1 running on HPPA processors
10655
10656 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
10657
10658         * configure: If subdir configure fails, print out a message with
10659         subdirectory name, in case subdir's configure code didn't identify
10660         itself.
10661
10662 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
10663
10664         * configure.in: Remove embedded newlines from configdirs.
10665         Avoid mismatches of substrings.  Fix matching strings at end
10666         of configdirs.
10667
10668 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
10669
10670         * config.guess:  Add Lynx/rs6000 config support.
10671
10672 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
10673
10674         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
10675
10676 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
10677
10678         * configure.in (hppa*-*-osf*): Treat this just like most other
10679         PA configurations (eg no binutils or ld).
10680         (hppa*-*-*elf*): These configurations have binutils and ld.
10681
10682 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
10683
10684         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
10685
10686 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10687
10688         * configure.in (rs6000-*-*): Build gas.
10689
10690 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
10691
10692         * Makefile.in:  Avoid bug in losing hpux sed.
10693
10694 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10695
10696         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
10697         for GDB and GDB has been fixed to not need it.
10698
10699 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
10700
10701         * config.guess: Recognize vax hosts.
10702
10703 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
10704
10705         * configure (while loop): Don't use "break 2" inside case
10706         statement -- the case statement isn't an enclosing loop.
10707
10708 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10709
10710         * config.guess:  Clean up NeXT support, to allow nextstep
10711         on Intel machines.  Make OS be nextstep.
10712
10713 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
10714
10715         * config.guess: Add alternate forms for Convex.
10716
10717 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
10718
10719         * configure:  Completely rewrite option processing.  Take
10720         advantage of pattern-matching to avoid invoking test frequently.
10721         Also clean up host and target defaulting logic.
10722
10723 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
10724
10725         * Makefile.in: Replace all occurrances of "rootme" with "r" and
10726         "$${rootme}" with "$$r", to increase the likelihood that the do-*
10727         commands (plus user environment) will fit SCO limits.
10728
10729 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10730
10731         * configure.in: Don't issue warnings about directories which are
10732         not being configured if -norecursion is set.  Correct test for
10733         --with-gnu-as and --with-gnu-ld to not get confused by substring
10734         matches.
10735
10736         * configure.in: Don't build gas for alpha-dec-osf1*.
10737
10738 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
10739
10740         * configure:  Back out Per's change of 12/19/1993.  It changes the
10741         behavior of configure in unexpected and confusing ways.
10742
10743         Also, use different delim char when calculating
10744         program_transform_name so that the name can contain slashes.
10745
10746 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
10747
10748         * configure.in, config.sub: Add support for VSTa micro-kernel.
10749
10750 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
10751
10752         * configure.in: Nuke hacks which were used to get a special
10753         version of GAS for HPPA configurations.
10754
10755 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
10756
10757         * configure:  If only ${target_alias} is given, use that
10758         as the default for ${host_alias}.
10759         * configure:  Add missing back-slashes before nested quotes.
10760
10761 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
10762
10763         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
10764
10765 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
10766
10767         * config.guess:  Recognize some Tektronix configurations.
10768         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
10769
10770 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
10771
10772         * config.sub: Match any flavor of SH.
10773
10774 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
10775
10776         * configure.in: Don't try to configure newlib for Alpha.
10777
10778 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10779
10780         * configure.in: Don't build ld for Irix 5.  Don't build gas,
10781         libg++ or libio for any Alpha target.
10782
10783         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
10784
10785 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
10786
10787         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
10788         default arguments -- so it tried to compress itself.
10789
10790 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
10791
10792         * configure.in (notsupp): ensure that a space is always at the end
10793           of the configdirs list, since the grep checks for an explicit space
10794
10795 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10796
10797         * configure.in (target i386-sysv4.2): don't build ld, since static
10798           versions of many libraries are not available.
10799
10800 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10801
10802         * config.guess: Recognize Apollos (using environment variables).
10803         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
10804
10805 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10806
10807         * config.guess: Recognize Sony news mips running newsos.
10808
10809 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
10810
10811         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
10812         "fi ; else" for bash.
10813
10814 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
10815
10816         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
10817
10818 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
10819
10820         * config.sub: accept unixware as an alias for svr4.2.
10821         Fix some inconsistancies with the gcc version.
10822
10823 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10824
10825         * Makefile.in (DISTDOCDIRS):  Add gdb.
10826
10827 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
10828
10829         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
10830
10831 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
10832
10833         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
10834         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
10835         this now.
10836
10837 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10838
10839         * config.sub: Accept hiux* as an OS name.
10840
10841         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
10842         etc/make-stds.texi.  The underscore came from gcc, and dje now
10843         agrees that RUNTESTFLAGS is the correct name.
10844
10845 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
10846
10847         * install.sh:  Remove 'set -e'.  It makes any conditionals
10848         in the script useless.
10849
10850         * config.guess: Automatically recognize arm-acorn-riscix
10851         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
10852
10853 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
10854
10855         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
10856
10857 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
10858
10859         * Makefile.in (DISTDOCDIRS): New variable.
10860         (taz): Edit local Makefile.in sooner, instead of proto-toplev
10861         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
10862
10863 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10864
10865         * configure.in (hppa target): check the source directory for the
10866           pagas sub-directory
10867
10868 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
10869
10870         * config.sub: Allow -aout* and -elf*.
10871
10872 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
10873
10874         * configure.in: Don't build ld on i386-solaris2, same as for
10875         sparc-solaris2.
10876
10877 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
10878
10879         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
10880
10881 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
10882
10883         * configure.in:  Configure gdb for alpha.
10884
10885 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10886
10887         * Makefile.in (CXXFLAGS): Add -O.
10888
10889 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10890
10891         * config.guess: added support for DG Aviion
10892
10893 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
10894
10895         * configure.in: Produce warning message for subdirectories not
10896         configurable for this host/target combination.  Don't try to
10897         configure gdb for vms.
10898
10899 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
10900
10901         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
10902         appropriate files before making "diststuff".
10903         (DISTBISONFILES): New var: list of files to be edited.
10904         (DISTSTUFFDIRS): Add binutils.
10905
10906 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10907
10908         * config.sub: also handle mipsel and mips64el (for little endian mips)
10909
10910 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10911
10912         * configure.in: Add * to end of all OS names.
10913
10914 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
10915
10916         * configure.in: Build newlib for LynxOS native.
10917
10918 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10919
10920         * config.guess: Add support for delta 88k running SVR3.
10921
10922         * configure.in: Add comment about HP compiler vs. emacs.
10923
10924 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10925
10926         * configure.in: don't build ld on solaris2 (not a viable option
10927           due to bugs in getpwnam & getpwuid)
10928
10929 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
10930
10931         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
10932         config.guess will produce a full version number.
10933
10934 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10935
10936         * configure.in: Build linker and binutils for alpha-dec-osf1.
10937
10938 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10939
10940         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
10941         and gdb/testsuite/Makefile.in.
10942
10943 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10944
10945         * configure.in: recognize mips*- instead of mips-
10946
10947 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
10948
10949         * config.sub: Accept linux*coff and linux*elf as operating
10950         systems.
10951
10952 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10953
10954         * config.sub: Recognize mips64, and mips3 as an alias for it.
10955
10956 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
10957
10958         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
10959         gdb knows how to handle OSF/1 shared libraries.
10960
10961 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10962
10963         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
10964         * config.guess: Recognize Hitachi's HIUX.
10965         * config.sub: Recognize h3050r* and hppahitachi.
10966         Remove redundant cases for hp9k[23]*.
10967
10968 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10969
10970         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
10971         if gas and ld are in the source tree and are in ${configdirs}.
10972         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
10973         --with options (but still pass them down on the command line,
10974         if they were explicitly specified).
10975
10976 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10977
10978         * configure: substitute SHELL value in Makefile.in with
10979         ${CONFIG_SHELL}
10980
10981 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10982
10983         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
10984         *-*-solaris2* targets.
10985
10986 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10987
10988         * Makefile.in: define M4, and pass it down to sub-makes;
10989         all-autoconf now depends on all-m4
10990
10991 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10992
10993         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
10994         presence of {ar,ranlib} instead of a configured directory
10995
10996 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
10997
10998         * config.guess: Accept 34?? as well as 33?? for NCR.
10999
11000 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11001
11002         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
11003         of 'gas' in sed commands, since 'gash' is now in the tree as well.
11004
11005 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11006
11007         * configure: grab values for $(CC) and $(CXX) from the
11008         environment, so that someone can do "CC=gcc configure; make" and
11009         have it work right (matching the way that autoconf works now)
11010
11011         * configure.in, Makefile.in: add support for gash, the tcl
11012         interface to Galaxy
11013
11014         * config.guess: add NetBSD variants (hp300, x86)
11015
11016 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
11017
11018         * install.sh: Support -d option (in the manner of SunOS 4 install,
11019         as it is more deterministic than that of GNU install)
11020         (chmodcmd): Set file to mode 755 by default (should also do default
11021         chgrp and chown, but I don't feel like dealing with that now)
11022
11023 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
11024
11025         * config.sub: Remove h8300hhms alias.
11026
11027 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11028
11029         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
11030
11031 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11032
11033         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
11034         as stmp-fixinc
11035
11036 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
11037
11038         * config.sub: recognize m88110-bug-coff.
11039
11040 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11041
11042         * Makefile.in (all-libio): all dependencies on the toolchain used
11043         to build this (gcc, gas, ld, etc)
11044
11045 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11046
11047         * config.guess: Deal with OSF/1 1.3 on alpha.
11048
11049 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11050
11051         * install.sh: add some 'else true' clauses for portability
11052
11053         * configure.in: don't build libio for h8[35]00-*-* targets
11054
11055 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
11056
11057         * Makefile.in:  Add support for new libio.
11058
11059 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11060
11061         * install.sh: If one command fails, don't try the rest.  Don't try
11062         to remove $dsttmp (via trap) unless we have already created it.
11063         If $src doesn't exist, detect it and exit with an error.
11064
11065         * config.guess: Recognize BSD on hp300.
11066
11067 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
11068
11069         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
11070         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
11071
11072 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
11073
11074         * Makefile.in (all-send-pr): depends on all-prms
11075
11076 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11077
11078         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
11079
11080 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11081
11082         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
11083         Added test for mips-mips-riscos5.
11084
11085 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11086
11087         * configure.in: use mh-hp300 for 68k HP hosts
11088
11089 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11090
11091         * configure: add support for CONFIG_SHELL, so that you can use
11092         some alternate shell for evaluating configure scripts
11093
11094 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
11095
11096         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
11097         in configure script to bug-gdb@prep.ai.mit.edu when building
11098         distribution archive.
11099         * Makefile.in (COMPRESS):  Remove def.
11100         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
11101         gdb.tar.Z and make-gdb.tar.Z respectively.
11102         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
11103         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
11104         to convergence with 'taz' target in Makefile.in.
11105
11106 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11107
11108         * install.sh (dsttmp): use trap to ensure that tmp files go
11109         away on error conditions
11110
11111 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11112
11113         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
11114
11115 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11116
11117         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
11118         its parent is '/' not ''.
11119
11120         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
11121
11122 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
11123
11124         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
11125         that ${newsrcdir}/configure.in does.
11126
11127 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11128
11129         * test-build.mk: support for CONFIG_SHELL
11130
11131 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
11132
11133         * config.sub (netware):  Add as a basic system type.
11134
11135 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
11136
11137         * Makefile.in (Makefile): depend on configure.in.  Also drop the
11138           $(srcdir)/ from the dependency on Makefile.in.
11139
11140 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
11141
11142         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
11143         (h8300hhms is temporary until multi-libraries are implemented).
11144         * configure.in: Handle h8300h too.
11145
11146 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11147
11148         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
11149
11150 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
11151
11152         * configure:  Remove extraneous output when guessing host type.
11153         * config.guess:  Remove extraneous output when guessing using C
11154         compiler rather than uname, or when guessing fails.
11155
11156 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
11157
11158         * Makefile.in: remove all.cross and install.cross targets
11159
11160         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
11161           definitions
11162
11163 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
11164
11165         * configure.in (target sh): Build gprof.
11166
11167 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11168
11169         * config.sub: change -solaris to -solaris2
11170
11171 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11172
11173         * configure.in: Use config/mh-riscos for mips-*-sysv*.
11174
11175 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
11176
11177         * configure: Correct error message for missing Makefile.in to
11178         print correct directory.
11179
11180 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11181
11182         * install.sh: kludge around 386BSD shell bug
11183
11184 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
11185
11186         * config.guess:  Recognize NeXT.
11187         * config.guess:  Recognize i486-ncr-sysv4.
11188         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
11189
11190 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
11191
11192         * Makefile.in (MAKEINFOFLAGS): New variable.
11193         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
11194         * build-all.mk, test-build.mk: Pass down --no-split as
11195         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
11196
11197 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
11198
11199         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
11200
11201 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
11202
11203         * Makefile.in (libg++.tar.z):  New rule.
11204         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
11205         * Makefile.in (taz):  Only do a single chmod.
11206
11207 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
11208
11209         * install.sh: don't use dirname anymore (replaced with sed usage)
11210
11211 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
11212
11213         * Makefile.in:  Change extension for gzip'd files from '.z' to
11214         '.gz' per new FSF standard usage.
11215
11216 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
11217
11218         * configure: put quotes around the final value of program_transform_name
11219
11220 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11221
11222         * Makefile.in: new install.sh support; update install-info rules
11223
11224 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
11225
11226         * configure.in: Build diff for crosses, but not for go32 host.
11227
11228         * configure.in: Build gprof only for native, and don't build it
11229         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
11230
11231 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
11232
11233         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
11234
11235 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
11236
11237         * configure.in (host_tools): Add prms.
11238
11239 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11240
11241         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
11242         with $(FLAGS_TO_PASS) on the command line
11243
11244         * config.sub: Recognize lynx and lynxos
11245
11246 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
11247
11248         * config.sub: Accept -ecoff*, not just -ecoff.
11249
11250 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
11251
11252         * Makefile.in (taz): Use .gz suffix instead of .z.
11253         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
11254         names.
11255
11256 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11257
11258         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
11259
11260 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11261
11262         * Makefile.in (install-no-fixedincludes):  install gcc last, so
11263         that rebuilds that might happen during 'make install' don't get
11264         bogus gcc include files
11265
11266 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
11267
11268         Change from Utah for HPPA support:
11269         * config.guess: Recognize hppa1.x-hp-bsd.
11270
11271 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
11272
11273         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
11274         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
11275
11276 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
11277
11278         * config.sub: Add support for rom68k and bug boot monitors.
11279
11280 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
11281
11282         * Makefile.in: Make all-opcodes depend on all-bfd.
11283
11284 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
11285
11286         * config.guess: Added special check for i[34]86-univel-sysv4*.
11287
11288 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
11289
11290         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
11291         the processor rather than assuming i486.
11292
11293 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11294
11295         * config.guess: Recognize SunOS6 as Solaris3.
11296
11297 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
11298
11299         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
11300         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
11301
11302 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
11303
11304         * build-all.mk (all-cross): New target for Canadian Cross.
11305         Added Q2 go32 targets.
11306         * test-build.mk: Configure go32 cross sparclite-aout and
11307         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
11308         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
11309
11310 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11311
11312         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
11313         GO32 hosted toolchains
11314
11315 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
11316
11317         * configure: change  so "-exec-prefix" gets passed down rather
11318         than "-exec_prefix" so autoconf generated Makefiles get the
11319         exec_prefix set right.
11320
11321 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11322
11323         * config.guess: get the Solaris2 minor version number
11324
11325         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
11326
11327 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
11328
11329         * config.guess: Recognize some Sequent platforms.
11330
11331 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11332
11333         * Makefile.in: added the vault-install target
11334
11335         * configure.in: actually use the Sun3 makefile fragment that's in
11336         config, also added the release dir to configdirs
11337
11338 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
11339
11340         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
11341
11342 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11343
11344         * configure.in: remove some program from Alpha targetted toolchains
11345
11346 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
11347
11348         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
11349         gprof.
11350         (taz): Run "make diststuff" in those directories instead of "make
11351         proto-dir".  Look for "VERSION=" only at start of line in subdir
11352         Makefile.  Use "gzip -9" for compression.
11353         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
11354         (binutils.tar.z): New target.
11355
11356 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
11357
11358         * Makefile.in (taz): Include gpl.texinfo.
11359
11360 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
11361
11362         * Makefile.in (setup-dirs): Merged into "taz" target.
11363         (taz): Only do `proto-dir' stuff if a directory is actually needed
11364         for this target.
11365
11366 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
11367
11368         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
11369         (FLAGS_TO_PASS): Pass down MUNCH_NM.
11370         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
11371         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
11372         (gcc-no-fixedincludes): Correct for current gcc Makefile.
11373
11374 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
11375
11376         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
11377         config.sub, and move-if-change to gdb testsuite distribution
11378         archive, so the testsuite can be extracted, configured, and
11379         run separately from the gdb distribution.  Blow away the Chill
11380         tests that require a Chill compiled executable, since GNU Chill
11381         is not yet publically available.
11382
11383 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11384
11385         * test-build.mk: set environment variables in a single command,
11386         instead of a list of assignments and exports
11387
11388         * config.guess: recognize Alpha/OSF1 systems
11389
11390 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
11391
11392         * configure: Change help message to prefer --options rather than
11393           -options.
11394
11395 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
11396
11397         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
11398         zippy@ecst.csuchico.edu.
11399         * config.guess: Recognize miniframe.
11400
11401 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
11402
11403        * Makefile.in: Use srcroot to find runtest rather than rootme.
11404        Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
11405
11406 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
11407
11408         * test-build.mk: Extensive additions to support building on a
11409         machine other than the host.
11410
11411 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
11412
11413         * configure (tooldir): Fix for i386-aix again.
11414
11415 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
11416
11417         * configure, Makefile.in:  Change definition of $(tooldir)
11418         to match the FSF.
11419
11420 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
11421
11422         * config.guess:  Recognize i[34]86/SVR4.
11423
11424 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
11425
11426         * Makefile.in (all-gdb): gdb depends on sim.
11427
11428 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
11429
11430         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
11431         at the same time we make the prototype gdb directory.
11432         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
11433         files at the same time as the gdb base release distribution.
11434
11435 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
11436
11437         * Makefile.in (check): Use individual check targets rather than
11438         DO_X rule.
11439         (check-gcc): Added.
11440
11441 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
11442
11443         * config.sub: Use sysv3.2 not sysv32 for canonical OS
11444         for System V release 3.2.
11445
11446 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
11447
11448         * config.sub: Recognize hppaosf.
11449         * configure.in: Do configure ld/binutils/gas for it.
11450
11451 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
11452
11453         * configure (tooldir): Alter syntax used to set this, for systems
11454         where "\$" isn't handled right, like i386-aix.
11455
11456 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
11457
11458         * configure: Pass program-transform-name, not
11459         program_transform_name, to recursive configures.
11460
11461 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
11462
11463         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
11464         of gas+ld+binutils.
11465
11466 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
11467
11468         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
11469
11470 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11471
11472         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
11473
11474 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
11475
11476         * Makefile.in (PRMS): Set back to all-prms.
11477
11478 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
11479
11480         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
11481         targets, rather than for MIPS hosts.
11482
11483 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11484
11485         * configure.in: add comment for --with-x default values
11486
11487         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
11488
11489         * Makefile.in: add check-* targets for each of the directories in
11490         the tree.  Add a definition of RUNTEST that will use the one we
11491         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
11492
11493 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
11494
11495         * configure.in: Removed obsolete references to bfd_target and
11496         target_makefile_frag.
11497
11498         * build-all.mk: Set assorted targets for Q2.
11499         * config.sub: Recognize z8k-sim and h8300-hms.
11500         * test-build.mk: Really don't pass host to configure.
11501         (HOLES): Added uname.
11502
11503 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
11504
11505         * configure: Handle an empty program-prefix, program-suffix or
11506         program-transform-name correctly.
11507
11508 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
11509
11510         * build-all.mk: -G 8 no longer required for MIPS targets.
11511         * test-build.mk: Don't pass host argument to configure; make it
11512         guess.
11513
11514 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
11515
11516         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
11517         * Makefile.in (COMPRESS):  New macro, like GZIP.
11518
11519 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
11520
11521         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
11522
11523         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
11524         with gas currently defaults to -G 0.
11525
11526 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
11527
11528         * Makefile.in (all-flex): flex depends on byacc.
11529
11530         * build-all.mk: If host not specified, use config.guess.  Pass TAG
11531         to test-build.mk as RELEASE_TAG.
11532         * test-build.mk (configargs): New variable containing arguments to
11533         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
11534         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
11535
11536         * config.guess: Use /bin/uname when checking -X argument on SCO,
11537         to avoid invoking GNU uname which doesn't understand -X.
11538
11539         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
11540
11541         * configure.in: Build gas for mips-*-*.
11542
11543 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
11544
11545         * Makefile.in (all.normal): insert missing backslash.
11546
11547 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
11548
11549         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
11550
11551         * Makefile.in: Complete overhaul to merge many almost identical
11552         targets.
11553
11554 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
11555
11556         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
11557         (gdb.tar.Z): Adjusted.
11558
11559         * Makefile.in (setup-dirs, taz): New targets; should be general
11560         enough to adapt for gdb sometime.  Build only .z file.
11561         (gas.tar.z): New target.
11562
11563 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
11564
11565         * build-all.mk: Use CC=cc -Xs on Solaris.
11566
11567 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
11568
11569         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
11570         for handling BISON for FSF releases.
11571
11572 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
11573
11574         * configure: Actually implement the change zoo just documented.
11575
11576 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
11577
11578         * configure: when using config.guess, only set target_alias when
11579         it's not already been set (ie, on the command line)
11580
11581 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11582
11583         * Makefile.in: add installcheck target, set PRMS to install-prms
11584
11585 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11586
11587         * configure: add support for package_makefile_fragment, handle the
11588         case where a directory has a configure.in file but no Makefile.in
11589         more gracefully (with an actual understandable error message, even);
11590         add support for --without (and add this to the usage message); also
11591         explicitly add a --host=${host_alias} to the command line when
11592         config.guess is used
11593
11594 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
11595
11596         * configure: Must use both --host and --target in recursive calls.
11597
11598 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
11599
11600         * Makefile.in: Change deja-gnu to dejagnu.
11601
11602 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
11603
11604         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
11605
11606 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11607
11608         * configure.in: canonicalize all instances to *-*-solaris2*,
11609         also strip out a number of tools to not build for go32 host
11610
11611 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
11612
11613         * config.guess: add GPL.
11614
11615         * Makefile.in, config.guess, config.sub, configure: bump
11616           copyrights to 93.
11617
11618 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
11619
11620         * Makefile.in (do-info): Removed obsolete check for existence of
11621         localenv file.
11622
11623         * Makefile.in (MAKEOVERRIDES): Define to be empty.
11624
11625 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11626
11627         * Makefile.in: a couple of 'else true' for decstation,
11628         support for TclX
11629
11630         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
11631
11632 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
11633
11634         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
11635
11636 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
11637
11638         * config.guess: Recognize i386-ibm-aix (PS/2).
11639         * configure.in: Use config/mh-aix386 file for it.
11640
11641 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
11642
11643         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
11644         CC_FOR_TARGET instead.
11645         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
11646
11647 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
11648
11649         * Makefile.in: Add sim to list of directories sent with gdb
11650
11651 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
11652
11653         * configure.in: Put back mips-dec-bsd* case.
11654
11655 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
11656
11657         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
11658         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
11659         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
11660
11661 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11662
11663         * configure.in: remove no-op mips-dec-bsd* in "case $target"
11664
11665         * Makefile.in (dir.info): only run gen-info-dir if it exists,
11666         (install-info): install dir.info only if it exists,
11667         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
11668
11669 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
11670
11671         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
11672         gas for mips-dec-bsd.
11673
11674 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
11675
11676         * configure (makesrcdir): If ${srcdir} is relative and not ".",
11677         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
11678
11679 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
11680
11681         * configure.in: Added "dejagnu" to hosttools list.
11682
11683 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
11684
11685         * config.sub, configure.in, config.guess:  Add support
11686         for Bosx, an AIX variant from Bull.
11687         Patches from F.Pierresteguy@frcl.bull.fr.
11688
11689 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
11690
11691         * devo/dejagnu: Initial creation of devo/dejagnu.
11692         Migrated dejagnu testcases and support files for testing software
11693         tools to reside as subdirectories, currently called "testsuite",
11694         within the directory of the software tool.  Migrated all programs,
11695         support libraries, etc. beloging to dejagnu proper from
11696         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
11697         with no modifications.  The changes to these files which will
11698         allow them to configure, build, and execute properly will be made
11699         in a future update.
11700
11701 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
11702
11703         * Makefile.in: Change send_pr to send-pr.
11704         * configure.in: Likewise.
11705         * send_pr: Renamed directory to send-pr.
11706
11707 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
11708
11709         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
11710
11711 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
11712
11713         * README:  Update for gdb-4.8 release.
11714         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
11715         gdb-xxx.tar.z (gzip'd) file also.
11716
11717 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11718
11719         * Makefile.in: make all-diff depend on all-libiberty
11720
11721 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
11722
11723         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
11724
11725 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11726
11727         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
11728
11729 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
11730
11731         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
11732         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
11733         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
11734
11735 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11736
11737         * Makefile.in:  makeinfo binary is in a new location
11738
11739 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
11740
11741         * config.sub: Accept -ecoff as an OS.
11742
11743         * Makefile.in: Various changes to eliminate a level of make
11744         recursion and reduce the required command line length.
11745         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
11746         sub-makes.
11747         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
11748         variables holding settings for specific sub-makes.
11749         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
11750         in terms of BASE_FLAGS_TO_PASS.
11751         (TARGET_LIBS): New variable listing directories which use
11752         TARGET_FLAGS_TO_PASS.
11753         (subdir_do): Eliminated.
11754         (do-*): New set of targets to replace subdir_do.
11755         (various): All targets which used subdir_do now depend on do-*.
11756         (local-clean): Renamed from do_clean.
11757         (local-distclean): New target, dependency of distclean and
11758         realclean.
11759         (install-info): Don't create directories.  Depend on dir.info
11760         rather than calling make recursively.
11761         (install-dir.info): Eliminated.
11762         (install-info-dirs): Create all info directories here.
11763         (dir.info): Depend upon do-install-info.
11764
11765         * test-build.mk (HOLES): Added false.
11766
11767 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
11768
11769         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
11770
11771 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11772
11773         * Makefile.in (info): remove dependency on all-texinfo.  The
11774         problem was really in texinfo/C, not at this level.
11775
11776 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
11777
11778         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
11779
11780 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
11781
11782         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
11783         GDB releases.
11784
11785 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
11786
11787         * configure: Include srcdir in message about target of link not
11788         being found.  Don't convert `-' to `_' in `with' options being
11789         passed to subdirs.
11790
11791 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11792
11793         * configure.in: add uudecode to host_tools
11794
11795         * Makefile.in: added {all,install}-uudecode targets, added them to
11796         the appropriate lists
11797
11798 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
11799
11800         * Makefile.in (all-gcc): Added dependency on all-gas.
11801
11802         * configure.in (mips-*-*): Build ld and binutils.
11803
11804 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
11805
11806         * configure: check return code from mkdir, print error message and
11807           exit on failure.
11808
11809 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
11810
11811         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
11812
11813 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
11814
11815         * test-build.mk (HOLES): Added tar, cpio and uudecode.
11816
11817 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
11818
11819         * config.sub (h8500):  Recognize this as a cpu type.
11820
11821 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11822
11823         * configure: source directory missing is no longer a warning
11824
11825         * configure.in: recognize irix[34]* instead of irix[34]
11826
11827         * Makefile.in: define and pass down X11_LIB
11828
11829 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
11830
11831         * guess-systype: Renamed to ...
11832         * config.guess:  ... by popular request.
11833         * configure.in, Makefile.in:  Update accordingly.
11834
11835 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
11836
11837         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
11838         + Add Convex, Cray/Unicos, and Encore/Multimax support.
11839         + Execute ./dummy instead of assuming . is in PATH.
11840
11841 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
11842
11843         * guess-systype:  New shell script.  Attempts to guess the
11844         canonical host name of the executing host.
11845         Only a few hosts are supported so far.
11846         * configure:  Call guess-systype if no host is specified.
11847
11848 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
11849
11850         * Makefile.in (gcc-no-fixedincludes): Made to work with current
11851         gcc Makefile.
11852
11853
11854 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
11855
11856         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
11857         (all-gcc, install-gcc, subdir_do): Use it.
11858
11859 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
11860
11861         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
11862
11863 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
11864
11865         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
11866           set exclusively by configure, using configure.in .
11867
11868 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11869
11870         * test-build.mk: set $PATH for all builds
11871
11872         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
11873
11874 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
11875
11876         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
11877         the one used in gcc/Makefile.in, so that a null expansion doesn't
11878         override the one needed to build gcc with a native cc.
11879
11880
11881 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
11882
11883         * configure: Accept -with arguments.
11884
11885 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
11886
11887         * Makefile.in: added h8300sim
11888
11889 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
11890
11891         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
11892         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
11893         (all-cygnus, native, build-cygnus): Make
11894         $(canonhost)-stamp-3stage-done, not $(host)....
11895         * test-build.mk (stamp-3stage-compared): Use tail +10c for
11896         i386-sco3.2v4.  Added else true to if command.
11897
11898 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
11899
11900         * config.sub: (from FSF) Sequent uses a BSD-like OS.
11901
11902 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
11903
11904         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
11905
11906 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11907
11908         * configure.in: don't remove binutils from Solaris builds
11909
11910 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
11911
11912         * Makefile.in: get rid of earlier definitions for *clean,
11913         also handle the recursive info rule better
11914
11915 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
11916
11917         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
11918         do more-or-less the right thing.
11919
11920 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
11921
11922         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
11923         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
11924
11925 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11926
11927         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
11928         $(host_canonical).
11929
11930         * configure.in: split the configdirs list into 4 categories (native
11931         v. cross, library v. tool) and handle the cross-only and native-
11932         only in more reasonable (and correct!) way.
11933
11934 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
11935
11936         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
11937         configdirs anymore.
11938
11939 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11940
11941         * Makefile.in: extensive cleanup::  removed all of the explicit
11942         clean-* targets, collapsed many wrappers around subdir_do into
11943         one, added additional targets to satisfy standards.texi, deleted
11944         some old targets, some changes for consistency
11945
11946 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11947
11948         * configure.in: handle some programs as cross-only, and others as
11949         native only
11950
11951         * test-build.mk: handle partial holes in a more generic manner
11952
11953         * Makefile.in: m4 depends on libiberty
11954
11955 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11956
11957         * configure.in: add m4, textutils, fileutils, sed, shellutils,
11958         time, wdiff, and find to configdirs
11959
11960         * Makefile.in: all, clean, and install rules for the new programs
11961         added to configure.in
11962
11963 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11964
11965         * configure.in: use mh-sun for all *-sun-* hosts
11966
11967 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11968
11969         * Makefile.in: define flags for X11 include files and library file
11970         locations, pass them down to the programs that need this info
11971
11972         * build-all.mk: added a 'native' target, to 3stage the native toolchain
11973
11974 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11975
11976         * configure.in: start building libg++ for HP-UX targets
11977
11978 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
11979
11980         * README:  Update references to files moved into etc/.
11981
11982 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
11983
11984         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
11985         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
11986
11987 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
11988
11989         * configure: accept dash as well as underscore in long option
11990         names for FSF compatibility.
11991
11992 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
11993
11994         * config.sub: added -sco3.2v4 support from FSF.
11995
11996 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11997
11998         * configure.in: expand the section that adds or removes
11999         directories from the list of programs to build, to handle native
12000         vs. cross in addition to host v. native
12001
12002 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
12003
12004         * Makefile.in:  Replace C++ in macro names with CXX.
12005         This is less likely to break ...
12006
12007 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12008
12009         * test-build.mk: add -w to GNU_MAKE
12010
12011 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12012
12013         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
12014         add 'sparc' to list of recognized cpus.  This needed to make
12015         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
12016         Delete some redundant ose68 variants.  Recognize -wrs as an os,
12017         then changes that into $CPU-wrs-vxworks.
12018
12019         * configure.in: remove most references to gdbtest, regularize
12020         target based program removal
12021
12022         * test-build.mk: import from p3 tree (many fixes and changes)
12023
12024 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
12025
12026         * Makefile.in: added rules to handle tcl, tk, and expect
12027
12028         * configure.in: handle those directories if they exist
12029
12030 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12031
12032         * config.sub: removed bogus hppabsd and hppahpux names, since
12033         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
12034
12035 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12036
12037         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
12038         depends upon all-xiberty
12039
12040         * Makefile.in: changes from p3, including:
12041
12042         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
12043
12044         * Makefile.in (XTRAFLAGS): include newlib directories if
12045         newlib/Makefile exists, rather than if host != target.
12046
12047         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
12048
12049         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
12050         from the same source tree and not building a cross-compiler.  This
12051         matters for the libg++ configuration if reconfiguring a tree that
12052         has already been installed.
12053
12054         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
12055
12056         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
12057         pick up the machine and system specific header files.
12058
12059         * Makefile.in: added AS_FOR_TARGET, passed down in
12060         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
12061         the C compiler to use to create programs which are run in the
12062         build environment, set it to default to $(CC), and passed it down
12063         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
12064
12065         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
12066
12067         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
12068         We need them for unusual native builds, like systems without
12069         ranlib.
12070
12071         * configure: also define $(host_canonical) and
12072         $(target_canonical), which are the full, canonical names for the
12073         given host and target
12074
12075 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
12076
12077         * Makefile.in:  Added separate definitions for C++.
12078
12079 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
12080
12081         * configure.in (configdirs):  Add deja-gnu.
12082
12083 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
12084
12085         * README:  Update for configure.texi and gdb-4.7 release.
12086
12087 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
12088
12089         * Makefile.in:  Move "all" target to top of file.
12090         Previously, first target was ".PHONY" which caused BSD4.4 make
12091         to build .PHONY when make was run without arguments.
12092
12093 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
12094
12095         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
12096         Library-copylefted code in libiberty.
12097
12098 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
12099
12100         * config.sub:  Replace m68kmote with plain old m68k.
12101
12102 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
12103
12104         * Makefile.in:  Remove space from blank line, avoid Make complaints.
12105
12106 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
12107
12108         * config.sub: Complain if no argument is given.  Added support for
12109         386bsd as OS and target alias.
12110
12111 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
12112
12113         * Makefile.in (XTRAFLAGS): include newlib directories if
12114         newlib/Makefile exists, rather than if host != target.
12115
12116 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
12117
12118         * config.sub: recognize sparclite-wrs-vxworks.
12119
12120         * Makefile.in (install-xiberty): added *-xiberty make rules (from
12121         p3.) Added clean-xiberty to clean.
12122
12123 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12124
12125         * configure.in: use *-*-* instead of nested cases for host and target
12126
12127 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
12128
12129         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
12130         from the same source tree and not building a cross-compiler.  This
12131         matters for the libg++ configuration if reconfiguring a tree that
12132         has already been installed.
12133
12134 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
12135
12136         * config.sub (i486v/i486v4):  Merge in from FSF version.
12137
12138 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
12139
12140         * configure: only set PWD if it is already set.
12141
12142 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
12143
12144         * configure: just set PWD=`pwd` at the top, since Ultrix sh
12145         doesn't have unset and all success paths (and most error paths)
12146         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
12147         to just ${PWD} to avoid confusion.)
12148
12149 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
12150
12151         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
12152         even for a native compilation.
12153
12154 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
12155
12156         Changes to make the gdb.tar.Z rule work better.
12157
12158         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
12159         (DEVO_SUPPORT):  Add configure.texi.
12160         (bfd-ilrt.tar.Z):  Remove ancient rule.
12161
12162 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
12163
12164         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
12165         pick up the machine and system specific header files.
12166
12167         * configure.in, config.sub: added new target m68010-adobe-scout,
12168         with alias of adobe68k.  Changed configure.in to check for
12169         -scout before -sco* to avoid a false match.
12170
12171         * Makefile.in: added AS_FOR_TARGET, passed down in
12172         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
12173         the C compiler to use to create programs which are run in the
12174         build environment, set it to default to $(CC), and passed it down
12175         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
12176
12177 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
12178
12179         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
12180         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
12181         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
12182         FOR_TARGET variants, to newlib and libg++.
12183
12184 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
12185
12186         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
12187         first.
12188
12189 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
12190
12191         * config.sub:  Accept `elf' as an environment.
12192
12193 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
12194
12195         * Makefile.in (all-opcodes):  cd into the right directory
12196
12197 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
12198
12199         * configure: added -program_transform_name option, used as
12200         argument to sed when installing programs.
12201         configure.texi: added documentation for -program_prefix,
12202         -program_suffix and -program_transform_name.
12203
12204 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
12205
12206         * config.sub:  Accept i486 where i386 ok.
12207
12208 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
12209
12210         * config.sub: accept we32k
12211
12212 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
12213
12214         * config.sub, configure.in: accept OSE68000 and OSE68k.
12215
12216         * Makefile.in: don't create all directories for ``make install'';
12217         let the subdirectories create the ones they need.
12218
12219 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12220
12221         * COPYING: new file, GPL v2
12222
12223 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12224
12225         * Makefile.in: use the new gen-info-dir, which needs a template
12226         argument (which also lives in texinfo)
12227
12228         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
12229
12230 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
12231
12232         * config.sub (ncr3000):  Change i386 to i486.
12233
12234 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12235
12236         * Makefile.in: add install-rcs, install-grep to
12237         install-no-fixedincludes, removed install-bison and install-libgcc
12238
12239 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
12240
12241         * configure.in: grab the HPUX makefile fragment if on HPUX
12242
12243 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
12244
12245         * Makefile.in: eradicate bison spoor (ditto libgcc).
12246          configure.in: recognise m68{k,000}-ericsson-OSE.
12247          es1800 is alias for m68k-ericsson-OSE
12248
12249 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12250
12251         * configure.in: rearrange the parts that remove programs from
12252         configdirs, based now on HOST==TARGET or by canonical triple.
12253
12254 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12255
12256         * test-build.mk: recurse explicitly with -f test-build.mk when
12257           appropriate.  predicate stage3 and comparison on the existence
12258           of gcc.  That is, if gcc isn't around, we aren't three-staging.
12259           On very clean, also remove ...stamp-co.  Build in-place before
12260           doing other builds.
12261
12262 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
12263
12264         * Makefile.in, configure.in: add tgas
12265
12266 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12267
12268         * Makefile.in: a number of changes merged in from progressive.
12269
12270         * configure.in: add libm.
12271
12272         * .cvsignore: ignore some stuff that comes from test-build.mk.
12273
12274 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
12275
12276         * config.sub:  Add es1800 (m68k-ericsson-es1800).
12277
12278 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
12279
12280         * configure: Add program_suffix (parallel to program_prefix)
12281         * Makefile.in: adjust directory-creating script for losing decstation
12282
12283 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
12284
12285         * configure:  Minor $subdir-related fixes.
12286
12287 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
12288
12289         * configure: fix various problems with propogating
12290         makefile_target_frag in subdirs.
12291         * configure.in: config libgcc if its there
12292
12293 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
12294
12295         * config.sub:  HPPA merge.
12296
12297 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
12298
12299         * Makefile.in:  Replace all-bison with all-byacc in all
12300         dependency lines for other tools (which now use byacc).
12301
12302 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
12303
12304         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
12305
12306 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
12307
12308         * Makefile.in: make gprof rules similar to byacc rules (instead of
12309         vestigal $(unsubdir) that didn't work...)
12310
12311 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
12312
12313         * config.sub:  Add support for Linux.
12314         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
12315         (at least for libg++).
12316
12317 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
12318
12319         * configure.texi: fix doc for the -nfp option to configure
12320
12321 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
12322
12323         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
12324
12325 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
12326
12327         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
12328         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
12329         * configure.in: added solaris* host_makefile_frag hook.
12330
12331 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12332
12333         * config.sub: changed recognition of m68000 so that various
12334         m68k types can be specified via m680[01234]0
12335
12336 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12337
12338         * config.sub (basic_machine): fix sed so that '-foo' isn't
12339         completely substituted out while .+'-foo' loses the '-foo'
12340
12341 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
12342
12343         * config.sub ($os): Add -aout.
12344
12345 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
12346
12347         * configure:  If host_makefile_frag is absolute, don't
12348         prefix ${invsubdir} (relevant to libg++ auto-configure).
12349
12350 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
12351
12352         * Makefile.in (tooldir): Define it.
12353         (all-ld): Depend on all-flex.
12354
12355 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
12356
12357         * Makefile.in (check):  Fix libg++ special case.
12358
12359 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
12360
12361         * configure: do not bury `pwd` into config.status, thus do fewer
12362           pwd's.
12363
12364         * configure: print the "Building in" message only when building in
12365           other than "." AND verbose.
12366
12367         * configure: remove -s, rework -v to better accomodate guested
12368           configures.
12369
12370         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
12371
12372 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
12373
12374         * Makefile.in: macroize flags passed on recursion.  remove
12375           fileutils.
12376
12377 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
12378
12379         * configure: get makesrcdir right for subdirs deeper than 1.
12380
12381         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
12382           install.
12383
12384 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
12385
12386         * Makefile.in: don't print subdir_do or recursion lines.
12387
12388 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
12389
12390         * standards.texi: added menu item.
12391
12392         * Makefile.in: build and install standards.info.
12393
12394         * standards.texi: new file.
12395
12396 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12397
12398         * configure: test for and move config.status pieces from
12399           ${subdir}/.
12400
12401 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
12402
12403         * configure:  Test for existance of files before trying to mv
12404         them, to avoid numerous non-existance messages.
12405
12406 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
12407
12408         * configure: correct final line of config.status.
12409
12410         * configure: patch from eggert.  Avoids a protection problem if
12411           the original Makefile.in is read only.
12412
12413         * configure: use move-if-change from gcc to create config.status.
12414           Some makefiles depend on config.status to tell if a directory
12415           has been reconfigured for a different host.  This change
12416           prevents those directories from remaking everything in the case
12417           where the reconfig was only intended to rebuild a Makefile.
12418
12419         * configure: test for config.sub with "config.sub sun4" rather
12420           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
12421           host alias from a missing config.sub.
12422
12423 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12424
12425         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
12426           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
12427
12428 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
12429
12430         * configure: mkdir ${subdir} as needed.
12431
12432 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
12433
12434         * Makefile.in,configure.in: added autoconf.
12435
12436 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12437
12438         * Makefile.in: no longer pass against on recursion.
12439
12440         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
12441           definitions are not inherited.
12442
12443         * configure: correct makesrcdir when subdir is .
12444
12445 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
12446
12447         * configure:  Add support for 'subdirs' variable, which is
12448         like 'configdirs', except that configure doesn't re-invoke
12449         itself for subdirs, it just creates a Makefile for each subdir.
12450         * configure.texi:  Document subdirs.
12451
12452 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12453
12454         * configure.in: added flex to configdirs
12455
12456 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
12457
12458         * Makefile.in: remove clean-stamps from clean.
12459
12460 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
12461
12462         * configure.in:  Add gdbtest to configdirs.
12463
12464 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
12465
12466         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
12467         to recursive makes.
12468         * configure.in:  Recognize new ncr3000 config.
12469
12470 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
12471
12472         * Makefile.in, configure.in: removed references to gdbm.
12473
12474 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
12475
12476         * config.sub:  Don't canonicalize os value
12477         newsos* to bsd (readline needs to check for newsos).
12478         (This fix was earlier made Jan 31, but got re-broken.)
12479
12480 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
12481
12482         * configure.in:  sco is an os, not a vendor!
12483
12484         * configure:  Quote $( better.  Keep various shells happy.
12485
12486 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
12487
12488         * Makefile.in: eliminate stamp-files.
12489
12490 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
12491
12492         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
12493           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
12494
12495 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
12496
12497         * config.sub:  fix iris/iris3.
12498
12499 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
12500
12501         * configure: re-add -rm.
12502
12503 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
12504
12505         * Maskefile.in: add .stmp-rcs to all.
12506
12507         * configure.in: remove gas from rs6000 build, use aix host fragment.
12508
12509 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
12510
12511         * configure: pass down site_option during recursion.
12512
12513 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
12514
12515         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
12516
12517 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
12518
12519         * configure: Change exec_prefix so that it really defaults to prefix.
12520
12521 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
12522
12523         * Makefile.in, configure.in:  Add support for mmalloc library.
12524
12525 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
12526
12527         * Makefile.in: add stmp dependencies for a few more things.
12528
12529 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
12530
12531         * configure: adjusted error message on objdir/srcdir configure
12532           collision, per john's suggestion.
12533
12534         * Makefile.in: add libiberty stmp to all and all.cross.
12535
12536 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
12537
12538         * Makefile.in: remove force dependencies, add grep to all.
12539
12540 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
12541
12542         * Makefile.in: drop flex.  make stamp files work.
12543
12544         * configure: added test for conflicting configuration in srcdir,
12545           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
12546           gets cranky.  use relative paths for configure and srcdir
12547           whenever possible.  Send some error messages to stderr that were
12548           going to stdout.
12549
12550 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
12551
12552         * Makefile.in:  Fix libg++ rule to check for gcc directory
12553         before using gcc/gcc.  Also pass XTRAFLAGS.
12554
12555 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
12556
12557         * Makefile.in: added stmp-files so that directories aren't polled
12558           when they are already built.
12559
12560         * configure.texi: fixed a node pointer problem.
12561
12562 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
12563
12564         * config.sub configure.in gdb/configure.in
12565         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
12566         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
12567         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
12568
12569 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12570
12571         * configure: -recurring becomes -silent.  corrected help message
12572           for -site= option.
12573
12574         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
12575
12576 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12577
12578         * configure: when building Makefile for crosses, replace
12579           tooldir and program_prefix.  default srcdir from location of
12580           config.sub.  remove "for host in hosts" and "for target in
12581           targets" loops.
12582
12583 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12584
12585         * Makefile.in: Do not pass bindir or mandir to cvs.
12586
12587 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
12588
12589         * Makefile.in, configure.in: removed traces of namesubdir,
12590           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
12591           copyrights to '92, changed some from Cygnus to FSF.
12592
12593         * configure.texi: remove most references to multiple hosts,
12594           multiple targets, subdirs, etc.
12595
12596         * configure.man: removed rcsid. reference config.sub not
12597           config.subr.
12598
12599         * Makefile.in: mkdir $(infodir) on install-info.
12600
12601 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
12602
12603         * configure.texi:  Explain better about .gdbinit and about
12604         the environment that configure.in sections run in.
12605
12606 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
12607
12608         * configure.in:  Ultrix is only a decstation if it's a MIPS.
12609
12610 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
12611
12612         * README:  DOC.configure => cfg-paper.texi.
12613
12614 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
12615
12616         * config.sub (near case $os):  Don't convert newsos* to bsd!
12617
12618 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
12619
12620         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
12621         the number of copies of COPYING that go into the GDB tar file.
12622
12623 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
12624
12625         * bfd/configure.in, gdb/config/mh-i386sco,
12626         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
12627         Fix SCO configuration stuff.
12628
12629 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
12630
12631         * Makefile.in:  For libg++, make sure the -I pointing
12632         to the gcc directory goes *after* all the libg++-local -I flags.
12633         Also, move just-gcc dependency from just-libg++ to all-libg++.
12634
12635 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
12636
12637         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
12638
12639 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
12640
12641         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
12642
12643 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
12644
12645         * config.sub:  Add stratus configuration frags.  Also
12646         submitted to FSF.
12647
12648 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
12649
12650         * Makefile.in (DEV_SUPPORT):  add configure.man.
12651
12652         * config.sub(Decode manufacturer-specific):  add -none*.
12653
12654 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
12655
12656         * Makefile.in:  remove form feeds to make Sun's make happy.
12657         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
12658
12659 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
12660
12661         * Makefile.in (AR_FLAGS):  Make quieter.
12662
12663 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
12664
12665         * configure.in:  Add libg++.
12666         * configure:  When verbose, don't output the command line at each
12667         level; it will be unremarkably the same as the previous version,
12668         which will be the same as what the user typed.
12669
12670 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
12671
12672         * configure.in, Makefile.in: fix clean-info, add flex.  add
12673           fileutils.
12674
12675         * configure: be less sensitive to spaces in Makefile.in.  Do not
12676           look for sources in "..".  Doing so breaks subdirectories that
12677           might have their own configure.  If a subdir has it's own
12678           configure script, use it.
12679
12680 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
12681
12682         * cfg-paper.texi: some changes suggested by rms.
12683
12684 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
12685
12686         * config.sub:  Merge in some small additions from the FSF version,
12687         taken from the gcc distribution, to bring the Cygnus and FSF
12688         versions into closer sync.
12689
12690 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
12691
12692         * configure.in:  Changed svr4 references to sysv4.
12693
12694 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
12695
12696         * configure: added -V for version number option.
12697
12698 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
12699
12700         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
12701           renamed from DOC.configure to cfg-paper.texi.
12702
12703 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12704
12705         * configure, config.subr, config.sub: config.subr is now
12706           config.sub again.
12707
12708 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
12709
12710         * configure.texi: new file, in progress.
12711
12712         * Makefile.in: build info file and install the man page for
12713           configure.
12714
12715         * configure.man: new file, first cut.
12716
12717         * configure: find config.subr again now that configuration "none"
12718           has gone.  removed all traces of the -ansi option.  removed all
12719           traces of the -languages option.
12720
12721         * config.subr: resync from rms.
12722
12723 1991-12-11  K. Richard Pixley  (rich at rtl.cygnus.com)
12724
12725         * configure, config.sub, config.subr: merge config.sub into
12726           config.subr, call the result config.subr, remove config.sub, use
12727           config.subr.
12728
12729         * Makefile.in: revised install for dir.info.
12730
12731 1991-12-10  K. Richard Pixley  (rich at rtl.cygnus.com)
12732
12733         * configure.in: add decstation host makefile frag.
12734
12735         * Makefile.in: BISON now bison -y again.  also install-gcc on
12736           install.  clean-gdbm on clean.  infodir belongs in datadir.
12737           Make directories for info install.  Build dir.info here then
12738           install it.
12739
12740 1991-12-09  K. Richard Pixley  (rich at rtl.cygnus.com)
12741
12742         * Makefile.in: fix for bad directory tests.
12743
12744 1991-12-07  K. Richard Pixley  (rich at rtl.cygnus.com)
12745
12746         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
12747           regexp.  -srcdir relative was being handled incorrectly.
12748
12749         * Makefile.in: unwrapped some for loops so that parallel makes
12750           work again and so one can focus one's attention on a particular
12751           package.
12752
12753 1991-12-06  K. Richard Pixley  (rich at rtl.cygnus.com)
12754
12755         * configure: added PWD as a stand in for `pwd` (for speed). use
12756           elif wherever possible.  make -srcdir work without -objdir.
12757           -objdir= commented out.
12758
12759 1991-12-05  K. Richard Pixley  (rich at rtl.cygnus.com)
12760
12761         * configure: +options become --options.  -subdirs commented out.
12762           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
12763           Makefile now at top of generated Makefile.  Removed cvs log
12764           entries.  added -srcdir.  create .gdbinit only if there is one
12765           in ${srcdir}.
12766
12767         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
12768           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
12769           and mandir now keyed off datadir by default.
12770
12771 1991-11-22  K. Richard Pixley  (rich at rtl.cygnus.com)
12772
12773         * Freshly created ChangeLog.
12774
12775 \f
12776 Local Variables:
12777 mode: change-log
12778 left-margin: 8
12779 fill-column: 76
12780 version-control: never
12781 End: